Uses of Class
net.minecraftforge.fml.OptionalMod
Packages that use OptionalMod
-
Uses of OptionalMod in net.minecraftforge.fml
Fields in net.minecraftforge.fml declared as OptionalModMethods in net.minecraftforge.fml that return OptionalModModifier 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>