Uses of Interface
net.minecraft.world.entity.EntityLike
-
Uses of EntityLike in net.minecraft.client.network
Classes in net.minecraft.client.network that implement EntityLike Modifier and Type Class Description class
AbstractClientPlayerEntity
class
ClientPlayerEntity
Represents the client's own player entity.class
OtherClientPlayerEntity
Represents a player entity that is present on the client but is not the client's own player. -
Uses of EntityLike in net.minecraft.client.world
Classes in net.minecraft.client.world with type parameters of type EntityLike Modifier and Type Class Description class
ClientEntityManager<T extends EntityLike>
Fields in net.minecraft.client.world declared as EntityLike Modifier and Type Field Description private T
ClientEntityManager.Listener. entity
-
Uses of EntityLike in net.minecraft.entity
Classes in net.minecraft.entity that implement EntityLike Modifier and Type Class Description class
AreaEffectCloudEntity
class
Entity
class
ExperienceOrbEntity
class
EyeOfEnderEntity
class
FallingBlockEntity
class
ItemEntity
class
LightningEntity
class
LivingEntity
Represents an entity which has a health value and can receive damage.class
TntEntity
-
Uses of EntityLike in net.minecraft.entity.boss
Classes in net.minecraft.entity.boss that implement EntityLike Modifier and Type Class Description class
WitherEntity
-
Uses of EntityLike in net.minecraft.entity.boss.dragon
Classes in net.minecraft.entity.boss.dragon that implement EntityLike Modifier and Type Class Description class
EnderDragonEntity
class
EnderDragonPart
-
Uses of EntityLike in net.minecraft.entity.decoration
Classes in net.minecraft.entity.decoration that implement EntityLike Modifier and Type Class Description class
AbstractDecorationEntity
class
ArmorStandEntity
class
EndCrystalEntity
class
GlowItemFrameEntity
class
ItemFrameEntity
class
LeashKnotEntity
-
Uses of EntityLike in net.minecraft.entity.decoration.painting
Classes in net.minecraft.entity.decoration.painting that implement EntityLike Modifier and Type Class Description class
PaintingEntity
-
Uses of EntityLike in net.minecraft.entity.mob
-
Uses of EntityLike in net.minecraft.entity.passive
-
Uses of EntityLike in net.minecraft.entity.player
Classes in net.minecraft.entity.player that implement EntityLike Modifier and Type Class Description class
PlayerEntity
-
Uses of EntityLike in net.minecraft.entity.projectile
Classes in net.minecraft.entity.projectile that implement EntityLike Modifier and Type Class Description class
AbstractFireballEntity
class
ArrowEntity
class
DragonFireballEntity
class
ExplosiveProjectileEntity
class
FireballEntity
class
FireworkRocketEntity
class
FishingBobberEntity
class
LlamaSpitEntity
class
PersistentProjectileEntity
class
ProjectileEntity
class
ShulkerBulletEntity
class
SmallFireballEntity
class
SpectralArrowEntity
class
TridentEntity
class
WitherSkullEntity
-
Uses of EntityLike in net.minecraft.entity.projectile.thrown
Classes in net.minecraft.entity.projectile.thrown that implement EntityLike Modifier and Type Class Description class
EggEntity
class
EnderPearlEntity
class
ExperienceBottleEntity
class
PotionEntity
class
SnowballEntity
class
ThrownEntity
class
ThrownItemEntity
-
Uses of EntityLike in net.minecraft.entity.raid
Classes in net.minecraft.entity.raid that implement EntityLike Modifier and Type Class Description class
RaiderEntity
-
Uses of EntityLike in net.minecraft.entity.vehicle
Classes in net.minecraft.entity.vehicle that implement EntityLike Modifier and Type Class Description class
AbstractMinecartEntity
class
BoatEntity
class
ChestMinecartEntity
class
CommandBlockMinecartEntity
class
FurnaceMinecartEntity
class
HopperMinecartEntity
class
MinecartEntity
class
SpawnerMinecartEntity
class
StorageMinecartEntity
class
TntMinecartEntity
-
Uses of EntityLike in net.minecraft.server.network
Classes in net.minecraft.server.network that implement EntityLike Modifier and Type Class Description class
ServerPlayerEntity
-
Uses of EntityLike in net.minecraft.server.world
Classes in net.minecraft.server.world with type parameters of type EntityLike Modifier and Type Class Description class
ServerEntityManager<T extends EntityLike>
An entity manager for a server environment.Fields in net.minecraft.server.world declared as EntityLike Modifier and Type Field Description private T
ServerEntityManager.Listener. entity
Methods in net.minecraft.server.world with type parameters of type EntityLike Modifier and Type Method Description private static <T extends EntityLike>
EntityTrackingStatusServerEntityManager. getNeededLoadStatus(T entity, EntityTrackingStatus current)
Methods in net.minecraft.server.world with parameters of type EntityLike Modifier and Type Method Description private void
ServerEntityManager. unload(EntityLike entity)
-
Uses of EntityLike in net.minecraft.world.entity
Classes in net.minecraft.world.entity with type parameters of type EntityLike Modifier and Type Class Description class
EntityIndex<T extends EntityLike>
An index of entities by both their network IDs and UUIDs.interface
EntityLookup<T extends EntityLike>
An interface for looking up entities.class
SectionedEntityCache<T extends EntityLike>
Stores entities with the chunk sections they are in.class
SimpleEntityLookup<T extends EntityLike>
An implementation of entity lookup backed by two separateEntityIndex
andSectionedEntityCache
.Methods in net.minecraft.world.entity with type parameters of type EntityLike Modifier and Type Method Description private static <T extends EntityLike>
Predicate<T>SectionedEntityCache. intersecting(Box box)
Methods in net.minecraft.world.entity that return types with arguments of type EntityLike Modifier and Type Method Description Stream<? extends EntityLike>
EntityLike. streamPassengersAndSelf()
Returns a stream consisting of this entity and its passengers in which this entity's passengers are iterated before this entity.Stream<? extends EntityLike>
EntityLike. streamSelfAndPassengers()
Returns a stream consisting of this entity and its passengers recursively.