Uses of Class
net.minecraftforge.fml.event.lifecycle.FMLModIdMappingEvent.ModRemapping
-
Packages that use FMLModIdMappingEvent.ModRemapping Package Description net.minecraftforge.fml.event.lifecycle -
-
Uses of FMLModIdMappingEvent.ModRemapping in net.minecraftforge.fml.event.lifecycle
Fields in net.minecraftforge.fml.event.lifecycle with type parameters of type FMLModIdMappingEvent.ModRemapping Modifier and Type Field Description private java.util.Map<ResourceLocation,com.google.common.collect.ImmutableList<FMLModIdMappingEvent.ModRemapping>>
FMLModIdMappingEvent. remaps
Methods in net.minecraftforge.fml.event.lifecycle that return types with arguments of type FMLModIdMappingEvent.ModRemapping Modifier and Type Method Description com.google.common.collect.ImmutableList<FMLModIdMappingEvent.ModRemapping>
FMLModIdMappingEvent. getRemaps(ResourceLocation registry)
-