Uses of Class
net.minecraft.server.network.EntityTrackerEntry
Package
Description
-
Uses of EntityTrackerEntry in net.minecraft.entity
Modifier and TypeMethodDescriptionEntity.createSpawnPacket
(EntityTrackerEntry entityTrackerEntry) Returns a packet to notify the clients of the entity's spawning.ExperienceOrbEntity.createSpawnPacket
(EntityTrackerEntry entityTrackerEntry) Returns a packet to notify the clients of the entity's spawning.FallingBlockEntity.createSpawnPacket
(EntityTrackerEntry entityTrackerEntry) Returns a packet to notify the clients of the entity's spawning.MarkerEntity.createSpawnPacket
(EntityTrackerEntry entityTrackerEntry) Returns a packet to notify the clients of the entity's spawning. -
Uses of EntityTrackerEntry in net.minecraft.entity.boss.dragon
Modifier and TypeMethodDescriptionEnderDragonPart.createSpawnPacket
(EntityTrackerEntry entityTrackerEntry) Returns a packet to notify the clients of the entity's spawning. -
Uses of EntityTrackerEntry in net.minecraft.entity.decoration
Modifier and TypeMethodDescriptionItemFrameEntity.createSpawnPacket
(EntityTrackerEntry entityTrackerEntry) Returns a packet to notify the clients of the entity's spawning.LeashKnotEntity.createSpawnPacket
(EntityTrackerEntry entityTrackerEntry) Returns a packet to notify the clients of the entity's spawning. -
Uses of EntityTrackerEntry in net.minecraft.entity.decoration.painting
Modifier and TypeMethodDescriptionPaintingEntity.createSpawnPacket
(EntityTrackerEntry entityTrackerEntry) Returns a packet to notify the clients of the entity's spawning. -
Uses of EntityTrackerEntry in net.minecraft.entity.mob
Modifier and TypeMethodDescriptionWardenEntity.createSpawnPacket
(EntityTrackerEntry entityTrackerEntry) Returns a packet to notify the clients of the entity's spawning. -
Uses of EntityTrackerEntry in net.minecraft.entity.projectile
Modifier and TypeMethodDescriptionExplosiveProjectileEntity.createSpawnPacket
(EntityTrackerEntry entityTrackerEntry) Returns a packet to notify the clients of the entity's spawning.FishingBobberEntity.createSpawnPacket
(EntityTrackerEntry entityTrackerEntry) Returns a packet to notify the clients of the entity's spawning.ProjectileEntity.createSpawnPacket
(EntityTrackerEntry entityTrackerEntry) Returns a packet to notify the clients of the entity's spawning. -
Uses of EntityTrackerEntry in net.minecraft.network.packet.s2c.play
ModifierConstructorDescriptionEntitySpawnS2CPacket
(Entity entity, EntityTrackerEntry entityTrackerEntry) EntitySpawnS2CPacket
(Entity entity, EntityTrackerEntry entityTrackerEntry, int entityData) -
Uses of EntityTrackerEntry in net.minecraft.server.world
Modifier and TypeFieldDescription(package private) final EntityTrackerEntry
ServerChunkLoadingManager.EntityTracker.entry