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 voidClientEntityManager.Listener. remove(Entity.RemovalReason reason)voidClientWorld. 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.RemovalReasonEntity. removalReasonMethods in net.minecraft.entity that return Entity.RemovalReason Modifier and Type Method Description @Nullable Entity.RemovalReasonEntity. method_35049()static Entity.RemovalReasonEntity.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 voidEntity. remove(Entity.RemovalReason reason)voidEntity. 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 voidSlimeEntity. 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 voidPlayerEntity. 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 voidFishingBobberEntity. 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 voidStorageMinecartEntity. 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 voidServerEntityManager.Listener. remove(Entity.RemovalReason reason)voidServerWorld. 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 voidEntityChangeListener. remove(Entity.RemovalReason reason)voidEntityLike. setRemoved(Entity.RemovalReason reason)