Uses of Enum Class
net.minecraft.entity.Entity.RemovalReason
Packages that use Entity.RemovalReason
Package
Description
-
Uses of Entity.RemovalReason in net.minecraft.client.world
Methods in net.minecraft.client.world with parameters of type Entity.RemovalReasonModifier and TypeMethodDescriptionvoid
ClientEntityManager.Listener.remove
(Entity.RemovalReason reason) void
ClientWorld.removeEntity
(int entityId, Entity.RemovalReason removalReason) -
Uses of Entity.RemovalReason in net.minecraft.entity
Fields in net.minecraft.entity declared as Entity.RemovalReasonMethods in net.minecraft.entity that return Entity.RemovalReasonModifier and TypeMethodDescriptionEntity.getRemovalReason()
Returns the reason for the entity's removal, ornull
if it is not removed.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.entity with parameters of type Entity.RemovalReasonModifier and TypeMethodDescriptionvoid
Entity.remove
(Entity.RemovalReason reason) Removes the entity.void
LivingEntity.remove
(Entity.RemovalReason reason) Removes the entity.final void
Entity.setRemoved
(Entity.RemovalReason reason) -
Uses of Entity.RemovalReason in net.minecraft.entity.effect
Methods in net.minecraft.entity.effect with parameters of type Entity.RemovalReasonModifier and TypeMethodDescriptionvoid
OozingStatusEffect.onEntityRemoval
(LivingEntity entity, int amplifier, Entity.RemovalReason reason) void
StatusEffect.onEntityRemoval
(LivingEntity entity, int amplifier, Entity.RemovalReason reason) void
StatusEffectInstance.onEntityRemoval
(LivingEntity entity, Entity.RemovalReason reason) void
WeavingStatusEffect.onEntityRemoval
(LivingEntity entity, int amplifier, Entity.RemovalReason reason) void
WindChargedStatusEffect.onEntityRemoval
(LivingEntity entity, int amplifier, Entity.RemovalReason reason) -
Uses of Entity.RemovalReason in net.minecraft.entity.mob
Methods in net.minecraft.entity.mob with parameters of type Entity.RemovalReasonModifier and TypeMethodDescriptionvoid
SlimeEntity.remove
(Entity.RemovalReason reason) Removes the entity. -
Uses of Entity.RemovalReason in net.minecraft.entity.player
Methods in net.minecraft.entity.player with parameters of type Entity.RemovalReasonModifier and TypeMethodDescriptionvoid
PlayerEntity.remove
(Entity.RemovalReason reason) Removes the entity. -
Uses of Entity.RemovalReason in net.minecraft.entity.projectile
Methods in net.minecraft.entity.projectile with parameters of type Entity.RemovalReasonModifier and TypeMethodDescriptionvoid
FishingBobberEntity.remove
(Entity.RemovalReason reason) Removes the entity. -
Uses of Entity.RemovalReason in net.minecraft.entity.vehicle
Methods in net.minecraft.entity.vehicle with parameters of type Entity.RemovalReasonModifier and TypeMethodDescriptionvoid
ChestBoatEntity.remove
(Entity.RemovalReason reason) Removes the entity.void
StorageMinecartEntity.remove
(Entity.RemovalReason reason) Removes the entity. -
Uses of Entity.RemovalReason in net.minecraft.server.world
Methods in net.minecraft.server.world with parameters of type Entity.RemovalReasonModifier and TypeMethodDescriptionvoid
ServerEntityManager.Listener.remove
(Entity.RemovalReason reason) void
ServerWorld.removePlayer
(ServerPlayerEntity player, Entity.RemovalReason reason) -
Uses of Entity.RemovalReason in net.minecraft.world.entity
Methods in net.minecraft.world.entity with parameters of type Entity.RemovalReasonModifier and TypeMethodDescriptionvoid
EntityChangeListener.remove
(Entity.RemovalReason reason) void
EntityLike.setRemoved
(Entity.RemovalReason reason)