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 LoadingValidationCallback
TicketController.callback
The field for thecallback
record component.Methods in net.neoforged.neoforge.common.world.chunk that return LoadingValidationCallbackModifier and TypeMethodDescription@Nullable LoadingValidationCallback
TicketController.callback()
Returns the value of thecallback
record component.Constructors in net.neoforged.neoforge.common.world.chunk with parameters of type LoadingValidationCallbackModifierConstructorDescriptionTicketController
(net.minecraft.resources.ResourceLocation id, @Nullable LoadingValidationCallback callback) Creates an instance of aTicketController
record class.