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 TypeMethodDescriptionvoidClientLevel.removeEntity(int pEntityId, Entity.RemovalReason pReason) -
Uses of Entity.RemovalReason in net.minecraft.server.level
Methods in net.minecraft.server.level with parameters of type Entity.RemovalReasonModifier and TypeMethodDescriptionvoidServerLevel.removePlayerImmediately(ServerPlayer pPlayer, Entity.RemovalReason pReason) -
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 pPlayer, boolean pKeepInventory, Entity.RemovalReason pReason) -
Uses of Entity.RemovalReason in net.minecraft.world.effect
Methods in net.minecraft.world.effect with parameters of type Entity.RemovalReasonModifier and TypeMethodDescriptionvoidMobEffect.onMobRemoved(ServerLevel pLevel, LivingEntity pEntity, int pAmplifier, Entity.RemovalReason pReason) voidMobEffectInstance.onMobRemoved(ServerLevel pLevel, LivingEntity pEntity, Entity.RemovalReason pReason) voidOozingMobEffect.onMobRemoved(ServerLevel p_376380_, LivingEntity p_338339_, int p_338421_, Entity.RemovalReason p_338677_) voidWeavingMobEffect.onMobRemoved(ServerLevel p_376925_, LivingEntity p_338209_, int p_338446_, Entity.RemovalReason p_338624_) voidWindChargedMobEffect.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.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.world.entity with parameters of type Entity.RemovalReasonModifier and TypeMethodDescriptionvoidEntity.onRemoval(Entity.RemovalReason pReason) voidEntity.remove(Entity.RemovalReason pReason) voidLivingEntity.remove(Entity.RemovalReason p_276115_) final voidEntity.setRemoved(Entity.RemovalReason p_146876_) protected voidLivingEntity.triggerOnDeathMobEffects(ServerLevel pLevel, Entity.RemovalReason pRemovalReason) -
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 TypeMethodDescriptionvoidThrownEnderpearl.onRemoval(Entity.RemovalReason p_379730_) voidFishingHook.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 TypeMethodDescriptionvoidAbstractBoat.remove(Entity.RemovalReason p_376469_) voidAbstractChestBoat.remove(Entity.RemovalReason p_376764_) voidAbstractMinecartContainer.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 TypeMethodDescriptionvoidEntityInLevelCallback.onRemove(Entity.RemovalReason pReason) voidPersistentEntitySectionManager.Callback.onRemove(Entity.RemovalReason p_157619_) voidTransientEntitySectionManager.Callback.onRemove(Entity.RemovalReason p_157678_) voidEntityAccess.setRemoved(Entity.RemovalReason pRemovalReason)