Package net.minecraft.world.storage
Class MapFrame
- java.lang.Object
-
- net.minecraft.world.storage.MapFrame
-
public class MapFrame extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static java.lang.String
frameId(BlockPos p_212766_0_)
int
getEntityId()
java.lang.String
getId()
BlockPos
getPos()
int
getRotation()
static MapFrame
load(CompoundNBT p_212765_0_)
CompoundNBT
save()
-
-
-
Field Detail
-
pos
private final BlockPos pos
-
rotation
private final int rotation
-
entityId
private final int entityId
-
-
Constructor Detail
-
MapFrame
public MapFrame(BlockPos p_i49855_1_, int p_i49855_2_, int p_i49855_3_)
-
-
Method Detail
-
load
public static MapFrame load(CompoundNBT p_212765_0_)
-
save
public CompoundNBT save()
-
getPos
public BlockPos getPos()
-
getRotation
public int getRotation()
-
getEntityId
public int getEntityId()
-
getId
public java.lang.String getId()
-
frameId
public static java.lang.String frameId(BlockPos p_212766_0_)
-
-