MCPcopy Create free account

hub / github.com/InventivetalentDev/MapManager / functions

Functions250 in github.com/InventivetalentDev/MapManager

MethodhashCode
()
src/org/inventivetalent/mapmanager/DefaultMapWrapper.java:466
MethodhashCode
()
src/org/inventivetalent/mapmanager/MultiMapWrapper.java:332
MethodhashCode
()
src/org/inventivetalent/mapmanager/MapSender.java:255
MethodisAllowVanilla
()
src/org/inventivetalent/mapmanager/event/MapCancelEvent.java:63
MethodisCancelled
()
src/org/inventivetalent/mapmanager/event/MapInteractEvent.java:110
MethodisIdUsedBy
(OfflinePlayer player, int id)
src/org/inventivetalent/mapmanager/DefaultMapManager.java:113
MethodisViewing
(OfflinePlayer player)
src/org/inventivetalent/mapmanager/MultiMapWrapper.java:58
MethodonCommand
(CommandSender sender, Command command, String s, String[] args)
src/org/inventivetalent/mapmanager/CommandHandler.java:12
MethodonDisable
()
src/org/inventivetalent/mapmanager/MapManagerPlugin.java:124
MethodonEnable
()
src/org/inventivetalent/mapmanager/MapManagerPlugin.java:59
MethodonJoin
(PlayerJoinEvent event)
src/org/inventivetalent/mapmanager/MapListener.java:18
MethodonMapInitialize
(MapInitializeEvent event)
src/org/inventivetalent/mapmanager/MapListener.java:27
MethodonQuit
(PlayerQuitEvent event)
src/org/inventivetalent/mapmanager/MapListener.java:22
MethodonReceive
(ReceivedPacket receivedPacket)
src/org/inventivetalent/mapmanager/PacketListener.java:76
MethodonSend
(SentPacket sentPacket)
src/org/inventivetalent/mapmanager/PacketListener.java:41
MethodonTabComplete
(CommandSender commandSender, Command command, String s, String[] strings)
src/org/inventivetalent/mapmanager/CommandHandler.java:49
MethodreadFrom
(InputStream stream)
src/org/inventivetalent/mapmanager/util/mcsd/MCSDBubbleFormat.java:21
MethodreadMultiFromStream
(InputStream inputStream)
src/org/inventivetalent/mapmanager/ArrayImage.java:138
MethodregisterOccupiedID
(int id)
src/org/inventivetalent/mapmanager/DefaultMapManager.java:91
MethodremoveViewer
(OfflinePlayer player)
src/org/inventivetalent/mapmanager/DefaultMapWrapper.java:73
MethodremoveViewer
(final OfflinePlayer player)
src/org/inventivetalent/mapmanager/MultiMapWrapper.java:36
Methodrun
()
src/org/inventivetalent/mapmanager/MapSender.java:58
Methodrun
()
src/org/inventivetalent/mapmanager/metrics/Metrics.java:124
MethodsendContent
(Player player)
src/org/inventivetalent/mapmanager/MultiMapWrapper.java:103
MethodsetCancelled
(boolean b)
src/org/inventivetalent/mapmanager/event/CreativeInventoryMapUpdateEvent.java:80
MethodsetCancelled
(boolean b)
src/org/inventivetalent/mapmanager/event/MapInteractEvent.java:115
MethodsetContent
Change the updated content @param content new image content
src/org/inventivetalent/mapmanager/event/MapContentUpdateEvent.java:50
MethodsetSendContent
Change if the content is sent to the viewers @param sendContent if <code>true</code>, the content will be sent; if <code>false</code>, the content wi
src/org/inventivetalent/mapmanager/event/MapContentUpdateEvent.java:69
MethodshowInFrame
(Player player, ItemFrame frame, boolean force)
src/org/inventivetalent/mapmanager/DefaultMapWrapper.java:220
MethodshowInFrame
(Player player, int entityId)
src/org/inventivetalent/mapmanager/MultiMapWrapper.java:188
MethodshowInFrames
(Player player, int[][] entityIdMatrix)
src/org/inventivetalent/mapmanager/MultiMapWrapper.java:118
MethodshowInFrames
Show this {@link MultiMapController} in {@link ItemFrame}s @param player {@link Player} that will be able to see the maps @param entityIdMatr
src/org/inventivetalent/mapmanager/controller/MultiMapController.java:22
MethodshowInHand
(Player player, boolean force)
src/org/inventivetalent/mapmanager/DefaultMapWrapper.java:205
MethodshowInHand
(Player player, boolean force)
src/org/inventivetalent/mapmanager/MultiMapWrapper.java:178
MethodshowInHand
Show this {@link org.inventivetalent.mapmanager.wrapper.MapWrapper} in a player's hand @param player {@link Player} @param force if <code>false</cod
src/org/inventivetalent/mapmanager/controller/MapController.java:98
MethodshowInInventory
(Player player, int slot, boolean force)
src/org/inventivetalent/mapmanager/MultiMapWrapper.java:168
MethodshowInInventory
Show this {@link org.inventivetalent.mapmanager.wrapper.MapWrapper} in a player's inventory @param player {@link Player} @param slot slot to show t
src/org/inventivetalent/mapmanager/controller/MapController.java:80
MethodtoString
()
src/org/inventivetalent/mapmanager/util/mcsd/MCSDBubbleFormat.java:191
MethodunregisterOccupiedID
(int id)
src/org/inventivetalent/mapmanager/DefaultMapManager.java:96
MethodunregisterOccupiedID
Unregisters an occupied ID @param id the ID to unregister @see #registerOccupiedID(int)
src/org/inventivetalent/mapmanager/manager/MapManager.java:96
MethodunwrapImage
(MapWrapper wrapper)
src/org/inventivetalent/mapmanager/DefaultMapManager.java:58
MethodupToDate
()
src/org/inventivetalent/mapmanager/MapManagerPlugin.java:117
Methodupdate
(ArrayImage content)
src/org/inventivetalent/mapmanager/DefaultMapWrapper.java:100
Methodupdate
(ArrayImage content)
src/org/inventivetalent/mapmanager/MultiMapWrapper.java:75
Methodupdate
(BufferedImage content)
src/org/inventivetalent/mapmanager/controller/MultiMapController.java:69
MethodupdateAvailable
(String s, String s1, boolean b)
src/org/inventivetalent/mapmanager/MapManagerPlugin.java:112
MethodwrapImage
(BufferedImage image)
src/org/inventivetalent/mapmanager/DefaultMapManager.java:19
MethodwrapMultiImage
(BufferedImage image, int rows, int columns)
src/org/inventivetalent/mapmanager/DefaultMapManager.java:35
MethodwrapMultiImage
Wrap an image and split it into multiple maps @param image the image to wrap @param rows rows of the split (i.e. height) @param columns columns
src/org/inventivetalent/mapmanager/manager/MapManager.java:38
MethodwriteMultiToSream
(ArrayImage[][] images, OutputStream outputStream)
src/org/inventivetalent/mapmanager/ArrayImage.java:123
← previous201–250 of 250, ranked by callers