net.minecraft.server

public class TrackedEntity

my
net.minecraft.class_800
net.minecraft.server.TrackedEntity
net.minecraft.entity.EntityTrackerEntry

Field summary

Modifier and TypeField
private static final org.apache.logging.log4j.Logger
p
field_8896
LOGGER
logger
public Entity
a
field_2859
entity
trackedEntity
public int
b
field_2860
trackingRange
trackingDistanceThreshold
public int
c
field_2861
updateInterval
updateFrequency
public int
d
field_2862
lastX
encodedPosX
public int
e
field_2863
lastY
encodedPosY
public int
f
field_2864
lastZ
encodedPosZ
public int
g
field_2865
lastYaw
encodedRotationYaw
public int
h
field_2866
lastPitch
encodedRotationPitch
public int
i
field_2867
lastHeadYaw
lastHeadMotion
public double
j
field_2868
velocityX
lastTrackedEntityMotionX
public double
k
field_2869
velocityY
lastTrackedEntityMotionY
public double
l
field_2870
velocityZ
motionZ
public int
m
field_2871
ticks
updateCounter
private double
q
field_2874
x
lastTrackedEntityPosX
private double
r
field_2875
y
lastTrackedEntityPosY
private double
s
field_2876
z
lastTrackedEntityPosZ
private boolean
t
field_2877
initialized
firstUpdateDone
private boolean
u
field_2878
syncVelocity
sendVelocityUpdates
private int
v
field_2879
ticksWithoutVehicle
ticksSinceLastForcedTeleport
private Entity
w
field_2880
vehicle
field_85178_v
private boolean
x
field_5303
riding
ridingEntity
public boolean
n
field_2872
moved
playerEntitiesUpdated
public Set
o
field_2873
players
trackingPlayers

Constructor summary

ModifierConstructor
public (Entity entity, int trackingRange, int updateInterval, boolean syncVelocity)

Method summary

Modifier and TypeMethod
public void
a(List arg0)
method_2181(List arg0)
tick(List players)
updatePlayerList(List arg0)
private void
b()
method_6068()
sendDataAndAttributes()
sendMetadataToAllAssociatedPlayers()
public void
a(ft arg0)
method_2179(class_700 arg0)
sendPacket(Packet packet)
func_151259_a(Packet arg0)
public void
b(ft arg0)
method_2183(class_700 arg0)
sendPacketToAll(Packet packet)
func_151261_b(Packet arg0)
public void
a()
method_2178()
onRemoved()
sendDestroyEntityPacketToTrackedPlayers()
public void
a(mw arg0)
method_2180(class_798 arg0)
removePlayer(ServerPlayerEntity player)
removeFromTrackedPlayers(EntityPlayerMP arg0)
public void
b(mw arg0)
method_2184(class_798 arg0)
updatePlayer(ServerPlayerEntity player)
updatePlayerEntity(EntityPlayerMP arg0)
private boolean
d(mw arg0)
method_2187(class_798 arg0)
isInViewOfPlayer(ServerPlayerEntity player)
isPlayerWatchingThisChunk(EntityPlayerMP arg0)
public void
b(List arg0)
method_2185(List arg0)
updatePlayers(List players)
updatePlayerEntities(List arg0)
private Packet
c()
method_2182()
createAddEntityPacket()
func_151260_c()
public void
c(mw arg0)
method_2186(class_798 arg0)
onPlayerRespawn(ServerPlayerEntity player)
removeTrackedPlayerSymmetric(EntityPlayerMP arg0)