Uses of Enum Class
net.neoforged.neoforge.event.entity.living.MobDespawnEvent.Result
Packages that use MobDespawnEvent.Result
-
Uses of MobDespawnEvent.Result in net.neoforged.neoforge.event.entity.living
Fields in net.neoforged.neoforge.event.entity.living declared as MobDespawnEvent.ResultMethods in net.neoforged.neoforge.event.entity.living that return MobDespawnEvent.ResultModifier and TypeMethodDescriptionMobDespawnEvent.getResult()
Returns the result of this event, which controls if the despawn will occur.static MobDespawnEvent.Result
Returns the enum constant of this class with the specified name.static MobDespawnEvent.Result[]
MobDespawnEvent.Result.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.neoforged.neoforge.event.entity.living with parameters of type MobDespawnEvent.ResultModifier and TypeMethodDescriptionvoid
MobDespawnEvent.setResult
(MobDespawnEvent.Result result) Changes the result of this event.