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 entityId, Entity.RemovalReason reason) -
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 player, Entity.RemovalReason reason) -
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 player, boolean keepInventory, Entity.RemovalReason reason) -
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
(LivingEntity livingEntity, int amplifier, Entity.RemovalReason reason) void
MobEffectInstance.onMobRemoved
(LivingEntity livingEntity, Entity.RemovalReason reason) void
OozingMobEffect.onMobRemoved
(LivingEntity livingEntity, int amplifier, Entity.RemovalReason reason) void
WeavingMobEffect.onMobRemoved
(LivingEntity livingEntity, int amplifier, Entity.RemovalReason reason) void
WindChargedMobEffect.onMobRemoved
(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.remove
(Entity.RemovalReason reason) void
LivingEntity.remove
(Entity.RemovalReason reason) final void
Entity.setRemoved
(Entity.RemovalReason removalReason) protected void
LivingEntity.triggerOnDeathMobEffects
(Entity.RemovalReason removalReason) -
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.RemovalReason -
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
AbstractMinecartContainer.remove
(Entity.RemovalReason reason) void
Boat.remove
(Entity.RemovalReason reason) void
ChestBoat.remove
(Entity.RemovalReason reason) -
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 reason) void
PersistentEntitySectionManager.Callback.onRemove
(Entity.RemovalReason reason) void
TransientEntitySectionManager.Callback.onRemove
(Entity.RemovalReason reason) void
EntityAccess.setRemoved
(Entity.RemovalReason removalReason)