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