MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / createMapDataPacket

Method createMapDataPacket

src/main/java/net/minecraft/item/ItemMap.java:254–257  ·  view source on GitHub ↗
(ItemStack stack, World worldIn, EntityPlayer player)

Source from the content-addressed store, hash-verified

252 }
253
254 public Packet createMapDataPacket(ItemStack stack, World worldIn, EntityPlayer player)
255 {
256 return this.getMapData(stack, worldIn).getMapPacket(stack, worldIn, player);
257 }
258
259 /**
260 * Called when item is crafted/smelted. Used only by maps so far.

Callers 2

updatePlayerListMethod · 0.45
onUpdateEntityMethod · 0.45

Calls 2

getMapDataMethod · 0.95
getMapPacketMethod · 0.80

Tested by

no test coverage detected