net.minecraft.server

public class EntityMap

ol
net.minecraft.class_790
net.minecraft.server.EntityMap
net.minecraft.entity.EntityTracker
net.minecraft.entity.EntityTracker

Field summary

Modifier and TypeField
private static final org.apache.logging.log4j.Logger
a
field_8882
LOGGER
field_151249_a
LOGGER
private final ServerWorld
b
field_2783
world
field_72795_a
world
private final Set<TrackedEntity>
c
field_2784
entities
field_72793_b
entries
private final Int2ObjectHashMap<TrackedEntity>
d
field_2785
entitiesById
field_72794_c
trackedEntityHashTable
private int
e
field_2786
viewDistance
field_72792_d
maxTrackingDistanceThreshold

Constructor summary

ModifierConstructor
public (ServerWorld world)

Method summary

Modifier and TypeMethod
public static long
a(double arg0)
method_12764(double arg0)
packCoordinate(double coord)
func_187253_a(double arg0)
getPositionLong(double value)
public void
a(vg arg0)
method_2097(class_864 arg0)
onEntityAdded(Entity entity)
func_72786_a(Entity arg0)
track(Entity entityIn)
public void
a(vg arg0, int arg1, int arg2)
method_2098(class_864 arg0, int arg1, int arg2)
startTracking(Entity entity, int trackingRange, int updateInterval)
func_72791_a(Entity arg0, int arg1, int arg2)
track(Entity entityIn, int trackingRange, int updateFrequency)
public void
a(vg arg0, int arg1, int arg2, boolean arg3)
method_2099(class_864 arg0, int arg1, int arg2, boolean arg3)
startTracking(Entity entity, int trackingRange, int updateInterval, boolean syncVelocity)
func_72785_a(Entity arg0, int arg1, int arg2, boolean arg3)
track(Entity entityIn, int trackingRange, int updateFrequency, boolean sendVelocityUpdates)
public void
b(vg arg0)
method_2101(class_864 arg0)
onEntityRemoved(Entity entity)
func_72790_b(Entity arg0)
untrack(Entity entityIn)
public void
a()
method_2095()
tick()
func_72788_a()
tick()
public void
a(oq arg0)
method_10747(class_798 arg0)
updateVisibility(ServerPlayerEntity player)
func_180245_a(EntityPlayerMP arg0)
updateVisibility(EntityPlayerMP player)
public void
a(vg arg0, ht<?> arg1)
method_2100(class_864 arg0, class_700<?> arg1)
sendPacket(Entity entity, Packet<?> packet)
func_151247_a(Entity arg0, Packet<?> arg1)
sendToTracking(Entity entityIn, Packet<?> packetIn)
public void
b(vg arg0, ht<?> arg1)
method_2102(class_864 arg0, class_700<?> arg1)
sendPacketToAll(Entity entity, Packet<?> packet)
func_151248_b(Entity arg0, Packet<?> arg1)
sendToTrackingAndSelf(Entity entityIn, Packet<?> packetIn)
public void
b(oq arg0)
method_2096(class_798 arg0)
onPlayerRespawn(ServerPlayerEntity player)
func_72787_a(EntityPlayerMP arg0)
removePlayerFromTrackers(EntityPlayerMP player)
public void
a(oq arg0, axw arg1)
method_4410(class_798 arg0, class_1196 arg1)
addPlayer(ServerPlayerEntity player, WorldChunk chunk)
func_85172_a(EntityPlayerMP arg0, Chunk arg1)
sendLeashedEntitiesInChunk(EntityPlayerMP player, Chunk chunkIn)
public void
a(int arg0)
method_12765(int arg0)
updateViewDistance(int viewDistance)
func_187252_a(int arg0)
setViewDistance(int distance)
public static void
a(vg arg0, double arg1, double arg2, double arg3)
method_12766(class_864 arg0, double arg1, double arg2, double arg3)
updatePosition(Entity entity, double x, double y, double z)
func_187254_a(Entity arg0, double arg1, double arg2, double arg3)
updateServerPosition(Entity entityIn, double x, double y, double z)