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 id, 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 TypeMethodDescriptionvoidServerLevel.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 serverPlayer, boolean keepAllPlayerData, Entity.RemovalReason removalReason) -
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 level, LivingEntity mob, int amplifier, Entity.RemovalReason reason) voidMobEffectInstance.onMobRemoved(ServerLevel level, LivingEntity mob, Entity.RemovalReason reason) voidOozingMobEffect.onMobRemoved(ServerLevel level, LivingEntity mob, int amplifier, Entity.RemovalReason reason) voidWeavingMobEffect.onMobRemoved(ServerLevel level, LivingEntity mob, int amplifier, Entity.RemovalReason reason) voidWindChargedMobEffect.onMobRemoved(ServerLevel level, LivingEntity mob, int amplifier, Entity.RemovalReason reason) -
Uses of Entity.RemovalReason in net.minecraft.world.entity
Subclasses with type arguments of type Entity.RemovalReason in net.minecraft.world.entityFields in net.minecraft.world.entity declared as Entity.RemovalReasonMethods in net.minecraft.world.entity that return Entity.RemovalReasonModifier and TypeMethodDescription@Nullable Entity.RemovalReasonEntity.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 reason) voidLivingEntity.onRemoval(Entity.RemovalReason reason) voidEntity.remove(Entity.RemovalReason reason) voidLivingEntity.remove(Entity.RemovalReason reason) final voidEntity.setRemoved(Entity.RemovalReason reason) protected voidLivingEntity.triggerOnDeathMobEffects(ServerLevel level, Entity.RemovalReason reason) -
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.projectile.throwableitemprojectile
Methods in net.minecraft.world.entity.projectile.throwableitemprojectile with parameters of type Entity.RemovalReason -
Uses of Entity.RemovalReason in net.minecraft.world.entity.vehicle.boat
Methods in net.minecraft.world.entity.vehicle.boat with parameters of type Entity.RemovalReasonModifier and TypeMethodDescriptionvoidAbstractBoat.remove(Entity.RemovalReason reason) voidAbstractChestBoat.remove(Entity.RemovalReason reason) -
Uses of Entity.RemovalReason in net.minecraft.world.entity.vehicle.minecart
Methods in net.minecraft.world.entity.vehicle.minecart with parameters of type Entity.RemovalReasonModifier and TypeMethodDescriptionvoidAbstractMinecartContainer.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 TypeMethodDescriptionvoidEntityInLevelCallback.onRemove(Entity.RemovalReason reason) voidPersistentEntitySectionManager.Callback.onRemove(Entity.RemovalReason reason) voidTransientEntitySectionManager.Callback.onRemove(Entity.RemovalReason reason) voidEntityAccess.setRemoved(Entity.RemovalReason removalReason)