Uses of Class
net.minecraftforge.fml.OptionalMod
-
Uses of OptionalMod in net.minecraftforge.fml
Modifier and TypeMethodDescriptionprivate static <T> OptionalMod<T>
OptionalMod.empty()
If a mod object is present, and the mod object matches the given predicate, return anOptionalMod
describing the value, otherwise return an emptyOptionalMod
.static <M> OptionalMod<M>