Uses of Enum Class
net.neoforged.neoforge.event.entity.living.MobSpawnEvent.PositionCheck.Result
Packages that use MobSpawnEvent.PositionCheck.Result
-
Uses of MobSpawnEvent.PositionCheck.Result in net.neoforged.neoforge.event.entity.living
Fields in net.neoforged.neoforge.event.entity.living declared as MobSpawnEvent.PositionCheck.ResultMethods in net.neoforged.neoforge.event.entity.living that return MobSpawnEvent.PositionCheck.ResultModifier and TypeMethodDescriptionMobSpawnEvent.PositionCheck.getResult()Returns the result of this event, which controls if the position check will succeed.Returns the enum constant of this class with the specified name.static MobSpawnEvent.PositionCheck.Result[]MobSpawnEvent.PositionCheck.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 MobSpawnEvent.PositionCheck.ResultModifier and TypeMethodDescriptionvoidMobSpawnEvent.PositionCheck.setResult(MobSpawnEvent.PositionCheck.Result result) Changes the result of this event.