net.minecraft.world.map

public class SavedMapData

extends SavedData

cnx
net.minecraft.class_22
net.minecraft.world.map.SavedMapData
net.minecraft.world.storage.MapData
net.minecraft.world.storage.MapData

Field summary

Modifier and TypeField
public int
a
field_116
centerX
field_76201_a
xCenter
public int
b
field_115
centerZ
field_76199_b
zCenter
public DimensionType
c
field_118
dimension
field_76200_c
dimension
public boolean
d
field_114
trackingPosition
field_186210_e
trackingPosition
public boolean
e
field_113
unlimitedTracking
field_191096_f
unlimitedTracking
public byte
f
field_119
scale
field_76197_d
scale
public byte[]
g
field_122
colors
field_76198_e
colors
public boolean
h
field_17403
f_40964241
field_215161_h
field_215161_h
public final List<SavedMapData$Holder>
i
field_112
holders
field_76196_g
playersArrayList
private final Map<PlayerEntity, SavedMapData$Holder>
k
field_120
holdersByPlayer
field_76202_j
playersHashMap
private final Map<String, MapBanner>
l
field_123
banners
field_204270_k
banners
public final Map<String, MapDecoration>
j
field_117
decorations
field_76203_h
mapDecorations
private final Map<String, MapFrame>
m
field_121
frames
field_212442_l
frames

Constructor summary

ModifierConstructor
public (String arg0)

Method summary

Modifier and TypeMethod
public void
a(int arg0, int arg1, int arg2, boolean arg3, boolean arg4, bye arg5)
method_105(int arg0, int arg1, int arg2, boolean arg3, boolean arg4, class_2874 arg5)
update(int centerX, int centerZ, int scale, boolean trackingPosition, boolean unlimitedTracking, DimensionType dimension)
func_212440_a(int arg0, int arg1, int arg2, boolean arg3, boolean arg4, DimensionType arg5)
func_212440_a(int arg0, int arg1, int arg2, boolean arg3, boolean arg4, DimensionType arg5)
public void
a(double arg0, double arg1, int arg2)
method_106(double arg0, double arg1, int arg2)
updateCenter(double x, double z, int scale)
func_176054_a(double arg0, double arg1, int arg2)
calculateMapCenter(double x, double z, int mapScale)
public void
a(ib arg0)
method_77(class_2487 arg0)
readNbt(NbtCompound arg0)
func_76184_a(CompoundNBT arg0)
read(CompoundNBT arg0)
public NbtCompound
b(ib arg0)
method_75(class_2487 arg0)
writeNbt(NbtCompound arg0)
func_189551_b(CompoundNBT arg0)
write(CompoundNBT arg0)
public void
a(cnx arg0)
method_18818(class_22 arg0)
m_75514629(SavedMapData arg0)
func_215160_a(MapData arg0)
func_215160_a(MapData arg0)
public void
a(avy arg0, bcb arg1)
method_102(class_1657 arg0, class_1799 arg1)
tickHolder(PlayerEntity player, ItemStack item)
func_76191_a(PlayerEntity arg0, ItemStack arg1)
updateVisiblePlayers(PlayerEntity player, ItemStack mapStack)
public static void
a(bcb arg0, ev arg1, String arg2, cnu$a arg3)
method_110(class_1799 arg0, class_2338 arg1, String arg2, class_20$class_21 arg3)
addDecoration(ItemStack item, BlockPos pos, String id, MapDecoration$Type type)
func_191094_a(ItemStack arg0, BlockPos arg1, String arg2, MapDecoration$Type arg3)
addTargetDecoration(ItemStack map, BlockPos target, String decorationName, MapDecoration$Type type)
private void
a(cnu$a arg0, bhj arg1, String arg2, double arg3, double arg4, double arg5, jm arg6)
method_107(class_20$class_21 arg0, class_1936 arg1, String arg2, double arg3, double arg4, double arg5, class_2561 arg6)
addDecoration(MapDecoration$Type type, WorldAccess world, String key, double x, double z, double yaw, Text name)
func_191095_a(MapDecoration$Type arg0, IWorld arg1, String arg2, double arg3, double arg4, double arg5, ITextComponent arg6)
updateDecorations(MapDecoration$Type type, IWorld worldIn, String decorationName, double worldX, double worldZ, double rotationIn, ITextComponent arg6)
public Packet<?>
a(bcb arg0, bgs arg1, avy arg2)
method_100(class_1799 arg0, class_1922 arg1, class_1657 arg2)
createUpdatePacket(ItemStack item, BlockView world, PlayerEntity player)
func_176052_a(ItemStack arg0, IBlockReader arg1, PlayerEntity arg2)
getMapPacket(ItemStack mapStack, IBlockReader worldIn, PlayerEntity player)
public void
a(int arg0, int arg1)
method_103(int arg0, int arg1)
markDirty(int x, int y)
func_176053_a(int arg0, int arg1)
updateMapData(int x, int y)
public SavedMapData$Holder
a(avy arg0)
method_101(class_1657 arg0)
addHolder(PlayerEntity player)
func_82568_a(PlayerEntity arg0)
getMapInfo(PlayerEntity player)
public void
a(bhj arg0, ev arg1)
method_108(class_1936 arg0, class_2338 arg1)
toggleBanner(WorldAccess world, BlockPos pos)
func_204269_a(IWorld arg0, BlockPos arg1)
tryAddBanner(IWorld arg0, BlockPos arg1)
public void
a(bgs arg0, int arg1, int arg2)
method_109(class_1922 arg0, int arg1, int arg2)
checkBanners(BlockView world, int x, int z)
func_204268_a(IBlockReader arg0, int arg1, int arg2)
removeStaleBanners(IBlockReader arg0, int arg1, int arg2)
public void
a(ev arg0, int arg1)
method_104(class_2338 arg0, int arg1)
removeFrame(BlockPos pos, int id)
func_212441_a(BlockPos arg0, int arg1)
removeItemFrame(BlockPos pos, int entityIdIn)