Uses of Interface
net.minecraftforge.common.world.ForgeChunkManager.LoadingValidationCallback
-
Packages that use ForgeChunkManager.LoadingValidationCallback Package Description net.minecraftforge.common.world -
-
Uses of ForgeChunkManager.LoadingValidationCallback in net.minecraftforge.common.world
Fields in net.minecraftforge.common.world with type parameters of type ForgeChunkManager.LoadingValidationCallback Modifier and Type Field Description private static java.util.Map<java.lang.String,ForgeChunkManager.LoadingValidationCallback>ForgeChunkManager. callbacksMethods in net.minecraftforge.common.world with parameters of type ForgeChunkManager.LoadingValidationCallback Modifier and Type Method Description static voidForgeChunkManager. setForcedChunkLoadingCallback(java.lang.String modId, ForgeChunkManager.LoadingValidationCallback callback)Sets the forced chunk loading validation callback for the given mod.
-