Uses of Enum Class
net.neoforged.neoforge.registries.datamaps.DataMapsUpdatedEvent.UpdateCause
-
Uses of DataMapsUpdatedEvent.UpdateCause in net.neoforged.neoforge.registries.datamaps
Modifier and TypeFieldDescriptionprivate final DataMapsUpdatedEvent.UpdateCause
DataMapsUpdatedEvent.cause
Modifier and TypeMethodDescriptionDataMapsUpdatedEvent.getCause()
Returns the reason for the update.Returns the enum constant of this class with the specified name.static DataMapsUpdatedEvent.UpdateCause[]
DataMapsUpdatedEvent.UpdateCause.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionDataMapsUpdatedEvent
(RegistryAccess registryAccess, Registry<?> registry, DataMapsUpdatedEvent.UpdateCause cause)