public class MapFrame
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
entityId |
private BlockPos |
pos |
private int |
rotation |
Constructor and Description |
---|
MapFrame(BlockPos p_i49855_1_,
int p_i49855_2_,
int p_i49855_3_) |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
func_212766_a(BlockPos p_212766_0_) |
java.lang.String |
func_212767_e() |
int |
getEntityId() |
BlockPos |
getPos() |
int |
getRotation() |
static MapFrame |
read(CompoundNBT p_212765_0_) |
CompoundNBT |
write() |
private final BlockPos pos
private final int rotation
private final int entityId
public MapFrame(BlockPos p_i49855_1_, int p_i49855_2_, int p_i49855_3_)
public static MapFrame read(CompoundNBT p_212765_0_)
public CompoundNBT write()
public BlockPos getPos()
public int getRotation()
public int getEntityId()
public java.lang.String func_212767_e()
public static java.lang.String func_212766_a(BlockPos p_212766_0_)