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 classAbstractClientPlayerEntityclassClientPlayerEntityRepresents the client's own player entity.classOtherClientPlayerEntityRepresents 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 classClientEntityManager<T extends EntityLike>Fields in net.minecraft.client.world declared as EntityLike Modifier and Type Field Description private TClientEntityManager.Listener. entity -
Uses of EntityLike in net.minecraft.entity
Classes in net.minecraft.entity that implement EntityLike Modifier and Type Class Description classAreaEffectCloudEntityclassEntityclassExperienceOrbEntityclassEyeOfEnderEntityclassFallingBlockEntityclassItemEntityclassLightningEntityclassLivingEntityRepresents an entity which has a health value and can receive damage.classTntEntity -
Uses of EntityLike in net.minecraft.entity.boss
Classes in net.minecraft.entity.boss that implement EntityLike Modifier and Type Class Description classWitherEntity -
Uses of EntityLike in net.minecraft.entity.boss.dragon
Classes in net.minecraft.entity.boss.dragon that implement EntityLike Modifier and Type Class Description classEnderDragonEntityclassEnderDragonPart -
Uses of EntityLike in net.minecraft.entity.decoration
Classes in net.minecraft.entity.decoration that implement EntityLike Modifier and Type Class Description classAbstractDecorationEntityclassArmorStandEntityclassEndCrystalEntityclassGlowItemFrameEntityclassItemFrameEntityclassLeashKnotEntity -
Uses of EntityLike in net.minecraft.entity.decoration.painting
Classes in net.minecraft.entity.decoration.painting that implement EntityLike Modifier and Type Class Description classPaintingEntity -
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 classPlayerEntity -
Uses of EntityLike in net.minecraft.entity.projectile
Classes in net.minecraft.entity.projectile that implement EntityLike Modifier and Type Class Description classAbstractFireballEntityclassArrowEntityclassDragonFireballEntityclassExplosiveProjectileEntityclassFireballEntityclassFireworkRocketEntityclassFishingBobberEntityclassLlamaSpitEntityclassPersistentProjectileEntityclassProjectileEntityclassShulkerBulletEntityclassSmallFireballEntityclassSpectralArrowEntityclassTridentEntityclassWitherSkullEntity -
Uses of EntityLike in net.minecraft.entity.projectile.thrown
Classes in net.minecraft.entity.projectile.thrown that implement EntityLike Modifier and Type Class Description classEggEntityclassEnderPearlEntityclassExperienceBottleEntityclassPotionEntityclassSnowballEntityclassThrownEntityclassThrownItemEntity -
Uses of EntityLike in net.minecraft.entity.raid
Classes in net.minecraft.entity.raid that implement EntityLike Modifier and Type Class Description classRaiderEntity -
Uses of EntityLike in net.minecraft.entity.vehicle
Classes in net.minecraft.entity.vehicle that implement EntityLike Modifier and Type Class Description classAbstractMinecartEntityclassBoatEntityclassChestMinecartEntityclassCommandBlockMinecartEntityclassFurnaceMinecartEntityclassHopperMinecartEntityclassMinecartEntityclassSpawnerMinecartEntityclassStorageMinecartEntityclassTntMinecartEntity -
Uses of EntityLike in net.minecraft.server.network
Classes in net.minecraft.server.network that implement EntityLike Modifier and Type Class Description classServerPlayerEntity -
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 classServerEntityManager<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 TServerEntityManager.Listener. entityMethods 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 voidServerEntityManager. 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 classEntityIndex<T extends EntityLike>An index of entities by both their network IDs and UUIDs.interfaceEntityLookup<T extends EntityLike>An interface for looking up entities.classSectionedEntityCache<T extends EntityLike>Stores entities with the chunk sections they are in.classSimpleEntityLookup<T extends EntityLike>An implementation of entity lookup backed by two separateEntityIndexandSectionedEntityCache.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.