Uses of Enum Class
net.minecraft.world.entity.Entity.RemovalReason
Package
Description
-
Uses of Entity.RemovalReason in net.minecraft.client.multiplayer
Modifier and TypeMethodDescriptionvoid
ClientLevel.removeEntity
(int p_171643_, Entity.RemovalReason p_171644_) -
Uses of Entity.RemovalReason in net.minecraft.server.level
Modifier and TypeMethodDescriptionvoid
ServerLevel.removePlayerImmediately
(ServerPlayer p_143262_, Entity.RemovalReason p_143263_) -
Uses of Entity.RemovalReason in net.minecraft.world.entity
Modifier and TypeMethodDescriptionEntity.getRemovalReason()
static Entity.RemovalReason
Returns the enum constant of this class with the specified name.static Entity.RemovalReason[]
Entity.RemovalReason.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
Entity.remove
(Entity.RemovalReason p_146834_) final void
Entity.setRemoved
(Entity.RemovalReason p_146876_) -
Uses of Entity.RemovalReason in net.minecraft.world.entity.monster
-
Uses of Entity.RemovalReason in net.minecraft.world.entity.player
-
Uses of Entity.RemovalReason in net.minecraft.world.entity.projectile
-
Uses of Entity.RemovalReason in net.minecraft.world.entity.vehicle
Modifier and TypeMethodDescriptionvoid
AbstractMinecartContainer.remove
(Entity.RemovalReason p_150255_) void
ChestBoat.remove
(Entity.RemovalReason p_219894_) -
Uses of Entity.RemovalReason in net.minecraft.world.level.entity
Modifier and TypeMethodDescriptionvoid
EntityInLevelCallback.onRemove
(Entity.RemovalReason p_156801_) void
PersistentEntitySectionManager.Callback.onRemove
(Entity.RemovalReason p_157619_) void
TransientEntitySectionManager.Callback.onRemove
(Entity.RemovalReason p_157678_) void
EntityAccess.setRemoved
(Entity.RemovalReason p_156798_)