Uses of Class
net.minecraft.entity.Entity.RemovalReason
-
Uses of Entity.RemovalReason in net.minecraft.client.world
Methods in net.minecraft.client.world with parameters of type Entity.RemovalReason Modifier and Type Method Description void
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.RemovalReason Modifier and Type Field Description private @Nullable Entity.RemovalReason
Entity. removalReason
Methods in net.minecraft.entity that return Entity.RemovalReason Modifier and Type Method Description @Nullable Entity.RemovalReason
Entity. method_35049()
static Entity.RemovalReason
Entity.RemovalReason. valueOf(String name)
Returns the enum constant of this type with the specified name.static Entity.RemovalReason[]
Entity.RemovalReason. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.entity with parameters of type Entity.RemovalReason Modifier and Type Method Description void
Entity. remove(Entity.RemovalReason reason)
void
Entity. setRemoved(Entity.RemovalReason reason)
-
Uses of Entity.RemovalReason in net.minecraft.entity.mob
Methods in net.minecraft.entity.mob with parameters of type Entity.RemovalReason Modifier and Type Method Description void
SlimeEntity. remove(Entity.RemovalReason reason)
-
Uses of Entity.RemovalReason in net.minecraft.entity.player
Methods in net.minecraft.entity.player with parameters of type Entity.RemovalReason Modifier and Type Method Description void
PlayerEntity. remove(Entity.RemovalReason reason)
-
Uses of Entity.RemovalReason in net.minecraft.entity.projectile
Methods in net.minecraft.entity.projectile with parameters of type Entity.RemovalReason Modifier and Type Method Description void
FishingBobberEntity. remove(Entity.RemovalReason reason)
-
Uses of Entity.RemovalReason in net.minecraft.entity.vehicle
Methods in net.minecraft.entity.vehicle with parameters of type Entity.RemovalReason Modifier and Type Method Description void
StorageMinecartEntity. remove(Entity.RemovalReason reason)
-
Uses of Entity.RemovalReason in net.minecraft.server.world
Methods in net.minecraft.server.world with parameters of type Entity.RemovalReason Modifier and Type Method Description void
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.RemovalReason Modifier and Type Method Description void
EntityChangeListener. remove(Entity.RemovalReason reason)
void
EntityLike. setRemoved(Entity.RemovalReason reason)