net.minecraft.world.map

public class SavedMapData

extends SavedData

cbs
net.minecraft.class_89
net.minecraft.world.map.SavedMapData
net.minecraft.world.storage.MapData
net.minecraft.world.storage.MapData

Field summary

Modifier and TypeField
public int
a
field_201
centerX
field_76201_a
xCenter
public int
b
field_202
centerZ
field_76199_b
zCenter
public DimensionType
c
field_19747
dimension
field_76200_c
dimension
public boolean
d
field_13095
trackingPosition
field_186210_e
trackingPosition
public boolean
e
field_15238
unlimitedTracking
field_191096_f
unlimitedTracking
public byte
f
field_204
scale
field_76197_d
scale
public byte[]
g
field_205
colors
field_76198_e
colors
public List<SavedMapData$Holder>
h
field_207
holders
field_76196_g
playersArrayList
private final Map<PlayerEntity, SavedMapData$Holder>
j
field_209
holdersByPlayer
field_76202_j
playersHashMap
private final Map<String, MapBanner>
k
field_19748
banners
field_204270_k
banners
public Map<String, MapDecoration>
i
field_4982
decorations
field_76203_h
mapDecorations
private final Map<String, MapFrame>
l
field_19749
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, bod arg5)
method_17931(int arg0, int arg1, int arg2, boolean arg3, boolean arg4, class_3793 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_9308(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(gy arg0)
method_188(class_322 arg0)
readNbt(NbtCompound arg0)
func_76184_a(NBTTagCompound arg0)
read(NBTTagCompound arg0)
public NbtCompound
b(gy arg0)
method_191(class_322 arg0)
writeNbt(NbtCompound arg0)
func_189551_b(NBTTagCompound arg0)
write(NBTTagCompound arg0)
public void
a(aog arg0, ate arg1)
method_183(class_988 arg0, class_1071 arg1)
tickHolder(PlayerEntity player, ItemStack item)
func_76191_a(EntityPlayer arg0, ItemStack arg1)
updateVisiblePlayers(EntityPlayer player, ItemStack mapStack)
public static void
a(ate arg0, el arg1, String arg2, cbq$a arg3)
method_13830(class_1071 arg0, class_2552 arg1, String arg2, class_3082$class_3083 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(cbq$a arg0, axz arg1, String arg2, double arg3, double arg4, double arg5, ij arg6)
method_4126(class_3082$class_3083 arg0, class_3598 arg1, String arg2, double arg3, double arg4, double arg5, class_1982 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(ate arg0, axk arg1, aog arg2)
method_17932(class_1071 arg0, class_1158 arg1, class_988 arg2)
createUpdatePacket(ItemStack item, BlockView world, PlayerEntity player)
func_176052_a(ItemStack arg0, IBlockReader arg1, EntityPlayer arg2)
getMapPacket(ItemStack mapStack, IBlockReader worldIn, EntityPlayer player)
public void
a(int arg0, int arg1)
method_9309(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(aog arg0)
method_4127(class_988 arg0)
addHolder(PlayerEntity player)
func_82568_a(EntityPlayer arg0)
getMapInfo(EntityPlayer player)
public void
a(axz arg0, el arg1)
method_17934(class_3598 arg0, class_2552 arg1)
toggleBanner(WorldAccess world, BlockPos pos)
func_204269_a(IWorld arg0, BlockPos arg1)
tryAddBanner(IWorld arg0, BlockPos arg1)
public void
a(axk arg0, int arg1, int arg2)
method_17933(class_1158 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(el arg0, int arg1)
method_17935(class_2552 arg0, int arg1)
removeFrame(BlockPos pos, int id)
func_212441_a(BlockPos arg0, int arg1)
removeItemFrame(BlockPos pos, int entityIdIn)