java.lang.Object
net.minecraft.world.level.saveddata.maps.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_77866_, int p_77867_, int p_77868_)
  • Method Details

    • load

      public static MapFrame load(CompoundTag p_77873_)
    • save

      public CompoundTag save()
    • getPos

      public BlockPos getPos()
    • getRotation

      public int getRotation()
    • getEntityId

      public int getEntityId()
    • getId

      public String getId()
    • frameId

      public static String frameId(BlockPos p_77871_)