Package net.minecraft.item.map
Class MapState.PlayerUpdateTracker
java.lang.Object
net.minecraft.item.map.MapState.PlayerUpdateTracker
- Enclosing class:
- MapState
public class MapState.PlayerUpdateTracker extends Object
-
Field Summary
Fields Modifier and Type Field Description private boolean
dirty
private int
emptyPacketsRequested
private int
endX
private int
endZ
int
field_131
private boolean
field_27891
PlayerEntity
player
private int
startX
private int
startZ
-
Constructor Summary
Constructors Modifier Constructor Description private
PlayerUpdateTracker(PlayerEntity playerEntity)
-
Method Summary
Modifier and Type Method Description private Packet<?>
getPacket(int int2)
private void
markDirty(int x, int z)
private MapState.class_5637
method_32375()
private void
method_32379()
-
Field Details
-
player
-
dirty
private boolean dirty -
startX
private int startX -
startZ
private int startZ -
endX
private int endX -
endZ
private int endZ -
field_27891
private boolean field_27891 -
emptyPacketsRequested
private int emptyPacketsRequested -
field_131
public int field_131
-
-
Constructor Details
-
PlayerUpdateTracker
-
-
Method Details
-
method_32375
-
getPacket
-
markDirty
private void markDirty(int x, int z) -
method_32379
private void method_32379()
-