Uses of Interface
net.neoforged.neoforge.common.world.chunk.LoadingValidationCallback
Packages that use LoadingValidationCallback
-
Uses of LoadingValidationCallback in net.neoforged.neoforge.common.world.chunk
Fields in net.neoforged.neoforge.common.world.chunk declared as LoadingValidationCallbackModifier and TypeFieldDescriptionprivate final @Nullable LoadingValidationCallbackTicketController.callbackThe field for thecallbackrecord component.Methods in net.neoforged.neoforge.common.world.chunk that return LoadingValidationCallbackModifier and TypeMethodDescription@Nullable LoadingValidationCallbackTicketController.callback()Returns the value of thecallbackrecord component.Constructors in net.neoforged.neoforge.common.world.chunk with parameters of type LoadingValidationCallbackModifierConstructorDescriptionTicketController(ResourceLocation id, @Nullable LoadingValidationCallback callback) Creates an instance of aTicketControllerrecord class.