Uses of Enum Class
net.minecraft.world.entity.Entity.RemovalReason
Packages that use Entity.RemovalReason
Package
Description
-
Uses of Entity.RemovalReason in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type Entity.RemovalReasonModifier and TypeMethodDescriptionvoid
ClientLevel.removeEntity
(int p_171643_, Entity.RemovalReason p_171644_) -
Uses of Entity.RemovalReason in net.minecraft.server.level
Methods in net.minecraft.server.level with parameters of type Entity.RemovalReasonModifier and TypeMethodDescriptionvoid
ServerLevel.removePlayerImmediately
(ServerPlayer p_143262_, Entity.RemovalReason p_143263_) -
Uses of Entity.RemovalReason in net.minecraft.server.players
Methods in net.minecraft.server.players with parameters of type Entity.RemovalReasonModifier and TypeMethodDescriptionPlayerList.respawn
(ServerPlayer p_11237_, boolean p_11238_, Entity.RemovalReason p_348558_) -
Uses of Entity.RemovalReason in net.minecraft.world.effect
Methods in net.minecraft.world.effect with parameters of type Entity.RemovalReasonModifier and TypeMethodDescriptionvoid
MobEffect.onMobRemoved
(ServerLevel p_376540_, LivingEntity p_338500_, int p_338476_, Entity.RemovalReason p_338373_) void
MobEffectInstance.onMobRemoved
(ServerLevel p_376394_, LivingEntity p_338566_, Entity.RemovalReason p_338384_) void
OozingMobEffect.onMobRemoved
(ServerLevel p_376380_, LivingEntity p_338339_, int p_338421_, Entity.RemovalReason p_338677_) void
WeavingMobEffect.onMobRemoved
(ServerLevel p_376925_, LivingEntity p_338209_, int p_338446_, Entity.RemovalReason p_338624_) void
WindChargedMobEffect.onMobRemoved
(ServerLevel p_376782_, LivingEntity p_338439_, int p_338875_, Entity.RemovalReason p_338258_) -
Uses of Entity.RemovalReason in net.minecraft.world.entity
Fields in net.minecraft.world.entity declared as Entity.RemovalReasonMethods in net.minecraft.world.entity that return Entity.RemovalReasonModifier 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.Methods in net.minecraft.world.entity with parameters of type Entity.RemovalReasonModifier and TypeMethodDescriptionvoid
Entity.onRemoval
(Entity.RemovalReason p_379764_) void
Entity.remove
(Entity.RemovalReason p_146834_) void
LivingEntity.remove
(Entity.RemovalReason p_276115_) final void
Entity.setRemoved
(Entity.RemovalReason p_146876_) protected void
LivingEntity.triggerOnDeathMobEffects
(ServerLevel p_376702_, Entity.RemovalReason p_350496_) -
Uses of Entity.RemovalReason in net.minecraft.world.entity.monster
Methods in net.minecraft.world.entity.monster with parameters of type Entity.RemovalReason -
Uses of Entity.RemovalReason in net.minecraft.world.entity.player
Methods in net.minecraft.world.entity.player with parameters of type Entity.RemovalReason -
Uses of Entity.RemovalReason in net.minecraft.world.entity.projectile
Methods in net.minecraft.world.entity.projectile with parameters of type Entity.RemovalReasonModifier and TypeMethodDescriptionvoid
ThrownEnderpearl.onRemoval
(Entity.RemovalReason p_379730_) void
FishingHook.remove
(Entity.RemovalReason p_150146_) -
Uses of Entity.RemovalReason in net.minecraft.world.entity.vehicle
Methods in net.minecraft.world.entity.vehicle with parameters of type Entity.RemovalReasonModifier and TypeMethodDescriptionvoid
AbstractBoat.remove
(Entity.RemovalReason p_376469_) void
AbstractChestBoat.remove
(Entity.RemovalReason p_376764_) void
AbstractMinecartContainer.remove
(Entity.RemovalReason p_150255_) -
Uses of Entity.RemovalReason in net.minecraft.world.level.entity
Methods in net.minecraft.world.level.entity with parameters of type Entity.RemovalReasonModifier 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_)