Uses of Enum Class
net.minecraft.entity.Entity.RemovalReason
Packages that use Entity.RemovalReason
Package
Description
- 
Uses of Entity.RemovalReason in net.minecraft.client.worldMethods in net.minecraft.client.world with parameters of type Entity.RemovalReasonModifier and TypeMethodDescriptionvoidClientWorld.removeEntity(int entityId, Entity.RemovalReason removalReason) 
- 
Uses of Entity.RemovalReason in net.minecraft.entityFields 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, ornullif it is not removed.static Entity.RemovalReasonReturns 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 TypeMethodDescriptionprotected voidLivingEntity.onRemoval(ServerWorld world, Entity.RemovalReason reason) voidEntity.onRemove(Entity.RemovalReason reason) Called when the entity is about to be removed.voidEntity.remove(Entity.RemovalReason reason) Removes the entity.voidLivingEntity.remove(Entity.RemovalReason reason) Removes the entity.final voidEntity.setRemoved(Entity.RemovalReason reason) 
- 
Uses of Entity.RemovalReason in net.minecraft.entity.effectMethods in net.minecraft.entity.effect with parameters of type Entity.RemovalReasonModifier and TypeMethodDescriptionvoidOozingStatusEffect.onEntityRemoval(ServerWorld world, LivingEntity entity, int amplifier, Entity.RemovalReason reason) voidStatusEffect.onEntityRemoval(ServerWorld world, LivingEntity entity, int amplifier, Entity.RemovalReason reason) voidStatusEffectInstance.onEntityRemoval(ServerWorld world, LivingEntity entity, Entity.RemovalReason reason) voidWeavingStatusEffect.onEntityRemoval(ServerWorld world, LivingEntity entity, int amplifier, Entity.RemovalReason reason) voidWindChargedStatusEffect.onEntityRemoval(ServerWorld world, LivingEntity entity, int amplifier, Entity.RemovalReason reason) 
- 
Uses of Entity.RemovalReason in net.minecraft.entity.mobMethods in net.minecraft.entity.mob with parameters of type Entity.RemovalReasonModifier and TypeMethodDescriptionvoidSlimeEntity.remove(Entity.RemovalReason reason) Removes the entity.
- 
Uses of Entity.RemovalReason in net.minecraft.entity.playerMethods in net.minecraft.entity.player with parameters of type Entity.RemovalReasonModifier and TypeMethodDescriptionvoidPlayerEntity.remove(Entity.RemovalReason reason) Removes the entity.
- 
Uses of Entity.RemovalReason in net.minecraft.entity.projectileMethods in net.minecraft.entity.projectile with parameters of type Entity.RemovalReasonModifier and TypeMethodDescriptionvoidFishingBobberEntity.remove(Entity.RemovalReason reason) Removes the entity.
- 
Uses of Entity.RemovalReason in net.minecraft.entity.projectile.thrownMethods in net.minecraft.entity.projectile.thrown with parameters of type Entity.RemovalReasonModifier and TypeMethodDescriptionvoidEnderPearlEntity.onRemove(Entity.RemovalReason reason) Called when the entity is about to be removed.
- 
Uses of Entity.RemovalReason in net.minecraft.entity.vehicleMethods in net.minecraft.entity.vehicle with parameters of type Entity.RemovalReasonModifier and TypeMethodDescriptionvoidAbstractBoatEntity.remove(Entity.RemovalReason reason) Removes the entity.voidAbstractChestBoatEntity.remove(Entity.RemovalReason reason) Removes the entity.voidStorageMinecartEntity.remove(Entity.RemovalReason reason) Removes the entity.
- 
Uses of Entity.RemovalReason in net.minecraft.serverMethods in net.minecraft.server with parameters of type Entity.RemovalReasonModifier and TypeMethodDescriptionPlayerManager.respawnPlayer(ServerPlayerEntity player, boolean alive, Entity.RemovalReason removalReason) 
- 
Uses of Entity.RemovalReason in net.minecraft.server.worldMethods in net.minecraft.server.world with parameters of type Entity.RemovalReasonModifier and TypeMethodDescriptionvoidServerEntityManager.Listener.remove(Entity.RemovalReason reason) voidServerWorld.removePlayer(ServerPlayerEntity player, Entity.RemovalReason reason) 
- 
Uses of Entity.RemovalReason in net.minecraft.world.entityMethods in net.minecraft.world.entity with parameters of type Entity.RemovalReasonModifier and TypeMethodDescriptionvoidClientEntityManager.Listener.remove(Entity.RemovalReason reason) voidEntityChangeListener.remove(Entity.RemovalReason reason) voidEntityLike.setRemoved(Entity.RemovalReason reason)