Class MapFrame

java.lang.Object
net.minecraft.world.storage.MapFrame

public class MapFrame extends Object
  • Field Details

    • pos

      private final BlockPos pos
    • rotation

      private final int rotation
    • entityId

      private final int entityId
  • Constructor Details

    • MapFrame

      public MapFrame(BlockPos p_i49855_1_, int p_i49855_2_, int p_i49855_3_)
  • Method Details

    • 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 String getId()
    • frameId

      public static String frameId(BlockPos p_212766_0_)