Class MapDisplay112To116
java.lang.Object
com.gamersafer.minecraft.auth.paper.map.MapDisplayBase
com.gamersafer.minecraft.auth.paper.map.MapDisplay112To116
- All Implemented Interfaces:
com.gamersafer.minecraft.auth.common.map.IMapDisplay
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.gamersafer.minecraft.auth.common.map.IMapDisplay
com.gamersafer.minecraft.auth.common.map.IMapDisplay.DisplayCompleter -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncomputeMapLocations(int width, int height, org.bukkit.Location playerLocation) protected ObjectcreateDestroyEntityPacket(Object... itemFrames) protected ObjectcreateEntityItemFrame(org.bukkit.Location l, org.bukkit.block.BlockFace direction) protected ObjectcreateEntitySpawnPacket(Object itemFrame) protected ObjectcreateMetaDataPacket(Object itemFrame) protected org.bukkit.block.BlockFaceprotected ObjectgetPlayerConnection(Object entityPlayer) protected voidbooleanprotected voidsendMapView(org.bukkit.entity.Player player, org.bukkit.inventory.ItemStack item) protected voidsendPacket(Object playerConnection, Object packet) protected voidsetEntityItemFrameItem(Object itemFrame, Object item) Methods inherited from class com.gamersafer.minecraft.auth.paper.map.MapDisplayBase
a, a, a, cb, getEntityPlayer, nmsItemStack, show
-
Constructor Details
-
MapDisplay112To116
public MapDisplay112To116()
-
-
Method Details
-
isApplicable
public boolean isApplicable() -
initReflections
protected void initReflections()- Specified by:
initReflectionsin classMapDisplayBase
-
createEntityItemFrame
protected Object createEntityItemFrame(org.bukkit.Location l, org.bukkit.block.BlockFace direction) throws Exception - Specified by:
createEntityItemFramein classMapDisplayBase- Throws:
Exception
-
setEntityItemFrameItem
- Specified by:
setEntityItemFrameItemin classMapDisplayBase- Throws:
Exception
-
createEntitySpawnPacket
- Specified by:
createEntitySpawnPacketin classMapDisplayBase- Throws:
Exception
-
createMetaDataPacket
- Specified by:
createMetaDataPacketin classMapDisplayBase- Throws:
Exception
-
getPlayerConnection
- Specified by:
getPlayerConnectionin classMapDisplayBase- Throws:
Exception
-
sendPacket
- Specified by:
sendPacketin classMapDisplayBase- Throws:
Exception
-
createDestroyEntityPacket
- Specified by:
createDestroyEntityPacketin classMapDisplayBase- Throws:
Exception
-
sendMapView
protected void sendMapView(org.bukkit.entity.Player player, org.bukkit.inventory.ItemStack item) - Specified by:
sendMapViewin classMapDisplayBase
-
computeMapLocations
protected List<List<org.bukkit.Location>> computeMapLocations(int width, int height, org.bukkit.Location playerLocation) - Specified by:
computeMapLocationsin classMapDisplayBase
-
getMapFacing
protected org.bukkit.block.BlockFace getMapFacing()- Specified by:
getMapFacingin classMapDisplayBase
-