Uses of Class
net.minecraftforge.fml.OptionalMod
-
Packages that use OptionalMod Package Description net.minecraftforge.fml -
-
Uses of OptionalMod in net.minecraftforge.fml
Fields in net.minecraftforge.fml declared as OptionalMod Modifier and Type Field Description private static OptionalMod<?>
OptionalMod. EMPTY
Methods in net.minecraftforge.fml that return OptionalMod Modifier and Type Method Description private static <T> OptionalMod<T>
OptionalMod. empty()
OptionalMod<T>
OptionalMod. filter(java.util.function.Predicate<? super T> predicate)
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>
OptionalMod. of(java.lang.String modId)
-