From cfb10b61ff463886d5805b24bef6653d9c87ab60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D0=BB=D0=B0=D0=B4=D0=B8=D1=81=D0=BB=D0=B0=D0=B2=20?= =?UTF-8?q?=D0=93=D0=BE=D1=80=D1=81=D0=BA=D0=B8=D0=B9?= Date: Tue, 20 Aug 2024 10:43:36 +0300 Subject: [PATCH] `1.5.2` --- generated/1.5.2/allclasses-frame.html | 311 + generated/1.5.2/allclasses-noframe.html | 311 + generated/1.5.2/constant-values.html | 259 + generated/1.5.2/deprecated-list.html | 419 + generated/1.5.2/help-doc.html | 232 + generated/1.5.2/index-all.html | 10800 ++++++++++++++++ generated/1.5.2/index.html | 75 + .../org/getspout/spoutapi/ClientOnly.html | 262 + .../1.5.2/org/getspout/spoutapi/Spout.html | 276 + .../org/getspout/spoutapi/SpoutManager.html | 794 ++ .../org/getspout/spoutapi/SpoutServer.html | 1606 +++ .../org/getspout/spoutapi/SpoutWorld.html | 2159 +++ .../org/getspout/spoutapi/WorldManager.html | 257 + .../getspout/spoutapi/block/SpoutBlock.html | 745 ++ .../getspout/spoutapi/block/SpoutChest.html | 333 + .../getspout/spoutapi/block/SpoutChunk.html | 520 + .../getspout/spoutapi/block/SpoutWeather.html | 390 + .../spoutapi/block/class-use/SpoutBlock.html | 277 + .../spoutapi/block/class-use/SpoutChest.html | 173 + .../spoutapi/block/class-use/SpoutChunk.html | 215 + .../block/class-use/SpoutWeather.html | 268 + .../getspout/spoutapi/block/design/Axis.html | 359 + .../spoutapi/block/design/BlockDesign.html | 909 ++ .../block/design/GenericBlockDesign.html | 1439 ++ .../block/design/GenericCubeBlockDesign.html | 348 + .../design/GenericCuboidBlockDesign.html | 437 + .../getspout/spoutapi/block/design/Quad.html | 397 + .../spoutapi/block/design/SubTexture.html | 407 + .../spoutapi/block/design/Texture.html | 532 + .../spoutapi/block/design/Vertex.html | 450 + .../spoutapi/block/design/class-use/Axis.html | 197 + .../block/design/class-use/BlockDesign.html | 666 + .../design/class-use/GenericBlockDesign.html | 184 + .../class-use/GenericCubeBlockDesign.html | 234 + .../class-use/GenericCuboidBlockDesign.html | 256 + .../spoutapi/block/design/class-use/Quad.html | 197 + .../block/design/class-use/SubTexture.html | 231 + .../block/design/class-use/Texture.html | 278 + .../block/design/class-use/Vertex.html | 216 + .../spoutapi/block/design/package-frame.html | 35 + .../block/design/package-summary.html | 200 + .../spoutapi/block/design/package-tree.html | 168 + .../spoutapi/block/design/package-use.html | 256 + .../spoutapi/block/package-frame.html | 27 + .../spoutapi/block/package-summary.html | 181 + .../getspout/spoutapi/block/package-tree.html | 150 + .../getspout/spoutapi/block/package-use.html | 273 + .../chunkdatamanager/ChunkDataManager.html | 578 + .../class-use/ChunkDataManager.html | 206 + .../chunkdatamanager/package-frame.html | 21 + .../chunkdatamanager/package-summary.html | 158 + .../chunkdatamanager/package-tree.html | 136 + .../chunkdatamanager/package-use.html | 183 + .../spoutapi/chunkstore/ChunkMetaData.html | 536 + .../spoutapi/chunkstore/ChunkStore.html | 337 + .../chunkstore/SimpleChunkBuffer.html | 296 + .../chunkstore/SimpleChunkDataManager.html | 883 ++ .../spoutapi/chunkstore/SimpleRegionFile.html | 363 + .../chunkstore/Utils.SerializedData.html | 254 + .../getspout/spoutapi/chunkstore/Utils.html | 370 + .../chunkstore/class-use/ChunkMetaData.html | 195 + .../chunkstore/class-use/ChunkStore.html | 127 + .../class-use/SimpleChunkBuffer.html | 127 + .../class-use/SimpleChunkDataManager.html | 127 + .../class-use/SimpleRegionFile.html | 127 + .../class-use/Utils.SerializedData.html | 127 + .../spoutapi/chunkstore/class-use/Utils.html | 127 + .../spoutapi/chunkstore/package-frame.html | 27 + .../spoutapi/chunkstore/package-summary.html | 170 + .../spoutapi/chunkstore/package-tree.html | 154 + .../spoutapi/chunkstore/package-use.html | 160 + .../spoutapi/class-use/ClientOnly.html | 1098 ++ .../getspout/spoutapi/class-use/Spout.html | 127 + .../spoutapi/class-use/SpoutManager.html | 197 + .../spoutapi/class-use/SpoutServer.html | 195 + .../spoutapi/class-use/SpoutWorld.html | 192 + .../spoutapi/class-use/WorldManager.html | 184 + .../spoutapi/event/input/KeyBindingEvent.html | 339 + .../spoutapi/event/input/KeyPressedEvent.html | 341 + .../event/input/KeyReleasedEvent.html | 341 + .../input/RenderDistanceChangeEvent.html | 353 + .../input/class-use/KeyBindingEvent.html | 179 + .../input/class-use/KeyPressedEvent.html | 127 + .../input/class-use/KeyReleasedEvent.html | 127 + .../class-use/RenderDistanceChangeEvent.html | 127 + .../spoutapi/event/input/package-frame.html | 24 + .../spoutapi/event/input/package-summary.html | 171 + .../spoutapi/event/input/package-tree.html | 159 + .../spoutapi/event/input/package-use.html | 164 + .../event/inventory/InventoryClickEvent.html | 720 ++ .../event/inventory/InventoryCloseEvent.html | 406 + .../event/inventory/InventoryCraftEvent.html | 654 + .../event/inventory/InventoryEvent.html | 449 + .../event/inventory/InventoryOpenEvent.html | 406 + .../inventory/InventoryPlayerClickEvent.html | 386 + .../event/inventory/InventorySlotType.html | 467 + .../class-use/InventoryClickEvent.html | 127 + .../class-use/InventoryCloseEvent.html | 127 + .../class-use/InventoryCraftEvent.html | 127 + .../inventory/class-use/InventoryEvent.html | 127 + .../class-use/InventoryOpenEvent.html | 127 + .../class-use/InventoryPlayerClickEvent.html | 127 + .../class-use/InventorySlotType.html | 268 + .../event/inventory/package-frame.html | 30 + .../event/inventory/package-summary.html | 194 + .../event/inventory/package-tree.html | 167 + .../spoutapi/event/inventory/package-use.html | 164 + .../event/permission/PermissionEvent.html | 281 + .../permission/PlayerPermissionEvent.html | 443 + .../permission/class-use/PermissionEvent.html | 171 + .../class-use/PlayerPermissionEvent.html | 127 + .../event/permission/package-frame.html | 25 + .../event/permission/package-summary.html | 174 + .../event/permission/package-tree.html | 148 + .../event/permission/package-use.html | 164 + .../event/screen/ButtonClickEvent.html | 340 + .../event/screen/ScreenCloseEvent.html | 326 + .../spoutapi/event/screen/ScreenEvent.html | 428 + .../event/screen/ScreenOpenEvent.html | 326 + .../event/screen/ScreenshotReceivedEvent.html | 325 + .../event/screen/SliderDragEvent.html | 384 + .../event/screen/TextFieldChangeEvent.html | 384 + .../screen/class-use/ButtonClickEvent.html | 177 + .../screen/class-use/ScreenCloseEvent.html | 177 + .../event/screen/class-use/ScreenEvent.html | 127 + .../screen/class-use/ScreenOpenEvent.html | 127 + .../class-use/ScreenshotReceivedEvent.html | 127 + .../screen/class-use/SliderDragEvent.html | 177 + .../class-use/TextFieldChangeEvent.html | 177 + .../spoutapi/event/screen/package-frame.html | 27 + .../event/screen/package-summary.html | 183 + .../spoutapi/event/screen/package-tree.html | 157 + .../spoutapi/event/screen/package-use.html | 173 + .../spoutapi/event/slot/SlotEvent.html | 414 + .../event/slot/SlotExchangeEvent.html | 365 + .../spoutapi/event/slot/SlotPutEvent.html | 328 + .../event/slot/SlotShiftClickEvent.html | 347 + .../spoutapi/event/slot/SlotTakeEvent.html | 328 + .../event/slot/class-use/SlotEvent.html | 127 + .../slot/class-use/SlotExchangeEvent.html | 127 + .../event/slot/class-use/SlotPutEvent.html | 127 + .../slot/class-use/SlotShiftClickEvent.html | 127 + .../event/slot/class-use/SlotTakeEvent.html | 127 + .../spoutapi/event/slot/package-frame.html | 25 + .../spoutapi/event/slot/package-summary.html | 162 + .../spoutapi/event/slot/package-tree.html | 151 + .../spoutapi/event/slot/package-use.html | 127 + .../event/sound/BackgroundMusicEvent.html | 448 + .../sound/class-use/BackgroundMusicEvent.html | 127 + .../spoutapi/event/sound/package-frame.html | 21 + .../spoutapi/event/sound/package-summary.html | 159 + .../spoutapi/event/sound/package-tree.html | 144 + .../spoutapi/event/sound/package-use.html | 127 + .../spoutapi/event/spout/ServerTickEvent.html | 341 + .../event/spout/SpoutCraftEnableEvent.html | 316 + .../event/spout/SpoutcraftBuildSetEvent.html | 337 + .../event/spout/SpoutcraftFailedEvent.html | 316 + .../spout/class-use/ServerTickEvent.html | 127 + .../class-use/SpoutCraftEnableEvent.html | 127 + .../class-use/SpoutcraftBuildSetEvent.html | 127 + .../class-use/SpoutcraftFailedEvent.html | 127 + .../spoutapi/event/spout/package-frame.html | 24 + .../spoutapi/event/spout/package-summary.html | 171 + .../spoutapi/event/spout/package-tree.html | 159 + .../spoutapi/event/spout/package-use.html | 127 + .../spoutapi/gui/AbstractListModel.html | 362 + .../org/getspout/spoutapi/gui/ArmorBar.html | 560 + .../org/getspout/spoutapi/gui/BubbleBar.html | 526 + .../org/getspout/spoutapi/gui/Button.html | 435 + .../org/getspout/spoutapi/gui/ChatBar.html | 611 + .../getspout/spoutapi/gui/ChatTextBox.html | 641 + .../org/getspout/spoutapi/gui/CheckBox.html | 278 + .../org/getspout/spoutapi/gui/Color.html | 851 ++ .../org/getspout/spoutapi/gui/ComboBox.html | 417 + .../org/getspout/spoutapi/gui/Container.html | 568 + .../getspout/spoutapi/gui/ContainerType.html | 360 + .../org/getspout/spoutapi/gui/Control.html | 393 + .../getspout/spoutapi/gui/EntityWidget.html | 273 + .../org/getspout/spoutapi/gui/ExpBar.html | 367 + .../getspout/spoutapi/gui/GenericButton.html | 1036 ++ .../spoutapi/gui/GenericCheckBox.html | 522 + .../spoutapi/gui/GenericComboBox.html | 731 ++ .../spoutapi/gui/GenericContainer.html | 1297 ++ .../getspout/spoutapi/gui/GenericControl.html | 674 + .../spoutapi/gui/GenericEntityWidget.html | 475 + .../spoutapi/gui/GenericGradient.html | 697 + .../spoutapi/gui/GenericItemWidget.html | 716 + .../getspout/spoutapi/gui/GenericLabel.html | 1071 ++ .../spoutapi/gui/GenericListView.html | 768 ++ .../spoutapi/gui/GenericListWidget.html | 947 ++ .../spoutapi/gui/GenericOverlayScreen.html | 377 + .../getspout/spoutapi/gui/GenericPopup.html | 617 + .../spoutapi/gui/GenericRadioButton.html | 540 + .../spoutapi/gui/GenericRectangle.html | 396 + .../getspout/spoutapi/gui/GenericScreen.html | 893 ++ .../spoutapi/gui/GenericScrollable.html | 826 ++ .../getspout/spoutapi/gui/GenericSlider.html | 945 ++ .../getspout/spoutapi/gui/GenericSlot.html | 599 + .../spoutapi/gui/GenericTextField.html | 1171 ++ .../getspout/spoutapi/gui/GenericTexture.html | 730 ++ .../getspout/spoutapi/gui/GenericWidget.html | 2745 ++++ .../org/getspout/spoutapi/gui/Gradient.html | 389 + .../org/getspout/spoutapi/gui/HealthBar.html | 564 + .../org/getspout/spoutapi/gui/HungerBar.html | 515 + .../org/getspout/spoutapi/gui/InGameHUD.html | 497 + .../getspout/spoutapi/gui/InGameScreen.html | 1011 ++ .../org/getspout/spoutapi/gui/ItemWidget.html | 417 + .../org/getspout/spoutapi/gui/Label.html | 556 + .../org/getspout/spoutapi/gui/ListWidget.html | 534 + .../getspout/spoutapi/gui/ListWidgetItem.html | 405 + .../getspout/spoutapi/gui/Orientation.html | 396 + .../getspout/spoutapi/gui/OverlayScreen.html | 208 + .../getspout/spoutapi/gui/PopupScreen.html | 328 + .../getspout/spoutapi/gui/RadioButton.html | 307 + .../org/getspout/spoutapi/gui/Rectangle.html | 563 + .../getspout/spoutapi/gui/RenderPriority.html | 431 + .../org/getspout/spoutapi/gui/Screen.html | 564 + .../org/getspout/spoutapi/gui/ScreenType.html | 736 ++ .../spoutapi/gui/ScrollBarPolicy.html | 399 + .../org/getspout/spoutapi/gui/Scrollable.html | 516 + .../org/getspout/spoutapi/gui/Slider.html | 412 + .../1.5.2/org/getspout/spoutapi/gui/Slot.html | 400 + .../spoutapi/gui/SolidBackground.html | 242 + .../org/getspout/spoutapi/gui/TextField.html | 723 ++ .../org/getspout/spoutapi/gui/Texture.html | 416 + .../org/getspout/spoutapi/gui/Widget.html | 1866 +++ .../getspout/spoutapi/gui/WidgetAnchor.html | 585 + .../org/getspout/spoutapi/gui/WidgetAnim.html | 472 + .../org/getspout/spoutapi/gui/WidgetType.html | 706 + .../gui/class-use/AbstractListModel.html | 195 + .../spoutapi/gui/class-use/ArmorBar.html | 208 + .../spoutapi/gui/class-use/BubbleBar.html | 202 + .../spoutapi/gui/class-use/Button.html | 309 + .../spoutapi/gui/class-use/ChatBar.html | 208 + .../spoutapi/gui/class-use/ChatTextBox.html | 209 + .../spoutapi/gui/class-use/CheckBox.html | 192 + .../spoutapi/gui/class-use/Color.html | 668 + .../spoutapi/gui/class-use/ComboBox.html | 229 + .../spoutapi/gui/class-use/Container.html | 352 + .../spoutapi/gui/class-use/ContainerType.html | 222 + .../spoutapi/gui/class-use/Control.html | 349 + .../spoutapi/gui/class-use/EntityWidget.html | 194 + .../spoutapi/gui/class-use/ExpBar.html | 190 + .../spoutapi/gui/class-use/GenericButton.html | 179 + .../gui/class-use/GenericCheckBox.html | 127 + .../gui/class-use/GenericComboBox.html | 169 + .../gui/class-use/GenericContainer.html | 127 + .../gui/class-use/GenericControl.html | 207 + .../gui/class-use/GenericEntityWidget.html | 127 + .../gui/class-use/GenericGradient.html | 194 + .../gui/class-use/GenericItemWidget.html | 127 + .../spoutapi/gui/class-use/GenericLabel.html | 171 + .../gui/class-use/GenericListView.html | 188 + .../gui/class-use/GenericListWidget.html | 171 + .../gui/class-use/GenericOverlayScreen.html | 127 + .../spoutapi/gui/class-use/GenericPopup.html | 127 + .../gui/class-use/GenericRadioButton.html | 127 + .../gui/class-use/GenericRectangle.html | 127 + .../spoutapi/gui/class-use/GenericScreen.html | 179 + .../gui/class-use/GenericScrollable.html | 175 + .../spoutapi/gui/class-use/GenericSlider.html | 127 + .../spoutapi/gui/class-use/GenericSlot.html | 127 + .../gui/class-use/GenericTextField.html | 127 + .../gui/class-use/GenericTexture.html | 127 + .../spoutapi/gui/class-use/GenericWidget.html | 295 + .../spoutapi/gui/class-use/Gradient.html | 230 + .../spoutapi/gui/class-use/HealthBar.html | 208 + .../spoutapi/gui/class-use/HungerBar.html | 202 + .../spoutapi/gui/class-use/InGameHUD.html | 199 + .../spoutapi/gui/class-use/InGameScreen.html | 172 + .../spoutapi/gui/class-use/ItemWidget.html | 230 + .../spoutapi/gui/class-use/Label.html | 349 + .../spoutapi/gui/class-use/ListWidget.html | 267 + .../gui/class-use/ListWidgetItem.html | 270 + .../spoutapi/gui/class-use/Orientation.html | 323 + .../spoutapi/gui/class-use/OverlayScreen.html | 171 + .../spoutapi/gui/class-use/PopupScreen.html | 232 + .../spoutapi/gui/class-use/RadioButton.html | 209 + .../spoutapi/gui/class-use/Rectangle.html | 190 + .../gui/class-use/RenderPriority.html | 230 + .../spoutapi/gui/class-use/Screen.html | 480 + .../spoutapi/gui/class-use/ScreenType.html | 407 + .../gui/class-use/ScrollBarPolicy.html | 232 + .../spoutapi/gui/class-use/Scrollable.html | 213 + .../spoutapi/gui/class-use/Slider.html | 278 + .../getspout/spoutapi/gui/class-use/Slot.html | 296 + .../gui/class-use/SolidBackground.html | 127 + .../spoutapi/gui/class-use/TextField.html | 324 + .../spoutapi/gui/class-use/Texture.html | 226 + .../spoutapi/gui/class-use/Widget.html | 1159 ++ .../spoutapi/gui/class-use/WidgetAnchor.html | 298 + .../spoutapi/gui/class-use/WidgetAnim.html | 260 + .../spoutapi/gui/class-use/WidgetType.html | 378 + .../getspout/spoutapi/gui/package-frame.html | 90 + .../spoutapi/gui/package-summary.html | 510 + .../getspout/spoutapi/gui/package-tree.html | 264 + .../getspout/spoutapi/gui/package-use.html | 597 + .../spoutapi/inventory/CraftingInventory.html | 300 + .../inventory/DoubleChestInventory.html | 317 + .../spoutapi/inventory/InventoryBuilder.html | 307 + .../getspout/spoutapi/inventory/ItemMap.html | 434 + .../spoutapi/inventory/ItemMapRunnable.html | 230 + .../spoutapi/inventory/MaterialManager.html | 758 ++ .../spoutapi/inventory/SpoutEnchantment.html | 416 + .../spoutapi/inventory/SpoutItemStack.html | 369 + .../inventory/SpoutPlayerInventory.html | 252 + .../spoutapi/inventory/SpoutShapedRecipe.html | 388 + .../inventory/SpoutShapelessRecipe.html | 387 + .../class-use/CraftingInventory.html | 223 + .../class-use/DoubleChestInventory.html | 173 + .../inventory/class-use/InventoryBuilder.html | 186 + .../spoutapi/inventory/class-use/ItemMap.html | 277 + .../inventory/class-use/ItemMapRunnable.html | 171 + .../inventory/class-use/MaterialManager.html | 212 + .../inventory/class-use/SpoutEnchantment.html | 127 + .../inventory/class-use/SpoutItemStack.html | 232 + .../class-use/SpoutPlayerInventory.html | 127 + .../class-use/SpoutShapedRecipe.html | 180 + .../class-use/SpoutShapelessRecipe.html | 186 + .../spoutapi/inventory/package-frame.html | 34 + .../spoutapi/inventory/package-summary.html | 214 + .../spoutapi/inventory/package-tree.html | 164 + .../spoutapi/inventory/package-use.html | 368 + .../org/getspout/spoutapi/io/AddonPacket.html | 431 + .../spoutapi/io/CRCStore.URLCheck.html | 336 + .../org/getspout/spoutapi/io/CRCStore.html | 311 + .../spoutapi/io/CRCStoreRunnable.html | 238 + .../org/getspout/spoutapi/io/FileUtil.html | 486 + .../spoutapi/io/SpoutInputStream.html | 617 + .../spoutapi/io/SpoutOutputStream.html | 617 + .../spoutapi/io/class-use/AddonPacket.html | 216 + .../io/class-use/CRCStore.URLCheck.html | 127 + .../spoutapi/io/class-use/CRCStore.html | 127 + .../io/class-use/CRCStoreRunnable.html | 170 + .../spoutapi/io/class-use/FileUtil.html | 127 + .../io/class-use/SpoutInputStream.html | 630 + .../io/class-use/SpoutOutputStream.html | 641 + .../getspout/spoutapi/io/package-frame.html | 30 + .../getspout/spoutapi/io/package-summary.html | 195 + .../getspout/spoutapi/io/package-tree.html | 165 + .../org/getspout/spoutapi/io/package-use.html | 305 + .../spoutapi/io/store/FlatFileStore.html | 425 + .../spoutapi/io/store/MemoryStore.html | 547 + .../spoutapi/io/store/SimpleStore.html | 461 + .../io/store/class-use/FlatFileStore.html | 170 + .../io/store/class-use/MemoryStore.html | 169 + .../io/store/class-use/SimpleStore.html | 201 + .../spoutapi/io/store/package-frame.html | 26 + .../spoutapi/io/store/package-summary.html | 171 + .../spoutapi/io/store/package-tree.html | 148 + .../spoutapi/io/store/package-use.html | 216 + .../keyboard/BindingExecutionDelegate.html | 260 + .../spoutapi/keyboard/KeyBinding.html | 520 + .../spoutapi/keyboard/KeyBindingManager.html | 271 + .../getspout/spoutapi/keyboard/Keyboard.html | 1935 +++ .../spoutapi/keyboard/KeyboardBinding.html | 287 + .../spoutapi/keyboard/KeyboardManager.html | 398 + .../class-use/BindingExecutionDelegate.html | 213 + .../keyboard/class-use/KeyBinding.html | 207 + .../keyboard/class-use/KeyBindingManager.html | 186 + .../spoutapi/keyboard/class-use/Keyboard.html | 403 + .../keyboard/class-use/KeyboardBinding.html | 192 + .../keyboard/class-use/KeyboardManager.html | 127 + .../spoutapi/keyboard/package-frame.html | 32 + .../spoutapi/keyboard/package-summary.html | 203 + .../spoutapi/keyboard/package-tree.html | 159 + .../spoutapi/keyboard/package-use.html | 269 + .../org/getspout/spoutapi/material/Armor.html | 201 + .../org/getspout/spoutapi/material/Block.html | 372 + .../spoutapi/material/CustomBlock.html | 962 ++ .../spoutapi/material/CustomItem.html | 411 + .../org/getspout/spoutapi/material/Food.html | 242 + .../org/getspout/spoutapi/material/Item.html | 205 + .../getspout/spoutapi/material/Liquid.html | 249 + .../getspout/spoutapi/material/Material.html | 304 + .../spoutapi/material/MaterialData.html | 7093 ++++++++++ .../org/getspout/spoutapi/material/Plant.html | 277 + .../spoutapi/material/SolidBlock.html | 249 + .../org/getspout/spoutapi/material/Tool.html | 300 + .../getspout/spoutapi/material/Weapon.html | 201 + .../getspout/spoutapi/material/block/Air.html | 486 + .../spoutapi/material/block/DoubleSlabs.html | 315 + .../spoutapi/material/block/GenericBlock.html | 580 + .../block/GenericCubeCustomBlock.html | 724 ++ .../block/GenericCuboidCustomBlock.html | 991 ++ .../material/block/GenericCustomBlock.html | 2100 +++ .../material/block/GenericLiquid.html | 315 + .../spoutapi/material/block/Grass.html | 347 + .../spoutapi/material/block/LongGrass.html | 351 + .../spoutapi/material/block/Sapling.html | 349 + .../spoutapi/material/block/Slab.html | 315 + .../spoutapi/material/block/Solid.html | 363 + .../spoutapi/material/block/StoneBricks.html | 261 + .../spoutapi/material/block/Tree.html | 351 + .../spoutapi/material/block/Wool.html | 315 + .../material/block/class-use/Air.html | 127 + .../material/block/class-use/DoubleSlabs.html | 127 + .../block/class-use/GenericBlock.html | 223 + .../class-use/GenericCubeCustomBlock.html | 127 + .../class-use/GenericCuboidCustomBlock.html | 171 + .../block/class-use/GenericCustomBlock.html | 175 + .../block/class-use/GenericLiquid.html | 127 + .../material/block/class-use/Grass.html | 127 + .../material/block/class-use/LongGrass.html | 127 + .../material/block/class-use/Sapling.html | 127 + .../material/block/class-use/Slab.html | 127 + .../material/block/class-use/Solid.html | 127 + .../material/block/class-use/StoneBricks.html | 127 + .../material/block/class-use/Tree.html | 127 + .../material/block/class-use/Wool.html | 127 + .../material/block/package-frame.html | 35 + .../material/block/package-summary.html | 215 + .../spoutapi/material/block/package-tree.html | 163 + .../spoutapi/material/block/package-use.html | 170 + .../spoutapi/material/class-use/Armor.html | 171 + .../spoutapi/material/class-use/Block.html | 1371 ++ .../material/class-use/CustomBlock.html | 485 + .../material/class-use/CustomItem.html | 339 + .../spoutapi/material/class-use/Food.html | 175 + .../spoutapi/material/class-use/Item.html | 1320 ++ .../spoutapi/material/class-use/Liquid.html | 171 + .../spoutapi/material/class-use/Material.html | 564 + .../material/class-use/MaterialData.html | 127 + .../spoutapi/material/class-use/Plant.html | 183 + .../material/class-use/SolidBlock.html | 183 + .../spoutapi/material/class-use/Tool.html | 233 + .../spoutapi/material/class-use/Weapon.html | 171 + .../getspout/spoutapi/material/item/Coal.html | 261 + .../getspout/spoutapi/material/item/Dye.html | 261 + .../spoutapi/material/item/GenericArmor.html | 267 + .../material/item/GenericCustomFood.html | 423 + .../material/item/GenericCustomItem.html | 791 ++ .../material/item/GenericCustomTool.html | 553 + .../spoutapi/material/item/GenericFood.html | 308 + .../spoutapi/material/item/GenericItem.html | 415 + .../spoutapi/material/item/GenericTool.html | 380 + .../spoutapi/material/item/GenericWeapon.html | 267 + .../spoutapi/material/item/Potion.html | 261 + .../spoutapi/material/item/SpawnEgg.html | 261 + .../material/item/class-use/Coal.html | 127 + .../spoutapi/material/item/class-use/Dye.html | 127 + .../material/item/class-use/GenericArmor.html | 127 + .../item/class-use/GenericCustomFood.html | 127 + .../item/class-use/GenericCustomItem.html | 175 + .../item/class-use/GenericCustomTool.html | 127 + .../material/item/class-use/GenericFood.html | 127 + .../material/item/class-use/GenericItem.html | 211 + .../material/item/class-use/GenericTool.html | 127 + .../item/class-use/GenericWeapon.html | 127 + .../material/item/class-use/Potion.html | 127 + .../material/item/class-use/SpawnEgg.html | 127 + .../spoutapi/material/item/package-frame.html | 32 + .../material/item/package-summary.html | 203 + .../spoutapi/material/item/package-tree.html | 157 + .../spoutapi/material/item/package-use.html | 167 + .../spoutapi/material/package-frame.html | 36 + .../spoutapi/material/package-summary.html | 218 + .../spoutapi/material/package-tree.html | 164 + .../spoutapi/material/package-use.html | 366 + .../org/getspout/spoutapi/package-frame.html | 32 + .../getspout/spoutapi/package-summary.html | 208 + .../org/getspout/spoutapi/package-tree.html | 151 + .../org/getspout/spoutapi/package-use.html | 250 + .../spoutapi/packet/CompressablePacket.html | 285 + .../spoutapi/packet/CompressiblePacket.html | 208 + .../spoutapi/packet/PacketAccessory.html | 458 + .../spoutapi/packet/PacketAddonData.html | 490 + .../spoutapi/packet/PacketAirTime.html | 489 + .../getspout/spoutapi/packet/PacketAlert.html | 444 + .../packet/PacketAllowVisualCheats.html | 472 + .../spoutapi/packet/PacketBlockData.html | 490 + .../packet/PacketCacheDeleteFile.html | 438 + .../spoutapi/packet/PacketCacheFile.html | 492 + .../spoutapi/packet/PacketClientAddons.html | 436 + .../spoutapi/packet/PacketClipboardText.html | 473 + .../spoutapi/packet/PacketComboBox.html | 436 + .../spoutapi/packet/PacketControlAction.html | 535 + .../PacketCustomBlockChunkOverride.html | 496 + .../packet/PacketCustomBlockDesign.html | 440 + .../packet/PacketCustomBlockOverride.html | 472 + .../PacketCustomMultiBlockOverride.html | 486 + .../spoutapi/packet/PacketDownloadMusic.html | 448 + .../packet/PacketEntityInformation.html | 490 + .../spoutapi/packet/PacketEntitySkin.html | 493 + .../spoutapi/packet/PacketEntityTitle.html | 489 + .../spoutapi/packet/PacketFocusUpdate.html | 438 + .../spoutapi/packet/PacketFullVersion.html | 436 + .../spoutapi/packet/PacketItemName.html | 440 + .../spoutapi/packet/PacketKeyBinding.html | 436 + .../spoutapi/packet/PacketKeyPress.html | 517 + .../spoutapi/packet/PacketManager.html | 359 + .../packet/PacketMovementModifiers.html | 444 + .../spoutapi/packet/PacketMusicChange.html | 503 + .../spoutapi/packet/PacketNotification.html | 463 + .../spoutapi/packet/PacketOpenScreen.html | 424 + .../spoutapi/packet/PacketOpenSignGUI.html | 428 + .../spoutapi/packet/PacketParticle.html | 436 + .../packet/PacketPermissionUpdate.html | 424 + .../spoutapi/packet/PacketPlaySound.html | 472 + .../packet/PacketPreCacheCompleted.html | 424 + .../spoutapi/packet/PacketPreCacheFile.html | 442 + .../spoutapi/packet/PacketRenderDistance.html | 519 + .../packet/PacketRequestPrecache.html | 424 + .../spoutapi/packet/PacketScreenAction.html | 489 + .../spoutapi/packet/PacketScreenshot.html | 455 + .../spoutapi/packet/PacketSendPrecache.html | 492 + .../spoutapi/packet/PacketServerPlugins.html | 436 + .../spoutapi/packet/PacketSetVelocity.html | 442 + .../spoutapi/packet/PacketSkinURL.html | 547 + .../getspout/spoutapi/packet/PacketSky.html | 500 + .../spoutapi/packet/PacketSlotClick.html | 454 + .../packet/PacketSpawnTextEntity.html | 432 + .../spoutapi/packet/PacketStopMusic.html | 438 + .../spoutapi/packet/PacketTexturePack.html | 438 + .../getspout/spoutapi/packet/PacketType.html | 1037 ++ .../getspout/spoutapi/packet/PacketUtil.html | 496 + .../packet/PacketValidatePrecache.html | 424 + .../spoutapi/packet/PacketWaypoint.html | 462 + .../spoutapi/packet/PacketWidget.html | 489 + .../spoutapi/packet/PacketWidgetRemove.html | 475 + .../spoutapi/packet/ScreenAction.html | 387 + .../getspout/spoutapi/packet/SpoutPacket.html | 361 + .../packet/class-use/CompressablePacket.html | 208 + .../packet/class-use/CompressiblePacket.html | 195 + .../packet/class-use/PacketAccessory.html | 127 + .../packet/class-use/PacketAddonData.html | 127 + .../packet/class-use/PacketAirTime.html | 127 + .../packet/class-use/PacketAlert.html | 171 + .../class-use/PacketAllowVisualCheats.html | 127 + .../packet/class-use/PacketBlockData.html | 127 + .../class-use/PacketCacheDeleteFile.html | 127 + .../packet/class-use/PacketCacheFile.html | 127 + .../packet/class-use/PacketClientAddons.html | 127 + .../packet/class-use/PacketClipboardText.html | 127 + .../packet/class-use/PacketComboBox.html | 127 + .../packet/class-use/PacketControlAction.html | 127 + .../PacketCustomBlockChunkOverride.html | 127 + .../class-use/PacketCustomBlockDesign.html | 127 + .../class-use/PacketCustomBlockOverride.html | 127 + .../PacketCustomMultiBlockOverride.html | 127 + .../packet/class-use/PacketDownloadMusic.html | 127 + .../class-use/PacketEntityInformation.html | 127 + .../packet/class-use/PacketEntitySkin.html | 127 + .../packet/class-use/PacketEntityTitle.html | 127 + .../packet/class-use/PacketFocusUpdate.html | 127 + .../packet/class-use/PacketFullVersion.html | 127 + .../packet/class-use/PacketItemName.html | 127 + .../packet/class-use/PacketKeyBinding.html | 127 + .../packet/class-use/PacketKeyPress.html | 127 + .../packet/class-use/PacketManager.html | 186 + .../class-use/PacketMovementModifiers.html | 127 + .../packet/class-use/PacketMusicChange.html | 127 + .../packet/class-use/PacketNotification.html | 127 + .../packet/class-use/PacketOpenScreen.html | 127 + .../packet/class-use/PacketOpenSignGUI.html | 127 + .../packet/class-use/PacketParticle.html | 127 + .../class-use/PacketPermissionUpdate.html | 127 + .../packet/class-use/PacketPlaySound.html | 127 + .../class-use/PacketPreCacheCompleted.html | 127 + .../packet/class-use/PacketPreCacheFile.html | 127 + .../class-use/PacketRenderDistance.html | 127 + .../class-use/PacketRequestPrecache.html | 127 + .../packet/class-use/PacketScreenAction.html | 127 + .../packet/class-use/PacketScreenshot.html | 127 + .../packet/class-use/PacketSendPrecache.html | 127 + .../packet/class-use/PacketServerPlugins.html | 127 + .../packet/class-use/PacketSetVelocity.html | 127 + .../packet/class-use/PacketSkinURL.html | 127 + .../spoutapi/packet/class-use/PacketSky.html | 127 + .../packet/class-use/PacketSlotClick.html | 127 + .../class-use/PacketSpawnTextEntity.html | 127 + .../packet/class-use/PacketStopMusic.html | 127 + .../packet/class-use/PacketTexturePack.html | 127 + .../spoutapi/packet/class-use/PacketType.html | 458 + .../spoutapi/packet/class-use/PacketUtil.html | 127 + .../class-use/PacketValidatePrecache.html | 127 + .../packet/class-use/PacketWaypoint.html | 127 + .../packet/class-use/PacketWidget.html | 127 + .../packet/class-use/PacketWidgetRemove.html | 127 + .../packet/class-use/ScreenAction.html | 196 + .../packet/class-use/SpoutPacket.html | 509 + .../spoutapi/packet/listener/Listener.html | 235 + .../spoutapi/packet/listener/Listeners.html | 289 + .../packet/listener/PacketListener.html | 235 + .../packet/listener/class-use/Listener.html | 185 + .../packet/listener/class-use/Listeners.html | 127 + .../listener/class-use/PacketListener.html | 197 + .../packet/listener/package-frame.html | 26 + .../packet/listener/package-summary.html | 180 + .../packet/listener/package-tree.html | 145 + .../spoutapi/packet/listener/package-use.html | 187 + .../spoutapi/packet/package-frame.html | 85 + .../spoutapi/packet/package-summary.html | 413 + .../spoutapi/packet/package-tree.html | 221 + .../getspout/spoutapi/packet/package-use.html | 279 + .../spoutapi/packet/standard/MCPacket.html | 256 + .../packet/standard/MCPacket0KeepAlive.html | 197 + .../standard/MCPacket103SetSlot.Slot.html | 4647 +++++++ .../standard/MCPacket103SetSlot.Window.html | 475 + .../packet/standard/MCPacket103SetSlot.html | 443 + .../spoutapi/packet/standard/MCPacket17.html | 383 + .../standard/MCPacket18ArmAnimation.html | 309 + .../packet/standard/MCPacket3Chat.html | 260 + .../packet/standard/MCPacket51MapChunk.html | 459 + .../MCPacket51MapChunkUncompressed.html | 269 + .../packet/standard/MCPacketUnknown.html | 247 + .../packet/standard/class-use/MCPacket.html | 278 + .../class-use/MCPacket0KeepAlive.html | 127 + .../class-use/MCPacket103SetSlot.Slot.html | 204 + .../class-use/MCPacket103SetSlot.Window.html | 194 + .../class-use/MCPacket103SetSlot.html | 127 + .../packet/standard/class-use/MCPacket17.html | 127 + .../class-use/MCPacket18ArmAnimation.html | 127 + .../standard/class-use/MCPacket3Chat.html | 127 + .../class-use/MCPacket51MapChunk.html | 167 + .../MCPacket51MapChunkUncompressed.html | 127 + .../standard/class-use/MCPacketUnknown.html | 127 + .../packet/standard/package-frame.html | 34 + .../packet/standard/package-summary.html | 203 + .../packet/standard/package-tree.html | 163 + .../spoutapi/packet/standard/package-use.html | 242 + .../particle/Particle.ParticleType.html | 799 ++ .../getspout/spoutapi/particle/Particle.html | 788 ++ .../class-use/Particle.ParticleType.html | 193 + .../spoutapi/particle/class-use/Particle.html | 240 + .../spoutapi/particle/package-frame.html | 25 + .../spoutapi/particle/package-summary.html | 161 + .../spoutapi/particle/package-tree.html | 152 + .../spoutapi/particle/package-use.html | 186 + .../spoutapi/player/BiomeManager.html | 377 + .../spoutapi/player/EntitySkinType.html | 433 + .../getspout/spoutapi/player/FileManager.html | 630 + .../spoutapi/player/PlayerChunkMap.html | 311 + .../spoutapi/player/PlayerInformation.html | 311 + .../spoutapi/player/RenderDistance.html | 399 + .../getspout/spoutapi/player/SkyManager.html | 852 ++ .../getspout/spoutapi/player/SpoutPlayer.html | 2661 ++++ .../player/accessories/AccessoryType.html | 435 + .../accessories/class-use/AccessoryType.html | 259 + .../player/accessories/package-frame.html | 21 + .../player/accessories/package-summary.html | 146 + .../player/accessories/package-tree.html | 144 + .../player/accessories/package-use.html | 206 + .../player/class-use/BiomeManager.html | 186 + .../player/class-use/EntitySkinType.html | 245 + .../player/class-use/FileManager.html | 186 + .../player/class-use/PlayerChunkMap.html | 186 + .../player/class-use/PlayerInformation.html | 181 + .../player/class-use/RenderDistance.html | 304 + .../spoutapi/player/class-use/SkyManager.html | 186 + .../player/class-use/SpoutPlayer.html | 1339 ++ .../spoutapi/player/package-frame.html | 31 + .../spoutapi/player/package-summary.html | 200 + .../spoutapi/player/package-tree.html | 154 + .../getspout/spoutapi/player/package-use.html | 584 + .../getspout/spoutapi/plugin/SpoutPlugin.html | 375 + .../plugin/class-use/SpoutPlugin.html | 127 + .../spoutapi/plugin/package-frame.html | 21 + .../spoutapi/plugin/package-summary.html | 146 + .../spoutapi/plugin/package-tree.html | 144 + .../getspout/spoutapi/plugin/package-use.html | 127 + .../org/getspout/spoutapi/sound/Music.html | 563 + .../getspout/spoutapi/sound/SoundEffect.html | 6431 +++++++++ .../getspout/spoutapi/sound/SoundManager.html | 1158 ++ .../spoutapi/sound/class-use/Music.html | 291 + .../spoutapi/sound/class-use/SoundEffect.html | 381 + .../sound/class-use/SoundManager.html | 186 + .../spoutapi/sound/package-frame.html | 26 + .../spoutapi/sound/package-summary.html | 178 + .../getspout/spoutapi/sound/package-tree.html | 149 + .../getspout/spoutapi/sound/package-use.html | 285 + .../map/TByteShortByteKeyedDoubleHashMap.html | 505 + .../map/TByteShortByteKeyedFloatHashMap.html | 505 + .../map/TByteShortByteKeyedIntHashMap.html | 505 + .../map/TByteShortByteKeyedLongHashMap.html | 505 + .../util/map/TByteShortByteKeyedMap.html | 327 + .../map/TByteShortByteKeyedObjectHashMap.html | 477 + .../util/map/TByteTripleDoubleHashMap.html | 493 + .../util/map/TByteTripleFloatHashMap.html | 493 + .../util/map/TByteTripleIntHashMap.html | 493 + .../util/map/TByteTripleLongHashMap.html | 493 + .../util/map/TByteTripleObjectHashMap.html | 479 + .../util/map/TIntPairDoubleHashMap.html | 483 + .../util/map/TIntPairFloatHashMap.html | 483 + .../spoutapi/util/map/TIntPairHashSet.html | 407 + .../spoutapi/util/map/TIntPairIntHashMap.html | 483 + .../util/map/TIntPairLongHashMap.html | 483 + .../util/map/TIntPairObjectHashMap.html | 471 + .../TByteShortByteKeyedDoubleHashMap.html | 127 + .../TByteShortByteKeyedFloatHashMap.html | 127 + .../TByteShortByteKeyedIntHashMap.html | 127 + .../TByteShortByteKeyedLongHashMap.html | 127 + .../map/class-use/TByteShortByteKeyedMap.html | 187 + .../TByteShortByteKeyedObjectHashMap.html | 127 + .../class-use/TByteTripleDoubleHashMap.html | 127 + .../class-use/TByteTripleFloatHashMap.html | 127 + .../map/class-use/TByteTripleIntHashMap.html | 127 + .../map/class-use/TByteTripleLongHashMap.html | 127 + .../class-use/TByteTripleObjectHashMap.html | 127 + .../map/class-use/TIntPairDoubleHashMap.html | 127 + .../map/class-use/TIntPairFloatHashMap.html | 127 + .../util/map/class-use/TIntPairHashSet.html | 127 + .../map/class-use/TIntPairIntHashMap.html | 127 + .../map/class-use/TIntPairLongHashMap.html | 127 + .../map/class-use/TIntPairObjectHashMap.html | 127 + .../spoutapi/util/map/package-frame.html | 37 + .../spoutapi/util/map/package-summary.html | 244 + .../spoutapi/util/map/package-tree.html | 159 + .../spoutapi/util/map/package-use.html | 162 + generated/1.5.2/overview-frame.html | 51 + generated/1.5.2/overview-summary.html | 331 + generated/1.5.2/overview-tree.html | 717 + generated/1.5.2/package-list | 29 + generated/1.5.2/script.js | 30 + generated/1.5.2/serialized-form.html | 224 + generated/1.5.2/stylesheet.css | 574 + 716 files changed, 256608 insertions(+) create mode 100644 generated/1.5.2/allclasses-frame.html create mode 100644 generated/1.5.2/allclasses-noframe.html create mode 100644 generated/1.5.2/constant-values.html create mode 100644 generated/1.5.2/deprecated-list.html create mode 100644 generated/1.5.2/help-doc.html create mode 100644 generated/1.5.2/index-all.html create mode 100644 generated/1.5.2/index.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/ClientOnly.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/Spout.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/SpoutManager.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/SpoutServer.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/SpoutWorld.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/WorldManager.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/block/SpoutBlock.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/block/SpoutChest.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/block/SpoutChunk.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/block/SpoutWeather.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/block/class-use/SpoutBlock.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/block/class-use/SpoutChest.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/block/class-use/SpoutChunk.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/block/class-use/SpoutWeather.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/block/design/Axis.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/block/design/BlockDesign.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/block/design/GenericBlockDesign.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/block/design/GenericCubeBlockDesign.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/block/design/GenericCuboidBlockDesign.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/block/design/Quad.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/block/design/SubTexture.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/block/design/Texture.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/block/design/Vertex.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/block/design/class-use/Axis.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/block/design/class-use/BlockDesign.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/block/design/class-use/GenericBlockDesign.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/block/design/class-use/GenericCubeBlockDesign.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/block/design/class-use/GenericCuboidBlockDesign.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/block/design/class-use/Quad.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/block/design/class-use/SubTexture.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/block/design/class-use/Texture.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/block/design/class-use/Vertex.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/block/design/package-frame.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/block/design/package-summary.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/block/design/package-tree.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/block/design/package-use.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/block/package-frame.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/block/package-summary.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/block/package-tree.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/block/package-use.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/chunkdatamanager/ChunkDataManager.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/chunkdatamanager/class-use/ChunkDataManager.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/chunkdatamanager/package-frame.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/chunkdatamanager/package-summary.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/chunkdatamanager/package-tree.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/chunkdatamanager/package-use.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/chunkstore/ChunkMetaData.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/chunkstore/ChunkStore.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/chunkstore/SimpleChunkBuffer.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/chunkstore/SimpleChunkDataManager.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/chunkstore/SimpleRegionFile.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/chunkstore/Utils.SerializedData.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/chunkstore/Utils.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/chunkstore/class-use/ChunkMetaData.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/chunkstore/class-use/ChunkStore.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/chunkstore/class-use/SimpleChunkBuffer.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/chunkstore/class-use/SimpleChunkDataManager.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/chunkstore/class-use/SimpleRegionFile.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/chunkstore/class-use/Utils.SerializedData.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/chunkstore/class-use/Utils.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/chunkstore/package-frame.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/chunkstore/package-summary.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/chunkstore/package-tree.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/chunkstore/package-use.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/class-use/ClientOnly.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/class-use/Spout.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/class-use/SpoutManager.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/class-use/SpoutServer.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/class-use/SpoutWorld.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/class-use/WorldManager.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/input/KeyBindingEvent.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/input/KeyPressedEvent.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/input/KeyReleasedEvent.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/input/RenderDistanceChangeEvent.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/input/class-use/KeyBindingEvent.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/input/class-use/KeyPressedEvent.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/input/class-use/KeyReleasedEvent.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/input/class-use/RenderDistanceChangeEvent.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/input/package-frame.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/input/package-summary.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/input/package-tree.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/input/package-use.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/inventory/InventoryClickEvent.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/inventory/InventoryCloseEvent.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/inventory/InventoryCraftEvent.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/inventory/InventoryEvent.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/inventory/InventoryOpenEvent.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/inventory/InventoryPlayerClickEvent.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/inventory/InventorySlotType.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/inventory/class-use/InventoryClickEvent.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/inventory/class-use/InventoryCloseEvent.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/inventory/class-use/InventoryCraftEvent.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/inventory/class-use/InventoryEvent.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/inventory/class-use/InventoryOpenEvent.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/inventory/class-use/InventoryPlayerClickEvent.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/inventory/class-use/InventorySlotType.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/inventory/package-frame.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/inventory/package-summary.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/inventory/package-tree.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/inventory/package-use.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/permission/PermissionEvent.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/permission/PlayerPermissionEvent.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/permission/class-use/PermissionEvent.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/permission/class-use/PlayerPermissionEvent.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/permission/package-frame.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/permission/package-summary.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/permission/package-tree.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/permission/package-use.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/screen/ButtonClickEvent.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/screen/ScreenCloseEvent.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/screen/ScreenEvent.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/screen/ScreenOpenEvent.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/screen/ScreenshotReceivedEvent.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/screen/SliderDragEvent.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/screen/TextFieldChangeEvent.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/screen/class-use/ButtonClickEvent.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/screen/class-use/ScreenCloseEvent.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/screen/class-use/ScreenEvent.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/screen/class-use/ScreenOpenEvent.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/screen/class-use/ScreenshotReceivedEvent.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/screen/class-use/SliderDragEvent.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/screen/class-use/TextFieldChangeEvent.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/screen/package-frame.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/screen/package-summary.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/screen/package-tree.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/screen/package-use.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/slot/SlotEvent.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/slot/SlotExchangeEvent.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/slot/SlotPutEvent.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/slot/SlotShiftClickEvent.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/slot/SlotTakeEvent.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/slot/class-use/SlotEvent.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/slot/class-use/SlotExchangeEvent.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/slot/class-use/SlotPutEvent.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/slot/class-use/SlotShiftClickEvent.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/slot/class-use/SlotTakeEvent.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/slot/package-frame.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/slot/package-summary.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/slot/package-tree.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/slot/package-use.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/sound/BackgroundMusicEvent.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/sound/class-use/BackgroundMusicEvent.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/sound/package-frame.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/sound/package-summary.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/sound/package-tree.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/sound/package-use.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/spout/ServerTickEvent.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/spout/SpoutCraftEnableEvent.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/spout/SpoutcraftBuildSetEvent.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/spout/SpoutcraftFailedEvent.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/spout/class-use/ServerTickEvent.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/spout/class-use/SpoutCraftEnableEvent.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/spout/class-use/SpoutcraftBuildSetEvent.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/spout/class-use/SpoutcraftFailedEvent.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/spout/package-frame.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/spout/package-summary.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/spout/package-tree.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/event/spout/package-use.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/AbstractListModel.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/ArmorBar.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/BubbleBar.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/Button.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/ChatBar.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/ChatTextBox.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/CheckBox.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/Color.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/ComboBox.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/Container.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/ContainerType.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/Control.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/EntityWidget.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/ExpBar.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/GenericButton.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/GenericCheckBox.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/GenericComboBox.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/GenericContainer.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/GenericControl.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/GenericEntityWidget.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/GenericGradient.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/GenericItemWidget.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/GenericLabel.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/GenericListView.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/GenericListWidget.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/GenericOverlayScreen.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/GenericPopup.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/GenericRadioButton.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/GenericRectangle.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/GenericScreen.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/GenericScrollable.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/GenericSlider.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/GenericSlot.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/GenericTextField.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/GenericTexture.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/GenericWidget.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/Gradient.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/HealthBar.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/HungerBar.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/InGameHUD.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/InGameScreen.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/ItemWidget.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/Label.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/ListWidget.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/ListWidgetItem.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/Orientation.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/OverlayScreen.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/PopupScreen.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/RadioButton.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/Rectangle.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/RenderPriority.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/Screen.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/ScreenType.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/ScrollBarPolicy.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/Scrollable.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/Slider.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/Slot.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/SolidBackground.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/TextField.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/Texture.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/Widget.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/WidgetAnchor.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/WidgetAnim.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/WidgetType.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/class-use/AbstractListModel.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/class-use/ArmorBar.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/class-use/BubbleBar.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/class-use/Button.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/class-use/ChatBar.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/class-use/ChatTextBox.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/class-use/CheckBox.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/class-use/Color.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/class-use/ComboBox.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/class-use/Container.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/class-use/ContainerType.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/class-use/Control.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/class-use/EntityWidget.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/class-use/ExpBar.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericButton.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericCheckBox.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericComboBox.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericContainer.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericControl.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericEntityWidget.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericGradient.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericItemWidget.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericLabel.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericListView.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericListWidget.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericOverlayScreen.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericPopup.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericRadioButton.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericRectangle.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericScreen.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericScrollable.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericSlider.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericSlot.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericTextField.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericTexture.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericWidget.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/class-use/Gradient.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/class-use/HealthBar.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/class-use/HungerBar.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/class-use/InGameHUD.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/class-use/InGameScreen.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/class-use/ItemWidget.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/class-use/Label.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/class-use/ListWidget.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/class-use/ListWidgetItem.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/class-use/Orientation.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/class-use/OverlayScreen.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/class-use/PopupScreen.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/class-use/RadioButton.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/class-use/Rectangle.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/class-use/RenderPriority.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/class-use/Screen.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/class-use/ScreenType.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/class-use/ScrollBarPolicy.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/class-use/Scrollable.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/class-use/Slider.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/class-use/Slot.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/class-use/SolidBackground.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/class-use/TextField.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/class-use/Texture.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/class-use/Widget.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/class-use/WidgetAnchor.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/class-use/WidgetAnim.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/class-use/WidgetType.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/package-frame.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/package-summary.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/package-tree.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/gui/package-use.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/inventory/CraftingInventory.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/inventory/DoubleChestInventory.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/inventory/InventoryBuilder.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/inventory/ItemMap.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/inventory/ItemMapRunnable.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/inventory/MaterialManager.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/inventory/SpoutEnchantment.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/inventory/SpoutItemStack.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/inventory/SpoutPlayerInventory.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/inventory/SpoutShapedRecipe.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/inventory/SpoutShapelessRecipe.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/inventory/class-use/CraftingInventory.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/inventory/class-use/DoubleChestInventory.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/inventory/class-use/InventoryBuilder.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/inventory/class-use/ItemMap.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/inventory/class-use/ItemMapRunnable.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/inventory/class-use/MaterialManager.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/inventory/class-use/SpoutEnchantment.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/inventory/class-use/SpoutItemStack.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/inventory/class-use/SpoutPlayerInventory.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/inventory/class-use/SpoutShapedRecipe.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/inventory/class-use/SpoutShapelessRecipe.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/inventory/package-frame.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/inventory/package-summary.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/inventory/package-tree.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/inventory/package-use.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/io/AddonPacket.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/io/CRCStore.URLCheck.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/io/CRCStore.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/io/CRCStoreRunnable.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/io/FileUtil.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/io/SpoutInputStream.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/io/SpoutOutputStream.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/io/class-use/AddonPacket.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/io/class-use/CRCStore.URLCheck.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/io/class-use/CRCStore.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/io/class-use/CRCStoreRunnable.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/io/class-use/FileUtil.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/io/class-use/SpoutInputStream.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/io/class-use/SpoutOutputStream.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/io/package-frame.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/io/package-summary.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/io/package-tree.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/io/package-use.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/io/store/FlatFileStore.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/io/store/MemoryStore.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/io/store/SimpleStore.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/io/store/class-use/FlatFileStore.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/io/store/class-use/MemoryStore.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/io/store/class-use/SimpleStore.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/io/store/package-frame.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/io/store/package-summary.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/io/store/package-tree.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/io/store/package-use.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/keyboard/BindingExecutionDelegate.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/keyboard/KeyBinding.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/keyboard/KeyBindingManager.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/keyboard/Keyboard.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/keyboard/KeyboardBinding.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/keyboard/KeyboardManager.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/keyboard/class-use/BindingExecutionDelegate.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/keyboard/class-use/KeyBinding.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/keyboard/class-use/KeyBindingManager.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/keyboard/class-use/Keyboard.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/keyboard/class-use/KeyboardBinding.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/keyboard/class-use/KeyboardManager.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/keyboard/package-frame.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/keyboard/package-summary.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/keyboard/package-tree.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/keyboard/package-use.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/Armor.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/Block.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/CustomBlock.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/CustomItem.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/Food.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/Item.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/Liquid.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/Material.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/MaterialData.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/Plant.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/SolidBlock.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/Tool.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/Weapon.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/block/Air.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/block/DoubleSlabs.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/block/GenericBlock.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/block/GenericCubeCustomBlock.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/block/GenericCuboidCustomBlock.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/block/GenericCustomBlock.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/block/GenericLiquid.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/block/Grass.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/block/LongGrass.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/block/Sapling.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/block/Slab.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/block/Solid.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/block/StoneBricks.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/block/Tree.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/block/Wool.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/block/class-use/Air.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/block/class-use/DoubleSlabs.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/block/class-use/GenericBlock.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/block/class-use/GenericCubeCustomBlock.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/block/class-use/GenericCuboidCustomBlock.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/block/class-use/GenericCustomBlock.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/block/class-use/GenericLiquid.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/block/class-use/Grass.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/block/class-use/LongGrass.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/block/class-use/Sapling.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/block/class-use/Slab.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/block/class-use/Solid.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/block/class-use/StoneBricks.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/block/class-use/Tree.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/block/class-use/Wool.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/block/package-frame.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/block/package-summary.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/block/package-tree.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/block/package-use.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/class-use/Armor.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/class-use/Block.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/class-use/CustomBlock.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/class-use/CustomItem.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/class-use/Food.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/class-use/Item.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/class-use/Liquid.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/class-use/Material.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/class-use/MaterialData.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/class-use/Plant.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/class-use/SolidBlock.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/class-use/Tool.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/class-use/Weapon.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/item/Coal.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/item/Dye.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/item/GenericArmor.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/item/GenericCustomFood.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/item/GenericCustomItem.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/item/GenericCustomTool.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/item/GenericFood.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/item/GenericItem.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/item/GenericTool.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/item/GenericWeapon.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/item/Potion.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/item/SpawnEgg.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/item/class-use/Coal.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/item/class-use/Dye.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/item/class-use/GenericArmor.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/item/class-use/GenericCustomFood.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/item/class-use/GenericCustomItem.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/item/class-use/GenericCustomTool.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/item/class-use/GenericFood.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/item/class-use/GenericItem.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/item/class-use/GenericTool.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/item/class-use/GenericWeapon.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/item/class-use/Potion.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/item/class-use/SpawnEgg.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/item/package-frame.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/item/package-summary.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/item/package-tree.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/item/package-use.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/package-frame.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/package-summary.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/package-tree.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/material/package-use.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/package-frame.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/package-summary.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/package-tree.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/package-use.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/CompressablePacket.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/CompressiblePacket.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/PacketAccessory.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/PacketAddonData.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/PacketAirTime.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/PacketAlert.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/PacketAllowVisualCheats.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/PacketBlockData.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/PacketCacheDeleteFile.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/PacketCacheFile.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/PacketClientAddons.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/PacketClipboardText.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/PacketComboBox.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/PacketControlAction.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/PacketCustomBlockChunkOverride.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/PacketCustomBlockDesign.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/PacketCustomBlockOverride.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/PacketCustomMultiBlockOverride.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/PacketDownloadMusic.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/PacketEntityInformation.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/PacketEntitySkin.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/PacketEntityTitle.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/PacketFocusUpdate.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/PacketFullVersion.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/PacketItemName.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/PacketKeyBinding.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/PacketKeyPress.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/PacketManager.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/PacketMovementModifiers.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/PacketMusicChange.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/PacketNotification.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/PacketOpenScreen.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/PacketOpenSignGUI.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/PacketParticle.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/PacketPermissionUpdate.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/PacketPlaySound.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/PacketPreCacheCompleted.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/PacketPreCacheFile.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/PacketRenderDistance.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/PacketRequestPrecache.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/PacketScreenAction.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/PacketScreenshot.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/PacketSendPrecache.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/PacketServerPlugins.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/PacketSetVelocity.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/PacketSkinURL.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/PacketSky.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/PacketSlotClick.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/PacketSpawnTextEntity.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/PacketStopMusic.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/PacketTexturePack.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/PacketType.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/PacketUtil.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/PacketValidatePrecache.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/PacketWaypoint.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/PacketWidget.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/PacketWidgetRemove.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/ScreenAction.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/SpoutPacket.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/class-use/CompressablePacket.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/class-use/CompressiblePacket.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketAccessory.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketAddonData.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketAirTime.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketAlert.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketAllowVisualCheats.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketBlockData.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketCacheDeleteFile.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketCacheFile.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketClientAddons.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketClipboardText.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketComboBox.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketControlAction.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketCustomBlockChunkOverride.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketCustomBlockDesign.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketCustomBlockOverride.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketCustomMultiBlockOverride.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketDownloadMusic.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketEntityInformation.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketEntitySkin.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketEntityTitle.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketFocusUpdate.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketFullVersion.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketItemName.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketKeyBinding.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketKeyPress.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketManager.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketMovementModifiers.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketMusicChange.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketNotification.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketOpenScreen.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketOpenSignGUI.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketParticle.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketPermissionUpdate.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketPlaySound.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketPreCacheCompleted.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketPreCacheFile.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketRenderDistance.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketRequestPrecache.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketScreenAction.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketScreenshot.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketSendPrecache.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketServerPlugins.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketSetVelocity.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketSkinURL.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketSky.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketSlotClick.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketSpawnTextEntity.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketStopMusic.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketTexturePack.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketType.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketUtil.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketValidatePrecache.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketWaypoint.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketWidget.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketWidgetRemove.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/class-use/ScreenAction.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/class-use/SpoutPacket.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/listener/Listener.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/listener/Listeners.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/listener/PacketListener.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/listener/class-use/Listener.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/listener/class-use/Listeners.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/listener/class-use/PacketListener.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/listener/package-frame.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/listener/package-summary.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/listener/package-tree.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/listener/package-use.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/package-frame.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/package-summary.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/package-tree.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/package-use.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/standard/MCPacket.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/standard/MCPacket0KeepAlive.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/standard/MCPacket103SetSlot.Slot.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/standard/MCPacket103SetSlot.Window.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/standard/MCPacket103SetSlot.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/standard/MCPacket17.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/standard/MCPacket18ArmAnimation.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/standard/MCPacket3Chat.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/standard/MCPacket51MapChunk.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/standard/MCPacket51MapChunkUncompressed.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/standard/MCPacketUnknown.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/standard/class-use/MCPacket.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/standard/class-use/MCPacket0KeepAlive.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/standard/class-use/MCPacket103SetSlot.Slot.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/standard/class-use/MCPacket103SetSlot.Window.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/standard/class-use/MCPacket103SetSlot.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/standard/class-use/MCPacket17.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/standard/class-use/MCPacket18ArmAnimation.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/standard/class-use/MCPacket3Chat.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/standard/class-use/MCPacket51MapChunk.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/standard/class-use/MCPacket51MapChunkUncompressed.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/standard/class-use/MCPacketUnknown.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/standard/package-frame.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/standard/package-summary.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/standard/package-tree.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/packet/standard/package-use.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/particle/Particle.ParticleType.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/particle/Particle.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/particle/class-use/Particle.ParticleType.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/particle/class-use/Particle.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/particle/package-frame.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/particle/package-summary.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/particle/package-tree.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/particle/package-use.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/player/BiomeManager.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/player/EntitySkinType.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/player/FileManager.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/player/PlayerChunkMap.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/player/PlayerInformation.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/player/RenderDistance.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/player/SkyManager.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/player/SpoutPlayer.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/player/accessories/AccessoryType.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/player/accessories/class-use/AccessoryType.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/player/accessories/package-frame.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/player/accessories/package-summary.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/player/accessories/package-tree.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/player/accessories/package-use.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/player/class-use/BiomeManager.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/player/class-use/EntitySkinType.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/player/class-use/FileManager.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/player/class-use/PlayerChunkMap.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/player/class-use/PlayerInformation.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/player/class-use/RenderDistance.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/player/class-use/SkyManager.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/player/class-use/SpoutPlayer.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/player/package-frame.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/player/package-summary.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/player/package-tree.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/player/package-use.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/plugin/SpoutPlugin.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/plugin/class-use/SpoutPlugin.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/plugin/package-frame.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/plugin/package-summary.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/plugin/package-tree.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/plugin/package-use.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/sound/Music.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/sound/SoundEffect.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/sound/SoundManager.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/sound/class-use/Music.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/sound/class-use/SoundEffect.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/sound/class-use/SoundManager.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/sound/package-frame.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/sound/package-summary.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/sound/package-tree.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/sound/package-use.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/util/map/TByteShortByteKeyedDoubleHashMap.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/util/map/TByteShortByteKeyedFloatHashMap.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/util/map/TByteShortByteKeyedIntHashMap.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/util/map/TByteShortByteKeyedLongHashMap.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/util/map/TByteShortByteKeyedMap.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/util/map/TByteShortByteKeyedObjectHashMap.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/util/map/TByteTripleDoubleHashMap.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/util/map/TByteTripleFloatHashMap.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/util/map/TByteTripleIntHashMap.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/util/map/TByteTripleLongHashMap.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/util/map/TByteTripleObjectHashMap.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/util/map/TIntPairDoubleHashMap.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/util/map/TIntPairFloatHashMap.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/util/map/TIntPairHashSet.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/util/map/TIntPairIntHashMap.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/util/map/TIntPairLongHashMap.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/util/map/TIntPairObjectHashMap.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/util/map/class-use/TByteShortByteKeyedDoubleHashMap.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/util/map/class-use/TByteShortByteKeyedFloatHashMap.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/util/map/class-use/TByteShortByteKeyedIntHashMap.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/util/map/class-use/TByteShortByteKeyedLongHashMap.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/util/map/class-use/TByteShortByteKeyedMap.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/util/map/class-use/TByteShortByteKeyedObjectHashMap.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/util/map/class-use/TByteTripleDoubleHashMap.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/util/map/class-use/TByteTripleFloatHashMap.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/util/map/class-use/TByteTripleIntHashMap.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/util/map/class-use/TByteTripleLongHashMap.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/util/map/class-use/TByteTripleObjectHashMap.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/util/map/class-use/TIntPairDoubleHashMap.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/util/map/class-use/TIntPairFloatHashMap.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/util/map/class-use/TIntPairHashSet.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/util/map/class-use/TIntPairIntHashMap.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/util/map/class-use/TIntPairLongHashMap.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/util/map/class-use/TIntPairObjectHashMap.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/util/map/package-frame.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/util/map/package-summary.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/util/map/package-tree.html create mode 100644 generated/1.5.2/org/getspout/spoutapi/util/map/package-use.html create mode 100644 generated/1.5.2/overview-frame.html create mode 100644 generated/1.5.2/overview-summary.html create mode 100644 generated/1.5.2/overview-tree.html create mode 100644 generated/1.5.2/package-list create mode 100644 generated/1.5.2/script.js create mode 100644 generated/1.5.2/serialized-form.html create mode 100644 generated/1.5.2/stylesheet.css diff --git a/generated/1.5.2/allclasses-frame.html b/generated/1.5.2/allclasses-frame.html new file mode 100644 index 0000000..8807713 --- /dev/null +++ b/generated/1.5.2/allclasses-frame.html @@ -0,0 +1,311 @@ + + + + + +All Classes (Spoutcraft 1.5.2 JavaDoc) + + + + + +

All Classes

+
+ +
+ + diff --git a/generated/1.5.2/allclasses-noframe.html b/generated/1.5.2/allclasses-noframe.html new file mode 100644 index 0000000..42e4711 --- /dev/null +++ b/generated/1.5.2/allclasses-noframe.html @@ -0,0 +1,311 @@ + + + + + +All Classes (Spoutcraft 1.5.2 JavaDoc) + + + + + +

All Classes

+
+ +
+ + diff --git a/generated/1.5.2/constant-values.html b/generated/1.5.2/constant-values.html new file mode 100644 index 0000000..e78b2ab --- /dev/null +++ b/generated/1.5.2/constant-values.html @@ -0,0 +1,259 @@ + + + + + +Constant Field Values (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Constant Field Values

+

Contents

+ +
+
+ + +

org.getspout.*

+ + + +
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/deprecated-list.html b/generated/1.5.2/deprecated-list.html new file mode 100644 index 0000000..b9dc51b --- /dev/null +++ b/generated/1.5.2/deprecated-list.html @@ -0,0 +1,419 @@ + + + + + +Deprecated List (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Deprecated API

+

Contents

+ +
+
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/help-doc.html b/generated/1.5.2/help-doc.html new file mode 100644 index 0000000..c9032db --- /dev/null +++ b/generated/1.5.2/help-doc.html @@ -0,0 +1,232 @@ + + + + + +API Help (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

How This API Document Is Organized

+
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
+
+
+ +This help file applies to API documentation generated using the standard doclet.
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/index-all.html b/generated/1.5.2/index-all.html new file mode 100644 index 0000000..2486a87 --- /dev/null +++ b/generated/1.5.2/index-all.html @@ -0,0 +1,10800 @@ + + + + + +Index (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z  + + +

A

+
+
AbstractListModel - Class in org.getspout.spoutapi.gui
+
 
+
AbstractListModel() - Constructor for class org.getspout.spoutapi.gui.AbstractListModel
+
 
+
AccessoryType - Enum in org.getspout.spoutapi.player.accessories
+
 
+
action - Variable in class org.getspout.spoutapi.packet.PacketScreenAction
+
 
+
activePopup - Variable in class org.getspout.spoutapi.gui.InGameScreen
+
 
+
add(int, int) - Method in class org.getspout.spoutapi.util.map.TIntPairHashSet
+
 
+
addAccessory(AccessoryType, String) - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Adds a new accessory to the player.
+
+
addChild(Widget) - Method in interface org.getspout.spoutapi.gui.Container
+
+
Adds a single widget to a container
+
+
addChild(Widget) - Method in class org.getspout.spoutapi.gui.GenericContainer
+
 
+
addChildren(Widget...) - Method in interface org.getspout.spoutapi.gui.Container
+
+
Adds a list of children to a container.
+
+
addChildren(Widget...) - Method in class org.getspout.spoutapi.gui.GenericContainer
+
 
+
addCustomBlock(CustomBlock) - Static method in class org.getspout.spoutapi.material.MaterialData
+
+
Adds a custom block to the material list
+
+
addCustomItem(CustomItem) - Static method in class org.getspout.spoutapi.material.MaterialData
+
+
Adds a custom item to the material list
+
+
addIngredient(Material) - Method in class org.getspout.spoutapi.inventory.SpoutShapelessRecipe
+
+
Adds the specified ingredient.
+
+
addIngredient(int, Material) - Method in class org.getspout.spoutapi.inventory.SpoutShapelessRecipe
+
+
Adds multiples of the specified ingredient.
+
+
addItem(ListWidgetItem) - Method in class org.getspout.spoutapi.gui.GenericListView
+
 
+
addItem(ListWidgetItem) - Method in class org.getspout.spoutapi.gui.GenericListWidget
+
 
+
addItem(ListWidgetItem) - Method in interface org.getspout.spoutapi.gui.ListWidget
+
+
Adds an item to the list
+
+
addItems(ListWidgetItem...) - Method in class org.getspout.spoutapi.gui.GenericListWidget
+
 
+
addItems(ListWidgetItem...) - Method in interface org.getspout.spoutapi.gui.ListWidget
+
+
Add items to the list
+
+
addKeyBinding(Keyboard, KeyboardBinding, Plugin) - Method in interface org.getspout.spoutapi.keyboard.KeyboardManager
+
+
Deprecated.
+
+
addListener(int, Listener) - Static method in class org.getspout.spoutapi.packet.listener.Listeners
+
 
+
addListener(int, PacketListener) - Method in interface org.getspout.spoutapi.packet.PacketManager
+
+
adds a packet listener for packets of the given id +

+ These listeners are called from the main server thread

+
+
addListenerUncompressedChunk(Listener) - Static method in class org.getspout.spoutapi.packet.listener.Listeners
+
 
+
addListenerUncompressedChunk(PacketListener) - Method in interface org.getspout.spoutapi.packet.PacketManager
+
+
adds a packet listener for uncompressed map chunk packets +

+ These listeners are NOT called from within the main thread.

+
+
AddonPacket - Class in org.getspout.spoutapi.io
+
+
AddonPacket provides a concise and safe way for server plugins to communicate with client side addons.
+
+
AddonPacket() - Constructor for class org.getspout.spoutapi.io.AddonPacket
+
 
+
addRecipe(Recipe) - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
addToCache(Plugin, File) - Method in interface org.getspout.spoutapi.player.FileManager
+
+
Adds a file to the cache for clients.
+
+
addToCache(Plugin, String) - Method in interface org.getspout.spoutapi.player.FileManager
+
+
Adds a file to the cache for clients.
+
+
addToCache(Plugin, Collection<File>) - Method in interface org.getspout.spoutapi.player.FileManager
+
+
Adds a list of files to the cache for clients.
+
+
addToCache(Plugin, List<String>) - Method in interface org.getspout.spoutapi.player.FileManager
+
+
Adds a list of files to the cache for clients.
+
+
addToCache(Plugin, InputStream, String) - Method in interface org.getspout.spoutapi.player.FileManager
+
+
Sends the contents of the input stream to clients.
+
+
addToPreLoginCache(Plugin, File) - Method in interface org.getspout.spoutapi.player.FileManager
+
+
Adds a file to the pre-login cache for clients.
+
+
addToPreLoginCache(Plugin, String) - Method in interface org.getspout.spoutapi.player.FileManager
+
+
Adds a file to the pre-login cache for clients.
+
+
addToPreLoginCache(Plugin, Collection<File>) - Method in interface org.getspout.spoutapi.player.FileManager
+
+
Adds a list of files to the pre-login cache for clients.
+
+
addToPreLoginCache(Plugin, List<String>) - Method in interface org.getspout.spoutapi.player.FileManager
+
+
Adds a list of files to the pre-login cache for clients.
+
+
addToPreLoginCache(Plugin, InputStream, String) - Method in interface org.getspout.spoutapi.player.FileManager
+
+
Sends the contents of the input stream to clients during prelogin.
+
+
addVertex(int, float, float, float) - Method in class org.getspout.spoutapi.block.design.Quad
+
+
Adds a vertex to the quad with the SubTexture properties of this quad
+
+
addVertex(Vertex) - Method in class org.getspout.spoutapi.block.design.Quad
+
+
Adds a vertex to the quad
+
+
addView(GenericListView) - Method in class org.getspout.spoutapi.gui.AbstractListModel
+
 
+
addWaypoint(String, double, double, double) - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Adds a waypoint to the minimap of the client, with the given loation and given name.
+
+
Air - Class in org.getspout.spoutapi.material.block
+
 
+
Air(String) - Constructor for class org.getspout.spoutapi.material.block.Air
+
 
+
air - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
air - Variable in class org.getspout.spoutapi.packet.PacketAirTime
+
 
+
airTime - Variable in class org.getspout.spoutapi.packet.PacketAirTime
+
 
+
align - Variable in class org.getspout.spoutapi.gui.GenericContainer
+
 
+
align - Variable in class org.getspout.spoutapi.gui.GenericLabel
+
 
+
alpha - Variable in class org.getspout.spoutapi.gui.Color
+
 
+
anchor - Variable in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
ANIM_REPEAT - Variable in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
ANIM_RESET - Variable in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
ANIM_RUNNING - Variable in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
ANIM_STOPPING - Variable in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
animate(WidgetAnim, float, short, short) - Method in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
animate(WidgetAnim, float, short, short, boolean) - Method in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
animate(WidgetAnim, float, short, short, boolean, boolean) - Method in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
animate(WidgetAnim, float, short, short) - Method in interface org.getspout.spoutapi.gui.Widget
+
+
Setup a simple automatic animation that automatically repeats and resets when finished.
+
+
animate(WidgetAnim, float, short, short, boolean) - Method in interface org.getspout.spoutapi.gui.Widget
+
+
Setup a simple automatic animation that resets when finished.
+
+
animate(WidgetAnim, float, short, short, boolean, boolean) - Method in interface org.getspout.spoutapi.gui.Widget
+
+
Setup a simple automatic animation.
+
+
animateStart() - Method in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
animateStart() - Method in interface org.getspout.spoutapi.gui.Widget
+
+
Start the animation.
+
+
animateStop(boolean) - Method in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
animateStop(boolean) - Method in interface org.getspout.spoutapi.gui.Widget
+
+
Stop the animation, optionally letting it finish a loop.
+
+
animCount - Variable in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
animFlags - Variable in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
animFrame - Variable in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
animTick - Variable in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
animTicks - Variable in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
animType - Variable in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
animValue - Variable in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
anvil - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
armor - Variable in class org.getspout.spoutapi.gui.InGameScreen
+
 
+
Armor - Interface in org.getspout.spoutapi.material
+
 
+
ArmorBar - Class in org.getspout.spoutapi.gui
+
+
The Spout implementation of the default Armor Bar.
+
+
ArmorBar() - Constructor for class org.getspout.spoutapi.gui.ArmorBar
+
 
+
ArmorBar - Static variable in class org.getspout.spoutapi.gui.WidgetType
+
 
+
arrow - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
attachPopupScreen(PopupScreen) - Method in interface org.getspout.spoutapi.gui.InGameHUD
+
+
Attachs a popup screen and brings it to the front of the screen
+
+
attachPopupScreen(PopupScreen) - Method in class org.getspout.spoutapi.gui.InGameScreen
+
 
+
attachWidget(Plugin, Widget) - Method in class org.getspout.spoutapi.gui.GenericScreen
+
 
+
attachWidget(Plugin, Widget) - Method in class org.getspout.spoutapi.gui.InGameScreen
+
 
+
attachWidget(Plugin, Widget) - Method in interface org.getspout.spoutapi.gui.Screen
+
+
Attaches a widget to this screen
+
+
attachWidgets(Plugin, Widget...) - Method in class org.getspout.spoutapi.gui.GenericScreen
+
 
+
attachWidgets(Plugin, Widget...) - Method in interface org.getspout.spoutapi.gui.Screen
+
+
Attaches a series of widgets to this screen in one call.
+
+
auto - Variable in class org.getspout.spoutapi.gui.GenericContainer
+
 
+
auto - Variable in class org.getspout.spoutapi.gui.GenericLabel
+
 
+
autoDirty - Variable in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
autoDirty() - Method in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
autoDirty() - Method in interface org.getspout.spoutapi.gui.Widget
+
+
Sets the dirty flag automatically is isAutoDirty() returns true.
+
+
awkwardPotion - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
Axis - Enum in org.getspout.spoutapi.block.design
+
 
+
axis - Variable in class org.getspout.spoutapi.gui.GenericGradient
+
 
+
+ + + +

B

+
+
BackgroundMusicEvent - Class in org.getspout.spoutapi.event.sound
+
 
+
BackgroundMusicEvent(Music, int, SpoutPlayer) - Constructor for class org.getspout.spoutapi.event.sound.BackgroundMusicEvent
+
 
+
BackgroundMusicEvent(String, int, SpoutPlayer) - Constructor for class org.getspout.spoutapi.event.sound.BackgroundMusicEvent
+
 
+
bakedpotato - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
banIP(String) - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
beacon - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
bed - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
bedBlock - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
bedrock - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
bg - Variable in class org.getspout.spoutapi.gui.GenericScreen
+
 
+
BindingExecutionDelegate - Interface in org.getspout.spoutapi.keyboard
+
+
Implement this interface to provide your custom action what should happen when a user presses a registered keybinding.
+
+
BiomeManager - Interface in org.getspout.spoutapi.player
+
+
Deprecated.
+
+
birchLeaves - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
birchLog - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
birchSapling - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
birchWood - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
birchWoodDoubleSlabs - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
birchWoodSlab - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
birchWoodStairs - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
blackMusicDisc - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
blackWool - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
blazePowder - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
blazeRod - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
Block - Interface in org.getspout.spoutapi.material
+
 
+
BlockDesign - Interface in org.getspout.spoutapi.block.design
+
 
+
blockIdString - Static variable in interface org.getspout.spoutapi.inventory.MaterialManager
+
 
+
blue - Variable in class org.getspout.spoutapi.gui.Color
+
 
+
blueMusicDisc - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
blueWool - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
boat - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
bone - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
boneMeal - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
book - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
bookAndQuill - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
bookshelf - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
borderColor - Variable in class org.getspout.spoutapi.gui.GenericTextField
+
 
+
bottleOEnchanting - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
bow - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
bowl - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
bread - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
brewingStand - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
brewingStandBlock - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
brick - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
brickDoubleSlabs - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
brickSlab - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
brickStairs - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
brightness - Variable in class org.getspout.spoutapi.block.design.GenericBlockDesign
+
 
+
broadcast(String, String) - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
broadcastMessage(String) - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
brokenMusicDisc - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
brownMushroom - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
brownWool - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
bubble - Variable in class org.getspout.spoutapi.gui.InGameScreen
+
 
+
BubbleBar - Class in org.getspout.spoutapi.gui
+
+
The Spout implementation of the default Bubble Bar.
+
+
BubbleBar() - Constructor for class org.getspout.spoutapi.gui.BubbleBar
+
 
+
BubbleBar - Static variable in class org.getspout.spoutapi.gui.WidgetType
+
 
+
bucket - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
burningfurnace - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
Button - Interface in org.getspout.spoutapi.gui
+
+
The GenericButton class represents a Minecraft button with a label placed on it.
+
+
Button - Static variable in class org.getspout.spoutapi.gui.WidgetType
+
 
+
ButtonClickEvent - Class in org.getspout.spoutapi.event.screen
+
 
+
ButtonClickEvent(SpoutPlayer, Screen, Button) - Constructor for class org.getspout.spoutapi.event.screen.ButtonClickEvent
+
 
+
+ + + +

C

+
+
cachedTotalHeight - Variable in class org.getspout.spoutapi.gui.GenericListWidget
+
 
+
cactus - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
cactusGreen - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
cake - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
cakeBlock - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
calculateLightSources() - Method in class org.getspout.spoutapi.block.design.GenericBlockDesign
+
 
+
canAttachWidget(Widget) - Method in interface org.getspout.spoutapi.gui.InGameHUD
+
+
Is true if the widget can be attached to the screen.
+
+
canAttachWidget(Widget) - Method in class org.getspout.spoutapi.gui.InGameScreen
+
 
+
canCache(File) - Method in interface org.getspout.spoutapi.player.FileManager
+
+
Checks if the file is approved for pre-caching.
+
+
canCache(String) - Method in interface org.getspout.spoutapi.player.FileManager
+
+
Checks if the fileUrl is approved for pre-caching.
+
+
cancel - Variable in class org.getspout.spoutapi.event.screen.ScreenEvent
+
 
+
cancel - Variable in class org.getspout.spoutapi.event.slot.SlotEvent
+
 
+
cancelled - Variable in class org.getspout.spoutapi.event.inventory.InventoryEvent
+
 
+
canEnchantItem(ItemStack) - Method in class org.getspout.spoutapi.inventory.SpoutEnchantment
+
 
+
canFly() - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Returns either the server wide fly setting, or specific player setting if a plugin has used setCanFly()
+
+
canFullRotate() - Method in class org.getspout.spoutapi.material.block.GenericCustomBlock
+
 
+
canFullRotate() - Method in interface org.getspout.spoutapi.material.CustomBlock
+
+
Whether or not this CustomBlock can rotate in all directions.
+
+
canGenerateStructures() - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
canMirroredRotate() - Method in class org.getspout.spoutapi.material.block.GenericCustomBlock
+
 
+
canMirroredRotate() - Method in interface org.getspout.spoutapi.material.CustomBlock
+
+
Whether or not this CustomBlock can also rotate upside-down.
+
+
canRotate() - Method in class org.getspout.spoutapi.material.block.GenericCustomBlock
+
 
+
canRotate() - Method in interface org.getspout.spoutapi.material.CustomBlock
+
+
Whether or not this CustomBlock will rotate to face the player when placed.
+
+
carrot - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
carrotitem - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
carrotstick - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
cauldron - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
cauldronBlock - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
chainBoots - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
chainChestplate - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
chainHelmet - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
chainLeggings - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
charcoal - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
chat - Variable in class org.getspout.spoutapi.gui.InGameScreen
+
 
+
ChatBar - Class in org.getspout.spoutapi.gui
+
+
The Spout implementation of the default Chat Bar.
+
+
ChatBar() - Constructor for class org.getspout.spoutapi.gui.ChatBar
+
 
+
ChatBar - Static variable in class org.getspout.spoutapi.gui.WidgetType
+
 
+
chatText - Variable in class org.getspout.spoutapi.gui.InGameScreen
+
 
+
ChatTextBox - Class in org.getspout.spoutapi.gui
+
+
The Spout implementation of the default Chat Text Box.
+
+
ChatTextBox() - Constructor for class org.getspout.spoutapi.gui.ChatTextBox
+
 
+
ChatTextBox - Static variable in class org.getspout.spoutapi.gui.WidgetType
+
 
+
check(Widget) - Method in enum org.getspout.spoutapi.gui.WidgetAnim
+
 
+
CheckBox - Interface in org.getspout.spoutapi.gui
+
+
This defines a simple checkbox widget.
+
+
CheckBox - Static variable in class org.getspout.spoutapi.gui.WidgetType
+
 
+
checkPacket(Player, Object) - Method in interface org.getspout.spoutapi.packet.listener.Listener
+
 
+
checkPacket(Player, MCPacket) - Method in interface org.getspout.spoutapi.packet.listener.PacketListener
+
 
+
checkUrl(String) - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Tests the skin/cape url for correctness.
+
+
chest - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
children - Variable in class org.getspout.spoutapi.gui.GenericContainer
+
 
+
ChunkDataManager - Interface in org.getspout.spoutapi.chunkdatamanager
+
 
+
ChunkMetaData - Class in org.getspout.spoutapi.chunkstore
+
 
+
ChunkStore - Class in org.getspout.spoutapi.chunkstore
+
 
+
ChunkStore() - Constructor for class org.getspout.spoutapi.chunkstore.ChunkStore
+
 
+
circleStoneBricks - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
clay - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
clayBlock - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
clayBrick - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
clear() - Method in class org.getspout.spoutapi.gui.GenericListView
+
 
+
clear() - Method in class org.getspout.spoutapi.gui.GenericListWidget
+
 
+
clear() - Method in interface org.getspout.spoutapi.gui.ListWidget
+
+
Clears all attached items.
+
+
clear() - Method in class org.getspout.spoutapi.io.store.FlatFileStore
+
 
+
clear() - Method in class org.getspout.spoutapi.io.store.MemoryStore
+
 
+
clear() - Method in interface org.getspout.spoutapi.io.store.SimpleStore
+
+
Wipes all the key value pairs for the store
+
+
clear() - Method in class org.getspout.spoutapi.util.map.TByteShortByteKeyedDoubleHashMap
+
 
+
clear() - Method in class org.getspout.spoutapi.util.map.TByteShortByteKeyedFloatHashMap
+
 
+
clear() - Method in class org.getspout.spoutapi.util.map.TByteShortByteKeyedIntHashMap
+
 
+
clear() - Method in class org.getspout.spoutapi.util.map.TByteShortByteKeyedLongHashMap
+
 
+
clear() - Method in class org.getspout.spoutapi.util.map.TByteShortByteKeyedObjectHashMap
+
 
+
clear() - Method in class org.getspout.spoutapi.util.map.TByteTripleDoubleHashMap
+
 
+
clear() - Method in class org.getspout.spoutapi.util.map.TByteTripleFloatHashMap
+
 
+
clear() - Method in class org.getspout.spoutapi.util.map.TByteTripleIntHashMap
+
 
+
clear() - Method in class org.getspout.spoutapi.util.map.TByteTripleLongHashMap
+
 
+
clear() - Method in class org.getspout.spoutapi.util.map.TByteTripleObjectHashMap
+
 
+
clear() - Method in class org.getspout.spoutapi.util.map.TIntPairDoubleHashMap
+
 
+
clear() - Method in class org.getspout.spoutapi.util.map.TIntPairFloatHashMap
+
 
+
clear() - Method in class org.getspout.spoutapi.util.map.TIntPairHashSet
+
 
+
clear() - Method in class org.getspout.spoutapi.util.map.TIntPairIntHashMap
+
 
+
clear() - Method in class org.getspout.spoutapi.util.map.TIntPairLongHashMap
+
 
+
clear() - Method in class org.getspout.spoutapi.util.map.TIntPairObjectHashMap
+
 
+
clearAllListeners() - Method in interface org.getspout.spoutapi.packet.PacketManager
+
+
removes all packet listeners
+
+
clearCustomBlockData(World, int, int) - Method in class org.getspout.spoutapi.chunkstore.SimpleChunkDataManager
+
 
+
clearCustomBlockIds(World, int, int) - Method in class org.getspout.spoutapi.chunkstore.SimpleChunkDataManager
+
 
+
clearPopup() - Method in class org.getspout.spoutapi.gui.InGameScreen
+
 
+
clearRecipes() - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
clearSelection() - Method in class org.getspout.spoutapi.gui.GenericListView
+
 
+
clearSelection() - Method in class org.getspout.spoutapi.gui.GenericListWidget
+
 
+
clearSelection() - Method in interface org.getspout.spoutapi.gui.ListWidget
+
+
Clears the selection
+
+
ClientOnly - Annotation Type in org.getspout.spoutapi
+
 
+
cloakURL - Variable in class org.getspout.spoutapi.packet.PacketSkinURL
+
 
+
clock - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
clone() - Method in class org.getspout.spoutapi.gui.Color
+
+
Clones the object.
+
+
close() - Method in class org.getspout.spoutapi.chunkstore.SimpleChunkBuffer
+
 
+
close() - Method in class org.getspout.spoutapi.chunkstore.SimpleRegionFile
+
 
+
close() - Method in class org.getspout.spoutapi.gui.GenericPopup
+
 
+
close() - Method in interface org.getspout.spoutapi.gui.PopupScreen
+
+
Closes the screen.
+
+
closeActiveWindow() - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Deprecated.
+
+
closeAll() - Method in class org.getspout.spoutapi.chunkstore.ChunkStore
+
 
+
closeAllFiles() - Method in class org.getspout.spoutapi.chunkstore.SimpleChunkDataManager
+
 
+
closeChunk(World, int, int) - Method in class org.getspout.spoutapi.chunkstore.SimpleChunkDataManager
+
 
+
closeChunkMetaData(World, int, int) - Method in class org.getspout.spoutapi.chunkstore.ChunkStore
+
 
+
closeList() - Method in interface org.getspout.spoutapi.gui.ComboBox
+
 
+
closeList() - Method in class org.getspout.spoutapi.gui.GenericComboBox
+
 
+
closePopup() - Method in interface org.getspout.spoutapi.gui.InGameHUD
+
+
Closes the popup screen, or returns false on failure
+
+
closePopup() - Method in class org.getspout.spoutapi.gui.InGameScreen
+
 
+
Coal - Class in org.getspout.spoutapi.material.item
+
 
+
Coal(String, int, int) - Constructor for class org.getspout.spoutapi.material.item.Coal
+
 
+
coal - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
coalOre - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
cobblestone - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
cobblestoneDoubleSlabs - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
cobblestoneSlab - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
cobblestoneStairs - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
cobblewall - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
cocoa - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
cocoaBeans - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
Color - Class in org.getspout.spoutapi.gui
+
+
This defines a Color for use within other widgets.
+
+
Color(float, float, float, float) - Constructor for class org.getspout.spoutapi.gui.Color
+
+
Constructs the color with RGB spec
+
+
Color(float, float, float) - Constructor for class org.getspout.spoutapi.gui.Color
+
 
+
Color(int, int, int, int) - Constructor for class org.getspout.spoutapi.gui.Color
+
+
Constructs the color with RGB spec
+
+
Color(int, int, int) - Constructor for class org.getspout.spoutapi.gui.Color
+
 
+
Color(int) - Constructor for class org.getspout.spoutapi.gui.Color
+
 
+
Color(String) - Constructor for class org.getspout.spoutapi.gui.Color
+
+
Construct the color using RGBA hex string +

+ Note: Alpha channel isn't supported due limitations of Integer.parseInt

+
+
color - Variable in class org.getspout.spoutapi.gui.GenericControl
+
 
+
color - Variable in class org.getspout.spoutapi.gui.GenericLabel
+
 
+
color1 - Variable in class org.getspout.spoutapi.gui.GenericGradient
+
 
+
color2 - Variable in class org.getspout.spoutapi.gui.GenericGradient
+
 
+
ComboBox - Interface in org.getspout.spoutapi.gui
+
 
+
ComboBox - Static variable in class org.getspout.spoutapi.gui.WidgetType
+
 
+
command - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
compass - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
compress() - Method in interface org.getspout.spoutapi.packet.CompressablePacket
+
+
Deprecated.
+
compress() - Method in class org.getspout.spoutapi.packet.PacketAddonData
+
 
+
compress() - Method in class org.getspout.spoutapi.packet.PacketBlockData
+
 
+
compress() - Method in class org.getspout.spoutapi.packet.PacketCacheFile
+
 
+
compress() - Method in class org.getspout.spoutapi.packet.PacketCustomBlockChunkOverride
+
 
+
compress() - Method in class org.getspout.spoutapi.packet.PacketCustomMultiBlockOverride
+
 
+
compress() - Method in class org.getspout.spoutapi.packet.PacketEntityInformation
+
 
+
compress() - Method in class org.getspout.spoutapi.packet.PacketSendPrecache
+
 
+
CompressablePacket - Interface in org.getspout.spoutapi.packet
+
+
Deprecated.
+
+
CompressiblePacket - Interface in org.getspout.spoutapi.packet
+
 
+
configureDbConfig(ServerConfig) - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
conflictsWith(Enchantment) - Method in class org.getspout.spoutapi.inventory.SpoutEnchantment
+
 
+
construct(ItemStack[], String) - Method in interface org.getspout.spoutapi.inventory.InventoryBuilder
+
+
Deprecated. +
Use org.bukkit.Server#createInventory(org.bukkit.inventory.InventoryHolder, int) instead.

+

+ Creates an inventory from the given array of itemstacks and name. The inventory will be the same size as the length of the itemstack array.

+
+
+
construct(Collection<ItemStack>, String) - Method in interface org.getspout.spoutapi.inventory.InventoryBuilder
+
+
Deprecated. +
Use org.bukkit.Server#createInventory(org.bukkit.inventory.InventoryHolder, int) instead.

+

+ Creates an inventory from the given array of itemstacks and name. The inventory will be the same size as the size of the collection

+
+
+
construct(int, String) - Method in interface org.getspout.spoutapi.inventory.InventoryBuilder
+
+
Deprecated. +
Use org.bukkit.Server#createInventory(org.bukkit.inventory.InventoryHolder, int) instead.

+

+ Creates an inventory empty inventory with the given size and name

+
+
+
Container - Interface in org.getspout.spoutapi.gui
+
+
Containers are a specific type of widget that are designed for easy layout + and control of other widgets.
+
+
container - Variable in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
Container - Static variable in class org.getspout.spoutapi.gui.WidgetType
+
 
+
ContainerType - Enum in org.getspout.spoutapi.gui
+
+
This defines the layout for Containers.
+
+
contains(int, int) - Method in class org.getspout.spoutapi.util.map.TIntPairHashSet
+
 
+
containsKey(int, int, int) - Method in class org.getspout.spoutapi.util.map.TByteShortByteKeyedDoubleHashMap
+
 
+
containsKey(int, int, int) - Method in class org.getspout.spoutapi.util.map.TByteShortByteKeyedFloatHashMap
+
 
+
containsKey(int, int, int) - Method in class org.getspout.spoutapi.util.map.TByteShortByteKeyedIntHashMap
+
 
+
containsKey(int, int, int) - Method in class org.getspout.spoutapi.util.map.TByteShortByteKeyedLongHashMap
+
 
+
containsKey(int, int, int) - Method in class org.getspout.spoutapi.util.map.TByteShortByteKeyedObjectHashMap
+
 
+
containsKey(byte, byte, byte) - Method in class org.getspout.spoutapi.util.map.TByteTripleDoubleHashMap
+
 
+
containsKey(byte, byte, byte) - Method in class org.getspout.spoutapi.util.map.TByteTripleFloatHashMap
+
 
+
containsKey(byte, byte, byte) - Method in class org.getspout.spoutapi.util.map.TByteTripleIntHashMap
+
 
+
containsKey(byte, byte, byte) - Method in class org.getspout.spoutapi.util.map.TByteTripleLongHashMap
+
 
+
containsKey(byte, byte, byte) - Method in class org.getspout.spoutapi.util.map.TByteTripleObjectHashMap
+
 
+
containsKey(int, int) - Method in class org.getspout.spoutapi.util.map.TIntPairDoubleHashMap
+
 
+
containsKey(int, int) - Method in class org.getspout.spoutapi.util.map.TIntPairFloatHashMap
+
 
+
containsKey(int, int) - Method in class org.getspout.spoutapi.util.map.TIntPairIntHashMap
+
 
+
containsKey(int, int) - Method in class org.getspout.spoutapi.util.map.TIntPairLongHashMap
+
 
+
containsKey(int, int) - Method in class org.getspout.spoutapi.util.map.TIntPairObjectHashMap
+
 
+
containsValue(double) - Method in class org.getspout.spoutapi.util.map.TByteShortByteKeyedDoubleHashMap
+
 
+
containsValue(float) - Method in class org.getspout.spoutapi.util.map.TByteShortByteKeyedFloatHashMap
+
 
+
containsValue(int) - Method in class org.getspout.spoutapi.util.map.TByteShortByteKeyedIntHashMap
+
 
+
containsValue(long) - Method in class org.getspout.spoutapi.util.map.TByteShortByteKeyedLongHashMap
+
 
+
containsValue(int) - Method in class org.getspout.spoutapi.util.map.TByteShortByteKeyedObjectHashMap
+
 
+
containsValue(double) - Method in class org.getspout.spoutapi.util.map.TByteTripleDoubleHashMap
+
 
+
containsValue(float) - Method in class org.getspout.spoutapi.util.map.TByteTripleFloatHashMap
+
 
+
containsValue(int) - Method in class org.getspout.spoutapi.util.map.TByteTripleIntHashMap
+
 
+
containsValue(long) - Method in class org.getspout.spoutapi.util.map.TByteTripleLongHashMap
+
 
+
containsValue(K) - Method in class org.getspout.spoutapi.util.map.TByteTripleObjectHashMap
+
 
+
containsValue(double) - Method in class org.getspout.spoutapi.util.map.TIntPairDoubleHashMap
+
 
+
containsValue(float) - Method in class org.getspout.spoutapi.util.map.TIntPairFloatHashMap
+
 
+
containsValue(int) - Method in class org.getspout.spoutapi.util.map.TIntPairIntHashMap
+
 
+
containsValue(long) - Method in class org.getspout.spoutapi.util.map.TIntPairLongHashMap
+
 
+
containsValue(K) - Method in class org.getspout.spoutapi.util.map.TIntPairObjectHashMap
+
 
+
containsWidget(Widget) - Method in class org.getspout.spoutapi.gui.GenericScreen
+
 
+
containsWidget(UUID) - Method in class org.getspout.spoutapi.gui.GenericScreen
+
 
+
containsWidget(Widget) - Method in interface org.getspout.spoutapi.gui.Screen
+
+
Is true if the screen has the given widget attached to it.
+
+
containsWidget(UUID) - Method in interface org.getspout.spoutapi.gui.Screen
+
+
Is true if the screen has a widget with the given id attached to it.
+
+
Control - Interface in org.getspout.spoutapi.gui
+
+
This is the base class for all user input widgets.
+
+
convertFrom(ItemMap, int) - Method in class org.getspout.spoutapi.inventory.ItemMap
+
+
Converts a foreign id, local to a foreign map to an id local to this map.
+
+
convertSlot(int) - Method in class org.getspout.spoutapi.event.inventory.InventoryClickEvent
+
+
Deprecated.
+
convertSlot(int) - Method in class org.getspout.spoutapi.event.inventory.InventoryPlayerClickEvent
+
+
Deprecated.
+
convertTo(ItemMap, int) - Method in class org.getspout.spoutapi.inventory.ItemMap
+
+
Converts an id local to this map to a foreign id, local to another map.
+
+
cookedChicken - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
cookedFish - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
cookedPorkchop - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
cookie - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
copy() - Method in class org.getspout.spoutapi.gui.GenericButton
+
 
+
copy() - Method in class org.getspout.spoutapi.gui.GenericCheckBox
+
 
+
copy() - Method in class org.getspout.spoutapi.gui.GenericControl
+
 
+
copy() - Method in class org.getspout.spoutapi.gui.GenericEntityWidget
+
 
+
copy() - Method in class org.getspout.spoutapi.gui.GenericGradient
+
 
+
copy() - Method in class org.getspout.spoutapi.gui.GenericItemWidget
+
 
+
copy() - Method in class org.getspout.spoutapi.gui.GenericLabel
+
 
+
copy() - Method in class org.getspout.spoutapi.gui.GenericScreen
+
 
+
copy() - Method in class org.getspout.spoutapi.gui.GenericSlider
+
 
+
copy() - Method in class org.getspout.spoutapi.gui.GenericTextField
+
 
+
copy() - Method in class org.getspout.spoutapi.gui.GenericTexture
+
 
+
copy() - Method in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
copy() - Method in interface org.getspout.spoutapi.gui.Widget
+
+
Returns a copy of this widget with a new UUID.
+
+
copy(File, File) - Static method in class org.getspout.spoutapi.io.FileUtil
+
+
Copies one file to another location
+
+
copyFileMkdirs(File, File) - Static method in class org.getspout.spoutapi.io.FileUtil
+
 
+
crackedStoneBricks - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
CraftingInventory - Interface in org.getspout.spoutapi.inventory
+
 
+
craftingTable - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
CRCStore - Class in org.getspout.spoutapi.io
+
 
+
CRCStore() - Constructor for class org.getspout.spoutapi.io.CRCStore
+
 
+
CRCStore.URLCheck - Class in org.getspout.spoutapi.io
+
 
+
CRCStoreRunnable - Interface in org.getspout.spoutapi.io
+
 
+
createExplosion(Location, float) - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
createExplosion(Location, float, boolean) - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
createExplosion(double, double, double, float) - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
createExplosion(double, double, double, float, boolean) - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
createExplosion(double, double, double, float, boolean, boolean) - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
createFile(File) - Static method in class org.getspout.spoutapi.io.FileUtil
+
+
Creates a blank file
+
+
createInventory(InventoryHolder, InventoryType) - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
createInventory(InventoryHolder, int) - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
createInventory(InventoryHolder, int, String) - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
createMap(World) - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
createWorld(WorldCreator) - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
crops - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
cursor - Variable in class org.getspout.spoutapi.gui.GenericTextField
+
 
+
CustomBlock - Interface in org.getspout.spoutapi.material
+
 
+
CustomItem - Interface in org.getspout.spoutapi.material
+
 
+
cyanDye - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
cyanMusicDisc - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
cyanWool - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
+ + + +

D

+
+
dandelion - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
dandelionYellow - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
data - Variable in class org.getspout.spoutapi.gui.GenericItemWidget
+
 
+
data - Variable in class org.getspout.spoutapi.packet.PacketControlAction
+
 
+
data - Variable in class org.getspout.spoutapi.packet.PacketNotification
+
 
+
deadBush - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
deadShrub - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
decompress() - Method in interface org.getspout.spoutapi.packet.CompressablePacket
+
+
Deprecated.
+
decompress() - Method in class org.getspout.spoutapi.packet.PacketAddonData
+
 
+
decompress() - Method in class org.getspout.spoutapi.packet.PacketBlockData
+
 
+
decompress() - Method in class org.getspout.spoutapi.packet.PacketCacheFile
+
 
+
decompress() - Method in class org.getspout.spoutapi.packet.PacketCustomBlockChunkOverride
+
 
+
decompress() - Method in class org.getspout.spoutapi.packet.PacketCustomMultiBlockOverride
+
 
+
decompress() - Method in class org.getspout.spoutapi.packet.PacketEntityInformation
+
 
+
decompress() - Method in class org.getspout.spoutapi.packet.PacketSendPrecache
+
 
+
decorativeSandstone - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
deferLayout() - Method in interface org.getspout.spoutapi.gui.Container
+
+
Automatically call updateLayout during the next onTick.
+
+
deferLayout() - Method in class org.getspout.spoutapi.gui.GenericContainer
+
 
+
depth - Variable in class org.getspout.spoutapi.gui.GenericItemWidget
+
 
+
deserialize(byte[]) - Static method in class org.getspout.spoutapi.chunkstore.Utils
+
 
+
deserializeRaw(byte[]) - Static method in class org.getspout.spoutapi.chunkstore.Utils
+
 
+
design - Variable in class org.getspout.spoutapi.material.block.GenericCustomBlock
+
 
+
detectorRail - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
diamond - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
diamondAxe - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
diamondBlock - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
diamondBoots - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
diamondChestplate - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
diamondHelmet - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
diamondHoe - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
diamondLeggings - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
diamondOre - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
diamondPickaxe - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
diamondShovel - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
diamondSword - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
dirt - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
dirty - Variable in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
disabledColor - Variable in class org.getspout.spoutapi.gui.GenericControl
+
 
+
disabledText - Variable in class org.getspout.spoutapi.gui.GenericButton
+
 
+
dispatchCommand(CommandSender, String) - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
dispenser - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
doResize() - Method in class org.getspout.spoutapi.gui.GenericButton
+
 
+
doResize() - Method in class org.getspout.spoutapi.gui.GenericLabel
+
 
+
doResize() - Method in class org.getspout.spoutapi.gui.GenericSlider
+
 
+
doResize() - Method in interface org.getspout.spoutapi.gui.Label
+
+
Actually resize the Label with the current text size
+
+
DoubleChestInventory - Interface in org.getspout.spoutapi.inventory
+
 
+
DoubleSlabs - Class in org.getspout.spoutapi.material.block
+
 
+
DoubleSlabs(String, int, int) - Constructor for class org.getspout.spoutapi.material.block.DoubleSlabs
+
 
+
dragonEgg - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
drawAlpha - Variable in class org.getspout.spoutapi.gui.GenericTexture
+
 
+
dropItem(Location, ItemStack) - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
dropItemNaturally(Location, ItemStack) - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
DURABILITY - Static variable in class org.getspout.spoutapi.inventory.SpoutEnchantment
+
 
+
Dye - Class in org.getspout.spoutapi.material.item
+
 
+
Dye(String, int, int) - Constructor for class org.getspout.spoutapi.material.item.Dye
+
 
+
+ + + +

E

+
+
egg - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
emerald - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
emeraldBlock - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
emeraldOre - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
emptymap - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
enabled - Variable in class org.getspout.spoutapi.gui.GenericControl
+
 
+
enchantedbook - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
enchantmentTable - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
enderChest - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
enderPearl - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
endPortal - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
endPortalFrame - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
endStone - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
ensureVisible(Rectangle) - Method in class org.getspout.spoutapi.gui.GenericScrollable
+
 
+
ensureVisible(Rectangle) - Method in interface org.getspout.spoutapi.gui.Scrollable
+
+
Adjusts the scroll position so that the given rectangle will fit into the viewport.
+
+
entityId - Variable in class org.getspout.spoutapi.packet.PacketEntitySkin
+
 
+
entityId - Variable in class org.getspout.spoutapi.packet.PacketEntityTitle
+
 
+
entityId - Variable in class org.getspout.spoutapi.packet.PacketSkinURL
+
 
+
EntitySkinType - Enum in org.getspout.spoutapi.player
+
 
+
EntityWidget - Interface in org.getspout.spoutapi.gui
+
+
This is used to display any in-game entity on the screen.
+
+
EntityWidget - Static variable in class org.getspout.spoutapi.gui.WidgetType
+
 
+
equals(Object) - Method in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
equals(Object) - Method in class org.getspout.spoutapi.gui.Rectangle
+
 
+
exp - Variable in class org.getspout.spoutapi.gui.InGameScreen
+
 
+
ExpBar - Class in org.getspout.spoutapi.gui
+
 
+
ExpBar() - Constructor for class org.getspout.spoutapi.gui.ExpBar
+
 
+
ExpBar - Static variable in class org.getspout.spoutapi.gui.WidgetType
+
 
+
eyeOfEnder - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
+ + + +

F

+
+
fadeoutTicks - Variable in class org.getspout.spoutapi.gui.ChatTextBox
+
 
+
failure(int) - Method in class org.getspout.spoutapi.material.block.GenericCustomBlock
+
 
+
failure(int) - Method in class org.getspout.spoutapi.material.item.GenericCustomItem
+
 
+
failure(int) - Method in class org.getspout.spoutapi.packet.PacketAccessory
+
 
+
failure(int) - Method in class org.getspout.spoutapi.packet.PacketAddonData
+
 
+
failure(int) - Method in class org.getspout.spoutapi.packet.PacketAirTime
+
 
+
failure(int) - Method in class org.getspout.spoutapi.packet.PacketAlert
+
 
+
failure(int) - Method in class org.getspout.spoutapi.packet.PacketAllowVisualCheats
+
 
+
failure(int) - Method in class org.getspout.spoutapi.packet.PacketBlockData
+
 
+
failure(int) - Method in class org.getspout.spoutapi.packet.PacketCacheDeleteFile
+
 
+
failure(int) - Method in class org.getspout.spoutapi.packet.PacketCacheFile
+
 
+
failure(int) - Method in class org.getspout.spoutapi.packet.PacketClientAddons
+
 
+
failure(int) - Method in class org.getspout.spoutapi.packet.PacketClipboardText
+
 
+
failure(int) - Method in class org.getspout.spoutapi.packet.PacketComboBox
+
 
+
failure(int) - Method in class org.getspout.spoutapi.packet.PacketControlAction
+
 
+
failure(int) - Method in class org.getspout.spoutapi.packet.PacketCustomBlockChunkOverride
+
 
+
failure(int) - Method in class org.getspout.spoutapi.packet.PacketCustomBlockDesign
+
 
+
failure(int) - Method in class org.getspout.spoutapi.packet.PacketCustomBlockOverride
+
 
+
failure(int) - Method in class org.getspout.spoutapi.packet.PacketCustomMultiBlockOverride
+
 
+
failure(int) - Method in class org.getspout.spoutapi.packet.PacketDownloadMusic
+
 
+
failure(int) - Method in class org.getspout.spoutapi.packet.PacketEntityInformation
+
 
+
failure(int) - Method in class org.getspout.spoutapi.packet.PacketEntitySkin
+
 
+
failure(int) - Method in class org.getspout.spoutapi.packet.PacketEntityTitle
+
 
+
failure(int) - Method in class org.getspout.spoutapi.packet.PacketFocusUpdate
+
 
+
failure(int) - Method in class org.getspout.spoutapi.packet.PacketFullVersion
+
 
+
failure(int) - Method in class org.getspout.spoutapi.packet.PacketItemName
+
 
+
failure(int) - Method in class org.getspout.spoutapi.packet.PacketKeyBinding
+
 
+
failure(int) - Method in class org.getspout.spoutapi.packet.PacketKeyPress
+
 
+
failure(int) - Method in class org.getspout.spoutapi.packet.PacketMovementModifiers
+
 
+
failure(int) - Method in class org.getspout.spoutapi.packet.PacketMusicChange
+
 
+
failure(int) - Method in class org.getspout.spoutapi.packet.PacketOpenScreen
+
 
+
failure(int) - Method in class org.getspout.spoutapi.packet.PacketOpenSignGUI
+
 
+
failure(int) - Method in class org.getspout.spoutapi.packet.PacketParticle
+
 
+
failure(int) - Method in class org.getspout.spoutapi.packet.PacketPermissionUpdate
+
 
+
failure(int) - Method in class org.getspout.spoutapi.packet.PacketPlaySound
+
 
+
failure(int) - Method in class org.getspout.spoutapi.packet.PacketPreCacheCompleted
+
 
+
failure(int) - Method in class org.getspout.spoutapi.packet.PacketPreCacheFile
+
 
+
failure(int) - Method in class org.getspout.spoutapi.packet.PacketRenderDistance
+
 
+
failure(int) - Method in class org.getspout.spoutapi.packet.PacketRequestPrecache
+
 
+
failure(int) - Method in class org.getspout.spoutapi.packet.PacketScreenAction
+
 
+
failure(int) - Method in class org.getspout.spoutapi.packet.PacketScreenshot
+
 
+
failure(int) - Method in class org.getspout.spoutapi.packet.PacketSendPrecache
+
 
+
failure(int) - Method in class org.getspout.spoutapi.packet.PacketServerPlugins
+
 
+
failure(int) - Method in class org.getspout.spoutapi.packet.PacketSetVelocity
+
 
+
failure(int) - Method in class org.getspout.spoutapi.packet.PacketSkinURL
+
 
+
failure(int) - Method in class org.getspout.spoutapi.packet.PacketSky
+
 
+
failure(int) - Method in class org.getspout.spoutapi.packet.PacketSlotClick
+
 
+
failure(int) - Method in class org.getspout.spoutapi.packet.PacketSpawnTextEntity
+
 
+
failure(int) - Method in class org.getspout.spoutapi.packet.PacketStopMusic
+
 
+
failure(int) - Method in class org.getspout.spoutapi.packet.PacketTexturePack
+
 
+
failure(int) - Method in class org.getspout.spoutapi.packet.PacketValidatePrecache
+
 
+
failure(int) - Method in class org.getspout.spoutapi.packet.PacketWaypoint
+
 
+
failure(int) - Method in class org.getspout.spoutapi.packet.PacketWidget
+
 
+
failure(int) - Method in class org.getspout.spoutapi.packet.PacketWidgetRemove
+
 
+
failure(int) - Method in interface org.getspout.spoutapi.packet.SpoutPacket
+
+
Performs any tasks for the packet after the data has NOT been successfully read into the packet.
+
+
farmland - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
feather - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
fence - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
fenceGate - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
fermentedSpiderEye - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
fern - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
fieldColor - Variable in class org.getspout.spoutapi.gui.GenericTextField
+
 
+
FileManager - Interface in org.getspout.spoutapi.player
+
 
+
fileToString(File) - Static method in class org.getspout.spoutapi.io.FileUtil
+
+
Reads a File and places the contents into a collection of Strings.
+
+
FileUtil - Class in org.getspout.spoutapi.io
+
 
+
FileUtil() - Constructor for class org.getspout.spoutapi.io.FileUtil
+
 
+
fire - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
fireCharge - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
firework - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
fireworkcharge - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
fishingRod - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
fixed - Variable in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
FLAG_COLORINVALID - Static variable in class org.getspout.spoutapi.io.SpoutInputStream
+
 
+
FLAG_COLORINVALID - Static variable in class org.getspout.spoutapi.io.SpoutOutputStream
+
 
+
FLAG_COLOROVERRIDE - Static variable in class org.getspout.spoutapi.io.SpoutInputStream
+
 
+
FLAG_COLOROVERRIDE - Static variable in class org.getspout.spoutapi.io.SpoutOutputStream
+
 
+
FlatFileStore<T> - Class in org.getspout.spoutapi.io.store
+
+
This implements a SimpleStore that is stored in memory.
+
+
FlatFileStore(File, Class<?>) - Constructor for class org.getspout.spoutapi.io.store.FlatFileStore
+
 
+
flint - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
flintAndSteel - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
flowerpot - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
flowerpotitem - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
focus - Variable in class org.getspout.spoutapi.gui.GenericControl
+
 
+
focus - Variable in class org.getspout.spoutapi.gui.GenericTextField
+
 
+
Food - Interface in org.getspout.spoutapi.material
+
 
+
forestGreenMusicDisc - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
furnace - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
+ + + +

G

+
+
generateTree(Location, TreeType) - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
generateTree(Location, TreeType, BlockChangeDelegate) - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
GenericArmor - Class in org.getspout.spoutapi.material.item
+
 
+
GenericArmor(String, int) - Constructor for class org.getspout.spoutapi.material.item.GenericArmor
+
 
+
GenericBlock - Class in org.getspout.spoutapi.material.block
+
 
+
GenericBlock(String, int, int) - Constructor for class org.getspout.spoutapi.material.block.GenericBlock
+
 
+
GenericBlock(String, int) - Constructor for class org.getspout.spoutapi.material.block.GenericBlock
+
 
+
GenericBlockDesign - Class in org.getspout.spoutapi.block.design
+
 
+
GenericBlockDesign() - Constructor for class org.getspout.spoutapi.block.design.GenericBlockDesign
+
 
+
GenericBlockDesign(float, float, float, float, float, float, String, Plugin, float[][], float[][], float[][], float[][], float[][], int) - Constructor for class org.getspout.spoutapi.block.design.GenericBlockDesign
+
 
+
GenericButton - Class in org.getspout.spoutapi.gui
+
 
+
GenericButton() - Constructor for class org.getspout.spoutapi.gui.GenericButton
+
 
+
GenericButton(String) - Constructor for class org.getspout.spoutapi.gui.GenericButton
+
 
+
GenericCheckBox - Class in org.getspout.spoutapi.gui
+
 
+
GenericCheckBox() - Constructor for class org.getspout.spoutapi.gui.GenericCheckBox
+
 
+
GenericCheckBox(String) - Constructor for class org.getspout.spoutapi.gui.GenericCheckBox
+
 
+
GenericComboBox - Class in org.getspout.spoutapi.gui
+
 
+
GenericComboBox() - Constructor for class org.getspout.spoutapi.gui.GenericComboBox
+
 
+
GenericContainer - Class in org.getspout.spoutapi.gui
+
 
+
GenericContainer() - Constructor for class org.getspout.spoutapi.gui.GenericContainer
+
 
+
GenericContainer(Widget...) - Constructor for class org.getspout.spoutapi.gui.GenericContainer
+
 
+
GenericControl - Class in org.getspout.spoutapi.gui
+
 
+
GenericControl() - Constructor for class org.getspout.spoutapi.gui.GenericControl
+
 
+
GenericCubeBlockDesign - Class in org.getspout.spoutapi.block.design
+
 
+
GenericCubeBlockDesign(Plugin, Texture, int[]) - Constructor for class org.getspout.spoutapi.block.design.GenericCubeBlockDesign
+
+
Creates a basic cube custom block model
+
+
GenericCubeBlockDesign(Plugin, Texture, int) - Constructor for class org.getspout.spoutapi.block.design.GenericCubeBlockDesign
+
+
Creates a basic cube custom block model with only one texture
+
+
GenericCubeBlockDesign(Plugin, String, int) - Constructor for class org.getspout.spoutapi.block.design.GenericCubeBlockDesign
+
+
Creates a basic cube custom block model with only one texture
+
+
GenericCubeCustomBlock - Class in org.getspout.spoutapi.material.block
+
 
+
GenericCubeCustomBlock(Plugin, String, boolean, GenericCubeBlockDesign) - Constructor for class org.getspout.spoutapi.material.block.GenericCubeCustomBlock
+
+
Creates a new cube block material
+
+
GenericCubeCustomBlock(Plugin, String, boolean, GenericCubeBlockDesign, boolean) - Constructor for class org.getspout.spoutapi.material.block.GenericCubeCustomBlock
+
+
Creates a new cube block material
+
+
GenericCubeCustomBlock(Plugin, String, GenericCubeBlockDesign) - Constructor for class org.getspout.spoutapi.material.block.GenericCubeCustomBlock
+
+
Creates a new opaque/solid cube block material
+
+
GenericCubeCustomBlock(Plugin, String, GenericCubeBlockDesign, boolean) - Constructor for class org.getspout.spoutapi.material.block.GenericCubeCustomBlock
+
+
Creates a new opaque/solid cube block material
+
+
GenericCubeCustomBlock(Plugin, String, String, int) - Constructor for class org.getspout.spoutapi.material.block.GenericCubeCustomBlock
+
+
Creates a new basic opaque/solid cube block material
+
+
GenericCubeCustomBlock(Plugin, String, String, int, boolean) - Constructor for class org.getspout.spoutapi.material.block.GenericCubeCustomBlock
+
+
Creates a new basic opaque/solid cube block material
+
+
GenericCubeCustomBlock(Plugin, String, int, GenericCubeBlockDesign) - Constructor for class org.getspout.spoutapi.material.block.GenericCubeCustomBlock
+
+
Creates a new cube block material with underlying block ID.
+
+
GenericCubeCustomBlock(Plugin, String, int, GenericCubeBlockDesign, boolean) - Constructor for class org.getspout.spoutapi.material.block.GenericCubeCustomBlock
+
+
Creates a new cube block material with underlying block ID.
+
+
GenericCubeCustomBlock(Plugin, String, int, int, GenericCubeBlockDesign) - Constructor for class org.getspout.spoutapi.material.block.GenericCubeCustomBlock
+
+
Creates a new cube block material with underlying block ID.
+
+
GenericCubeCustomBlock(Plugin, String, int, int, GenericCubeBlockDesign, boolean) - Constructor for class org.getspout.spoutapi.material.block.GenericCubeCustomBlock
+
+
Creates a new cube block material with underlying block ID.
+
+
GenericCubeCustomBlock(Plugin, String, int, String, int) - Constructor for class org.getspout.spoutapi.material.block.GenericCubeCustomBlock
+
+
Creates a new basic opaque/solid cube block material with underlying block ID.
+
+
GenericCubeCustomBlock(Plugin, String, int, String, int, boolean) - Constructor for class org.getspout.spoutapi.material.block.GenericCubeCustomBlock
+
+
Creates a new basic opaque/solid cube block material with underlying block ID.
+
+
GenericCubeCustomBlock(Plugin, String, int, int, String, int) - Constructor for class org.getspout.spoutapi.material.block.GenericCubeCustomBlock
+
+
Creates a new basic opaque/solid cube block material with underlying block ID + metadata.
+
+
GenericCubeCustomBlock(Plugin, String, int, int, String, int, boolean) - Constructor for class org.getspout.spoutapi.material.block.GenericCubeCustomBlock
+
+
Creates a new basic opaque/solid cube block material with underlying block ID + metadata.
+
+
GenericCuboidBlockDesign - Class in org.getspout.spoutapi.block.design
+
 
+
GenericCuboidBlockDesign(Plugin, Texture, int[], float, float, float, float, float, float) - Constructor for class org.getspout.spoutapi.block.design.GenericCuboidBlockDesign
+
+
Creates a basic cuboid custom block model
+
+
GenericCuboidBlockDesign(Plugin, Texture, int, float, float, float, float, float, float) - Constructor for class org.getspout.spoutapi.block.design.GenericCuboidBlockDesign
+
+
Creates a basic cuboid custom block model with only one texture
+
+
GenericCuboidBlockDesign(Plugin, String, int, float, float, float, float, float, float) - Constructor for class org.getspout.spoutapi.block.design.GenericCuboidBlockDesign
+
+
Creates a basic cuboid custom block model with only one texture
+
+
GenericCuboidCustomBlock - Class in org.getspout.spoutapi.material.block
+
 
+
GenericCuboidCustomBlock(Plugin, String) - Constructor for class org.getspout.spoutapi.material.block.GenericCuboidCustomBlock
+
+
Creates a basic GenericCustomblock with no design that is opaque/solid.
+
+
GenericCuboidCustomBlock(Plugin, String, boolean) - Constructor for class org.getspout.spoutapi.material.block.GenericCuboidCustomBlock
+
+
Creates a basic GenericCustomblock with no design that is opaque/solid.
+
+
GenericCuboidCustomBlock(Plugin, String, boolean, GenericCuboidBlockDesign) - Constructor for class org.getspout.spoutapi.material.block.GenericCuboidCustomBlock
+
+
Creates a new cube block material
+
+
GenericCuboidCustomBlock(Plugin, String, boolean, GenericCuboidBlockDesign, boolean) - Constructor for class org.getspout.spoutapi.material.block.GenericCuboidCustomBlock
+
+
Creates a new cube block material
+
+
GenericCuboidCustomBlock(Plugin, String, GenericCuboidBlockDesign) - Constructor for class org.getspout.spoutapi.material.block.GenericCuboidCustomBlock
+
+
Creates a new opaque/solid cube block material
+
+
GenericCuboidCustomBlock(Plugin, String, GenericCuboidBlockDesign, boolean) - Constructor for class org.getspout.spoutapi.material.block.GenericCuboidCustomBlock
+
+
Creates a new opaque/solid cube block material
+
+
GenericCuboidCustomBlock(Plugin, String, String, int, float, float, float, float, float, float) - Constructor for class org.getspout.spoutapi.material.block.GenericCuboidCustomBlock
+
+
Creates a new basic opaque/solid cube block material
+
+
GenericCuboidCustomBlock(Plugin, String, String, int, float, float, float, float, float, float, boolean) - Constructor for class org.getspout.spoutapi.material.block.GenericCuboidCustomBlock
+
+
Creates a new basic opaque/solid cube block material
+
+
GenericCuboidCustomBlock(Plugin, String, int) - Constructor for class org.getspout.spoutapi.material.block.GenericCuboidCustomBlock
+
+
Creates a basic GenericCustomblock with no design that has an underlying block ID.
+
+
GenericCuboidCustomBlock(Plugin, String, int, boolean) - Constructor for class org.getspout.spoutapi.material.block.GenericCuboidCustomBlock
+
+
Creates a basic GenericCustomblock with no design that has an underlying block ID.
+
+
GenericCuboidCustomBlock(Plugin, String, int, int) - Constructor for class org.getspout.spoutapi.material.block.GenericCuboidCustomBlock
+
+
Creates a basic GenericCustomblock with no design that has an underlying block ID + metadata.
+
+
GenericCuboidCustomBlock(Plugin, String, int, int, boolean) - Constructor for class org.getspout.spoutapi.material.block.GenericCuboidCustomBlock
+
+
Creates a basic GenericCustomblock with no design that has an underlying block ID + metadata.
+
+
GenericCuboidCustomBlock(Plugin, String, int, GenericCuboidBlockDesign) - Constructor for class org.getspout.spoutapi.material.block.GenericCuboidCustomBlock
+
+
Creates a new cube block material that has an underlying block ID.
+
+
GenericCuboidCustomBlock(Plugin, String, int, GenericCuboidBlockDesign, boolean) - Constructor for class org.getspout.spoutapi.material.block.GenericCuboidCustomBlock
+
+
Creates a new cube block material that has an underlying block ID.
+
+
GenericCuboidCustomBlock(Plugin, String, int, int, GenericCuboidBlockDesign) - Constructor for class org.getspout.spoutapi.material.block.GenericCuboidCustomBlock
+
+
Creates a new cube block material that has an underlying block ID + metadata.
+
+
GenericCuboidCustomBlock(Plugin, String, int, int, GenericCuboidBlockDesign, boolean) - Constructor for class org.getspout.spoutapi.material.block.GenericCuboidCustomBlock
+
+
Creates a new cube block material that has an underlying block ID + metadata.
+
+
GenericCuboidCustomBlock(Plugin, String, int, String, int, float, float, float, float, float, float) - Constructor for class org.getspout.spoutapi.material.block.GenericCuboidCustomBlock
+
+
Creates a new basic opaque/solid cube block material that has an underlying block ID.
+
+
GenericCuboidCustomBlock(Plugin, String, int, String, int, float, float, float, float, float, float, boolean) - Constructor for class org.getspout.spoutapi.material.block.GenericCuboidCustomBlock
+
+
Creates a new basic opaque/solid cube block material that has an underlying block ID.
+
+
GenericCuboidCustomBlock(Plugin, String, int, int, String, int, float, float, float, float, float, float) - Constructor for class org.getspout.spoutapi.material.block.GenericCuboidCustomBlock
+
+
Creates a new basic opaque/solid cube block material that has an underlying block ID + metadata.
+
+
GenericCuboidCustomBlock(Plugin, String, int, int, String, int, float, float, float, float, float, float, boolean) - Constructor for class org.getspout.spoutapi.material.block.GenericCuboidCustomBlock
+
+
Creates a new basic opaque/solid cube block material that has an underlying block ID + metadata.
+
+
GenericCustomBlock - Class in org.getspout.spoutapi.material.block
+
 
+
GenericCustomBlock(Plugin, String, int, int, boolean, boolean, boolean) - Constructor for class org.getspout.spoutapi.material.block.GenericCustomBlock
+
+
Creates a GenericCustomBlock with no model yet.
+
+
GenericCustomBlock(Plugin, String, int, int, boolean) - Constructor for class org.getspout.spoutapi.material.block.GenericCustomBlock
+
+
Creates a GenericCustomBlock with no model yet.
+
+
GenericCustomBlock(Plugin, String, int, int) - Constructor for class org.getspout.spoutapi.material.block.GenericCustomBlock
+
+
Creates a GenericCustomBlock with no model yet.
+
+
GenericCustomBlock(Plugin, String, boolean) - Constructor for class org.getspout.spoutapi.material.block.GenericCustomBlock
+
+
Creates a GenericCustomBlock with no model yet.
+
+
GenericCustomBlock(Plugin, String, boolean, boolean) - Constructor for class org.getspout.spoutapi.material.block.GenericCustomBlock
+
+
Creates a GenericCustomBlock with no model yet.
+
+
GenericCustomBlock(Plugin, String, boolean, boolean, boolean, boolean) - Constructor for class org.getspout.spoutapi.material.block.GenericCustomBlock
+
+
Creates a GenericCustomBlock with no model yet.
+
+
GenericCustomBlock(Plugin, String, int) - Constructor for class org.getspout.spoutapi.material.block.GenericCustomBlock
+
+
Creates a GenericCustomBlock with no model yet and underlying vanilla block
+
+
GenericCustomBlock(Plugin, String, int, boolean) - Constructor for class org.getspout.spoutapi.material.block.GenericCustomBlock
+
+
Creates a GenericCustomBlock with no model yet and underlying vanilla block
+
+
GenericCustomBlock(Plugin, String, int, boolean, boolean, boolean) - Constructor for class org.getspout.spoutapi.material.block.GenericCustomBlock
+
+
Creates a GenericCustomBlock with no model yet and underlying vanilla block
+
+
GenericCustomBlock(Plugin, String, int, BlockDesign) - Constructor for class org.getspout.spoutapi.material.block.GenericCustomBlock
+
+
Creates a GenericCustomBlock with a specified design and underlying vanilla block
+
+
GenericCustomBlock(Plugin, String, int, BlockDesign, boolean) - Constructor for class org.getspout.spoutapi.material.block.GenericCustomBlock
+
+
Creates a GenericCustomBlock with a specified design and underlying vanilla block
+
+
GenericCustomBlock(Plugin, String, int, BlockDesign, boolean, boolean, boolean) - Constructor for class org.getspout.spoutapi.material.block.GenericCustomBlock
+
+
Creates a GenericCustomBlock with a specified design and underlying vanilla block
+
+
GenericCustomBlock(Plugin, String, int, int, BlockDesign) - Constructor for class org.getspout.spoutapi.material.block.GenericCustomBlock
+
+
Creates a GenericCustomBlock with a specified design and underlying vanilla block + metadata
+
+
GenericCustomBlock(Plugin, String, int, int, BlockDesign, boolean) - Constructor for class org.getspout.spoutapi.material.block.GenericCustomBlock
+
+
Creates a GenericCustomBlock with a specified design and underlying vanilla block + metadata
+
+
GenericCustomBlock(Plugin, String, int, int, BlockDesign, boolean, boolean, boolean) - Constructor for class org.getspout.spoutapi.material.block.GenericCustomBlock
+
+
Creates a GenericCustomBlock with a specified design and underlying vanilla block + metadata
+
+
GenericCustomBlock(Plugin, String, boolean, BlockDesign) - Constructor for class org.getspout.spoutapi.material.block.GenericCustomBlock
+
+
Creates a GenericCustomBlock with a specified design and underlying block ID
+
+
GenericCustomBlock(Plugin, String, boolean, BlockDesign, boolean) - Constructor for class org.getspout.spoutapi.material.block.GenericCustomBlock
+
+
Creates a GenericCustomBlock with a specified design and underlying block ID
+
+
GenericCustomBlock(Plugin, String, boolean, BlockDesign, boolean, boolean, boolean) - Constructor for class org.getspout.spoutapi.material.block.GenericCustomBlock
+
+
Creates a GenericCustomBlock with a specified design and underlying block ID
+
+
GenericCustomBlock(Plugin, String) - Constructor for class org.getspout.spoutapi.material.block.GenericCustomBlock
+
+
Creates a basic GenericCustomblock with no design that is opaque/solid.
+
+
GenericCustomFood - Class in org.getspout.spoutapi.material.item
+
 
+
GenericCustomFood(Plugin, String, String, int) - Constructor for class org.getspout.spoutapi.material.item.GenericCustomFood
+
 
+
GenericCustomItem - Class in org.getspout.spoutapi.material.item
+
 
+
GenericCustomItem(Plugin, String) - Constructor for class org.getspout.spoutapi.material.item.GenericCustomItem
+
 
+
GenericCustomItem(Plugin, String, String) - Constructor for class org.getspout.spoutapi.material.item.GenericCustomItem
+
 
+
GenericCustomTool - Class in org.getspout.spoutapi.material.item
+
 
+
GenericCustomTool(Plugin, String, String) - Constructor for class org.getspout.spoutapi.material.item.GenericCustomTool
+
 
+
GenericEntityWidget - Class in org.getspout.spoutapi.gui
+
 
+
GenericEntityWidget() - Constructor for class org.getspout.spoutapi.gui.GenericEntityWidget
+
 
+
GenericEntityWidget(int) - Constructor for class org.getspout.spoutapi.gui.GenericEntityWidget
+
 
+
GenericFood - Class in org.getspout.spoutapi.material.item
+
 
+
GenericFood(String, int, int) - Constructor for class org.getspout.spoutapi.material.item.GenericFood
+
 
+
GenericGradient - Class in org.getspout.spoutapi.gui
+
 
+
GenericGradient() - Constructor for class org.getspout.spoutapi.gui.GenericGradient
+
 
+
GenericGradient(Color) - Constructor for class org.getspout.spoutapi.gui.GenericGradient
+
 
+
GenericGradient(Color, Color) - Constructor for class org.getspout.spoutapi.gui.GenericGradient
+
 
+
GenericItem - Class in org.getspout.spoutapi.material.item
+
 
+
GenericItem(String, int, int, boolean) - Constructor for class org.getspout.spoutapi.material.item.GenericItem
+
 
+
GenericItem(String, int, int) - Constructor for class org.getspout.spoutapi.material.item.GenericItem
+
 
+
GenericItem(String, int) - Constructor for class org.getspout.spoutapi.material.item.GenericItem
+
 
+
GenericItemWidget - Class in org.getspout.spoutapi.gui
+
 
+
GenericItemWidget() - Constructor for class org.getspout.spoutapi.gui.GenericItemWidget
+
 
+
GenericItemWidget(ItemStack) - Constructor for class org.getspout.spoutapi.gui.GenericItemWidget
+
 
+
GenericLabel - Class in org.getspout.spoutapi.gui
+
 
+
GenericLabel() - Constructor for class org.getspout.spoutapi.gui.GenericLabel
+
 
+
GenericLabel(String) - Constructor for class org.getspout.spoutapi.gui.GenericLabel
+
 
+
GenericLiquid - Class in org.getspout.spoutapi.material.block
+
 
+
GenericLiquid(String, int, boolean) - Constructor for class org.getspout.spoutapi.material.block.GenericLiquid
+
 
+
GenericListView - Class in org.getspout.spoutapi.gui
+
 
+
GenericListView(AbstractListModel) - Constructor for class org.getspout.spoutapi.gui.GenericListView
+
 
+
GenericListWidget - Class in org.getspout.spoutapi.gui
+
 
+
GenericListWidget() - Constructor for class org.getspout.spoutapi.gui.GenericListWidget
+
 
+
GenericOverlayScreen - Class in org.getspout.spoutapi.gui
+
 
+
GenericOverlayScreen(int, ScreenType) - Constructor for class org.getspout.spoutapi.gui.GenericOverlayScreen
+
 
+
GenericPopup - Class in org.getspout.spoutapi.gui
+
 
+
GenericPopup() - Constructor for class org.getspout.spoutapi.gui.GenericPopup
+
 
+
GenericRadioButton - Class in org.getspout.spoutapi.gui
+
 
+
GenericRadioButton() - Constructor for class org.getspout.spoutapi.gui.GenericRadioButton
+
 
+
GenericRadioButton(String) - Constructor for class org.getspout.spoutapi.gui.GenericRadioButton
+
 
+
GenericRectangle - Class in org.getspout.spoutapi.gui
+
+
Deprecated.
+
+
GenericRectangle() - Constructor for class org.getspout.spoutapi.gui.GenericRectangle
+
+
Deprecated.
+
GenericRectangle(Color) - Constructor for class org.getspout.spoutapi.gui.GenericRectangle
+
+
Deprecated.
+
GenericScreen - Class in org.getspout.spoutapi.gui
+
 
+
GenericScreen() - Constructor for class org.getspout.spoutapi.gui.GenericScreen
+
 
+
GenericScreen(int) - Constructor for class org.getspout.spoutapi.gui.GenericScreen
+
 
+
GenericScrollable - Class in org.getspout.spoutapi.gui
+
 
+
GenericScrollable() - Constructor for class org.getspout.spoutapi.gui.GenericScrollable
+
 
+
GenericSlider - Class in org.getspout.spoutapi.gui
+
 
+
GenericSlider() - Constructor for class org.getspout.spoutapi.gui.GenericSlider
+
 
+
GenericSlot - Class in org.getspout.spoutapi.gui
+
 
+
GenericSlot() - Constructor for class org.getspout.spoutapi.gui.GenericSlot
+
 
+
GenericTextField - Class in org.getspout.spoutapi.gui
+
 
+
GenericTextField() - Constructor for class org.getspout.spoutapi.gui.GenericTextField
+
 
+
GenericTexture - Class in org.getspout.spoutapi.gui
+
 
+
GenericTexture() - Constructor for class org.getspout.spoutapi.gui.GenericTexture
+
 
+
GenericTexture(String) - Constructor for class org.getspout.spoutapi.gui.GenericTexture
+
 
+
GenericTool - Class in org.getspout.spoutapi.material.item
+
 
+
GenericTool(String, int) - Constructor for class org.getspout.spoutapi.material.item.GenericTool
+
 
+
GenericWeapon - Class in org.getspout.spoutapi.material.item
+
 
+
GenericWeapon(String, int) - Constructor for class org.getspout.spoutapi.material.item.GenericWeapon
+
 
+
GenericWidget - Class in org.getspout.spoutapi.gui
+
 
+
GenericWidget() - Constructor for class org.getspout.spoutapi.gui.GenericWidget
+
 
+
GenericWidget(int, int, int, int) - Constructor for class org.getspout.spoutapi.gui.GenericWidget
+
 
+
get(String) - Method in class org.getspout.spoutapi.inventory.ItemMap
+
+
Returns the id associated with the key.
+
+
get(String) - Method in class org.getspout.spoutapi.io.store.MemoryStore
+
 
+
get(String, T) - Method in class org.getspout.spoutapi.io.store.MemoryStore
+
 
+
get(String) - Method in interface org.getspout.spoutapi.io.store.SimpleStore
+
+
Gets the value associated with a key
+
+
get(String, T) - Method in interface org.getspout.spoutapi.io.store.SimpleStore
+
+
Gets the value associated with a key and allows a default to be set
+
+
get(int) - Static method in enum org.getspout.spoutapi.player.accessories.AccessoryType
+
 
+
get(int, int, int) - Method in class org.getspout.spoutapi.util.map.TByteShortByteKeyedDoubleHashMap
+
 
+
get(int, int, int) - Method in class org.getspout.spoutapi.util.map.TByteShortByteKeyedFloatHashMap
+
 
+
get(int, int, int) - Method in class org.getspout.spoutapi.util.map.TByteShortByteKeyedIntHashMap
+
 
+
get(int, int, int) - Method in class org.getspout.spoutapi.util.map.TByteShortByteKeyedLongHashMap
+
 
+
get(int, int, int) - Method in class org.getspout.spoutapi.util.map.TByteShortByteKeyedObjectHashMap
+
 
+
get(byte, byte, byte) - Method in class org.getspout.spoutapi.util.map.TByteTripleDoubleHashMap
+
 
+
get(byte, byte, byte) - Method in class org.getspout.spoutapi.util.map.TByteTripleFloatHashMap
+
 
+
get(byte, byte, byte) - Method in class org.getspout.spoutapi.util.map.TByteTripleIntHashMap
+
 
+
get(byte, byte, byte) - Method in class org.getspout.spoutapi.util.map.TByteTripleLongHashMap
+
 
+
get(byte, byte, byte) - Method in class org.getspout.spoutapi.util.map.TByteTripleObjectHashMap
+
 
+
get(int, int) - Method in class org.getspout.spoutapi.util.map.TIntPairDoubleHashMap
+
 
+
get(int, int) - Method in class org.getspout.spoutapi.util.map.TIntPairFloatHashMap
+
 
+
get(int, int) - Method in class org.getspout.spoutapi.util.map.TIntPairIntHashMap
+
 
+
get(int, int) - Method in class org.getspout.spoutapi.util.map.TIntPairLongHashMap
+
 
+
get(int, int) - Method in class org.getspout.spoutapi.util.map.TIntPairObjectHashMap
+
 
+
getAccessoryURL(AccessoryType) - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Gets the accessory's url
+
+
getActiveInventoryLocation() - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Deprecated.
+
+
getActivePopup() - Method in interface org.getspout.spoutapi.gui.InGameHUD
+
+
Gets the active popup screen for this player, or null if none available
+
+
getActivePopup() - Method in class org.getspout.spoutapi.gui.InGameScreen
+
 
+
getActiveScreen() - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Gets the active screen open for this player
+
+
getAddons() - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Gets a list of the addons the player is running.
+
+
getAirSpeedMultiplier() - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Gets the air speed multiplier for this player +

+ Default air speed modifier is 1

+
+
getAlign() - Method in interface org.getspout.spoutapi.gui.Container
+
+
Get the contents alignment.
+
+
getAlign() - Method in class org.getspout.spoutapi.gui.GenericButton
+
 
+
getAlign() - Method in class org.getspout.spoutapi.gui.GenericContainer
+
 
+
getAlign() - Method in class org.getspout.spoutapi.gui.GenericLabel
+
 
+
getAlign() - Method in class org.getspout.spoutapi.gui.GenericSlider
+
 
+
getAlign() - Method in interface org.getspout.spoutapi.gui.Label
+
+
Get the text alignment
+
+
getAllowAnimals() - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
getAllowEnd() - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
getAllowFlight() - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
getAllowMonsters() - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
getAllowNether() - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
getAlphaF() - Method in class org.getspout.spoutapi.gui.Color
+
 
+
getAlphaI() - Method in class org.getspout.spoutapi.gui.Color
+
 
+
getAmbientSpawnLimit() - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
getAmbientSpawnLimit() - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
getAmount() - Method in class org.getspout.spoutapi.particle.Particle
+
 
+
getAnchor() - Method in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
getAnchor() - Method in interface org.getspout.spoutapi.gui.Widget
+
+
Get the current anchor position
+
+
getAnchorFromId(int) - Static method in enum org.getspout.spoutapi.gui.WidgetAnchor
+
 
+
getAnimalSpawnLimit() - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
getAnimalSpawnLimit() - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
getAnimate() - Method in interface org.getspout.spoutapi.packet.standard.MCPacket18ArmAnimation
+
+
0: None + 1: Swing Arm + 2: Damage + 3: Leave bed + 102: ?
+
+
getAnimationFromId(int) - Static method in enum org.getspout.spoutapi.gui.WidgetAnim
+
 
+
getArmorBar() - Method in interface org.getspout.spoutapi.gui.InGameHUD
+
+
Gets the armor bar associated with this HUD
+
+
getArmorBar() - Method in class org.getspout.spoutapi.gui.InGameScreen
+
 
+
getAttachedWidgets() - Method in class org.getspout.spoutapi.gui.GenericScreen
+
 
+
getAttachedWidgets() - Method in interface org.getspout.spoutapi.gui.Screen
+
+
Gets an array of all the attached widgets to this screen.
+
+
getAttachedWidgetsAsSet(boolean) - Method in class org.getspout.spoutapi.gui.GenericScreen
+
 
+
getAttachedWidgetsAsSet(boolean) - Method in interface org.getspout.spoutapi.gui.Screen
+
 
+
getBackgroundColor() - Method in class org.getspout.spoutapi.gui.GenericScrollable
+
 
+
getBackgroundColor() - Method in interface org.getspout.spoutapi.gui.Scrollable
+
+
Gets the background color of this list
+
+
getBackwardKey() - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Returns the key bound to backward movement for this player, or unknown if not known.
+
+
getBannedPlayers() - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
getBed() - Method in interface org.getspout.spoutapi.packet.standard.MCPacket17
+
+
0: Player entered bed?
+
+
getBinding() - Method in class org.getspout.spoutapi.event.input.KeyBindingEvent
+
 
+
getBiome(int, int) - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
getBiomeManager() - Static method in class org.getspout.spoutapi.SpoutManager
+
+
Gets the biome manager
+
+
getBiomes() - Method in interface org.getspout.spoutapi.player.PlayerInformation
+
 
+
getBiomeWeather(Biome) - Method in interface org.getspout.spoutapi.player.PlayerInformation
+
 
+
getBlock(int) - Static method in class org.getspout.spoutapi.material.MaterialData
+
+
Gets the block at the given id, or null if none found
+
+
getBlock(int, short) - Static method in class org.getspout.spoutapi.material.MaterialData
+
+
Gets the block at the given id and data, or null if none found
+
+
getBlockAt(Location) - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
getBlockAt(int, int, int) - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
getBlockData(String, World, int, int, int) - Method in interface org.getspout.spoutapi.chunkdatamanager.ChunkDataManager
+
+
Returns the block data for the block at (x, y, z) and a given id.
+
+
getBlockData(String, int, int, int) - Method in class org.getspout.spoutapi.chunkstore.ChunkMetaData
+
 
+
getBlockData(String, World, int, int, int) - Method in class org.getspout.spoutapi.chunkstore.SimpleChunkDataManager
+
 
+
getBlockData() - Method in class org.getspout.spoutapi.material.block.GenericCustomBlock
+
 
+
getBlockData() - Method in interface org.getspout.spoutapi.material.CustomBlock
+
+
Gets the metadata of the underlying block
+
+
getBlockData() - Method in class org.getspout.spoutapi.packet.PacketCustomBlockOverride
+
 
+
getBlockDesign() - Method in class org.getspout.spoutapi.material.block.GenericCustomBlock
+
 
+
getBlockDesign(int) - Method in class org.getspout.spoutapi.material.block.GenericCustomBlock
+
 
+
getBlockDesign() - Method in interface org.getspout.spoutapi.material.CustomBlock
+
+
Gets the BlockDesign associated with this CustomBlock
+
+
getBlockDesign(int) - Method in interface org.getspout.spoutapi.material.CustomBlock
+
 
+
getBlockId() - Method in class org.getspout.spoutapi.material.block.GenericCustomBlock
+
 
+
getBlockId() - Method in interface org.getspout.spoutapi.material.CustomBlock
+
+
Gets the Id of the underlying block
+
+
getBlockId() - Method in class org.getspout.spoutapi.packet.PacketCustomBlockOverride
+
 
+
getBlockItem() - Method in class org.getspout.spoutapi.material.block.GenericCustomBlock
+
 
+
getBlockItem() - Method in interface org.getspout.spoutapi.material.CustomBlock
+
+
Gets the CustomItem that representts this CustomBlock in the inventory
+
+
getBlockType() - Method in interface org.getspout.spoutapi.block.SpoutBlock
+
+
Gets the relevant block information.
+
+
getBlockTypeIdAt(Location) - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
getBlockTypeIdAt(int, int, int) - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
getBlockX() - Method in interface org.getspout.spoutapi.packet.standard.MCPacket17
+
 
+
getBlockY() - Method in interface org.getspout.spoutapi.packet.standard.MCPacket17
+
 
+
getBlockZ() - Method in interface org.getspout.spoutapi.packet.standard.MCPacket17
+
 
+
getBlueF() - Method in class org.getspout.spoutapi.gui.Color
+
 
+
getBlueI() - Method in class org.getspout.spoutapi.gui.Color
+
 
+
getBorderColor() - Method in class org.getspout.spoutapi.gui.GenericTextField
+
 
+
getBorderColor() - Method in interface org.getspout.spoutapi.gui.TextField
+
+
Gets the outside color of the field area of the text box.
+
+
getBottom() - Method in class org.getspout.spoutapi.gui.Rectangle
+
 
+
getBottomColor() - Method in class org.getspout.spoutapi.gui.GenericGradient
+
 
+
getBottomColor() - Method in interface org.getspout.spoutapi.gui.Gradient
+
+
Gets the bottom colour of the gradient to render.
+
+
getBottomHalf() - Method in interface org.getspout.spoutapi.inventory.DoubleChestInventory
+
+
Gets the block containing the bottom half of the double chest
+
+
getBottomInventory() - Method in class org.getspout.spoutapi.event.inventory.InventoryCloseEvent
+
+
Deprecated.
+
Gets the second, bottom inventory that was closed.
+
+
getBottomInventory() - Method in class org.getspout.spoutapi.event.inventory.InventoryOpenEvent
+
+
Deprecated.
+
Gets the second, bottom inventory that was opened.
+
+
getBubbleBar() - Method in interface org.getspout.spoutapi.gui.InGameHUD
+
+
Gets the underwater bubble bar associated with this HUD
+
+
getBubbleBar() - Method in class org.getspout.spoutapi.gui.InGameScreen
+
 
+
getBuild() - Method in class org.getspout.spoutapi.event.spout.SpoutcraftBuildSetEvent
+
+
Gets the build associated with this event.
+
+
getBuildVersion() - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Gets the player's Spoutcraft version as an int.
+
+
getBukkitVersion() - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
getButton() - Method in class org.getspout.spoutapi.event.screen.ButtonClickEvent
+
 
+
getById(int) - Static method in enum org.getspout.spoutapi.gui.ScrollBarPolicy
+
 
+
getCache(Plugin) - Method in interface org.getspout.spoutapi.player.FileManager
+
+
Gets a list of all the names of the files pre-cached on the client for this plugin.
+
+
getCape() - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Gets the cape that this player is wearing
+
+
getCape(SpoutPlayer) - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Gets the cape that is visible to the viewingPlayer
+
+
getChatBar() - Method in interface org.getspout.spoutapi.gui.InGameHUD
+
+
Gets the chat text bar associated with this HUD
+
+
getChatBar() - Method in class org.getspout.spoutapi.gui.InGameScreen
+
 
+
getChatKey() - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Returns the key bound to opening the chat bar for this player, or unknown if not known.
+
+
getChatTextBox() - Method in interface org.getspout.spoutapi.gui.InGameHUD
+
+
Gets the chat text box associated with this HUD
+
+
getChatTextBox() - Method in class org.getspout.spoutapi.gui.InGameScreen
+
 
+
getChildren() - Method in interface org.getspout.spoutapi.gui.Container
+
+
Get a list of widgets inside this container.
+
+
getChildren() - Method in class org.getspout.spoutapi.gui.GenericContainer
+
 
+
getChunk() - Method in interface org.getspout.spoutapi.block.SpoutBlock
+
 
+
getChunkAt(Location) - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
getChunkAt(Block) - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
getChunkAt(int, int, int) - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
getChunkAt(int, int) - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
getChunkData(String, World, int, int) - Method in interface org.getspout.spoutapi.chunkdatamanager.ChunkDataManager
+
+
Returns the chunk data for the chunk at (x, z) and a given id.
+
+
getChunkData(String) - Method in class org.getspout.spoutapi.chunkstore.ChunkMetaData
+
+
Gets the data associated with the id at this chunk.
+
+
getChunkData(String, World, int, int) - Method in class org.getspout.spoutapi.chunkstore.SimpleChunkDataManager
+
 
+
getChunkDataManager() - Static method in class org.getspout.spoutapi.SpoutManager
+
 
+
getChunkX() - Method in class org.getspout.spoutapi.chunkstore.ChunkMetaData
+
 
+
getChunkZ() - Method in class org.getspout.spoutapi.chunkstore.ChunkMetaData
+
 
+
getClipboardText() - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Gets the clipboard text from the player, or null if unknown
+
+
getCloudColor(SpoutPlayer) - Method in interface org.getspout.spoutapi.player.SkyManager
+
 
+
getCloudHeight(SpoutPlayer) - Method in interface org.getspout.spoutapi.player.SkyManager
+
+
Gets the y-axis height that cloud tops are rendered at for the given player
+
+
getCode() - Method in enum org.getspout.spoutapi.gui.ScreenType
+
 
+
getColor() - Method in interface org.getspout.spoutapi.gui.Control
+
+
Gets the color of this control
+
+
getColor() - Method in class org.getspout.spoutapi.gui.GenericControl
+
 
+
getCommandAliases() - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
getCompressedChunkData() - Method in interface org.getspout.spoutapi.packet.standard.MCPacket51MapChunk
+
 
+
getConnectionThrottle() - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
getConsoleSender() - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
getContainer() - Method in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
getContainer() - Method in interface org.getspout.spoutapi.gui.Widget
+
+
Gets the widget's container
+
+
getCounter() - Method in interface org.getspout.spoutapi.material.CustomItem
+
+
Gets the next short.
+
+
getCounter() - Method in class org.getspout.spoutapi.material.item.GenericCustomItem
+
 
+
getCRC(String, byte[]) - Static method in class org.getspout.spoutapi.io.CRCStore
+
 
+
getCRC(File, byte[]) - Static method in class org.getspout.spoutapi.io.FileUtil
+
+
Computes a long CRC of a File
+
+
getCRC(URL, byte[]) - Static method in class org.getspout.spoutapi.io.FileUtil
+
+
Computes a long CRC of the file stored at a URL
+
+
getCRC(InputStream, byte[]) - Static method in class org.getspout.spoutapi.io.FileUtil
+
+
Computes a long CRC of the data in an InputStream until the stream ends.
+
+
getCurrentRenderDistance() - Method in class org.getspout.spoutapi.event.input.RenderDistanceChangeEvent
+
 
+
getCurrentScreen() - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Gets a copy of the current opened screen of the player.
+
+
getCursor() - Method in class org.getspout.spoutapi.event.inventory.InventoryClickEvent
+
+
Deprecated.
+
+
getCursor() - Method in class org.getspout.spoutapi.event.inventory.InventoryCraftEvent
+
+
Deprecated.
+
Gets the itemstack at the cursor
+
+
getCursorItemStack() - Method in class org.getspout.spoutapi.event.slot.SlotExchangeEvent
+
 
+
getCursorPosition() - Method in class org.getspout.spoutapi.gui.GenericTextField
+
 
+
getCursorPosition() - Method in interface org.getspout.spoutapi.gui.TextField
+
+
Gets the position of the cursor in the text field.
+
+
getCursorX() - Method in class org.getspout.spoutapi.gui.ChatBar
+
+
Gets the x position that the cursor starts at when typing chat
+
+
getCursorY() - Method in class org.getspout.spoutapi.gui.ChatBar
+
+
Gets the y position that the cursor starts at when typing chat
+
+
getCustomBlock() - Method in interface org.getspout.spoutapi.block.SpoutBlock
+
+
Gets the custom block material associated with this SpoutBlock
+
+
getCustomBlock(int) - Static method in class org.getspout.spoutapi.material.MaterialData
+
+
Gets the custom block associated with the custom block id
+
+
getCustomBlock(String, String) - Static method in class org.getspout.spoutapi.material.MaterialData
+
+
Fetches a CustomBlock from the map based on plugin and name.
+
+
getCustomBlock(String) - Static method in class org.getspout.spoutapi.material.MaterialData
+
+
Fetches a CustomBlock from the map based on the name provided.
+
+
getCustomBlockData() - Method in interface org.getspout.spoutapi.block.SpoutBlock
+
 
+
getCustomBlockData() - Method in interface org.getspout.spoutapi.block.SpoutChunk
+
 
+
getCustomBlockData(int, int, int) - Method in interface org.getspout.spoutapi.block.SpoutChunk
+
 
+
getCustomBlockData(World, int, int) - Method in interface org.getspout.spoutapi.chunkdatamanager.ChunkDataManager
+
 
+
getCustomBlockData() - Method in class org.getspout.spoutapi.chunkstore.ChunkMetaData
+
 
+
getCustomBlockData(World, int, int) - Method in class org.getspout.spoutapi.chunkstore.SimpleChunkDataManager
+
 
+
getCustomBlockId() - Method in interface org.getspout.spoutapi.block.SpoutBlock
+
+
Deprecated.
+
+
getCustomBlockId(int, int, int) - Method in interface org.getspout.spoutapi.block.SpoutChunk
+
+
Gets the custom block id at this x, y, z location.
+
+
getCustomBlockIds() - Method in interface org.getspout.spoutapi.block.SpoutChunk
+
+
Gets the custom block ids that are used for the chunk at (x, z).
+
+
getCustomBlockIds(World, int, int) - Method in interface org.getspout.spoutapi.chunkdatamanager.ChunkDataManager
+
+
Gets the custom block ids that are used for the chunk at (x, z) +

+ Modifying this array will change the contents of this chunk.

+
+
getCustomBlockIds() - Method in class org.getspout.spoutapi.chunkstore.ChunkMetaData
+
+
Returns the array that is backing the block id data for this chunk.
+
+
getCustomBlockIds(World, int, int) - Method in class org.getspout.spoutapi.chunkstore.SimpleChunkDataManager
+
 
+
getCustomBlocks() - Static method in class org.getspout.spoutapi.material.MaterialData
+
+
Gets an array of all currently registered custom blocks
+
+
getCustomBlocks(Plugin) - Static method in class org.getspout.spoutapi.material.MaterialData
+
+
Gets a list of all currently registered custom blocks for a specific plugin
+
+
getCustomId() - Method in class org.getspout.spoutapi.material.block.GenericCustomBlock
+
 
+
getCustomId() - Method in interface org.getspout.spoutapi.material.CustomBlock
+
+
Gets the Custom ID number associated with this CustomBlock
+
+
getCustomId() - Method in interface org.getspout.spoutapi.material.CustomItem
+
+
Gets the Custom ID number associated with this CustomItem
+
+
getCustomId() - Method in class org.getspout.spoutapi.material.item.GenericCustomItem
+
 
+
getCustomItem(int) - Static method in class org.getspout.spoutapi.material.MaterialData
+
+
Gets the custom item associated with the given id
+
+
getCustomItem(String, String) - Static method in class org.getspout.spoutapi.material.MaterialData
+
+
Fetches a CustomItem from the map based on plugin and name.
+
+
getCustomItem(String) - Static method in class org.getspout.spoutapi.material.MaterialData
+
+
Fetches a CustomItem from the map based on the name provided.
+
+
getCustomItems() - Static method in class org.getspout.spoutapi.material.MaterialData
+
+
Gets an array of all currently registered custom items
+
+
getDangerPercent() - Method in class org.getspout.spoutapi.gui.HealthBar
+
+
Gets the percent of health a player needs to fall to or below in order for the hearts to begin blinking.
+
+
getData(String) - Method in interface org.getspout.spoutapi.block.SpoutBlock
+
+
Returns the block data for the block at (x, y, z) and a given id.
+
+
getData(String) - Method in interface org.getspout.spoutapi.block.SpoutChunk
+
+
Returns the chunk data for the chunk at (x, z) and a given id.
+
+
getData() - Method in class org.getspout.spoutapi.gui.GenericItemWidget
+
 
+
getData() - Method in interface org.getspout.spoutapi.gui.ItemWidget
+
+
Gets the data of this item widget, is zero by default
+
+
getDefaultGameMode() - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
getDefaultKey() - Method in class org.getspout.spoutapi.keyboard.KeyBinding
+
+
Gets the default key for this keybinding
+
+
getDefaultResult() - Method in interface org.getspout.spoutapi.event.permission.PermissionEvent
+
+
Gets the default result of this event, if unmodified.
+
+
getDefaultResult() - Method in class org.getspout.spoutapi.event.permission.PlayerPermissionEvent
+
 
+
getDelegate() - Method in class org.getspout.spoutapi.keyboard.KeyBinding
+
+
Gets the key binding delegate object for this keybinding
+
+
getDepth() - Method in class org.getspout.spoutapi.gui.GenericItemWidget
+
 
+
getDepth() - Method in class org.getspout.spoutapi.gui.GenericSlot
+
 
+
getDepth() - Method in interface org.getspout.spoutapi.gui.ItemWidget
+
+
Gets the z render depth for this 3-d item widget
+
+
getDepth() - Method in interface org.getspout.spoutapi.gui.Slot
+
 
+
getDescription() - Method in class org.getspout.spoutapi.keyboard.KeyBinding
+
+
Gets the description that will be shown to players about the purpose of this keybinding
+
+
getDifficulty() - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
getDirection() - Method in interface org.getspout.spoutapi.inventory.DoubleChestInventory
+
+
Gets the direction of the front buckle on the double chest
+
+
getDisabledColor() - Method in interface org.getspout.spoutapi.gui.Control
+
+
Gets the color of this control when it is disabled
+
+
getDisabledColor() - Method in class org.getspout.spoutapi.gui.GenericControl
+
 
+
getDisabledText() - Method in interface org.getspout.spoutapi.gui.Button
+
+
Gets the text that is displayed when the control is disabled
+
+
getDisabledText() - Method in class org.getspout.spoutapi.gui.GenericButton
+
 
+
getDoubleArrayLength(float[][]) - Static method in class org.getspout.spoutapi.packet.PacketUtil
+
 
+
getDropItemKey() - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Returns the key bound to dropping items for this player, or unknown if not known.
+
+
getDurability(ItemStack) - Static method in class org.getspout.spoutapi.material.item.GenericCustomTool
+
 
+
getEmptyChunkSnapshot(int, int, boolean, boolean) - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
getEntities() - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
getEntitiesByClass(Class<T>...) - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
getEntitiesByClass(Class<T>) - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
getEntitiesByClasses(Class<?>...) - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
getEntity(UUID) - Method in interface org.getspout.spoutapi.player.PlayerChunkMap
+
 
+
getEntity(int) - Method in interface org.getspout.spoutapi.player.PlayerChunkMap
+
 
+
getEntityFromId(int) - Static method in class org.getspout.spoutapi.SpoutManager
+
+
Gets a Entity from the given id, or null if none found
+
+
getEntityFromId(UUID) - Static method in class org.getspout.spoutapi.SpoutManager
+
+
Gets a Entity from the given id, or null if none found
+
+
getEntityId() - Method in interface org.getspout.spoutapi.gui.EntityWidget
+
+
Gets the id of this entity
+
+
getEntityId() - Method in class org.getspout.spoutapi.gui.GenericEntityWidget
+
 
+
getEntityId() - Method in interface org.getspout.spoutapi.packet.standard.MCPacket17
+
 
+
getEntityId() - Method in interface org.getspout.spoutapi.packet.standard.MCPacket18ArmAnimation
+
 
+
getEntitySkin(LivingEntity, EntitySkinType) - Method in interface org.getspout.spoutapi.player.PlayerInformation
+
 
+
getEntitySkin(LivingEntity, EntitySkinType) - Method in class org.getspout.spoutapi.SpoutServer
+
+
Gets the entity skin for the target entity.
+
+
getEntrySet() - Method in class org.getspout.spoutapi.io.store.MemoryStore
+
 
+
getEntrySet() - Method in interface org.getspout.spoutapi.io.store.SimpleStore
+
+
Returns an entry set containing all the key, value pairs within the Store
+
+
getEnvironment() - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
getExpBar() - Method in interface org.getspout.spoutapi.gui.InGameHUD
+
+
Gets the exp bar associated with this HUD
+
+
getExpBar() - Method in class org.getspout.spoutapi.gui.InGameScreen
+
 
+
getFadeoutTicks() - Method in class org.getspout.spoutapi.gui.ChatTextBox
+
+
The number ticks until the text fades out from the main screen
+
+
getFieldColor() - Method in class org.getspout.spoutapi.gui.GenericTextField
+
 
+
getFieldColor() - Method in interface org.getspout.spoutapi.gui.TextField
+
+
Gets the color of the inner field area of the text box.
+
+
getFile() - Method in class org.getspout.spoutapi.chunkstore.SimpleRegionFile
+
 
+
getFileManager() - Static method in class org.getspout.spoutapi.SpoutManager
+
+
Gets the client side file and cache manager
+
+
getFileName(String) - Static method in class org.getspout.spoutapi.io.FileUtil
+
+
Converts the String representation of a URL into its corresponding filename.
+
+
getFixed() - Method in class org.getspout.spoutapi.gui.GenericWidget
+
+
Deprecated.
+
+
getFixed() - Method in interface org.getspout.spoutapi.gui.Widget
+
+
Deprecated. 
+
+
getFogColor(SpoutPlayer) - Method in interface org.getspout.spoutapi.player.SkyManager
+
 
+
getFormat() - Method in interface org.getspout.spoutapi.gui.ComboBox
+
 
+
getFormat() - Method in class org.getspout.spoutapi.gui.GenericComboBox
+
 
+
getForwardKey() - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Returns the key bound to forward movement for this player, or unknown if not known.
+
+
getFriction(Block) - Method in interface org.getspout.spoutapi.inventory.MaterialManager
+
 
+
getFriction() - Method in class org.getspout.spoutapi.material.block.Air
+
 
+
getFriction() - Method in class org.getspout.spoutapi.material.block.GenericBlock
+
 
+
getFriction() - Method in class org.getspout.spoutapi.material.block.GenericCustomBlock
+
 
+
getFriction() - Method in interface org.getspout.spoutapi.material.Block
+
 
+
getFullInventory() - Method in interface org.getspout.spoutapi.block.SpoutChest
+
+
Deprecated.
+
Gets the full double inventory of the double chest, or null if a single chest
+
+
getFullName() - Method in class org.getspout.spoutapi.material.block.GenericCustomBlock
+
 
+
getFullName() - Method in interface org.getspout.spoutapi.material.CustomBlock
+
+
Gets the full name of this CustomBlock, which is plugin name + block name
+
+
getFullName() - Method in interface org.getspout.spoutapi.material.CustomItem
+
+
Gets the full name of this CustomItem, which is plugin name + item name
+
+
getFullName() - Method in class org.getspout.spoutapi.material.item.GenericCustomItem
+
 
+
getFullTime() - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
getGameRules() - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
getGameRuleValue(String) - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
getGenerateStructures() - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
getGenerator() - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
getGlobalBiomeWeather(Biome) - Method in interface org.getspout.spoutapi.player.BiomeManager
+
+
Deprecated.
+
Gets the global weather for the specified biome.
+
+
getGlobalInfo() - Method in interface org.getspout.spoutapi.player.PlayerChunkMap
+
 
+
getGravity() - Method in class org.getspout.spoutapi.particle.Particle
+
+
Gets the gravity modifier for the particle (0 = no gravity)
+
+
getGravityMultiplier() - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Gets the gravity multiplier for this player +

+ Default gravity modifier is 1

+
+
getGreenF() - Method in class org.getspout.spoutapi.gui.Color
+
 
+
getGreenI() - Method in class org.getspout.spoutapi.gui.Color
+
 
+
getGroup() - Method in class org.getspout.spoutapi.gui.GenericRadioButton
+
 
+
getGroup() - Method in interface org.getspout.spoutapi.gui.RadioButton
+
 
+
getHandlerList() - Static method in class org.getspout.spoutapi.event.input.KeyBindingEvent
+
 
+
getHandlerList() - Static method in class org.getspout.spoutapi.event.input.KeyPressedEvent
+
 
+
getHandlerList() - Static method in class org.getspout.spoutapi.event.input.KeyReleasedEvent
+
 
+
getHandlerList() - Static method in class org.getspout.spoutapi.event.input.RenderDistanceChangeEvent
+
 
+
getHandlerList() - Static method in class org.getspout.spoutapi.event.inventory.InventoryClickEvent
+
+
Deprecated.
+
getHandlerList() - Static method in class org.getspout.spoutapi.event.inventory.InventoryCloseEvent
+
+
Deprecated.
+
getHandlerList() - Static method in class org.getspout.spoutapi.event.inventory.InventoryCraftEvent
+
+
Deprecated.
+
getHandlerList() - Static method in class org.getspout.spoutapi.event.inventory.InventoryOpenEvent
+
+
Deprecated.
+
getHandlerList() - Static method in class org.getspout.spoutapi.event.inventory.InventoryPlayerClickEvent
+
+
Deprecated.
+
getHandlerList() - Static method in class org.getspout.spoutapi.event.permission.PlayerPermissionEvent
+
 
+
getHandlerList() - Static method in class org.getspout.spoutapi.event.screen.ButtonClickEvent
+
 
+
getHandlerList() - Static method in class org.getspout.spoutapi.event.screen.ScreenCloseEvent
+
 
+
getHandlerList() - Static method in class org.getspout.spoutapi.event.screen.ScreenOpenEvent
+
 
+
getHandlerList() - Static method in class org.getspout.spoutapi.event.screen.ScreenshotReceivedEvent
+
 
+
getHandlerList() - Static method in class org.getspout.spoutapi.event.screen.SliderDragEvent
+
 
+
getHandlerList() - Static method in class org.getspout.spoutapi.event.screen.TextFieldChangeEvent
+
 
+
getHandlerList() - Static method in class org.getspout.spoutapi.event.slot.SlotExchangeEvent
+
 
+
getHandlerList() - Static method in class org.getspout.spoutapi.event.slot.SlotPutEvent
+
 
+
getHandlerList() - Static method in class org.getspout.spoutapi.event.slot.SlotShiftClickEvent
+
 
+
getHandlerList() - Static method in class org.getspout.spoutapi.event.slot.SlotTakeEvent
+
 
+
getHandlerList() - Static method in class org.getspout.spoutapi.event.sound.BackgroundMusicEvent
+
 
+
getHandlerList() - Static method in class org.getspout.spoutapi.event.spout.ServerTickEvent
+
 
+
getHandlerList() - Static method in class org.getspout.spoutapi.event.spout.SpoutcraftBuildSetEvent
+
 
+
getHandlerList() - Static method in class org.getspout.spoutapi.event.spout.SpoutCraftEnableEvent
+
 
+
getHandlerList() - Static method in class org.getspout.spoutapi.event.spout.SpoutcraftFailedEvent
+
 
+
getHandlers() - Method in class org.getspout.spoutapi.event.input.KeyBindingEvent
+
 
+
getHandlers() - Method in class org.getspout.spoutapi.event.input.KeyPressedEvent
+
 
+
getHandlers() - Method in class org.getspout.spoutapi.event.input.KeyReleasedEvent
+
 
+
getHandlers() - Method in class org.getspout.spoutapi.event.input.RenderDistanceChangeEvent
+
 
+
getHandlers() - Method in class org.getspout.spoutapi.event.inventory.InventoryClickEvent
+
+
Deprecated.
+
getHandlers() - Method in class org.getspout.spoutapi.event.inventory.InventoryCloseEvent
+
+
Deprecated.
+
getHandlers() - Method in class org.getspout.spoutapi.event.inventory.InventoryCraftEvent
+
+
Deprecated.
+
getHandlers() - Method in class org.getspout.spoutapi.event.inventory.InventoryOpenEvent
+
+
Deprecated.
+
getHandlers() - Method in class org.getspout.spoutapi.event.inventory.InventoryPlayerClickEvent
+
+
Deprecated.
+
getHandlers() - Method in class org.getspout.spoutapi.event.permission.PlayerPermissionEvent
+
 
+
getHandlers() - Method in class org.getspout.spoutapi.event.screen.ButtonClickEvent
+
 
+
getHandlers() - Method in class org.getspout.spoutapi.event.screen.ScreenCloseEvent
+
 
+
getHandlers() - Method in class org.getspout.spoutapi.event.screen.ScreenOpenEvent
+
 
+
getHandlers() - Method in class org.getspout.spoutapi.event.screen.ScreenshotReceivedEvent
+
 
+
getHandlers() - Method in class org.getspout.spoutapi.event.screen.SliderDragEvent
+
 
+
getHandlers() - Method in class org.getspout.spoutapi.event.screen.TextFieldChangeEvent
+
 
+
getHandlers() - Method in class org.getspout.spoutapi.event.slot.SlotExchangeEvent
+
 
+
getHandlers() - Method in class org.getspout.spoutapi.event.slot.SlotPutEvent
+
 
+
getHandlers() - Method in class org.getspout.spoutapi.event.slot.SlotShiftClickEvent
+
 
+
getHandlers() - Method in class org.getspout.spoutapi.event.slot.SlotTakeEvent
+
 
+
getHandlers() - Method in class org.getspout.spoutapi.event.sound.BackgroundMusicEvent
+
 
+
getHandlers() - Method in class org.getspout.spoutapi.event.spout.ServerTickEvent
+
 
+
getHandlers() - Method in class org.getspout.spoutapi.event.spout.SpoutcraftBuildSetEvent
+
 
+
getHandlers() - Method in class org.getspout.spoutapi.event.spout.SpoutCraftEnableEvent
+
 
+
getHandlers() - Method in class org.getspout.spoutapi.event.spout.SpoutcraftFailedEvent
+
 
+
getHardness(Block) - Method in interface org.getspout.spoutapi.inventory.MaterialManager
+
 
+
getHardness() - Method in class org.getspout.spoutapi.material.block.Air
+
 
+
getHardness() - Method in class org.getspout.spoutapi.material.block.GenericBlock
+
 
+
getHardness() - Method in class org.getspout.spoutapi.material.block.GenericCustomBlock
+
 
+
getHardness() - Method in interface org.getspout.spoutapi.material.Block
+
 
+
getHealthBar() - Method in interface org.getspout.spoutapi.gui.InGameHUD
+
+
Gets the health bar associated with this HUD
+
+
getHealthBar() - Method in class org.getspout.spoutapi.gui.InGameScreen
+
 
+
getHeight() - Method in class org.getspout.spoutapi.block.design.Texture
+
+
Gets the total height of this texture
+
+
getHeight() - Method in class org.getspout.spoutapi.event.inventory.InventoryCraftEvent
+
+
Deprecated.
+
Gets the height of the inventory crafting area
+
+
getHeight() - Method in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
getHeight() - Method in class org.getspout.spoutapi.gui.InGameScreen
+
 
+
getHeight() - Method in class org.getspout.spoutapi.gui.ListWidgetItem
+
 
+
getHeight() - Method in class org.getspout.spoutapi.gui.Rectangle
+
 
+
getHeight() - Method in interface org.getspout.spoutapi.gui.Widget
+
+
Gets the height of this widget, in pixels
+
+
getHelpMap() - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
getHighestBlockAt(Location) - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
getHighestBlockAt(int, int) - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
getHighestBlockYAt(Location) - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
getHighestBlockYAt(int, int) - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
getHoverColor() - Method in interface org.getspout.spoutapi.gui.Button
+
+
Gets the color of the control while the mouse is hovering over it
+
+
getHoverColor() - Method in class org.getspout.spoutapi.gui.GenericButton
+
 
+
getHumidity(int, int) - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
getHungerBar() - Method in interface org.getspout.spoutapi.gui.InGameHUD
+
+
Gets the hunger bar associated with this HUD
+
+
getHungerBar() - Method in class org.getspout.spoutapi.gui.InGameScreen
+
 
+
getHungerRestored() - Method in interface org.getspout.spoutapi.material.Food
+
 
+
getHungerRestored() - Method in class org.getspout.spoutapi.material.item.GenericCustomFood
+
 
+
getHungerRestored() - Method in class org.getspout.spoutapi.material.item.GenericFood
+
 
+
getIconOffset() - Method in class org.getspout.spoutapi.gui.ArmorBar
+
+
Gets the number of pixels each shield is offset when drawing the next shield.
+
+
getIconOffset() - Method in class org.getspout.spoutapi.gui.BubbleBar
+
+
Gets the number of pixels each bubbles is offset when drawing the next bubble.
+
+
getIconOffset() - Method in class org.getspout.spoutapi.gui.HealthBar
+
+
Gets the number of pixels each heart is offset when drawing the next heart.
+
+
getIconOffset() - Method in class org.getspout.spoutapi.gui.HungerBar
+
+
Gets the number of pixels each icon is offset when drawing the next icon.
+
+
getIconUrl() - Method in class org.getspout.spoutapi.gui.ListWidgetItem
+
 
+
getId() - Method in class org.getspout.spoutapi.gui.ArmorBar
+
 
+
getId() - Method in class org.getspout.spoutapi.gui.BubbleBar
+
 
+
getId() - Method in class org.getspout.spoutapi.gui.ChatBar
+
 
+
getId() - Method in class org.getspout.spoutapi.gui.ChatTextBox
+
 
+
getId() - Method in class org.getspout.spoutapi.gui.ExpBar
+
 
+
getId() - Method in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
getId() - Method in class org.getspout.spoutapi.gui.HealthBar
+
 
+
getId() - Method in class org.getspout.spoutapi.gui.HungerBar
+
 
+
getId() - Method in class org.getspout.spoutapi.gui.InGameScreen
+
 
+
getId() - Method in enum org.getspout.spoutapi.gui.Orientation
+
 
+
getId() - Method in enum org.getspout.spoutapi.gui.RenderPriority
+
 
+
getId() - Method in enum org.getspout.spoutapi.gui.ScrollBarPolicy
+
 
+
getId() - Method in interface org.getspout.spoutapi.gui.Widget
+
+
Returns a unique id for this widget
+
+
getId() - Method in enum org.getspout.spoutapi.gui.WidgetAnchor
+
 
+
getId() - Method in enum org.getspout.spoutapi.gui.WidgetAnim
+
 
+
getId() - Method in class org.getspout.spoutapi.gui.WidgetType
+
 
+
getId() - Method in class org.getspout.spoutapi.keyboard.KeyBinding
+
+
The unique id for this keybinding
+
+
getId() - Method in enum org.getspout.spoutapi.packet.PacketType
+
 
+
getId() - Method in enum org.getspout.spoutapi.packet.ScreenAction
+
 
+
getId() - Method in interface org.getspout.spoutapi.packet.standard.MCPacket
+
 
+
getId() - Method in enum org.getspout.spoutapi.player.accessories.AccessoryType
+
 
+
getId() - Method in enum org.getspout.spoutapi.player.EntitySkinType
+
 
+
getId() - Method in enum org.getspout.spoutapi.sound.Music
+
 
+
getId() - Method in enum org.getspout.spoutapi.sound.SoundEffect
+
 
+
getIndex() - Method in class org.getspout.spoutapi.block.design.Quad
+
 
+
getIndex() - Method in class org.getspout.spoutapi.block.design.Vertex
+
 
+
getInformation() - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Internal use only
+
+
getIngredientList() - Method in class org.getspout.spoutapi.inventory.SpoutShapelessRecipe
+
+
Get the list of ingredients used for this recipe.
+
+
getIngredientMap() - Method in class org.getspout.spoutapi.inventory.SpoutShapedRecipe
+
+
Get the ingredients map.
+
+
getInnerSize(Orientation) - Method in class org.getspout.spoutapi.gui.GenericListWidget
+
 
+
getInnerSize(Orientation) - Method in class org.getspout.spoutapi.gui.GenericScrollable
+
 
+
getInnerSize(Orientation) - Method in interface org.getspout.spoutapi.gui.Scrollable
+
+
Gets the inner size for given axis, in pixels.
+
+
getInputStream(int, int) - Method in class org.getspout.spoutapi.chunkstore.SimpleRegionFile
+
 
+
getInstance(int) - Method in interface org.getspout.spoutapi.packet.PacketManager
+
+
Returns a MCPacket instance with the default constructor.
+
+
getInstance() - Static method in class org.getspout.spoutapi.SpoutManager
+
+
Gets the singleton instance of the spout plugin
+
+
getInventory() - Method in interface org.getspout.spoutapi.block.SpoutChest
+
+
Deprecated.
+
Gets the inventory for this single chest block
+
+
getInventory() - Method in class org.getspout.spoutapi.event.inventory.InventoryCloseEvent
+
+
Deprecated.
+
Gets the top (or main) inventory that was closed
+
+
getInventory() - Method in class org.getspout.spoutapi.event.inventory.InventoryCraftEvent
+
+
Deprecated.
+
Gets the inventory where the crafting is taking place
+
+
getInventory() - Method in class org.getspout.spoutapi.event.inventory.InventoryEvent
+
 
+
getInventory() - Method in class org.getspout.spoutapi.event.inventory.InventoryOpenEvent
+
+
Deprecated.
+
Gets the top (or main) inventory that was opened
+
+
getInventoryBuilder() - Static method in class org.getspout.spoutapi.SpoutManager
+
+
Deprecated.
+
+
getInventoryKey() - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Returns the key bound to opening and closing inventories for this player, or unknown if not known.
+
+
getIp() - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
getIPBans() - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
getItem() - Method in class org.getspout.spoutapi.event.inventory.InventoryClickEvent
+
+
Deprecated.
+
+
getItem(int) - Method in class org.getspout.spoutapi.gui.AbstractListModel
+
 
+
getItem(int) - Method in class org.getspout.spoutapi.gui.GenericListView
+
 
+
getItem(int) - Method in class org.getspout.spoutapi.gui.GenericListWidget
+
 
+
getItem() - Method in class org.getspout.spoutapi.gui.GenericSlot
+
 
+
getItem(int) - Method in interface org.getspout.spoutapi.gui.ListWidget
+
+
Returns the nth item from the listwidget
+
+
getItem() - Method in interface org.getspout.spoutapi.gui.Slot
+
+
Gets the item of this slot
+
+
getItem(int) - Static method in class org.getspout.spoutapi.material.MaterialData
+
+
Gets the item at the given id, or null if none found
+
+
getItem(int, short) - Static method in class org.getspout.spoutapi.material.MaterialData
+
+
Gets the item at the given id and data, or null if none found
+
+
getItemDrop() - Method in class org.getspout.spoutapi.material.block.GenericCustomBlock
+
 
+
getItemDrop() - Method in interface org.getspout.spoutapi.material.CustomBlock
+
+
Gets the ItemStack that drops when breaking this custom block.
+
+
getItemFactory() - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
getItemInHandSlot() - Method in interface org.getspout.spoutapi.inventory.SpoutPlayerInventory
+
 
+
getItemMap(World) - Method in interface org.getspout.spoutapi.chunkdatamanager.ChunkDataManager
+
 
+
getItemMap(World) - Method in class org.getspout.spoutapi.chunkstore.SimpleChunkDataManager
+
 
+
getItemRect(int) - Method in class org.getspout.spoutapi.gui.GenericListWidget
+
 
+
getItems() - Method in interface org.getspout.spoutapi.gui.ComboBox
+
 
+
getItems() - Method in class org.getspout.spoutapi.gui.GenericComboBox
+
 
+
getItems() - Method in class org.getspout.spoutapi.gui.GenericListView
+
 
+
getItems() - Method in class org.getspout.spoutapi.gui.GenericListWidget
+
 
+
getItems() - Method in interface org.getspout.spoutapi.gui.ListWidget
+
+
Get all the items from the list widget
+
+
getItemStack() - Method in class org.getspout.spoutapi.event.slot.SlotEvent
+
 
+
getItemStack() - Method in class org.getspout.spoutapi.event.slot.SlotExchangeEvent
+
+
This gets the ItemStack currently in the Slot.
+
+
getItemStack() - Method in class org.getspout.spoutapi.event.slot.SlotShiftClickEvent
+
+
This returns null since shift-clicks are independent + of the ItemStack in the cursor.
+
+
getItemStack() - Method in interface org.getspout.spoutapi.packet.standard.MCPacket103SetSlot
+
+
Get the ItemStack from the packet.
+
+
getItemTarget() - Method in class org.getspout.spoutapi.inventory.SpoutEnchantment
+
 
+
getItemYOnScreen(int) - Method in class org.getspout.spoutapi.gui.GenericListWidget
+
 
+
getJumpingMultiplier() - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Gets the jumping multiplier for this player +

+ Default jumping modifier is 1

+
+
getJumpKey() - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Returns the key bound to jumping for this player, or unknown if not known.
+
+
getKeepSpawnInMemory() - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
getKey() - Method in class org.getspout.spoutapi.event.input.KeyPressedEvent
+
 
+
getKey() - Method in class org.getspout.spoutapi.event.input.KeyReleasedEvent
+
 
+
getKey(int) - Static method in enum org.getspout.spoutapi.keyboard.Keyboard
+
 
+
getKeyBindingManager() - Static method in class org.getspout.spoutapi.SpoutManager
+
+
Gets the key binding manager;
+
+
getKeyCode() - Method in enum org.getspout.spoutapi.keyboard.Keyboard
+
 
+
getKeys() - Method in class org.getspout.spoutapi.io.store.MemoryStore
+
 
+
getKeys() - Method in interface org.getspout.spoutapi.io.store.SimpleStore
+
+
Returns a collection of all keys for all key, value pairs within the Store
+
+
getLargestInventory() - Method in interface org.getspout.spoutapi.block.SpoutChest
+
+
Deprecated.
+
Gets the largest possible inventory associated with this block + If this block is part of a double chest, it will return the double inventory + otherwise it will return the single inventory for this chest block
+
+
getLastClickedLocation() - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Gets the location that the player clicked on last, or null if there was no previous click locations
+
+
getLayout() - Method in interface org.getspout.spoutapi.gui.Container
+
+
Get the automatic layout type for children
+
+
getLayout() - Method in class org.getspout.spoutapi.gui.GenericContainer
+
 
+
getLeft() - Method in class org.getspout.spoutapi.gui.GenericTexture
+
 
+
getLeft() - Method in class org.getspout.spoutapi.gui.Rectangle
+
 
+
getLeft() - Method in interface org.getspout.spoutapi.gui.Texture
+
+
Get the offset to the left of the image.
+
+
getLeftKey() - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Returns the key bound to left movement for this player, or unknown if not known.
+
+
getLeftSide() - Method in interface org.getspout.spoutapi.inventory.DoubleChestInventory
+
+
Gets the left half of the double chest
+
+
getLightLevel(Block) - Method in interface org.getspout.spoutapi.inventory.MaterialManager
+
 
+
getLightLevel() - Method in class org.getspout.spoutapi.material.block.Air
+
 
+
getLightLevel() - Method in class org.getspout.spoutapi.material.block.GenericBlock
+
 
+
getLightLevel() - Method in class org.getspout.spoutapi.material.block.GenericCustomBlock
+
 
+
getLightLevel() - Method in interface org.getspout.spoutapi.material.Block
+
 
+
getLightSource(int, int, int, int) - Method in interface org.getspout.spoutapi.block.design.BlockDesign
+
+
Gets the light source for the specified quad
+
+
getLightSource(int, int, int, int) - Method in class org.getspout.spoutapi.block.design.GenericBlockDesign
+
 
+
getListeningPluginChannels() - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
getListeningPluginChannels() - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
getLivingEntities() - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
getLoadedChunks() - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
getLocation() - Method in class org.getspout.spoutapi.event.inventory.InventoryEvent
+
+
Gets the location of the inventory, if there is one.
+
+
getLocation() - Method in class org.getspout.spoutapi.particle.Particle
+
+
Gets the spawn location for this particle
+
+
getLogger() - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
getMainScreen() - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Gets a copy of the in game HUD to attach widget and launch popups from
+
+
getMap(short) - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
getMarginBottom() - Method in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
getMarginBottom() - Method in interface org.getspout.spoutapi.gui.Widget
+
+
Container Layout - Get the margin used for container layout
+
+
getMarginLeft() - Method in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
getMarginLeft() - Method in interface org.getspout.spoutapi.gui.Widget
+
+
Container Layout - Get the margin used for container layout
+
+
getMarginRight() - Method in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
getMarginRight() - Method in interface org.getspout.spoutapi.gui.Widget
+
+
Container Layout - Get the margin used for container layout
+
+
getMarginTop() - Method in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
getMarginTop() - Method in interface org.getspout.spoutapi.gui.Widget
+
+
Container Layout - Get the margin used for container layout
+
+
getMaterial() - Method in class org.getspout.spoutapi.inventory.SpoutItemStack
+
 
+
getMaterial(int) - Static method in class org.getspout.spoutapi.material.MaterialData
+
 
+
getMaterial(int, short) - Static method in class org.getspout.spoutapi.material.MaterialData
+
+
Gets the material from the given id and data.
+
+
getMaterial(String) - Static method in class org.getspout.spoutapi.material.MaterialData
+
+
Gets the associated material with its notchian name
+
+
getMaterialManager() - Static method in class org.getspout.spoutapi.SpoutManager
+
+
Gets the material manager
+
+
getMaterials() - Static method in class org.getspout.spoutapi.material.MaterialData
+
+
Returns a list of all the current materials in the game, notchian, custom, or otherwise
+
+
getMatrix() - Method in interface org.getspout.spoutapi.inventory.CraftingInventory
+
+
Gets the matrix of items in the crafting table
+
+
getMaxAge() - Method in class org.getspout.spoutapi.particle.Particle
+
+
Get the maximum age (in ticks) that this particle will last
+
+
getMaxDurability() - Method in class org.getspout.spoutapi.material.item.GenericCustomTool
+
 
+
getMaxDurability() - Method in class org.getspout.spoutapi.material.item.GenericTool
+
 
+
getMaxDurability() - Method in interface org.getspout.spoutapi.material.Tool
+
 
+
getMaxHeight() - Method in class org.getspout.spoutapi.gui.GenericContainer
+
 
+
getMaxHeight() - Method in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
getMaxHeight() - Method in interface org.getspout.spoutapi.gui.Widget
+
+
Container Layout - Get the maximum height for this widget
+
+
getMaxHeight() - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
getMaxId() - Static method in enum org.getspout.spoutapi.sound.Music
+
 
+
getMaxId() - Static method in enum org.getspout.spoutapi.sound.SoundEffect
+
 
+
getMaximumCharacters() - Method in class org.getspout.spoutapi.gui.GenericTextField
+
 
+
getMaximumCharacters() - Method in interface org.getspout.spoutapi.gui.TextField
+
+
Gets the maximum characters that can be typed into this text field
+
+
getMaximumLines() - Method in class org.getspout.spoutapi.gui.GenericTextField
+
 
+
getMaximumLines() - Method in interface org.getspout.spoutapi.gui.TextField
+
+
Gets the maximum line this text field can hold
+
+
getMaximumRenderDistance() - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Gets the maximum render distance that the player can view, or null if unknown
+
+
getMaximumScrollPosition(Orientation) - Method in class org.getspout.spoutapi.gui.GenericScrollable
+
 
+
getMaximumScrollPosition(Orientation) - Method in interface org.getspout.spoutapi.gui.Scrollable
+
+
Gets the maximum allowed scroll position.
+
+
getMaxLevel() - Method in class org.getspout.spoutapi.inventory.SpoutEnchantment
+
 
+
getMaxNumBubbles() - Method in class org.getspout.spoutapi.gui.BubbleBar
+
+
Gets the maximum number of bubbles displayed on the HUD.
+
+
getMaxNumHearts() - Method in class org.getspout.spoutapi.gui.HealthBar
+
+
Gets the maximum number of hearts displayed on the HUD.
+
+
getMaxNumShields() - Method in class org.getspout.spoutapi.gui.ArmorBar
+
+
Gets the maximum number of shields displayed on the HUD.
+
+
getMaxPlayers() - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
getMaxScrollPosition() - Method in class org.getspout.spoutapi.gui.GenericListWidget
+
 
+
getMaxWidth() - Method in class org.getspout.spoutapi.gui.GenericContainer
+
 
+
getMaxWidth() - Method in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
getMaxWidth() - Method in interface org.getspout.spoutapi.gui.Widget
+
+
Container Layout - Get the maximum width for this widget
+
+
getMessage() - Method in interface org.getspout.spoutapi.packet.standard.MCPacket3Chat
+
 
+
getMessenger() - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
getMetadata(String) - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
getMillisLastTick() - Method in class org.getspout.spoutapi.event.spout.ServerTickEvent
+
+
Returns the milliseconds since the last server tick event was created + Ideally, it should be exactly 50 milliseconds, but because of server lag, it may be more
+
+
getMinHeight() - Method in class org.getspout.spoutapi.gui.GenericContainer
+
 
+
getMinHeight() - Method in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
getMinHeight() - Method in interface org.getspout.spoutapi.gui.Widget
+
+
Container Layout - Get the minimum height for this widget
+
+
getMinimumLightToGrow() - Method in class org.getspout.spoutapi.material.block.Grass
+
 
+
getMinimumLightToGrow() - Method in class org.getspout.spoutapi.material.block.LongGrass
+
 
+
getMinimumLightToGrow() - Method in class org.getspout.spoutapi.material.block.Sapling
+
 
+
getMinimumLightToGrow() - Method in class org.getspout.spoutapi.material.block.Tree
+
 
+
getMinimumLightToGrow() - Method in interface org.getspout.spoutapi.material.Plant
+
 
+
getMinimumRenderDistance() - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Gets the minimum render distance that the player can view, or null if unknown
+
+
getMinWidth() - Method in class org.getspout.spoutapi.gui.GenericContainer
+
 
+
getMinWidth() - Method in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
getMinWidth() - Method in interface org.getspout.spoutapi.gui.Widget
+
+
Container Layout - Get the minimum width for this widget
+
+
getModel() - Method in class org.getspout.spoutapi.gui.GenericListView
+
 
+
getModifiedBlocks() - Method in interface org.getspout.spoutapi.inventory.MaterialManager
+
 
+
getMonsterSpawnLimit() - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
getMonsterSpawnLimit() - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
getMoonSizePercent(SpoutPlayer) - Method in interface org.getspout.spoutapi.player.SkyManager
+
+
Gets the size percent of the moon, relative to the default size. + 100 percent is the default size. 200 percent is double size. 50 percent is half size.
+
+
getMoonTextureUrl(SpoutPlayer) - Method in interface org.getspout.spoutapi.player.SkyManager
+
+
Gets the custom url of the custom moon texture, or null if no custom texture is set
+
+
getMotd() - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
getMotion() - Method in class org.getspout.spoutapi.particle.Particle
+
+
Gets the direction of motion for this particle
+
+
getMusic() - Method in class org.getspout.spoutapi.event.sound.BackgroundMusicEvent
+
+
Gets the music this song is playing, or null if it is custom
+
+
getMusicFromId(int) - Static method in enum org.getspout.spoutapi.sound.Music
+
 
+
getMusicFromName(String) - Static method in enum org.getspout.spoutapi.sound.Music
+
 
+
getMusicUrl() - Method in class org.getspout.spoutapi.event.sound.BackgroundMusicEvent
+
+
Gets the music Url this song is playing, or null if it is official MC music
+
+
getName() - Method in interface org.getspout.spoutapi.block.SpoutBlock
+
+
Deprecated.
+
+
getName() - Method in class org.getspout.spoutapi.inventory.SpoutEnchantment
+
 
+
getName() - Method in class org.getspout.spoutapi.material.block.GenericBlock
+
 
+
getName() - Method in class org.getspout.spoutapi.material.item.GenericItem
+
 
+
getName() - Method in interface org.getspout.spoutapi.material.Material
+
 
+
getName() - Method in class org.getspout.spoutapi.particle.Particle
+
+
Gets the name of this type of particle
+
+
getName() - Method in enum org.getspout.spoutapi.particle.Particle.ParticleType
+
 
+
getName() - Method in enum org.getspout.spoutapi.sound.Music
+
 
+
getName() - Method in enum org.getspout.spoutapi.sound.SoundEffect
+
 
+
getName() - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
getName() - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
getNewPosition() - Method in class org.getspout.spoutapi.event.screen.SliderDragEvent
+
 
+
getNewRenderDistance() - Method in class org.getspout.spoutapi.event.input.RenderDistanceChangeEvent
+
 
+
getNewText() - Method in class org.getspout.spoutapi.event.screen.TextFieldChangeEvent
+
 
+
getNotchianName() - Method in class org.getspout.spoutapi.material.block.GenericBlock
+
 
+
getNotchianName() - Method in class org.getspout.spoutapi.material.item.GenericItem
+
 
+
getNotchianName() - Method in interface org.getspout.spoutapi.material.Material
+
 
+
getNumBytes() - Method in class org.getspout.spoutapi.packet.PacketScreenshot
+
 
+
getNumBytes() - Method in class org.getspout.spoutapi.packet.PacketSlotClick
+
 
+
getNumGrowthStages() - Method in class org.getspout.spoutapi.material.block.Grass
+
 
+
getNumGrowthStages() - Method in class org.getspout.spoutapi.material.block.LongGrass
+
 
+
getNumGrowthStages() - Method in class org.getspout.spoutapi.material.block.Sapling
+
 
+
getNumGrowthStages() - Method in class org.getspout.spoutapi.material.block.Tree
+
 
+
getNumGrowthStages() - Method in interface org.getspout.spoutapi.material.Plant
+
 
+
getNumKeyBindings(Keyboard) - Method in interface org.getspout.spoutapi.keyboard.KeyboardManager
+
+
Deprecated. +
use KeyBindingManager instead, it provides more flexibility to the user.
+
+
+
getNumOfIcons() - Method in class org.getspout.spoutapi.gui.HungerBar
+
+
Gets the maximum number of food icons to display on the HUD.
+
+
getNumVisibleChatLines() - Method in class org.getspout.spoutapi.gui.ChatTextBox
+
+
Gets the number of visible lines of chat for the player, when fully opened
+
+
getNumVisibleLines() - Method in class org.getspout.spoutapi.gui.ChatTextBox
+
+
Gets the number of visible lines of chat for the player
+
+
getNumWidgetTypes() - Static method in class org.getspout.spoutapi.gui.WidgetType
+
 
+
getOfflinePlayer(String) - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
getOfflinePlayers() - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
getOldPosition() - Method in class org.getspout.spoutapi.event.screen.SliderDragEvent
+
 
+
getOldText() - Method in class org.getspout.spoutapi.event.screen.TextFieldChangeEvent
+
 
+
getOnlineMode() - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
getOnlinePlayers() - Method in interface org.getspout.spoutapi.player.PlayerChunkMap
+
 
+
getOnlinePlayers() - Static method in class org.getspout.spoutapi.SpoutManager
+
+
Gets the list of online players
+
+
getOnlinePlayers() - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
getOperators() - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
getOrCreateMaterial(int, short) - Static method in class org.getspout.spoutapi.material.MaterialData
+
+
Gets the material from the given id and data, or creates it if nessecary.
+
+
getOrientation() - Method in class org.getspout.spoutapi.gui.GenericGradient
+
 
+
getOrientation() - Method in interface org.getspout.spoutapi.gui.Gradient
+
+
Get the direction the gradient is drawn.
+
+
getOrientationFromId(int) - Static method in enum org.getspout.spoutapi.gui.Orientation
+
 
+
getOther() - Method in enum org.getspout.spoutapi.gui.Orientation
+
 
+
getOtherSide() - Method in interface org.getspout.spoutapi.block.SpoutChest
+
+
Deprecated.
+
Gets the other side of the larger double chest, if a double chest, or null if it is a single chest
+
+
getOutputStream(int, int) - Method in class org.getspout.spoutapi.chunkstore.SimpleRegionFile
+
 
+
getPacket() - Method in interface org.getspout.spoutapi.packet.standard.MCPacket
+
+
Deprecated.
+
+
getPacketClass() - Method in enum org.getspout.spoutapi.packet.PacketType
+
 
+
getPacketFromId(String) - Static method in class org.getspout.spoutapi.io.AddonPacket
+
+
Gets the the packet from the unique identifying string, or null if there is no packet associated with it.
+
+
getPacketFromId(int) - Static method in enum org.getspout.spoutapi.packet.PacketType
+
 
+
getPacketId(Class<? extends AddonPacket>) - Static method in class org.getspout.spoutapi.io.AddonPacket
+
+
Gets the unique identifying string for the given packet class, or null if none has been registered.
+
+
getPacketManager() - Static method in class org.getspout.spoutapi.SpoutManager
+
+
Gets the packet manager
+
+
getPacketType() - Method in class org.getspout.spoutapi.material.block.GenericCustomBlock
+
 
+
getPacketType() - Method in class org.getspout.spoutapi.material.item.GenericCustomFood
+
 
+
getPacketType() - Method in class org.getspout.spoutapi.material.item.GenericCustomItem
+
 
+
getPacketType() - Method in class org.getspout.spoutapi.material.item.GenericCustomTool
+
 
+
getPacketType() - Method in class org.getspout.spoutapi.packet.PacketAccessory
+
 
+
getPacketType() - Method in class org.getspout.spoutapi.packet.PacketAddonData
+
 
+
getPacketType() - Method in class org.getspout.spoutapi.packet.PacketAirTime
+
 
+
getPacketType() - Method in class org.getspout.spoutapi.packet.PacketAlert
+
 
+
getPacketType() - Method in class org.getspout.spoutapi.packet.PacketAllowVisualCheats
+
 
+
getPacketType() - Method in class org.getspout.spoutapi.packet.PacketBlockData
+
 
+
getPacketType() - Method in class org.getspout.spoutapi.packet.PacketCacheDeleteFile
+
 
+
getPacketType() - Method in class org.getspout.spoutapi.packet.PacketCacheFile
+
 
+
getPacketType() - Method in class org.getspout.spoutapi.packet.PacketClientAddons
+
 
+
getPacketType() - Method in class org.getspout.spoutapi.packet.PacketClipboardText
+
 
+
getPacketType() - Method in class org.getspout.spoutapi.packet.PacketComboBox
+
 
+
getPacketType() - Method in class org.getspout.spoutapi.packet.PacketControlAction
+
 
+
getPacketType() - Method in class org.getspout.spoutapi.packet.PacketCustomBlockChunkOverride
+
 
+
getPacketType() - Method in class org.getspout.spoutapi.packet.PacketCustomBlockDesign
+
 
+
getPacketType() - Method in class org.getspout.spoutapi.packet.PacketCustomBlockOverride
+
 
+
getPacketType() - Method in class org.getspout.spoutapi.packet.PacketCustomMultiBlockOverride
+
 
+
getPacketType() - Method in class org.getspout.spoutapi.packet.PacketDownloadMusic
+
 
+
getPacketType() - Method in class org.getspout.spoutapi.packet.PacketEntityInformation
+
 
+
getPacketType() - Method in class org.getspout.spoutapi.packet.PacketEntitySkin
+
 
+
getPacketType() - Method in class org.getspout.spoutapi.packet.PacketEntityTitle
+
 
+
getPacketType() - Method in class org.getspout.spoutapi.packet.PacketFocusUpdate
+
 
+
getPacketType() - Method in class org.getspout.spoutapi.packet.PacketFullVersion
+
 
+
getPacketType() - Method in class org.getspout.spoutapi.packet.PacketItemName
+
 
+
getPacketType() - Method in class org.getspout.spoutapi.packet.PacketKeyBinding
+
 
+
getPacketType() - Method in class org.getspout.spoutapi.packet.PacketKeyPress
+
 
+
getPacketType() - Method in class org.getspout.spoutapi.packet.PacketMovementModifiers
+
 
+
getPacketType() - Method in class org.getspout.spoutapi.packet.PacketMusicChange
+
 
+
getPacketType() - Method in class org.getspout.spoutapi.packet.PacketNotification
+
 
+
getPacketType() - Method in class org.getspout.spoutapi.packet.PacketOpenScreen
+
 
+
getPacketType() - Method in class org.getspout.spoutapi.packet.PacketOpenSignGUI
+
 
+
getPacketType() - Method in class org.getspout.spoutapi.packet.PacketParticle
+
 
+
getPacketType() - Method in class org.getspout.spoutapi.packet.PacketPermissionUpdate
+
 
+
getPacketType() - Method in class org.getspout.spoutapi.packet.PacketPlaySound
+
 
+
getPacketType() - Method in class org.getspout.spoutapi.packet.PacketPreCacheCompleted
+
 
+
getPacketType() - Method in class org.getspout.spoutapi.packet.PacketPreCacheFile
+
 
+
getPacketType() - Method in class org.getspout.spoutapi.packet.PacketRenderDistance
+
 
+
getPacketType() - Method in class org.getspout.spoutapi.packet.PacketRequestPrecache
+
 
+
getPacketType() - Method in class org.getspout.spoutapi.packet.PacketScreenAction
+
 
+
getPacketType() - Method in class org.getspout.spoutapi.packet.PacketScreenshot
+
 
+
getPacketType() - Method in class org.getspout.spoutapi.packet.PacketSendPrecache
+
 
+
getPacketType() - Method in class org.getspout.spoutapi.packet.PacketServerPlugins
+
 
+
getPacketType() - Method in class org.getspout.spoutapi.packet.PacketSetVelocity
+
 
+
getPacketType() - Method in class org.getspout.spoutapi.packet.PacketSkinURL
+
 
+
getPacketType() - Method in class org.getspout.spoutapi.packet.PacketSky
+
 
+
getPacketType() - Method in class org.getspout.spoutapi.packet.PacketSlotClick
+
 
+
getPacketType() - Method in class org.getspout.spoutapi.packet.PacketSpawnTextEntity
+
 
+
getPacketType() - Method in class org.getspout.spoutapi.packet.PacketStopMusic
+
 
+
getPacketType() - Method in class org.getspout.spoutapi.packet.PacketTexturePack
+
 
+
getPacketType() - Method in class org.getspout.spoutapi.packet.PacketValidatePrecache
+
 
+
getPacketType() - Method in class org.getspout.spoutapi.packet.PacketWaypoint
+
 
+
getPacketType() - Method in class org.getspout.spoutapi.packet.PacketWidget
+
 
+
getPacketType() - Method in class org.getspout.spoutapi.packet.PacketWidgetRemove
+
 
+
getPacketType() - Method in interface org.getspout.spoutapi.packet.SpoutPacket
+
+
The type of packet represented.
+
+
getParent() - Method in class org.getspout.spoutapi.block.design.SubTexture
+
+
Gets the parent texture of this subtexture
+
+
getParticleBlue() - Method in class org.getspout.spoutapi.particle.Particle
+
+
Gets the blue color for the particle, or -1 if it uses the default color.
+
+
getParticleGreen() - Method in class org.getspout.spoutapi.particle.Particle
+
+
Gets the gree color for the particle, or -1 if it uses the default color.
+
+
getParticleRed() - Method in class org.getspout.spoutapi.particle.Particle
+
+
Gets the red color for the particle, or -1 if it uses the default color.
+
+
getPermission() - Method in class org.getspout.spoutapi.event.permission.PlayerPermissionEvent
+
+
Gets the permission being checked against.
+
+
getPermissionString() - Method in class org.getspout.spoutapi.event.permission.PlayerPermissionEvent
+
+
Gets the permission string being checked against.
+
+
getPlaceholder() - Method in class org.getspout.spoutapi.gui.GenericTextField
+
 
+
getPlaceholder() - Method in interface org.getspout.spoutapi.gui.TextField
+
+
Gets the placeholder
+
+
getPlayer() - Method in class org.getspout.spoutapi.event.input.KeyBindingEvent
+
 
+
getPlayer() - Method in class org.getspout.spoutapi.event.input.KeyPressedEvent
+
 
+
getPlayer() - Method in class org.getspout.spoutapi.event.input.KeyReleasedEvent
+
 
+
getPlayer() - Method in class org.getspout.spoutapi.event.inventory.InventoryEvent
+
 
+
getPlayer() - Method in class org.getspout.spoutapi.event.permission.PlayerPermissionEvent
+
+
Gets the player involved in this permission event
+
+
getPlayer() - Method in class org.getspout.spoutapi.event.screen.ScreenEvent
+
 
+
getPlayer() - Method in class org.getspout.spoutapi.event.screen.ScreenshotReceivedEvent
+
 
+
getPlayer() - Method in class org.getspout.spoutapi.event.slot.SlotEvent
+
 
+
getPlayer() - Method in class org.getspout.spoutapi.event.spout.SpoutcraftBuildSetEvent
+
+
Gets the player associated with this event.
+
+
getPlayer() - Method in class org.getspout.spoutapi.event.spout.SpoutCraftEnableEvent
+
+
Returns the player who just had their Spout SinglePlayer Mod enabled
+
+
getPlayer() - Method in class org.getspout.spoutapi.event.spout.SpoutcraftFailedEvent
+
+
Returns the player who just had their Spout SinglePlayer Mod enabled
+
+
getPlayer() - Method in class org.getspout.spoutapi.gui.GenericScreen
+
 
+
getPlayer() - Method in interface org.getspout.spoutapi.gui.Screen
+
+
Get the player the screen is attached to
+
+
getPlayer(Player) - Method in interface org.getspout.spoutapi.player.PlayerChunkMap
+
 
+
getPlayer(Player) - Static method in class org.getspout.spoutapi.SpoutManager
+
+
Gets a SpoutPlayer from the given bukkit player, will never fail
+
+
getPlayer(String) - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
getPlayerBiomeWeather(Player, Biome) - Method in interface org.getspout.spoutapi.player.BiomeManager
+
+
Deprecated.
+
Gets the players weather for the specified biome.
+
+
getPlayerChunkMap() - Static method in class org.getspout.spoutapi.SpoutManager
+
+
Gets the player manager
+
+
getPlayerExact(String) - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
getPlayerFromId(int) - Static method in class org.getspout.spoutapi.SpoutManager
+
+
Gets a SpoutPlayer from the given id, or null if none found
+
+
getPlayerFromId(UUID) - Static method in class org.getspout.spoutapi.SpoutManager
+
+
Gets a SpoutPlayer from the given id, or null if none found
+
+
getPlayerInfo(Player) - Method in interface org.getspout.spoutapi.player.PlayerChunkMap
+
 
+
getPlayers() - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
getPlugin() - Method in class org.getspout.spoutapi.block.design.Texture
+
+
Gets the plugin associated with this texture
+
+
getPlugin() - Method in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
getPlugin() - Method in interface org.getspout.spoutapi.gui.Widget
+
+
Gets the plugin that attached this widget to the screen, or null if this screen is unattached.
+
+
getPlugin() - Method in class org.getspout.spoutapi.keyboard.KeyBinding
+
+
Gets the plugin associated with this keybinding
+
+
getPlugin() - Method in class org.getspout.spoutapi.material.block.GenericCustomBlock
+
 
+
getPlugin() - Method in interface org.getspout.spoutapi.material.CustomBlock
+
+
Gets the plugin associated with this CustomBlock.
+
+
getPlugin() - Method in interface org.getspout.spoutapi.material.CustomItem
+
+
Gets the plugin associated with this CustomItem.
+
+
getPlugin() - Method in class org.getspout.spoutapi.material.item.GenericCustomItem
+
 
+
getPluginCommand(String) - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
getPluginManager() - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
getPopulators() - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
getPort() - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
getPriority() - Method in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
getPriority() - Method in interface org.getspout.spoutapi.gui.Widget
+
+
Gets the render priority for this widget.
+
+
getPVP() - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
getQuadNum() - Method in class org.getspout.spoutapi.block.design.Vertex
+
 
+
getRadiosInGroup() - Method in class org.getspout.spoutapi.gui.GenericRadioButton
+
 
+
getRange() - Method in class org.getspout.spoutapi.particle.Particle
+
+
Gets the range this particle will be visible at
+
+
getRawBuffer() - Method in class org.getspout.spoutapi.io.SpoutInputStream
+
 
+
getRawBuffer() - Method in class org.getspout.spoutapi.io.SpoutOutputStream
+
 
+
getRawData() - Method in class org.getspout.spoutapi.material.block.GenericBlock
+
 
+
getRawData() - Method in class org.getspout.spoutapi.material.block.GenericCustomBlock
+
 
+
getRawData() - Method in class org.getspout.spoutapi.material.item.GenericItem
+
 
+
getRawData() - Method in interface org.getspout.spoutapi.material.Material
+
 
+
getRawId() - Method in class org.getspout.spoutapi.material.block.GenericBlock
+
 
+
getRawId() - Method in class org.getspout.spoutapi.material.block.GenericCustomBlock
+
 
+
getRawId() - Method in class org.getspout.spoutapi.material.item.GenericItem
+
 
+
getRawId() - Method in interface org.getspout.spoutapi.material.Material
+
 
+
getRawPacket() - Method in interface org.getspout.spoutapi.packet.standard.MCPacketUnknown
+
+
This allows unsupported Minecraft packets to be supported.
+
+
getRawSlot() - Method in class org.getspout.spoutapi.event.inventory.InventoryClickEvent
+
+
Deprecated.
+
+
getRawSlot() - Method in interface org.getspout.spoutapi.packet.standard.MCPacket103SetSlot
+
+
Get the raw slot value from the packet.
+
+
getRawWindow() - Method in interface org.getspout.spoutapi.packet.standard.MCPacket103SetSlot
+
+
Get the raw window value from the packet.
+
+
getRecipe() - Method in class org.getspout.spoutapi.event.inventory.InventoryCraftEvent
+
+
Deprecated.
+
Gets the recipe at the inventory crafting area
+
+
getRecipesFor(ItemStack) - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
getRedF() - Method in class org.getspout.spoutapi.gui.Color
+
 
+
getRedI() - Method in class org.getspout.spoutapi.gui.Color
+
 
+
getRelative(int, int, int) - Method in interface org.getspout.spoutapi.block.SpoutBlock
+
 
+
getRelative(BlockFace) - Method in interface org.getspout.spoutapi.block.SpoutBlock
+
 
+
getRenderDistance() - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Gets the render distance that the player views, or null if unknown
+
+
getRenderDistanceFromValue(int) - Static method in enum org.getspout.spoutapi.player.RenderDistance
+
 
+
getRenderPass() - Method in interface org.getspout.spoutapi.block.design.BlockDesign
+
 
+
getRenderPass() - Method in class org.getspout.spoutapi.block.design.GenericBlockDesign
+
 
+
getRenderPriorityFromId(int) - Static method in enum org.getspout.spoutapi.gui.RenderPriority
+
 
+
getReset() - Method in interface org.getspout.spoutapi.block.design.BlockDesign
+
 
+
getReset() - Method in class org.getspout.spoutapi.block.design.GenericBlockDesign
+
 
+
getResult() - Method in class org.getspout.spoutapi.event.inventory.InventoryClickEvent
+
+
Deprecated.
+
+
getResult() - Method in class org.getspout.spoutapi.event.inventory.InventoryCraftEvent
+
+
Deprecated.
+
Gets the current (new) item at the slot
+
+
getResult() - Method in interface org.getspout.spoutapi.event.permission.PermissionEvent
+
+
Gets the result of this event.
+
+
getResult() - Method in class org.getspout.spoutapi.event.permission.PlayerPermissionEvent
+
 
+
getResult() - Method in interface org.getspout.spoutapi.inventory.CraftingInventory
+
+
Gets the item in the result slot of the crafting table
+
+
getResult() - Method in class org.getspout.spoutapi.inventory.SpoutShapedRecipe
+
+
Get the result.
+
+
getResult() - Method in class org.getspout.spoutapi.inventory.SpoutShapelessRecipe
+
+
Get the result of this recipe.
+
+
getResultAmount() - Method in class org.getspout.spoutapi.event.inventory.InventoryCraftEvent
+
+
Deprecated.
+
Gets the amount of new items when shift click was used
+
+
getReverse() - Method in interface org.getspout.spoutapi.gui.Container
+
+
If this is drawing in reverse order.
+
+
getReverse() - Method in class org.getspout.spoutapi.gui.GenericContainer
+
 
+
getRight() - Method in class org.getspout.spoutapi.gui.Rectangle
+
 
+
getRightKey() - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Returns the key bound to right movement for this player, or unknown if not known.
+
+
getRightSide() - Method in interface org.getspout.spoutapi.inventory.DoubleChestInventory
+
+
Gets the right half of the double chest
+
+
getRootMap() - Static method in class org.getspout.spoutapi.inventory.ItemMap
+
 
+
getScale() - Method in class org.getspout.spoutapi.gui.GenericButton
+
 
+
getScale() - Method in class org.getspout.spoutapi.gui.GenericLabel
+
 
+
getScale() - Method in class org.getspout.spoutapi.gui.GenericSlider
+
 
+
getScale() - Method in interface org.getspout.spoutapi.gui.Label
+
+
Gets the scale of the text
+
+
getScale() - Method in class org.getspout.spoutapi.particle.Particle
+
+
Gets the scale of the particle
+
+
getScheduler() - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
getScoreboardManager() - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
getScreen() - Method in class org.getspout.spoutapi.event.screen.ScreenEvent
+
 
+
getScreen() - Method in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
getScreen() - Method in interface org.getspout.spoutapi.gui.Widget
+
+
Gets the screen this widget is attached to, or null if unattached
+
+
getScreenActionFromId(int) - Static method in enum org.getspout.spoutapi.packet.ScreenAction
+
 
+
getScreenshot() - Method in class org.getspout.spoutapi.event.screen.ScreenshotReceivedEvent
+
 
+
getScreenType() - Method in class org.getspout.spoutapi.event.input.KeyBindingEvent
+
 
+
getScreenType() - Method in class org.getspout.spoutapi.event.input.KeyPressedEvent
+
 
+
getScreenType() - Method in class org.getspout.spoutapi.event.input.KeyReleasedEvent
+
 
+
getScreenType() - Method in class org.getspout.spoutapi.event.screen.ScreenEvent
+
 
+
getScreenType() - Method in class org.getspout.spoutapi.gui.GenericOverlayScreen
+
 
+
getScreenType() - Method in class org.getspout.spoutapi.gui.GenericPopup
+
 
+
getScreenType() - Method in class org.getspout.spoutapi.gui.InGameScreen
+
 
+
getScreenType() - Method in interface org.getspout.spoutapi.gui.Screen
+
+
Gets the screen type of this screen
+
+
getScrollBarPolicy(Orientation) - Method in class org.getspout.spoutapi.gui.GenericScrollable
+
 
+
getScrollBarPolicy(Orientation) - Method in interface org.getspout.spoutapi.gui.Scrollable
+
+
Gets the scrollbar policy for the given axis
+
+
getScrollPosition() - Method in class org.getspout.spoutapi.gui.GenericListWidget
+
 
+
getScrollPosition(Orientation) - Method in class org.getspout.spoutapi.gui.GenericScrollable
+
 
+
getScrollPosition(Orientation) - Method in interface org.getspout.spoutapi.gui.Scrollable
+
+
Gets the scroll position, in pixels.
+
+
getSeaLevel() - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
getSecondsLastTick() - Method in class org.getspout.spoutapi.event.spout.ServerTickEvent
+
+
Returns the seconds since the last server tick event was created + Ideally, it should be exactly 0.05 seconds, but because of server lag, it may be more
+
+
getSeed() - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
getSelectedItem() - Method in interface org.getspout.spoutapi.gui.ComboBox
+
 
+
getSelectedItem() - Method in class org.getspout.spoutapi.gui.GenericComboBox
+
 
+
getSelectedItem() - Method in class org.getspout.spoutapi.gui.GenericListView
+
 
+
getSelectedItem() - Method in class org.getspout.spoutapi.gui.GenericListWidget
+
 
+
getSelectedItem() - Method in interface org.getspout.spoutapi.gui.ListWidget
+
 
+
getSelectedRow() - Method in interface org.getspout.spoutapi.gui.ComboBox
+
 
+
getSelectedRow() - Method in class org.getspout.spoutapi.gui.GenericComboBox
+
 
+
getSelectedRow() - Method in class org.getspout.spoutapi.gui.GenericListView
+
 
+
getSelectedRow() - Method in class org.getspout.spoutapi.gui.GenericListWidget
+
 
+
getSelectedRow() - Method in interface org.getspout.spoutapi.gui.ListWidget
+
 
+
getServer() - Static method in class org.getspout.spoutapi.Spout
+
 
+
getServerId() - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
getServerName() - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
getServicesManager() - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
getShape() - Method in class org.getspout.spoutapi.inventory.SpoutShapedRecipe
+
+
Get the shape.
+
+
getShutdownMessage() - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
getSize() - Method in class org.getspout.spoutapi.gui.AbstractListModel
+
 
+
getSize() - Method in class org.getspout.spoutapi.gui.GenericListView
+
 
+
getSize() - Method in class org.getspout.spoutapi.gui.GenericListWidget
+
 
+
getSize() - Method in class org.getspout.spoutapi.io.store.MemoryStore
+
 
+
getSize() - Method in interface org.getspout.spoutapi.io.store.SimpleStore
+
+
Returns the number of key, value pairs within the Store
+
+
getSizeX() - Method in interface org.getspout.spoutapi.packet.standard.MCPacket51MapChunk
+
 
+
getSizeY() - Method in interface org.getspout.spoutapi.packet.standard.MCPacket51MapChunk
+
 
+
getSizeZ() - Method in interface org.getspout.spoutapi.packet.standard.MCPacket51MapChunk
+
 
+
getSkin() - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Gets the skin url that this player is using
+
+
getSkin(SpoutPlayer) - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Gets the skin url that is visible to the viewingPlayer
+
+
getSkyColor(SpoutPlayer) - Method in interface org.getspout.spoutapi.player.SkyManager
+
 
+
getSkyManager() - Static method in class org.getspout.spoutapi.SpoutManager
+
+
Gets the sky manager
+
+
getSlider() - Method in class org.getspout.spoutapi.event.screen.SliderDragEvent
+
 
+
getSliderPosition() - Method in class org.getspout.spoutapi.gui.GenericSlider
+
 
+
getSliderPosition() - Method in interface org.getspout.spoutapi.gui.Slider
+
+
Gets the slider position (between 0.0f and 1.0f)
+
+
getSlot() - Method in class org.getspout.spoutapi.event.inventory.InventoryClickEvent
+
+
Deprecated.
+
+
getSlot() - Method in class org.getspout.spoutapi.event.inventory.InventoryCraftEvent
+
+
Deprecated.
+
Gets the slot index being interacted with
+
+
getSlot() - Method in class org.getspout.spoutapi.event.slot.SlotEvent
+
 
+
getSlot() - Method in interface org.getspout.spoutapi.packet.standard.MCPacket103SetSlot
+
+
Get the slot that the packet indicated.
+
+
getSlotByRawValues(int, int) - Static method in enum org.getspout.spoutapi.packet.standard.MCPacket103SetSlot.Slot
+
+
Gets a Slot enum value based on the raw values in the packet.
+
+
getSlotType() - Method in class org.getspout.spoutapi.event.inventory.InventoryClickEvent
+
+
Deprecated.
+
+
getSlotType() - Method in class org.getspout.spoutapi.event.inventory.InventoryCraftEvent
+
+
Deprecated.
+
Gets the slot type being interacted with
+
+
getSneakKey() - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Returns the key bound to sneaking for this player, or unknown if not known.
+
+
getSoundEffectFromId(int) - Static method in enum org.getspout.spoutapi.sound.SoundEffect
+
 
+
getSoundEffectFromName(String) - Static method in enum org.getspout.spoutapi.sound.SoundEffect
+
 
+
getSoundId() - Method in enum org.getspout.spoutapi.sound.Music
+
 
+
getSoundManager() - Static method in class org.getspout.spoutapi.SpoutManager
+
+
Gets the sound manager
+
+
getSpawnLocation() - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
getSpawnRadius() - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
getSpoutManager() - Method in class org.getspout.spoutapi.plugin.SpoutPlugin
+
+
Deprecated.
+
getSpoutServer() - Method in class org.getspout.spoutapi.plugin.SpoutPlugin
+
+
Deprecated.
+
getSpoutWorlds() - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
getSpriteSize() - Method in class org.getspout.spoutapi.block.design.Texture
+
+
Gets the size of sprites in this Texture
+
+
getStarFrequency(SpoutPlayer) - Method in interface org.getspout.spoutapi.player.SkyManager
+
+
Gets the frequency of stars overhead at night.
+
+
getStartLevel() - Method in class org.getspout.spoutapi.inventory.SpoutEnchantment
+
 
+
getStepSound(Block) - Method in interface org.getspout.spoutapi.inventory.MaterialManager
+
 
+
getStepSound() - Method in class org.getspout.spoutapi.material.block.Air
+
 
+
getStepSound() - Method in class org.getspout.spoutapi.material.block.GenericBlock
+
 
+
getStepSound() - Method in interface org.getspout.spoutapi.material.Block
+
 
+
getStrengthModifiedBlocks() - Method in class org.getspout.spoutapi.material.item.GenericCustomTool
+
 
+
getStrengthModifiedBlocks() - Method in class org.getspout.spoutapi.material.item.GenericTool
+
 
+
getStrengthModifiedBlocks() - Method in interface org.getspout.spoutapi.material.Tool
+
 
+
getStrengthModifier(Block) - Method in class org.getspout.spoutapi.material.item.GenericCustomTool
+
 
+
getStrengthModifier(Block) - Method in class org.getspout.spoutapi.material.item.GenericTool
+
 
+
getStrengthModifier(Block) - Method in interface org.getspout.spoutapi.material.Tool
+
 
+
getStringHeight(String) - Static method in class org.getspout.spoutapi.gui.GenericLabel
+
+
Gets the height of the text
+
+
getStringHeight(String, float) - Static method in class org.getspout.spoutapi.gui.GenericLabel
+
+
Gets the height of the text, at the given scale
+
+
getStringId(String) - Method in interface org.getspout.spoutapi.chunkdatamanager.ChunkDataManager
+
+
Creates/retrieves a unique id corresponding to this string +

+ This id does not persist over server restarts or reloads

+
+
getStringId(String) - Method in class org.getspout.spoutapi.chunkstore.SimpleChunkDataManager
+
 
+
getStringWidth(String) - Static method in class org.getspout.spoutapi.gui.GenericLabel
+
+
Gets the width of the text
+
+
getStringWidth(String, float) - Static method in class org.getspout.spoutapi.gui.GenericLabel
+
+
Gets the width of the text, at the given scale
+
+
getSubTexture(int) - Method in class org.getspout.spoutapi.block.design.Texture
+
+
Gets a SubTexture from this texture
+
+
getSubTexture() - Method in class org.getspout.spoutapi.block.design.Vertex
+
 
+
getSunSizePercent(SpoutPlayer) - Method in interface org.getspout.spoutapi.player.SkyManager
+
+
Gets the percent size of the sun, relative to the default size. + 100 percent is default size. 200 percent is double size. 50 percent is half size.
+
+
getSunTextureUrl(SpoutPlayer) - Method in interface org.getspout.spoutapi.player.SkyManager
+
+
Gets the custom url of the custom sun texture, or null if no custom texture is set
+
+
getSwimmingMultiplier() - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Gets the swimming multiplier for this player +

+ Default swimming modifier is 1

+
+
getTabIndex() - Method in class org.getspout.spoutapi.gui.GenericTextField
+
 
+
getTabIndex() - Method in interface org.getspout.spoutapi.gui.TextField
+
+
Gets the tab index for this text field
+
+
getTargetPlayer() - Method in class org.getspout.spoutapi.event.sound.BackgroundMusicEvent
+
+
Gets the player that the music is intended for
+
+
getTemperature(int, int) - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
getText() - Method in class org.getspout.spoutapi.gui.GenericButton
+
 
+
getText() - Method in class org.getspout.spoutapi.gui.GenericComboBox
+
 
+
getText() - Method in class org.getspout.spoutapi.gui.GenericLabel
+
 
+
getText() - Method in class org.getspout.spoutapi.gui.GenericSlider
+
 
+
getText() - Method in class org.getspout.spoutapi.gui.GenericTextField
+
 
+
getText() - Method in interface org.getspout.spoutapi.gui.Label
+
+
Gets the text of the label
+
+
getText() - Method in class org.getspout.spoutapi.gui.ListWidgetItem
+
 
+
getText() - Method in interface org.getspout.spoutapi.gui.TextField
+
+
Gets the text typed in this text field
+
+
getTextColor() - Method in class org.getspout.spoutapi.gui.ChatBar
+
+
Gets the default color of the text for the chat bar
+
+
getTextColor() - Method in class org.getspout.spoutapi.gui.GenericButton
+
 
+
getTextColor() - Method in class org.getspout.spoutapi.gui.GenericLabel
+
 
+
getTextColor() - Method in class org.getspout.spoutapi.gui.GenericSlider
+
 
+
getTextColor() - Method in interface org.getspout.spoutapi.gui.Label
+
+
Gets the color for the text
+
+
getTextField() - Method in class org.getspout.spoutapi.event.screen.TextFieldChangeEvent
+
 
+
getTexture() - Method in interface org.getspout.spoutapi.block.design.BlockDesign
+
+
Gets the Texture associated with this BlockDesign
+
+
getTexture() - Method in class org.getspout.spoutapi.block.design.GenericBlockDesign
+
 
+
getTexture() - Method in class org.getspout.spoutapi.block.design.Texture
+
+
Gets the texture URL from this Texture
+
+
getTexture() - Method in interface org.getspout.spoutapi.material.CustomItem
+
+
Gets the URL for the texture
+
+
getTexture() - Method in class org.getspout.spoutapi.material.item.GenericCustomItem
+
 
+
getTextureHeight() - Method in class org.getspout.spoutapi.block.design.Vertex
+
 
+
getTexturePlugin() - Method in interface org.getspout.spoutapi.block.design.BlockDesign
+
+
Gets the name of the plugin associated with this blocks texture
+
+
getTexturePlugin() - Method in class org.getspout.spoutapi.block.design.GenericBlockDesign
+
 
+
getTextureWidth() - Method in class org.getspout.spoutapi.block.design.Vertex
+
 
+
getTextureX() - Method in class org.getspout.spoutapi.block.design.Vertex
+
 
+
getTextureY() - Method in class org.getspout.spoutapi.block.design.Vertex
+
 
+
getTexureURL() - Method in interface org.getspout.spoutapi.block.design.BlockDesign
+
+
Gets the texture URL associated with this block
+
+
getTexureURL() - Method in class org.getspout.spoutapi.block.design.GenericBlockDesign
+
 
+
getThunderDuration() - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
getTicksPerAnimalSpawns() - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
getTicksPerAnimalSpawns() - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
getTicksPerMonsterSpawns() - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
getTicksPerMonsterSpawns() - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
getTime() - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
getTitle() - Method in class org.getspout.spoutapi.gui.ListWidgetItem
+
 
+
getTitle() - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Gets the overhead title for the player.
+
+
getTitle(LivingEntity) - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
getTitleFor(SpoutPlayer) - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Gets the overhead title that is visible to the viewingPlayer
+
+
getToggleFogKey() - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Returns the key bound to toggle view fog for this player, or unknown if not known.
+
+
getTooltip() - Method in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
getTooltip() - Method in interface org.getspout.spoutapi.gui.Widget
+
+
Gets the widget's tooltip
+
+
getTop() - Method in class org.getspout.spoutapi.gui.GenericTexture
+
 
+
getTop() - Method in class org.getspout.spoutapi.gui.Rectangle
+
 
+
getTop() - Method in interface org.getspout.spoutapi.gui.Texture
+
+
Get the offset to the top of the image.
+
+
getTopColor() - Method in class org.getspout.spoutapi.gui.GenericGradient
+
 
+
getTopColor() - Method in interface org.getspout.spoutapi.gui.Gradient
+
+
Gets the top colour of the gradient to render.
+
+
getTopHalf() - Method in interface org.getspout.spoutapi.inventory.DoubleChestInventory
+
+
Gets the block containing the top half of the double chest
+
+
getTotalHeight() - Method in class org.getspout.spoutapi.gui.GenericListWidget
+
 
+
getType() - Method in class org.getspout.spoutapi.gui.ArmorBar
+
 
+
getType() - Method in class org.getspout.spoutapi.gui.BubbleBar
+
 
+
getType() - Method in class org.getspout.spoutapi.gui.ChatBar
+
 
+
getType() - Method in class org.getspout.spoutapi.gui.ChatTextBox
+
 
+
getType() - Method in class org.getspout.spoutapi.gui.ExpBar
+
 
+
getType() - Method in class org.getspout.spoutapi.gui.GenericButton
+
 
+
getType() - Method in class org.getspout.spoutapi.gui.GenericCheckBox
+
 
+
getType() - Method in class org.getspout.spoutapi.gui.GenericComboBox
+
 
+
getType() - Method in class org.getspout.spoutapi.gui.GenericContainer
+
 
+
getType() - Method in class org.getspout.spoutapi.gui.GenericEntityWidget
+
 
+
getType() - Method in class org.getspout.spoutapi.gui.GenericGradient
+
 
+
getType() - Method in class org.getspout.spoutapi.gui.GenericItemWidget
+
 
+
getType() - Method in class org.getspout.spoutapi.gui.GenericLabel
+
 
+
getType() - Method in class org.getspout.spoutapi.gui.GenericListWidget
+
 
+
getType() - Method in class org.getspout.spoutapi.gui.GenericOverlayScreen
+
 
+
getType() - Method in class org.getspout.spoutapi.gui.GenericPopup
+
 
+
getType() - Method in class org.getspout.spoutapi.gui.GenericRadioButton
+
 
+
getType() - Method in class org.getspout.spoutapi.gui.GenericSlider
+
 
+
getType() - Method in class org.getspout.spoutapi.gui.GenericSlot
+
 
+
getType() - Method in class org.getspout.spoutapi.gui.GenericTextField
+
 
+
getType() - Method in class org.getspout.spoutapi.gui.GenericTexture
+
 
+
getType() - Method in class org.getspout.spoutapi.gui.HealthBar
+
 
+
getType() - Method in class org.getspout.spoutapi.gui.HungerBar
+
 
+
getType() - Method in class org.getspout.spoutapi.gui.InGameScreen
+
 
+
getType(int) - Static method in enum org.getspout.spoutapi.gui.ScreenType
+
 
+
getType() - Method in interface org.getspout.spoutapi.gui.Widget
+
+
The type of widget this is.
+
+
getTypeFromName(String) - Static method in enum org.getspout.spoutapi.particle.Particle.ParticleType
+
 
+
getTypeId() - Method in class org.getspout.spoutapi.gui.GenericItemWidget
+
 
+
getTypeId() - Method in interface org.getspout.spoutapi.gui.ItemWidget
+
+
Gets the type id of this item widget
+
+
getUID() - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
getUncompressedChunkData() - Method in interface org.getspout.spoutapi.packet.standard.MCPacket51MapChunkUncompressed
+
+
The chunk data contains 4 sections +

+ type data: 1 byte per block + meta data: 1 nibble per block + block light: 1 nibble per block + sunlight level: 1 nibble per block +

+ The data in each section can be indexed using +

+ data[x, y, z] = section[y + z*(sizeY + 1) + x*(sizeY + 1)*(sizeZ + 1) +

+ For the last 3 sections, section[] is an array of nibbles.

+
+
getUniqueId() - Method in class org.getspout.spoutapi.keyboard.KeyBinding
+
+
Gets the unique id of this keybinding
+
+
getUpdateFolder() - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
getUpdateFolderFile() - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
getUrl() - Method in class org.getspout.spoutapi.gui.GenericTexture
+
 
+
getUrl() - Method in interface org.getspout.spoutapi.gui.Texture
+
+
Gets the url of this texture to render
+
+
getValue() - Method in enum org.getspout.spoutapi.player.RenderDistance
+
 
+
getVariationId() - Method in enum org.getspout.spoutapi.sound.SoundEffect
+
 
+
getVersion() - Method in interface org.getspout.spoutapi.block.design.BlockDesign
+
 
+
getVersion() - Method in class org.getspout.spoutapi.block.design.GenericBlockDesign
+
 
+
getVersion() - Method in class org.getspout.spoutapi.gui.ArmorBar
+
 
+
getVersion() - Method in class org.getspout.spoutapi.gui.BubbleBar
+
 
+
getVersion() - Method in class org.getspout.spoutapi.gui.ChatBar
+
 
+
getVersion() - Method in class org.getspout.spoutapi.gui.ChatTextBox
+
 
+
getVersion() - Method in class org.getspout.spoutapi.gui.ExpBar
+
 
+
getVersion() - Method in class org.getspout.spoutapi.gui.GenericButton
+
 
+
getVersion() - Method in class org.getspout.spoutapi.gui.GenericComboBox
+
 
+
getVersion() - Method in class org.getspout.spoutapi.gui.GenericControl
+
 
+
getVersion() - Method in class org.getspout.spoutapi.gui.GenericGradient
+
 
+
getVersion() - Method in class org.getspout.spoutapi.gui.GenericItemWidget
+
 
+
getVersion() - Method in class org.getspout.spoutapi.gui.GenericLabel
+
 
+
getVersion() - Method in class org.getspout.spoutapi.gui.GenericListWidget
+
 
+
getVersion() - Method in class org.getspout.spoutapi.gui.GenericPopup
+
 
+
getVersion() - Method in class org.getspout.spoutapi.gui.GenericScreen
+
 
+
getVersion() - Method in class org.getspout.spoutapi.gui.GenericScrollable
+
 
+
getVersion() - Method in class org.getspout.spoutapi.gui.GenericSlider
+
 
+
getVersion() - Method in class org.getspout.spoutapi.gui.GenericTextField
+
 
+
getVersion() - Method in class org.getspout.spoutapi.gui.GenericTexture
+
 
+
getVersion() - Method in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
getVersion() - Method in class org.getspout.spoutapi.gui.HealthBar
+
 
+
getVersion() - Method in class org.getspout.spoutapi.gui.HungerBar
+
 
+
getVersion() - Method in interface org.getspout.spoutapi.gui.Widget
+
+
The version this widget is.
+
+
getVersion() - Method in class org.getspout.spoutapi.material.block.GenericCustomBlock
+
 
+
getVersion() - Method in class org.getspout.spoutapi.material.item.GenericCustomItem
+
 
+
getVersion() - Method in class org.getspout.spoutapi.material.item.GenericCustomTool
+
 
+
getVersion() - Method in class org.getspout.spoutapi.packet.PacketAccessory
+
 
+
getVersion() - Method in class org.getspout.spoutapi.packet.PacketAddonData
+
 
+
getVersion() - Method in class org.getspout.spoutapi.packet.PacketAirTime
+
 
+
getVersion() - Method in class org.getspout.spoutapi.packet.PacketAlert
+
 
+
getVersion() - Method in class org.getspout.spoutapi.packet.PacketAllowVisualCheats
+
 
+
getVersion() - Method in class org.getspout.spoutapi.packet.PacketBlockData
+
 
+
getVersion() - Method in class org.getspout.spoutapi.packet.PacketCacheDeleteFile
+
 
+
getVersion() - Method in class org.getspout.spoutapi.packet.PacketCacheFile
+
 
+
getVersion() - Method in class org.getspout.spoutapi.packet.PacketClientAddons
+
 
+
getVersion() - Method in class org.getspout.spoutapi.packet.PacketClipboardText
+
 
+
getVersion() - Method in class org.getspout.spoutapi.packet.PacketComboBox
+
 
+
getVersion() - Method in class org.getspout.spoutapi.packet.PacketControlAction
+
 
+
getVersion() - Method in class org.getspout.spoutapi.packet.PacketCustomBlockChunkOverride
+
 
+
getVersion() - Method in class org.getspout.spoutapi.packet.PacketCustomBlockDesign
+
 
+
getVersion() - Method in class org.getspout.spoutapi.packet.PacketCustomBlockOverride
+
 
+
getVersion() - Method in class org.getspout.spoutapi.packet.PacketCustomMultiBlockOverride
+
 
+
getVersion() - Method in class org.getspout.spoutapi.packet.PacketDownloadMusic
+
 
+
getVersion() - Method in class org.getspout.spoutapi.packet.PacketEntityInformation
+
 
+
getVersion() - Method in class org.getspout.spoutapi.packet.PacketEntitySkin
+
 
+
getVersion() - Method in class org.getspout.spoutapi.packet.PacketEntityTitle
+
 
+
getVersion() - Method in class org.getspout.spoutapi.packet.PacketFocusUpdate
+
 
+
getVersion() - Method in class org.getspout.spoutapi.packet.PacketFullVersion
+
 
+
getVersion() - Method in class org.getspout.spoutapi.packet.PacketItemName
+
 
+
getVersion() - Method in class org.getspout.spoutapi.packet.PacketKeyBinding
+
 
+
getVersion() - Method in class org.getspout.spoutapi.packet.PacketKeyPress
+
 
+
getVersion() - Method in class org.getspout.spoutapi.packet.PacketMovementModifiers
+
 
+
getVersion() - Method in class org.getspout.spoutapi.packet.PacketMusicChange
+
 
+
getVersion() - Method in class org.getspout.spoutapi.packet.PacketNotification
+
 
+
getVersion() - Method in class org.getspout.spoutapi.packet.PacketOpenScreen
+
 
+
getVersion() - Method in class org.getspout.spoutapi.packet.PacketOpenSignGUI
+
 
+
getVersion() - Method in class org.getspout.spoutapi.packet.PacketParticle
+
 
+
getVersion() - Method in class org.getspout.spoutapi.packet.PacketPermissionUpdate
+
 
+
getVersion() - Method in class org.getspout.spoutapi.packet.PacketPlaySound
+
 
+
getVersion() - Method in class org.getspout.spoutapi.packet.PacketPreCacheCompleted
+
 
+
getVersion() - Method in class org.getspout.spoutapi.packet.PacketPreCacheFile
+
 
+
getVersion() - Method in class org.getspout.spoutapi.packet.PacketRenderDistance
+
 
+
getVersion() - Method in class org.getspout.spoutapi.packet.PacketRequestPrecache
+
 
+
getVersion() - Method in class org.getspout.spoutapi.packet.PacketScreenAction
+
 
+
getVersion() - Method in class org.getspout.spoutapi.packet.PacketScreenshot
+
 
+
getVersion() - Method in class org.getspout.spoutapi.packet.PacketSendPrecache
+
 
+
getVersion() - Method in class org.getspout.spoutapi.packet.PacketServerPlugins
+
 
+
getVersion() - Method in class org.getspout.spoutapi.packet.PacketSetVelocity
+
 
+
getVersion() - Method in class org.getspout.spoutapi.packet.PacketSkinURL
+
 
+
getVersion() - Method in class org.getspout.spoutapi.packet.PacketSky
+
 
+
getVersion() - Method in class org.getspout.spoutapi.packet.PacketSlotClick
+
 
+
getVersion() - Method in class org.getspout.spoutapi.packet.PacketSpawnTextEntity
+
 
+
getVersion() - Method in class org.getspout.spoutapi.packet.PacketStopMusic
+
 
+
getVersion() - Method in class org.getspout.spoutapi.packet.PacketTexturePack
+
 
+
getVersion() - Method in class org.getspout.spoutapi.packet.PacketValidatePrecache
+
 
+
getVersion() - Method in class org.getspout.spoutapi.packet.PacketWaypoint
+
 
+
getVersion() - Method in class org.getspout.spoutapi.packet.PacketWidget
+
 
+
getVersion() - Method in class org.getspout.spoutapi.packet.PacketWidgetRemove
+
 
+
getVersion() - Method in interface org.getspout.spoutapi.packet.SpoutPacket
+
+
Version of the packet this represents.
+
+
getVersion() - Method in class org.getspout.spoutapi.plugin.SpoutPlugin
+
+
Deprecated.
+
getVersion() - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
getVersionString() - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Gets the player's Spoutcraft version as a String.
+
+
getVertex(int) - Method in class org.getspout.spoutapi.block.design.Quad
+
+
Gets the vertex of the specified index
+
+
getViewDistance() - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
getViewportSize(Orientation) - Method in class org.getspout.spoutapi.gui.GenericScrollable
+
 
+
getViewportSize(Orientation) - Method in interface org.getspout.spoutapi.gui.Scrollable
+
+
Gets the size of the rectangle inside the scrollable.
+
+
getViews() - Method in class org.getspout.spoutapi.gui.AbstractListModel
+
 
+
getVolumePercent() - Method in class org.getspout.spoutapi.event.sound.BackgroundMusicEvent
+
+
Gets the volume percent for this music
+
+
getWalkingMultiplier() - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Gets the walking multiplier for this player +

+ Default walking modifier is 1

+
+
getWarningState() - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
getWaterAnimalSpawnLimit() - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
getWaterAnimalSpawnLimit() - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
getWeatherDuration() - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
getWhitelistedPlayers() - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
getWidget(UUID) - Method in class org.getspout.spoutapi.gui.GenericScreen
+
 
+
getWidget(UUID) - Method in interface org.getspout.spoutapi.gui.Screen
+
+
Gets the widget that is associated with the given id, or null if none was found
+
+
getWidgetClass() - Method in class org.getspout.spoutapi.gui.WidgetType
+
 
+
getWidgetFromId(int) - Static method in class org.getspout.spoutapi.gui.WidgetType
+
 
+
getWidgetId(Class<? extends Widget>) - Static method in class org.getspout.spoutapi.gui.WidgetType
+
 
+
getWidth() - Method in class org.getspout.spoutapi.block.design.Texture
+
+
Gets the total width of this texture
+
+
getWidth() - Method in class org.getspout.spoutapi.event.inventory.InventoryCraftEvent
+
+
Deprecated.
+
Gets the width of the inventory crafting area
+
+
getWidth() - Method in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
getWidth() - Method in class org.getspout.spoutapi.gui.InGameScreen
+
 
+
getWidth() - Method in class org.getspout.spoutapi.gui.Rectangle
+
 
+
getWidth() - Method in interface org.getspout.spoutapi.gui.Widget
+
+
Gets the width of this widget, in pixels
+
+
getWindow() - Method in interface org.getspout.spoutapi.packet.standard.MCPacket103SetSlot
+
+
Get the window that the packet indicated.
+
+
getWindow() - Method in enum org.getspout.spoutapi.packet.standard.MCPacket103SetSlot.Slot
+
+
Gets the Window enum value that represents the window in the packet.
+
+
getWindowById(int) - Static method in enum org.getspout.spoutapi.packet.standard.MCPacket103SetSlot.Window
+
+
Gets a Window enum that represents the raw id.
+
+
getWorld(String) - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
getWorld(UUID) - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
getWorldContainer() - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
getWorldFolder() - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
getWorldHeightBits(World) - Method in interface org.getspout.spoutapi.WorldManager
+
 
+
getWorldManager() - Static method in class org.getspout.spoutapi.SpoutManager
+
 
+
getWorlds() - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
getWorldType() - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
getWorldType() - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
getWorldUID() - Method in class org.getspout.spoutapi.chunkstore.ChunkMetaData
+
 
+
getWorldXShiftBits(World) - Method in interface org.getspout.spoutapi.WorldManager
+
 
+
getWorldZShiftBits(World) - Method in interface org.getspout.spoutapi.WorldManager
+
 
+
getX() - Method in class org.getspout.spoutapi.block.design.Vertex
+
 
+
getX() - Method in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
getX() - Method in class org.getspout.spoutapi.gui.Rectangle
+
 
+
getX() - Method in interface org.getspout.spoutapi.gui.Widget
+
+
Gets the x coordinate of this widget.
+
+
getX() - Method in interface org.getspout.spoutapi.packet.standard.MCPacket51MapChunk
+
 
+
getXBitShifts() - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
getXFromKey(int) - Static method in class org.getspout.spoutapi.util.map.TByteShortByteKeyedMap
+
 
+
getXLoc() - Method in class org.getspout.spoutapi.block.design.SubTexture
+
+
Gets the left-sided X of this subtexture
+
+
getXTopLoc() - Method in class org.getspout.spoutapi.block.design.SubTexture
+
+
Gets the right-sided x of this subtexture
+
+
getY() - Method in class org.getspout.spoutapi.block.design.Vertex
+
 
+
getY() - Method in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
getY() - Method in class org.getspout.spoutapi.gui.Rectangle
+
 
+
getY() - Method in interface org.getspout.spoutapi.gui.Widget
+
+
Gets the y coordinate of this widget.
+
+
getY() - Method in interface org.getspout.spoutapi.packet.standard.MCPacket51MapChunk
+
 
+
getYFromKey(int) - Static method in class org.getspout.spoutapi.util.map.TByteShortByteKeyedMap
+
 
+
getYLoc() - Method in class org.getspout.spoutapi.block.design.SubTexture
+
 
+
getYTopLoc() - Method in class org.getspout.spoutapi.block.design.SubTexture
+
+
Gets the top-sided y of this subtexture
+
+
getZ() - Method in class org.getspout.spoutapi.block.design.Vertex
+
 
+
getZ() - Method in interface org.getspout.spoutapi.packet.standard.MCPacket51MapChunk
+
 
+
getZBitShifts() - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
getZFromKey(int) - Static method in class org.getspout.spoutapi.util.map.TByteShortByteKeyedMap
+
 
+
ghastTear - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
glass - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
glassBottle - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
glassPane - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
glisteringMelon - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
glowingRedstoneOre - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
glowstoneBlock - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
glowstoneDust - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
goldAxe - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
goldBlock - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
goldBoots - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
goldChestplate - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
goldenApple - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
goldencarrot - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
goldHelmet - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
goldHoe - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
goldIngot - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
goldLeggings - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
goldMusicDisc - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
goldNugget - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
goldOre - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
goldPickaxe - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
goldShovel - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
goldSword - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
Gradient - Interface in org.getspout.spoutapi.gui
+
+
The GenericGradient represents a vertical gradient only.
+
+
Gradient - Static variable in class org.getspout.spoutapi.gui.WidgetType
+
 
+
Grass - Class in org.getspout.spoutapi.material.block
+
 
+
Grass(String) - Constructor for class org.getspout.spoutapi.material.block.Grass
+
 
+
grass - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
gravel - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
grayDye - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
green - Variable in class org.getspout.spoutapi.gui.Color
+
 
+
greenMusicDisc - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
greenWool - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
greyWool - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
gunpowder - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
+ + + +

H

+
+
handleItemOnCursor(ItemStack) - Method in class org.getspout.spoutapi.gui.GenericPopup
+
 
+
handleItemOnCursor(ItemStack) - Method in interface org.getspout.spoutapi.gui.PopupScreen
+
+
When the screen is closed, this method is called to handle the + ItemStack that the player is dragging.
+
+
hasAccessory(AccessoryType) - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Checks if the player has that accessory type.
+
+
hasContainer() - Method in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
hasContainer() - Method in interface org.getspout.spoutapi.gui.Widget
+
+
Does the widget have a container
+
+
hashCode() - Method in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
hashCode() - Method in class org.getspout.spoutapi.gui.Rectangle
+
 
+
hashCode() - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
hasMetadata(String) - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
hasPosition - Variable in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
hasPosition() - Method in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
hasPosition() - Method in interface org.getspout.spoutapi.gui.Widget
+
+
Returns true if the widget has had its position set.
+
+
hasShadow() - Method in class org.getspout.spoutapi.gui.GenericButton
+
 
+
hasShadow() - Method in class org.getspout.spoutapi.gui.GenericLabel
+
 
+
hasShadow() - Method in class org.getspout.spoutapi.gui.GenericSlider
+
 
+
hasShadow() - Method in interface org.getspout.spoutapi.gui.Label
+
+
Gets whether or not the label has a shadow.
+
+
hasSize - Variable in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
hasSize() - Method in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
hasSize() - Method in interface org.getspout.spoutapi.gui.Widget
+
+
Returns true if a widget has had its size set.
+
+
hasStorm() - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
hasSubtypes() - Method in class org.getspout.spoutapi.material.block.GenericBlock
+
 
+
hasSubtypes() - Method in class org.getspout.spoutapi.material.item.GenericItem
+
 
+
hasSubtypes() - Method in interface org.getspout.spoutapi.material.Material
+
 
+
hasWhitelist() - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
health - Variable in class org.getspout.spoutapi.gui.InGameScreen
+
 
+
HealthBar - Class in org.getspout.spoutapi.gui
+
+
The Spout implementation of the default Health Bar.
+
+
HealthBar() - Constructor for class org.getspout.spoutapi.gui.HealthBar
+
 
+
HealthBar - Static variable in class org.getspout.spoutapi.gui.WidgetType
+
 
+
height - Variable in class org.getspout.spoutapi.block.design.Texture
+
 
+
height - Variable in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
hideTitle() - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Completely hides the title from view of all players.
+
+
hideTitleFrom(SpoutPlayer) - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Completely hides the title from the view of the viewingPlayer
+
+
highXBound - Variable in class org.getspout.spoutapi.block.design.GenericBlockDesign
+
 
+
highYBound - Variable in class org.getspout.spoutapi.block.design.GenericBlockDesign
+
 
+
highZBound - Variable in class org.getspout.spoutapi.block.design.GenericBlockDesign
+
 
+
hoverColor - Variable in class org.getspout.spoutapi.gui.GenericButton
+
 
+
hugeBrownMushroom - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
hugeRedMushroom - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
hunger - Variable in class org.getspout.spoutapi.gui.InGameScreen
+
 
+
HungerBar - Class in org.getspout.spoutapi.gui
+
 
+
HungerBar() - Constructor for class org.getspout.spoutapi.gui.HungerBar
+
 
+
HungerBar - Static variable in class org.getspout.spoutapi.gui.WidgetType
+
 
+
+ + + +

I

+
+
ice - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
id - Variable in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
id - Variable in class org.getspout.spoutapi.packet.PacketMusicChange
+
 
+
id - Variable in enum org.getspout.spoutapi.packet.standard.MCPacket103SetSlot.Window
+
+
The raw value contained in the packet.
+
+
ignore() - Static method in class org.getspout.spoutapi.gui.Color
+
+
Gets a color value that will be ignored on the client.
+
+
increment(int, int, int) - Method in class org.getspout.spoutapi.util.map.TByteShortByteKeyedDoubleHashMap
+
 
+
increment(int, int, int) - Method in class org.getspout.spoutapi.util.map.TByteShortByteKeyedFloatHashMap
+
 
+
increment(int, int, int) - Method in class org.getspout.spoutapi.util.map.TByteShortByteKeyedIntHashMap
+
 
+
increment(int, int, int) - Method in class org.getspout.spoutapi.util.map.TByteShortByteKeyedLongHashMap
+
 
+
increment(byte, byte, byte) - Method in class org.getspout.spoutapi.util.map.TByteTripleDoubleHashMap
+
 
+
increment(byte, byte, byte) - Method in class org.getspout.spoutapi.util.map.TByteTripleFloatHashMap
+
 
+
increment(byte, byte, byte) - Method in class org.getspout.spoutapi.util.map.TByteTripleIntHashMap
+
 
+
increment(byte, byte, byte) - Method in class org.getspout.spoutapi.util.map.TByteTripleLongHashMap
+
 
+
increment(int, int) - Method in class org.getspout.spoutapi.util.map.TIntPairDoubleHashMap
+
 
+
increment(int, int) - Method in class org.getspout.spoutapi.util.map.TIntPairFloatHashMap
+
 
+
increment(int, int) - Method in class org.getspout.spoutapi.util.map.TIntPairIntHashMap
+
 
+
increment(int, int) - Method in class org.getspout.spoutapi.util.map.TIntPairLongHashMap
+
 
+
InGameHUD - Interface in org.getspout.spoutapi.gui
+
+
This is the main screen when playing Minecraft.
+
+
InGameScreen - Class in org.getspout.spoutapi.gui
+
 
+
InGameScreen(int) - Constructor for class org.getspout.spoutapi.gui.InGameScreen
+
 
+
InGameScreen - Static variable in class org.getspout.spoutapi.gui.WidgetType
+
 
+
inkSac - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
innerSizeHoriz - Variable in class org.getspout.spoutapi.gui.GenericScrollable
+
 
+
innerSizeVert - Variable in class org.getspout.spoutapi.gui.GenericScrollable
+
 
+
insertChild(int, Widget) - Method in interface org.getspout.spoutapi.gui.Container
+
+
Adds a single widget to a container
+
+
insertChild(int, Widget) - Method in class org.getspout.spoutapi.gui.GenericContainer
+
 
+
inventory - Variable in class org.getspout.spoutapi.event.inventory.InventoryEvent
+
 
+
InventoryBuilder - Interface in org.getspout.spoutapi.inventory
+
+
The InventoryBuilder can build a org.bukkit.inventory.Inventory object from a predetermined collection, array, or size
+
+
InventoryClickEvent - Class in org.getspout.spoutapi.event.inventory
+
+
Deprecated.
+
+
InventoryClickEvent(Player, Inventory, InventorySlotType, ItemStack, ItemStack, int, boolean, boolean) - Constructor for class org.getspout.spoutapi.event.inventory.InventoryClickEvent
+
+
Deprecated.
+
+
InventoryClickEvent(Player, Inventory, InventorySlotType, ItemStack, ItemStack, int, boolean, boolean, Location) - Constructor for class org.getspout.spoutapi.event.inventory.InventoryClickEvent
+
+
Deprecated.
+
+
InventoryClickEvent(String, Player, Inventory, InventorySlotType, ItemStack, ItemStack, int, boolean, boolean, Location) - Constructor for class org.getspout.spoutapi.event.inventory.InventoryClickEvent
+
+
Deprecated.
+
+
InventoryCloseEvent - Class in org.getspout.spoutapi.event.inventory
+
+
Deprecated.
+
+
InventoryCloseEvent(Player, Inventory, Inventory) - Constructor for class org.getspout.spoutapi.event.inventory.InventoryCloseEvent
+
+
Deprecated.
+
InventoryCloseEvent(Player, Inventory, Inventory, Location) - Constructor for class org.getspout.spoutapi.event.inventory.InventoryCloseEvent
+
+
Deprecated.
+
InventoryCraftEvent - Class in org.getspout.spoutapi.event.inventory
+
+
Deprecated.
+
+
InventoryCraftEvent(Player, CraftingInventory, Location, InventorySlotType, int, ItemStack[][], ItemStack, int, ItemStack, boolean, boolean) - Constructor for class org.getspout.spoutapi.event.inventory.InventoryCraftEvent
+
+
Deprecated.
+
InventoryEvent - Class in org.getspout.spoutapi.event.inventory
+
 
+
InventoryEvent(String, Player, Inventory) - Constructor for class org.getspout.spoutapi.event.inventory.InventoryEvent
+
 
+
InventoryEvent(String, Player, Inventory, Location) - Constructor for class org.getspout.spoutapi.event.inventory.InventoryEvent
+
 
+
InventoryOpenEvent - Class in org.getspout.spoutapi.event.inventory
+
+
Deprecated.
+
+
InventoryOpenEvent(Player, Inventory, Inventory) - Constructor for class org.getspout.spoutapi.event.inventory.InventoryOpenEvent
+
+
Deprecated.
+
InventoryOpenEvent(Player, Inventory, Inventory, Location) - Constructor for class org.getspout.spoutapi.event.inventory.InventoryOpenEvent
+
+
Deprecated.
+
InventoryPlayerClickEvent - Class in org.getspout.spoutapi.event.inventory
+
+
Deprecated.
+
+
InventoryPlayerClickEvent(Player, Inventory, InventorySlotType, ItemStack, ItemStack, int, boolean, boolean, Location) - Constructor for class org.getspout.spoutapi.event.inventory.InventoryPlayerClickEvent
+
+
Deprecated.
+
InventorySlotType - Enum in org.getspout.spoutapi.event.inventory
+
 
+
ironAxe - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
ironBars - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
ironBlock - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
ironBoots - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
ironChestplate - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
ironDoor - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
ironDoorBlock - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
ironHelmet - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
ironHoe - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
ironIngot - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
ironLeggings - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
ironOre - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
ironPickaxe - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
ironShovel - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
ironSword - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
isAlwaysVisible() - Method in class org.getspout.spoutapi.gui.ArmorBar
+
+
True if the armor bar will appear even when the player has no armor equipped.
+
+
isArmor() - Method in enum org.getspout.spoutapi.packet.standard.MCPacket103SetSlot.Slot
+
+
Indicates whether the slot is in the player's armor bar.
+
+
isAuto() - Method in interface org.getspout.spoutapi.gui.Container
+
+
True if the children will expand to fill width and height
+
+
isAuto() - Method in class org.getspout.spoutapi.gui.GenericButton
+
 
+
isAuto() - Method in class org.getspout.spoutapi.gui.GenericContainer
+
 
+
isAuto() - Method in class org.getspout.spoutapi.gui.GenericLabel
+
 
+
isAuto() - Method in class org.getspout.spoutapi.gui.GenericSlider
+
 
+
isAuto() - Method in interface org.getspout.spoutapi.gui.Label
+
+
True if the text will expand to fill width and height
+
+
isAutoDirty() - Method in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
isAutoDirty() - Method in interface org.getspout.spoutapi.gui.Widget
+
+
Check whether this widget is automatically being marked as dirty.
+
+
isAutoSave() - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
isBgVisible() - Method in class org.getspout.spoutapi.gui.GenericScreen
+
 
+
isBgVisible() - Method in interface org.getspout.spoutapi.gui.Screen
+
+
Is true if this grey background is visible and rendering on the screen
+
+
isCancelled() - Method in class org.getspout.spoutapi.event.input.RenderDistanceChangeEvent
+
 
+
isCancelled() - Method in class org.getspout.spoutapi.event.inventory.InventoryEvent
+
 
+
isCancelled() - Method in class org.getspout.spoutapi.event.screen.ScreenEvent
+
 
+
isCancelled() - Method in class org.getspout.spoutapi.event.slot.SlotEvent
+
 
+
isCancelled() - Method in class org.getspout.spoutapi.event.sound.BackgroundMusicEvent
+
 
+
isCancelled() - Method in class org.getspout.spoutapi.packet.PacketMusicChange
+
 
+
isChecked() - Method in interface org.getspout.spoutapi.gui.CheckBox
+
 
+
isChecked() - Method in class org.getspout.spoutapi.gui.GenericCheckBox
+
 
+
isChest() - Method in enum org.getspout.spoutapi.packet.standard.MCPacket103SetSlot.Slot
+
+
Indicates whether the slot is in a single chest window.
+
+
isChunkInUse(int, int) - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
isChunkLoaded(Chunk) - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
isChunkLoaded(int, int) - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
isCloudsVisible(SpoutPlayer) - Method in interface org.getspout.spoutapi.player.SkyManager
+
+
Is true if the clouds are visible for the given player
+
+
isCompressed() - Method in interface org.getspout.spoutapi.packet.CompressablePacket
+
+
Deprecated.
+
isCompressed() - Method in class org.getspout.spoutapi.packet.PacketAddonData
+
 
+
isCompressed() - Method in class org.getspout.spoutapi.packet.PacketBlockData
+
 
+
isCompressed() - Method in class org.getspout.spoutapi.packet.PacketCacheFile
+
 
+
isCompressed() - Method in class org.getspout.spoutapi.packet.PacketCustomBlockChunkOverride
+
 
+
isCompressed() - Method in class org.getspout.spoutapi.packet.PacketCustomMultiBlockOverride
+
 
+
isCompressed() - Method in class org.getspout.spoutapi.packet.PacketEntityInformation
+
 
+
isCompressed() - Method in class org.getspout.spoutapi.packet.PacketSendPrecache
+
 
+
isContents() - Method in enum org.getspout.spoutapi.packet.standard.MCPacket103SetSlot.Slot
+
+
Indicates whether the slot is in the contents of a container.
+
+
isCustomBlock() - Method in interface org.getspout.spoutapi.block.SpoutBlock
+
+
Deprecated.
+
+
isCustomItem() - Method in class org.getspout.spoutapi.inventory.SpoutItemStack
+
 
+
isCustomWidget(Widget) - Static method in class org.getspout.spoutapi.gui.InGameScreen
+
 
+
isDirty() - Method in class org.getspout.spoutapi.chunkstore.ChunkMetaData
+
+
True if this chunk's data has been altered and needs to be serialized into storage
+
+
isDirty() - Method in class org.getspout.spoutapi.gui.GenericContainer
+
 
+
isDirty() - Method in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
isDirty() - Method in interface org.getspout.spoutapi.gui.Widget
+
+
Is true if this widget has been marked dirty
+
+
isDispenser() - Method in enum org.getspout.spoutapi.packet.standard.MCPacket103SetSlot.Slot
+
+
Indicates whether the slot is in a dispenser window.
+
+
isDoubleChest() - Method in interface org.getspout.spoutapi.block.SpoutChest
+
+
Deprecated.
+
Is true if the chest is part of a larger double chest
+
+
isDoubleChest() - Method in enum org.getspout.spoutapi.packet.standard.MCPacket103SetSlot.Slot
+
+
Indicates whether the slot is in a double chest window.
+
+
isDrawingAlphaChannel() - Method in class org.getspout.spoutapi.gui.GenericTexture
+
 
+
isDrawingAlphaChannel() - Method in interface org.getspout.spoutapi.gui.Texture
+
+
Gets if the texture draws the full alpha channel instead of just using a bit-mask.
+
+
isEmpty() - Method in class org.getspout.spoutapi.util.map.TByteShortByteKeyedDoubleHashMap
+
 
+
isEmpty() - Method in class org.getspout.spoutapi.util.map.TByteShortByteKeyedFloatHashMap
+
 
+
isEmpty() - Method in class org.getspout.spoutapi.util.map.TByteShortByteKeyedIntHashMap
+
 
+
isEmpty() - Method in class org.getspout.spoutapi.util.map.TByteShortByteKeyedLongHashMap
+
 
+
isEmpty() - Method in class org.getspout.spoutapi.util.map.TByteShortByteKeyedObjectHashMap
+
 
+
isEmpty() - Method in class org.getspout.spoutapi.util.map.TByteTripleDoubleHashMap
+
 
+
isEmpty() - Method in class org.getspout.spoutapi.util.map.TByteTripleFloatHashMap
+
 
+
isEmpty() - Method in class org.getspout.spoutapi.util.map.TByteTripleIntHashMap
+
 
+
isEmpty() - Method in class org.getspout.spoutapi.util.map.TByteTripleLongHashMap
+
 
+
isEmpty() - Method in class org.getspout.spoutapi.util.map.TByteTripleObjectHashMap
+
 
+
isEmpty() - Method in class org.getspout.spoutapi.util.map.TIntPairDoubleHashMap
+
 
+
isEmpty() - Method in class org.getspout.spoutapi.util.map.TIntPairFloatHashMap
+
 
+
isEmpty() - Method in class org.getspout.spoutapi.util.map.TIntPairHashSet
+
 
+
isEmpty() - Method in class org.getspout.spoutapi.util.map.TIntPairIntHashMap
+
 
+
isEmpty() - Method in class org.getspout.spoutapi.util.map.TIntPairLongHashMap
+
 
+
isEmpty() - Method in class org.getspout.spoutapi.util.map.TIntPairObjectHashMap
+
 
+
isEnabled() - Method in interface org.getspout.spoutapi.gui.Control
+
+
True if the control is enabled and can receive input
+
+
isEnabled() - Method in class org.getspout.spoutapi.gui.GenericControl
+
 
+
isFallingBlock() - Method in class org.getspout.spoutapi.material.block.DoubleSlabs
+
 
+
isFallingBlock() - Method in class org.getspout.spoutapi.material.block.Slab
+
 
+
isFallingBlock() - Method in class org.getspout.spoutapi.material.block.Solid
+
 
+
isFallingBlock() - Method in class org.getspout.spoutapi.material.block.Wool
+
 
+
isFallingBlock() - Method in interface org.getspout.spoutapi.material.SolidBlock
+
 
+
isFixed() - Method in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
isFixed() - Method in interface org.getspout.spoutapi.gui.Widget
+
+
Container Layout - Whether the widget is fixed size inside its container
+
+
isFlowing() - Method in class org.getspout.spoutapi.material.block.GenericLiquid
+
 
+
isFlowing() - Method in interface org.getspout.spoutapi.material.Liquid
+
 
+
isFocus() - Method in interface org.getspout.spoutapi.gui.Control
+
 
+
isFocus() - Method in class org.getspout.spoutapi.gui.GenericControl
+
 
+
isFocused() - Method in class org.getspout.spoutapi.gui.GenericTextField
+
 
+
isFocused() - Method in interface org.getspout.spoutapi.gui.TextField
+
+
Determines if this text field is focused
+
+
isFullCube() - Method in class org.getspout.spoutapi.block.design.GenericCuboidBlockDesign
+
+
Creates a basic cuboid custom block model
+
+
isFurnace() - Method in enum org.getspout.spoutapi.packet.standard.MCPacket103SetSlot.Slot
+
+
Indicates whether the slot is in a furnace window.
+
+
isGameRule(String) - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
isHardcore() - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
isHasGrowthStages() - Method in class org.getspout.spoutapi.material.block.Grass
+
 
+
isHasGrowthStages() - Method in class org.getspout.spoutapi.material.block.LongGrass
+
 
+
isHasGrowthStages() - Method in class org.getspout.spoutapi.material.block.Sapling
+
 
+
isHasGrowthStages() - Method in class org.getspout.spoutapi.material.block.Tree
+
 
+
isHasGrowthStages() - Method in interface org.getspout.spoutapi.material.Plant
+
 
+
isHeldItems() - Method in enum org.getspout.spoutapi.packet.standard.MCPacket103SetSlot.Slot
+
+
Indicates whether the slot is in the player's held items bar.
+
+
isIndirectlyProvidingPowerTo(World, int, int, int, BlockFace) - Method in class org.getspout.spoutapi.material.block.GenericCustomBlock
+
 
+
isIndirectlyProvidingPowerTo(World, int, int, int, BlockFace) - Method in interface org.getspout.spoutapi.material.CustomBlock
+
+
Called to check if the block is indirectly providing redstone power to a face
+
+
isInput() - Method in enum org.getspout.spoutapi.packet.standard.MCPacket103SetSlot.Slot
+
+
Indicates whether the slot is in any crafting or furnace input.
+
+
isInventory() - Method in enum org.getspout.spoutapi.packet.standard.MCPacket103SetSlot.Slot
+
+
Indicates whether the slot is in the player's inventory section of the window.
+
+
isLeftClick() - Method in class org.getspout.spoutapi.event.inventory.InventoryClickEvent
+
+
Deprecated.
+
+
isLeftClick() - Method in class org.getspout.spoutapi.event.inventory.InventoryCraftEvent
+
+
Deprecated.
+
Returns true if the click on the inventory crafting slot was a left click.
+
+
isMoonVisible(SpoutPlayer) - Method in interface org.getspout.spoutapi.player.SkyManager
+
+
Is true if the moon will ever render
+
+
isOpaque(Block) - Method in interface org.getspout.spoutapi.inventory.MaterialManager
+
 
+
isOpaque() - Method in class org.getspout.spoutapi.material.block.Air
+
 
+
isOpaque() - Method in class org.getspout.spoutapi.material.block.GenericBlock
+
 
+
isOpaque() - Method in class org.getspout.spoutapi.material.block.GenericCustomBlock
+
 
+
isOpaque() - Method in interface org.getspout.spoutapi.material.Block
+
 
+
isOpen() - Method in interface org.getspout.spoutapi.gui.ComboBox
+
 
+
isOpen() - Method in class org.getspout.spoutapi.gui.GenericComboBox
+
 
+
isOutput() - Method in enum org.getspout.spoutapi.packet.standard.MCPacket103SetSlot.Slot
+
+
Indicates whether the slot is in any crafting or furnace output.
+
+
isPasswordField() - Method in class org.getspout.spoutapi.gui.GenericTextField
+
 
+
isPasswordField() - Method in interface org.getspout.spoutapi.gui.TextField
+
+
Determines if this text field is a password field
+
+
isPlayerInventory() - Method in enum org.getspout.spoutapi.packet.standard.MCPacket103SetSlot.Slot
+
+
Indicates whether the slot is in the player's inventory window.
+
+
isPowerSource() - Method in class org.getspout.spoutapi.material.block.GenericCustomBlock
+
 
+
isPowerSource() - Method in interface org.getspout.spoutapi.material.CustomBlock
+
+
True if this custom block is capable of providing redstone power to adjacent blocks
+
+
isPreCachingComplete() - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
True if the player has completed precaching files
+
+
isPrimaryThread() - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
isProvidingPowerTo(World, int, int, int, BlockFace) - Method in class org.getspout.spoutapi.material.block.GenericCustomBlock
+
 
+
isProvidingPowerTo(World, int, int, int, BlockFace) - Method in interface org.getspout.spoutapi.material.CustomBlock
+
+
Called to check if the block is providing redstone power to a face
+
+
isResize() - Method in class org.getspout.spoutapi.gui.GenericButton
+
 
+
isResize() - Method in class org.getspout.spoutapi.gui.GenericLabel
+
 
+
isResize() - Method in class org.getspout.spoutapi.gui.GenericSlider
+
 
+
isResize() - Method in interface org.getspout.spoutapi.gui.Label
+
+
Does this widget automatically resize with its contents
+
+
isSelected(int) - Method in class org.getspout.spoutapi.gui.GenericListView
+
 
+
isSelected(ListWidgetItem) - Method in class org.getspout.spoutapi.gui.GenericListView
+
 
+
isSelected(int) - Method in class org.getspout.spoutapi.gui.GenericListWidget
+
 
+
isSelected(ListWidgetItem) - Method in class org.getspout.spoutapi.gui.GenericListWidget
+
 
+
isSelected() - Method in class org.getspout.spoutapi.gui.GenericRadioButton
+
 
+
isSelected(int) - Method in interface org.getspout.spoutapi.gui.ListWidget
+
 
+
isSelected(ListWidgetItem) - Method in interface org.getspout.spoutapi.gui.ListWidget
+
 
+
isSelected() - Method in interface org.getspout.spoutapi.gui.RadioButton
+
 
+
isServerOnly() - Method in class org.getspout.spoutapi.gui.WidgetType
+
 
+
isShiftClick() - Method in class org.getspout.spoutapi.event.inventory.InventoryClickEvent
+
+
Deprecated.
+
+
isShiftClick() - Method in class org.getspout.spoutapi.event.inventory.InventoryCraftEvent
+
+
Deprecated.
+
Returns true if the click on the inventory crafting slot was a shift click.
+
+
isSpoutcraft - Static variable in class org.getspout.spoutapi.gui.GenericWidget
+
+
Set if this is Spoutcraft (client), cleared if it is Spout (server)...
+
+
isSpoutcraft() - Method in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
isSpoutcraft() - Method in interface org.getspout.spoutapi.gui.Widget
+
+
Is this running on Spoutcraft (ie, not on the server) - declared final in GenericWidget!
+
+
isSpoutCraftEnabled() - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Returns true if the player is using the spoutcraft single player mod
+
+
isStackable() - Method in interface org.getspout.spoutapi.material.CustomItem
+
 
+
isStackable() - Method in class org.getspout.spoutapi.material.item.GenericCustomItem
+
 
+
isStarsVisible(SpoutPlayer) - Method in interface org.getspout.spoutapi.player.SkyManager
+
+
Is true if the stars are visible for the given player player
+
+
isSunVisible(SpoutPlayer) - Method in interface org.getspout.spoutapi.player.SkyManager
+
+
Is true if the sun will ever render
+
+
isThundering() - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
isTransparent() - Method in class org.getspout.spoutapi.gui.GenericPopup
+
 
+
isTransparent() - Method in interface org.getspout.spoutapi.gui.PopupScreen
+
+
Is true if the popup screen has no transparency layer
+
+
isVisible() - Method in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
isVisible() - Method in interface org.getspout.spoutapi.gui.Widget
+
+
Is true if this widget is visible and rendering on the screen
+
+
isWorkbench() - Method in enum org.getspout.spoutapi.packet.standard.MCPacket103SetSlot.Slot
+
+
Indicates whether the slot is in a workbench window.
+
+
Item - Interface in org.getspout.spoutapi.material
+
 
+
itemframe - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
ItemMap - Class in org.getspout.spoutapi.inventory
+
+
This is a map which maps custom item ids to Strings and back.
+
+
ItemMap(ItemMap, SimpleStore<Integer>, ItemMapRunnable) - Constructor for class org.getspout.spoutapi.inventory.ItemMap
+
 
+
ItemMapRunnable - Interface in org.getspout.spoutapi.inventory
+
 
+
ItemWidget - Interface in org.getspout.spoutapi.gui
+
+
The GenericItemWidget class allows you to display a block or item as it + would be in the player's inventory.
+
+
ItemWidget - Static variable in class org.getspout.spoutapi.gui.WidgetType
+
 
+
iterator() - Method in class org.getspout.spoutapi.util.map.TByteShortByteKeyedDoubleHashMap
+
 
+
iterator() - Method in class org.getspout.spoutapi.util.map.TByteShortByteKeyedFloatHashMap
+
 
+
iterator() - Method in class org.getspout.spoutapi.util.map.TByteShortByteKeyedIntHashMap
+
 
+
iterator() - Method in class org.getspout.spoutapi.util.map.TByteShortByteKeyedLongHashMap
+
 
+
iterator() - Method in class org.getspout.spoutapi.util.map.TByteShortByteKeyedObjectHashMap
+
 
+
iterator() - Method in class org.getspout.spoutapi.util.map.TByteTripleDoubleHashMap
+
 
+
iterator() - Method in class org.getspout.spoutapi.util.map.TByteTripleFloatHashMap
+
 
+
iterator() - Method in class org.getspout.spoutapi.util.map.TByteTripleIntHashMap
+
 
+
iterator() - Method in class org.getspout.spoutapi.util.map.TByteTripleLongHashMap
+
 
+
iterator() - Method in class org.getspout.spoutapi.util.map.TByteTripleObjectHashMap
+
 
+
iterator() - Method in class org.getspout.spoutapi.util.map.TIntPairDoubleHashMap
+
 
+
iterator() - Method in class org.getspout.spoutapi.util.map.TIntPairFloatHashMap
+
 
+
iterator() - Method in class org.getspout.spoutapi.util.map.TIntPairHashSet
+
 
+
iterator() - Method in class org.getspout.spoutapi.util.map.TIntPairIntHashMap
+
 
+
iterator() - Method in class org.getspout.spoutapi.util.map.TIntPairLongHashMap
+
 
+
iterator() - Method in class org.getspout.spoutapi.util.map.TIntPairObjectHashMap
+
 
+
+ + + +

J

+
+
jackOLantern - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
jukebox - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
jungleLeaves - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
jungleLog - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
jungleSapling - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
jungleWood - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
jungleWoodDoubleSlabs - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
jungleWoodSlab - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
jungleWoodStairs - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
+ + + +

K

+
+
key - Variable in class org.getspout.spoutapi.packet.PacketKeyPress
+
 
+
key(int, int, int) - Static method in class org.getspout.spoutapi.util.map.TByteShortByteKeyedMap
+
 
+
KeyBinding - Class in org.getspout.spoutapi.keyboard
+
 
+
KeyBinding(String, Keyboard, String, Plugin, BindingExecutionDelegate) - Constructor for class org.getspout.spoutapi.keyboard.KeyBinding
+
 
+
KeyBindingEvent - Class in org.getspout.spoutapi.event.input
+
 
+
KeyBindingEvent(SpoutPlayer, KeyBinding) - Constructor for class org.getspout.spoutapi.event.input.KeyBindingEvent
+
 
+
KeyBindingManager - Interface in org.getspout.spoutapi.keyboard
+
 
+
Keyboard - Enum in org.getspout.spoutapi.keyboard
+
 
+
KeyboardBinding - Interface in org.getspout.spoutapi.keyboard
+
+
Deprecated.
+
+
KeyboardManager - Interface in org.getspout.spoutapi.keyboard
+
+
Deprecated.
+
+
keyPressed(KeyBindingEvent) - Method in interface org.getspout.spoutapi.keyboard.BindingExecutionDelegate
+
+
Called when the key bound to the delegate is pressed
+
+
KeyPressedEvent - Class in org.getspout.spoutapi.event.input
+
 
+
KeyPressedEvent(int, SpoutPlayer, ScreenType) - Constructor for class org.getspout.spoutapi.event.input.KeyPressedEvent
+
 
+
keyReleased(KeyBindingEvent) - Method in interface org.getspout.spoutapi.keyboard.BindingExecutionDelegate
+
+
Called when the key bound to the delegate is released
+
+
KeyReleasedEvent - Class in org.getspout.spoutapi.event.input
+
 
+
KeyReleasedEvent(int, SpoutPlayer, ScreenType) - Constructor for class org.getspout.spoutapi.event.input.KeyReleasedEvent
+
 
+
keys() - Method in class org.getspout.spoutapi.util.map.TByteShortByteKeyedDoubleHashMap
+
 
+
keys() - Method in class org.getspout.spoutapi.util.map.TByteShortByteKeyedFloatHashMap
+
 
+
keys() - Method in class org.getspout.spoutapi.util.map.TByteShortByteKeyedIntHashMap
+
 
+
keys() - Method in class org.getspout.spoutapi.util.map.TByteShortByteKeyedLongHashMap
+
 
+
keys() - Method in class org.getspout.spoutapi.util.map.TByteShortByteKeyedObjectHashMap
+
 
+
keys() - Method in class org.getspout.spoutapi.util.map.TByteTripleDoubleHashMap
+
 
+
keys() - Method in class org.getspout.spoutapi.util.map.TByteTripleFloatHashMap
+
 
+
keys() - Method in class org.getspout.spoutapi.util.map.TByteTripleIntHashMap
+
 
+
keys() - Method in class org.getspout.spoutapi.util.map.TByteTripleLongHashMap
+
 
+
keys() - Method in class org.getspout.spoutapi.util.map.TByteTripleObjectHashMap
+
 
+
keys() - Method in class org.getspout.spoutapi.util.map.TIntPairDoubleHashMap
+
 
+
keys() - Method in class org.getspout.spoutapi.util.map.TIntPairFloatHashMap
+
 
+
keys() - Method in class org.getspout.spoutapi.util.map.TIntPairIntHashMap
+
 
+
keys() - Method in class org.getspout.spoutapi.util.map.TIntPairLongHashMap
+
 
+
keys() - Method in class org.getspout.spoutapi.util.map.TIntPairObjectHashMap
+
 
+
keySet() - Method in class org.getspout.spoutapi.util.map.TByteShortByteKeyedDoubleHashMap
+
 
+
keySet() - Method in class org.getspout.spoutapi.util.map.TByteShortByteKeyedFloatHashMap
+
 
+
keySet() - Method in class org.getspout.spoutapi.util.map.TByteShortByteKeyedIntHashMap
+
 
+
keySet() - Method in class org.getspout.spoutapi.util.map.TByteShortByteKeyedLongHashMap
+
 
+
keySet() - Method in class org.getspout.spoutapi.util.map.TByteShortByteKeyedObjectHashMap
+
 
+
keySet() - Method in class org.getspout.spoutapi.util.map.TByteTripleDoubleHashMap
+
 
+
keySet() - Method in class org.getspout.spoutapi.util.map.TByteTripleFloatHashMap
+
 
+
keySet() - Method in class org.getspout.spoutapi.util.map.TByteTripleIntHashMap
+
 
+
keySet() - Method in class org.getspout.spoutapi.util.map.TByteTripleLongHashMap
+
 
+
keySet() - Method in class org.getspout.spoutapi.util.map.TByteTripleObjectHashMap
+
 
+
keySet() - Method in class org.getspout.spoutapi.util.map.TIntPairDoubleHashMap
+
 
+
keySet() - Method in class org.getspout.spoutapi.util.map.TIntPairFloatHashMap
+
 
+
keySet() - Method in class org.getspout.spoutapi.util.map.TIntPairIntHashMap
+
 
+
keySet() - Method in class org.getspout.spoutapi.util.map.TIntPairLongHashMap
+
 
+
keySet() - Method in class org.getspout.spoutapi.util.map.TIntPairObjectHashMap
+
 
+
+ + + +

L

+
+
label - Variable in class org.getspout.spoutapi.gui.GenericButton
+
 
+
label - Variable in class org.getspout.spoutapi.gui.GenericSlider
+
 
+
Label - Interface in org.getspout.spoutapi.gui
+
+
The GenericLabel class represents text on the users screen.
+
+
Label - Static variable in class org.getspout.spoutapi.gui.WidgetType
+
 
+
ladders - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
lapisBlock - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
lapisLazuli - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
lapisOre - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
lava - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
lavaBucket - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
leather - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
leatherBoots - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
leatherCap - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
leatherPants - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
leatherTunic - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
leaves - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
left - Variable in class org.getspout.spoutapi.gui.GenericTexture
+
 
+
lever - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
lightBlueDye - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
lightBlueWool - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
lightGrayDye - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
lightGreyWool - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
lightSourceXOffset - Variable in class org.getspout.spoutapi.block.design.GenericBlockDesign
+
 
+
lightSourceYOffset - Variable in class org.getspout.spoutapi.block.design.GenericBlockDesign
+
 
+
lightSourceZOffset - Variable in class org.getspout.spoutapi.block.design.GenericBlockDesign
+
 
+
lilyPad - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
limeDye - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
limeWool - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
Liquid - Interface in org.getspout.spoutapi.material
+
 
+
Listener - Interface in org.getspout.spoutapi.packet.listener
+
 
+
Listeners - Class in org.getspout.spoutapi.packet.listener
+
+
Keeps track of packet listeners
+
+
ListWidget - Interface in org.getspout.spoutapi.gui
+
+
This defines a list of ListWidgetItems which can be scrolled into visibility.
+
+
ListWidget - Static variable in class org.getspout.spoutapi.gui.WidgetType
+
 
+
ListWidgetItem - Class in org.getspout.spoutapi.gui
+
+
This is a single item for the ListWidget.
+
+
ListWidgetItem() - Constructor for class org.getspout.spoutapi.gui.ListWidgetItem
+
 
+
ListWidgetItem(String, String) - Constructor for class org.getspout.spoutapi.gui.ListWidgetItem
+
 
+
ListWidgetItem(String, String, String) - Constructor for class org.getspout.spoutapi.gui.ListWidgetItem
+
 
+
load() - Method in class org.getspout.spoutapi.io.store.FlatFileStore
+
 
+
load() - Method in class org.getspout.spoutapi.io.store.MemoryStore
+
 
+
load() - Method in interface org.getspout.spoutapi.io.store.SimpleStore
+
+
Loads the map from the persistence system associated with the store.
+
+
loadAllChunks() - Method in class org.getspout.spoutapi.chunkstore.SimpleChunkDataManager
+
 
+
loadChunk(Chunk) - Method in class org.getspout.spoutapi.chunkstore.SimpleChunkDataManager
+
 
+
loadChunk(World, int, int) - Method in class org.getspout.spoutapi.chunkstore.SimpleChunkDataManager
+
 
+
loadChunk(Chunk) - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
loadChunk(int, int) - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
loadChunk(int, int, boolean) - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
loadWorldChunks(World) - Method in class org.getspout.spoutapi.chunkstore.SimpleChunkDataManager
+
 
+
location - Variable in class org.getspout.spoutapi.event.inventory.InventoryEvent
+
 
+
lockedChest - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
log - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
log(String) - Method in class org.getspout.spoutapi.plugin.SpoutPlugin
+
+
Deprecated.
+
log(String, String...) - Method in class org.getspout.spoutapi.plugin.SpoutPlugin
+
+
Deprecated.
+
LongGrass - Class in org.getspout.spoutapi.material.block
+
 
+
LongGrass(String, int, int) - Constructor for class org.getspout.spoutapi.material.block.LongGrass
+
 
+
longToKey1(long) - Static method in class org.getspout.spoutapi.util.map.TIntPairHashSet
+
 
+
longToKey2(long) - Static method in class org.getspout.spoutapi.util.map.TIntPairHashSet
+
 
+
lowXBound - Variable in class org.getspout.spoutapi.block.design.GenericBlockDesign
+
 
+
lowYBound - Variable in class org.getspout.spoutapi.block.design.GenericBlockDesign
+
 
+
lowZBound - Variable in class org.getspout.spoutapi.block.design.GenericBlockDesign
+
 
+
+ + + +

M

+
+
magentaDye - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
magentaWool - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
magmaCream - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
map - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
marginBottom - Variable in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
marginLeft - Variable in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
marginRight - Variable in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
marginTop - Variable in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
matchPlayer(String) - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
material - Variable in class org.getspout.spoutapi.gui.GenericItemWidget
+
 
+
Material - Interface in org.getspout.spoutapi.material
+
 
+
MaterialData - Class in org.getspout.spoutapi.material
+
 
+
MaterialData() - Constructor for class org.getspout.spoutapi.material.MaterialData
+
 
+
MaterialManager - Interface in org.getspout.spoutapi.inventory
+
 
+
max - Variable in class org.getspout.spoutapi.packet.PacketRenderDistance
+
 
+
MAX_DURABILITY - Static variable in class org.getspout.spoutapi.inventory.SpoutEnchantment
+
 
+
maxBrightness - Variable in class org.getspout.spoutapi.block.design.GenericBlockDesign
+
 
+
maxChars - Variable in class org.getspout.spoutapi.gui.GenericTextField
+
 
+
maxHeight - Variable in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
maxHeightCalc - Variable in class org.getspout.spoutapi.gui.GenericContainer
+
 
+
maxLines - Variable in class org.getspout.spoutapi.gui.GenericTextField
+
 
+
maxWidth - Variable in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
maxWidthCalc - Variable in class org.getspout.spoutapi.gui.GenericContainer
+
 
+
MCPacket - Interface in org.getspout.spoutapi.packet.standard
+
 
+
MCPacket0KeepAlive - Interface in org.getspout.spoutapi.packet.standard
+
 
+
MCPacket103SetSlot - Interface in org.getspout.spoutapi.packet.standard
+
+
Represents Packet103SetSlot
+
+
MCPacket103SetSlot.Slot - Enum in org.getspout.spoutapi.packet.standard
+
+
Gives a name to the window/slot pair contained in the packet.
+
+
MCPacket103SetSlot.Window - Enum in org.getspout.spoutapi.packet.standard
+
+
Indicates the Window identified by the packet
+
+
MCPacket17 - Interface in org.getspout.spoutapi.packet.standard
+
 
+
MCPacket18ArmAnimation - Interface in org.getspout.spoutapi.packet.standard
+
 
+
MCPacket3Chat - Interface in org.getspout.spoutapi.packet.standard
+
 
+
MCPacket51MapChunk - Interface in org.getspout.spoutapi.packet.standard
+
 
+
MCPacket51MapChunkUncompressed - Interface in org.getspout.spoutapi.packet.standard
+
 
+
MCPacketUnknown - Interface in org.getspout.spoutapi.packet.standard
+
 
+
melonSeeds - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
melonSlice - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
melonStem - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
MemoryStore<T> - Class in org.getspout.spoutapi.io.store
+
+
This implements a SimpleStore that is stored in memory.
+
+
MemoryStore() - Constructor for class org.getspout.spoutapi.io.store.MemoryStore
+
 
+
milk - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
min - Variable in class org.getspout.spoutapi.packet.PacketRenderDistance
+
 
+
minBrightness - Variable in class org.getspout.spoutapi.block.design.GenericBlockDesign
+
 
+
minecart - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
minecartChest - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
minecartFurnace - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
minHeight - Variable in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
minHeightCalc - Variable in class org.getspout.spoutapi.gui.GenericContainer
+
 
+
minWidth - Variable in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
minWidthCalc - Variable in class org.getspout.spoutapi.gui.GenericContainer
+
 
+
mm - Static variable in class org.getspout.spoutapi.material.item.GenericCustomItem
+
 
+
monsterSpawner - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
mossStone - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
mossyStoneBricks - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
move(int, int) - Method in class org.getspout.spoutapi.gui.Rectangle
+
+
Moves rect to given x and y position.
+
+
moveBy(int, int) - Method in class org.getspout.spoutapi.gui.Rectangle
+
+
Shifts the position by given x and y.
+
+
movedByPiston - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
mundanePotion - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
mundanePotionExtended - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
mushroomSoup - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
Music - Enum in org.getspout.spoutapi.sound
+
 
+
mycelium - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
+ + + +

N

+
+
needsLayout - Variable in class org.getspout.spoutapi.gui.GenericContainer
+
 
+
needsScrollBar(Orientation) - Method in class org.getspout.spoutapi.gui.GenericScrollable
+
 
+
needsScrollBar(Orientation) - Method in interface org.getspout.spoutapi.gui.Scrollable
+
+
Depending on the set ScrollBarPolicy, returns wether to show or not to show a scrollbar on the given axis
+
+
netherBrick - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
netherBrickFence - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
netherBrickStairs - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
netherrack - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
netherstar - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
netherWart - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
netherWartBlock - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
noteblock - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
+ + + +

O

+
+
oakWoodDoubleSlabs - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
oakWoodSlab - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
obsidian - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
onAnimate() - Method in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
onAnimate() - Method in interface org.getspout.spoutapi.gui.Widget
+
+
This handles animation every frame.
+
+
onAnimateStop() - Method in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
onAnimateStop() - Method in interface org.getspout.spoutapi.gui.Widget
+
+
This is called when the animation stops, and can be used for chaining + together animations.
+
+
onBlockClicked(World, int, int, int, SpoutPlayer) - Method in class org.getspout.spoutapi.material.block.GenericCustomBlock
+
 
+
onBlockClicked(World, int, int, int, SpoutPlayer) - Method in interface org.getspout.spoutapi.material.CustomBlock
+
+
Called when the block is clicked
+
+
onBlockDestroyed(World, int, int, int) - Method in class org.getspout.spoutapi.material.block.GenericCustomBlock
+
 
+
onBlockDestroyed(World, int, int, int, LivingEntity) - Method in class org.getspout.spoutapi.material.block.GenericCustomBlock
+
 
+
onBlockDestroyed(World, int, int, int) - Method in interface org.getspout.spoutapi.material.CustomBlock
+
+
Fires when the block is destroyed
+
+
onBlockDestroyed(World, int, int, int, LivingEntity) - Method in interface org.getspout.spoutapi.material.CustomBlock
+
+
Fires when the block is destroyed
+
+
onBlockInteract(World, int, int, int, SpoutPlayer) - Method in class org.getspout.spoutapi.material.block.GenericCustomBlock
+
 
+
onBlockInteract(World, int, int, int, SpoutPlayer) - Method in interface org.getspout.spoutapi.material.CustomBlock
+
+
Called when the block is interacted with.
+
+
onBlockPlace(World, int, int, int) - Method in class org.getspout.spoutapi.material.block.GenericCustomBlock
+
 
+
onBlockPlace(World, int, int, int, LivingEntity) - Method in class org.getspout.spoutapi.material.block.GenericCustomBlock
+
 
+
onBlockPlace(World, int, int, int) - Method in interface org.getspout.spoutapi.material.CustomBlock
+
+
Fires when the block is placed
+
+
onBlockPlace(World, int, int, int, LivingEntity) - Method in interface org.getspout.spoutapi.material.CustomBlock
+
+
Fires when the block is placed
+
+
onButtonClick(ButtonClickEvent) - Method in interface org.getspout.spoutapi.gui.Button
+
+
Fires when this button is clicked on the screen.
+
+
onButtonClick(ButtonClickEvent) - Method in class org.getspout.spoutapi.gui.GenericButton
+
 
+
onCustomMaterialRegistered(Material) - Method in interface org.getspout.spoutapi.inventory.MaterialManager
+
 
+
onEntityMoveAt(World, int, int, int, Entity) - Method in class org.getspout.spoutapi.material.block.GenericCustomBlock
+
 
+
onEntityMoveAt(World, int, int, int, Entity) - Method in interface org.getspout.spoutapi.material.CustomBlock
+
+
Called if an entity has moved on this block
+
+
onItemExchange(ItemStack, ItemStack) - Method in class org.getspout.spoutapi.gui.GenericSlot
+
 
+
onItemExchange(ItemStack, ItemStack) - Method in interface org.getspout.spoutapi.gui.Slot
+
+
Called when the user wants to exchange the item on his cursor with that in the slot.
+
+
onItemInteract(SpoutPlayer, SpoutBlock, BlockFace) - Method in interface org.getspout.spoutapi.material.CustomItem
+
+
Occurs when a player right clicks on a block face of a air block in game, while holding this item +

+ Returns true if the item interaction was allowed, false if it was disallowed

+
+
onItemInteract(SpoutPlayer, SpoutBlock, BlockFace) - Method in class org.getspout.spoutapi.material.item.GenericCustomItem
+
 
+
onItemPut(ItemStack) - Method in class org.getspout.spoutapi.gui.GenericSlot
+
 
+
onItemPut(ItemStack) - Method in interface org.getspout.spoutapi.gui.Slot
+
+
Called when the user puts an item into the slot.
+
+
onItemShiftClicked() - Method in class org.getspout.spoutapi.gui.GenericSlot
+
 
+
onItemShiftClicked() - Method in interface org.getspout.spoutapi.gui.Slot
+
+
Called when the user shift-clicks on the slot.
+
+
onItemTake(ItemStack) - Method in class org.getspout.spoutapi.gui.GenericSlot
+
 
+
onItemTake(ItemStack) - Method in interface org.getspout.spoutapi.gui.Slot
+
+
Called when the user takes the item out of the slot
+
+
onNeighborBlockChange(World, int, int, int, int) - Method in class org.getspout.spoutapi.material.block.GenericCustomBlock
+
 
+
onNeighborBlockChange(World, int, int, int, int) - Method in interface org.getspout.spoutapi.material.CustomBlock
+
+
Fires when a neighboring block changes
+
+
onPostKeyPress(SpoutPlayer) - Method in interface org.getspout.spoutapi.keyboard.KeyboardBinding
+
+
Deprecated.
+
+
onPostKeyPress(Keyboard, SpoutPlayer) - Method in interface org.getspout.spoutapi.keyboard.KeyboardManager
+
+
Deprecated.
+
onPostKeyRelease(SpoutPlayer) - Method in interface org.getspout.spoutapi.keyboard.KeyboardBinding
+
+
Deprecated.
+
+
onPostKeyRelease(Keyboard, SpoutPlayer) - Method in interface org.getspout.spoutapi.keyboard.KeyboardManager
+
+
Deprecated.
+
onPreKeyPress(SpoutPlayer) - Method in interface org.getspout.spoutapi.keyboard.KeyboardBinding
+
+
Deprecated.
+
+
onPreKeyPress(Keyboard, SpoutPlayer) - Method in interface org.getspout.spoutapi.keyboard.KeyboardManager
+
+
Deprecated.
+
onPreKeyRelease(SpoutPlayer) - Method in interface org.getspout.spoutapi.keyboard.KeyboardBinding
+
+
Deprecated.
+
+
onPreKeyRelease(Keyboard, SpoutPlayer) - Method in interface org.getspout.spoutapi.keyboard.KeyboardManager
+
+
Deprecated.
+
onScreenClose(ScreenCloseEvent) - Method in class org.getspout.spoutapi.gui.GenericScreen
+
 
+
onScreenClose(ScreenCloseEvent) - Method in interface org.getspout.spoutapi.gui.Screen
+
+
Called when the screen is closed.
+
+
onSelected(int, boolean) - Method in class org.getspout.spoutapi.gui.AbstractListModel
+
 
+
onSelected(int, boolean) - Method in class org.getspout.spoutapi.gui.GenericListView
+
 
+
onSelected(int, boolean) - Method in class org.getspout.spoutapi.gui.GenericListWidget
+
 
+
onSelected(int, boolean) - Method in interface org.getspout.spoutapi.gui.ListWidget
+
+
Will be called on each selection change.
+
+
onSelectionChanged(int, String) - Method in interface org.getspout.spoutapi.gui.ComboBox
+
 
+
onSelectionChanged(int, String) - Method in class org.getspout.spoutapi.gui.GenericComboBox
+
 
+
onSliderDrag(SliderDragEvent) - Method in class org.getspout.spoutapi.gui.GenericSlider
+
 
+
onSliderDrag(SliderDragEvent) - Method in interface org.getspout.spoutapi.gui.Slider
+
+
Fires when this slider is dragged on the screen.
+
+
onTextFieldChange(TextFieldChangeEvent) - Method in class org.getspout.spoutapi.gui.GenericTextField
+
 
+
onTextFieldChange(TextFieldChangeEvent) - Method in interface org.getspout.spoutapi.gui.TextField
+
+
Fires when this text field is typed into on the screen.
+
+
onTick() - Method in class org.getspout.spoutapi.gui.GenericContainer
+
 
+
onTick() - Method in class org.getspout.spoutapi.gui.GenericScreen
+
 
+
onTick() - Method in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
onTick() - Method in class org.getspout.spoutapi.gui.InGameScreen
+
 
+
onTick() - Method in interface org.getspout.spoutapi.gui.Widget
+
+
Called each tick this widget is updated.
+
+
onTypingFinished() - Method in class org.getspout.spoutapi.gui.GenericTextField
+
 
+
onTypingFinished() - Method in interface org.getspout.spoutapi.gui.TextField
+
+
Fires when the user presses Enter.
+
+
openInventoryWindow(Inventory) - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Deprecated.
+
+
openInventoryWindow(Inventory, Location) - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Deprecated.
+
+
openInventoryWindow(Inventory, Location, boolean) - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Deprecated.
+
+
openList() - Method in interface org.getspout.spoutapi.gui.ComboBox
+
 
+
openList() - Method in class org.getspout.spoutapi.gui.GenericComboBox
+
 
+
openScreen(ScreenType) - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Orders the client to open the appriopriate screen type
+
+
openScreen(ScreenType, boolean) - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Internal use only
+
+
openSignEditGUI(Sign) - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Opens a sign edit GUI for the given sign
+
+
openWorkbenchWindow(Location) - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Deprecated.
+
+
orangeDye - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
orangeMusicDisc - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
orangeWool - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
org.getspout.spoutapi - package org.getspout.spoutapi
+
+
+ This package provides for access to the SpoutManager, which is the top-level manager for all other management classes, as well as various utility methods +
+
+
org.getspout.spoutapi.block - package org.getspout.spoutapi.block
+
+
+ This package provides the interfaces for block and chunk related information.
+
+
org.getspout.spoutapi.block.design - package org.getspout.spoutapi.block.design
+
 
+
org.getspout.spoutapi.chunkdatamanager - package org.getspout.spoutapi.chunkdatamanager
+
+
+ This package provides the interface for the chunk data manager.
+
+
org.getspout.spoutapi.chunkstore - package org.getspout.spoutapi.chunkstore
+
 
+
org.getspout.spoutapi.event.input - package org.getspout.spoutapi.event.input
+
+
+ This package provides the interfaces for input related events (render distance, key press and key release) +
+
+
org.getspout.spoutapi.event.inventory - package org.getspout.spoutapi.event.inventory
+
+
+ This package provides the interfaces for inventory events +
+
+
org.getspout.spoutapi.event.permission - package org.getspout.spoutapi.event.permission
+
+
+ This package provides the interfaces for permission events +
+
+
org.getspout.spoutapi.event.screen - package org.getspout.spoutapi.event.screen
+
+
+ This package provides the interfaces for gui related events, and events that fire for controls +
+
+
org.getspout.spoutapi.event.slot - package org.getspout.spoutapi.event.slot
+
 
+
org.getspout.spoutapi.event.sound - package org.getspout.spoutapi.event.sound
+
+
+ This package provides the interfaces for audio and other music related events +
+
+
org.getspout.spoutapi.event.spout - package org.getspout.spoutapi.event.spout
+
+
+ This package provides the interfaces for Spout events, such as ServerTick, SpoutcraftEnabled, and SpoutcraftFailed events +
+
+
org.getspout.spoutapi.gui - package org.getspout.spoutapi.gui
+
+
+ This package provides the interfaces for a variety of built in widgets, and generic widget implementations, as well as popup and the main game hud +
+
+
org.getspout.spoutapi.inventory - package org.getspout.spoutapi.inventory
+
+
+ This package provides the interfaces for custom inventories, the inventory building, and the item manager +
+
+
org.getspout.spoutapi.io - package org.getspout.spoutapi.io
+
+
+ This package provides utility methods for files.
+
+
org.getspout.spoutapi.io.store - package org.getspout.spoutapi.io.store
+
 
+
org.getspout.spoutapi.keyboard - package org.getspout.spoutapi.keyboard
+
+
+ This package provides the implementation of the keyboard, and the bindings and binding manager +
+
+
org.getspout.spoutapi.material - package org.getspout.spoutapi.material
+
+
+ This package provides the interface for materials in Minecraft +
+
+
org.getspout.spoutapi.material.block - package org.getspout.spoutapi.material.block
+
+
+ This package provides the implementation of materials in Minecraft +
+
+
org.getspout.spoutapi.material.item - package org.getspout.spoutapi.material.item
+
+
+ This package provides the implementation of items in Minecraft +
+
+
org.getspout.spoutapi.packet - package org.getspout.spoutapi.packet
+
+
+ This package provides the implementation of all SpoutPlugin packets that are sent to the client +
+
+
org.getspout.spoutapi.packet.listener - package org.getspout.spoutapi.packet.listener
+
+
+ This package provides the interface for packet listening +
+
+
org.getspout.spoutapi.packet.standard - package org.getspout.spoutapi.packet.standard
+
 
+
org.getspout.spoutapi.particle - package org.getspout.spoutapi.particle
+
 
+
org.getspout.spoutapi.player - package org.getspout.spoutapi.player
+
+
+ This package provides the interfaces for player and related managers +
+
+
org.getspout.spoutapi.player.accessories - package org.getspout.spoutapi.player.accessories
+
 
+
org.getspout.spoutapi.plugin - package org.getspout.spoutapi.plugin
+
 
+
org.getspout.spoutapi.sound - package org.getspout.spoutapi.sound
+
+
+ This package provides the implementations of Minecraft music and sound effects, and the sound manager interface +
+
+
org.getspout.spoutapi.util.map - package org.getspout.spoutapi.util.map
+
 
+
Orientation - Enum in org.getspout.spoutapi.gui
+
+
This is used to define the orientation for Scrollable widgets.
+
+
orig_x - Variable in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
orig_y - Variable in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
OverlayScreen - Interface in org.getspout.spoutapi.gui
+
 
+
OverlayScreen - Static variable in class org.getspout.spoutapi.gui.WidgetType
+
 
+
overrideBlock(Block, CustomBlock) - Method in interface org.getspout.spoutapi.inventory.MaterialManager
+
+
Overrides the block to be the customBlock +

+ This can be used to set custom blocks at the location.

+
+
overrideBlock(World, int, int, int, CustomBlock) - Method in interface org.getspout.spoutapi.inventory.MaterialManager
+
+
Overrides the block at x y z to be the customBlock +

+ This can be used to set custom blocks at the location.

+
+
overrideBlock(Block, CustomBlock, byte) - Method in interface org.getspout.spoutapi.inventory.MaterialManager
+
 
+
overrideBlock(World, int, int, int, CustomBlock, byte) - Method in interface org.getspout.spoutapi.inventory.MaterialManager
+
 
+
+ + + +

P

+
+
PacketAccessory - Class in org.getspout.spoutapi.packet
+
 
+
PacketAccessory() - Constructor for class org.getspout.spoutapi.packet.PacketAccessory
+
 
+
PacketAccessory(String, AccessoryType, String) - Constructor for class org.getspout.spoutapi.packet.PacketAccessory
+
 
+
PacketAccessory(String, AccessoryType, String, boolean) - Constructor for class org.getspout.spoutapi.packet.PacketAccessory
+
 
+
PacketAddonData - Class in org.getspout.spoutapi.packet
+
 
+
PacketAddonData() - Constructor for class org.getspout.spoutapi.packet.PacketAddonData
+
 
+
PacketAddonData(AddonPacket) - Constructor for class org.getspout.spoutapi.packet.PacketAddonData
+
 
+
PacketAirTime - Class in org.getspout.spoutapi.packet
+
 
+
PacketAirTime() - Constructor for class org.getspout.spoutapi.packet.PacketAirTime
+
 
+
PacketAirTime(int, int) - Constructor for class org.getspout.spoutapi.packet.PacketAirTime
+
 
+
PacketAlert - Class in org.getspout.spoutapi.packet
+
 
+
PacketAlert() - Constructor for class org.getspout.spoutapi.packet.PacketAlert
+
 
+
PacketAlert(String, String, int) - Constructor for class org.getspout.spoutapi.packet.PacketAlert
+
 
+
PacketAllowVisualCheats - Class in org.getspout.spoutapi.packet
+
 
+
PacketAllowVisualCheats() - Constructor for class org.getspout.spoutapi.packet.PacketAllowVisualCheats
+
 
+
PacketAllowVisualCheats(boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class org.getspout.spoutapi.packet.PacketAllowVisualCheats
+
 
+
PacketBlockData - Class in org.getspout.spoutapi.packet
+
 
+
PacketBlockData() - Constructor for class org.getspout.spoutapi.packet.PacketBlockData
+
 
+
PacketBlockData(Set<Block>) - Constructor for class org.getspout.spoutapi.packet.PacketBlockData
+
 
+
PacketCacheDeleteFile - Class in org.getspout.spoutapi.packet
+
 
+
PacketCacheDeleteFile() - Constructor for class org.getspout.spoutapi.packet.PacketCacheDeleteFile
+
 
+
PacketCacheDeleteFile(String, String) - Constructor for class org.getspout.spoutapi.packet.PacketCacheDeleteFile
+
 
+
PacketCacheFile - Class in org.getspout.spoutapi.packet
+
 
+
PacketCacheFile() - Constructor for class org.getspout.spoutapi.packet.PacketCacheFile
+
 
+
PacketCacheFile(String, File) - Constructor for class org.getspout.spoutapi.packet.PacketCacheFile
+
 
+
PacketClientAddons - Class in org.getspout.spoutapi.packet
+
 
+
PacketClientAddons() - Constructor for class org.getspout.spoutapi.packet.PacketClientAddons
+
 
+
PacketClientAddons(Map<String, String>) - Constructor for class org.getspout.spoutapi.packet.PacketClientAddons
+
 
+
PacketClipboardText - Class in org.getspout.spoutapi.packet
+
 
+
PacketClipboardText() - Constructor for class org.getspout.spoutapi.packet.PacketClipboardText
+
 
+
PacketClipboardText(String) - Constructor for class org.getspout.spoutapi.packet.PacketClipboardText
+
 
+
PacketComboBox - Class in org.getspout.spoutapi.packet
+
 
+
PacketComboBox() - Constructor for class org.getspout.spoutapi.packet.PacketComboBox
+
 
+
PacketComboBox(GenericComboBox) - Constructor for class org.getspout.spoutapi.packet.PacketComboBox
+
 
+
PacketControlAction - Class in org.getspout.spoutapi.packet
+
 
+
PacketControlAction() - Constructor for class org.getspout.spoutapi.packet.PacketControlAction
+
 
+
PacketControlAction(Screen, Widget, float) - Constructor for class org.getspout.spoutapi.packet.PacketControlAction
+
 
+
PacketControlAction(Screen, Widget, String) - Constructor for class org.getspout.spoutapi.packet.PacketControlAction
+
 
+
PacketCustomBlockChunkOverride - Class in org.getspout.spoutapi.packet
+
 
+
PacketCustomBlockChunkOverride() - Constructor for class org.getspout.spoutapi.packet.PacketCustomBlockChunkOverride
+
 
+
PacketCustomBlockChunkOverride(short[], byte[], int, int) - Constructor for class org.getspout.spoutapi.packet.PacketCustomBlockChunkOverride
+
 
+
PacketCustomBlockDesign - Class in org.getspout.spoutapi.packet
+
 
+
PacketCustomBlockDesign() - Constructor for class org.getspout.spoutapi.packet.PacketCustomBlockDesign
+
 
+
PacketCustomBlockDesign(short, BlockDesign, byte) - Constructor for class org.getspout.spoutapi.packet.PacketCustomBlockDesign
+
 
+
PacketCustomBlockOverride - Class in org.getspout.spoutapi.packet
+
 
+
PacketCustomBlockOverride() - Constructor for class org.getspout.spoutapi.packet.PacketCustomBlockOverride
+
 
+
PacketCustomBlockOverride(int, int, int, Integer, Byte) - Constructor for class org.getspout.spoutapi.packet.PacketCustomBlockOverride
+
 
+
PacketCustomMultiBlockOverride - Class in org.getspout.spoutapi.packet
+
 
+
PacketCustomMultiBlockOverride(TIntArrayList, TIntArrayList, TIntArrayList, TIntArrayList, TByteArrayList) - Constructor for class org.getspout.spoutapi.packet.PacketCustomMultiBlockOverride
+
 
+
PacketDownloadMusic - Class in org.getspout.spoutapi.packet
+
 
+
PacketDownloadMusic() - Constructor for class org.getspout.spoutapi.packet.PacketDownloadMusic
+
 
+
PacketDownloadMusic(String, String, Location, int, int, boolean, boolean) - Constructor for class org.getspout.spoutapi.packet.PacketDownloadMusic
+
 
+
PacketEntityInformation - Class in org.getspout.spoutapi.packet
+
 
+
PacketEntityInformation() - Constructor for class org.getspout.spoutapi.packet.PacketEntityInformation
+
 
+
PacketEntityInformation(List<LivingEntity>) - Constructor for class org.getspout.spoutapi.packet.PacketEntityInformation
+
 
+
PacketEntitySkin - Class in org.getspout.spoutapi.packet
+
 
+
PacketEntitySkin(Entity, String, byte) - Constructor for class org.getspout.spoutapi.packet.PacketEntitySkin
+
 
+
PacketEntityTitle - Class in org.getspout.spoutapi.packet
+
 
+
PacketEntityTitle() - Constructor for class org.getspout.spoutapi.packet.PacketEntityTitle
+
 
+
PacketEntityTitle(int, String) - Constructor for class org.getspout.spoutapi.packet.PacketEntityTitle
+
 
+
PacketFocusUpdate - Class in org.getspout.spoutapi.packet
+
 
+
PacketFocusUpdate() - Constructor for class org.getspout.spoutapi.packet.PacketFocusUpdate
+
 
+
PacketFocusUpdate(Control, boolean) - Constructor for class org.getspout.spoutapi.packet.PacketFocusUpdate
+
 
+
PacketFullVersion - Class in org.getspout.spoutapi.packet
+
 
+
PacketFullVersion() - Constructor for class org.getspout.spoutapi.packet.PacketFullVersion
+
 
+
PacketFullVersion(String) - Constructor for class org.getspout.spoutapi.packet.PacketFullVersion
+
 
+
PacketItemName - Class in org.getspout.spoutapi.packet
+
 
+
PacketItemName() - Constructor for class org.getspout.spoutapi.packet.PacketItemName
+
 
+
PacketItemName(int, short, String) - Constructor for class org.getspout.spoutapi.packet.PacketItemName
+
 
+
PacketKeyBinding - Class in org.getspout.spoutapi.packet
+
 
+
PacketKeyBinding() - Constructor for class org.getspout.spoutapi.packet.PacketKeyBinding
+
 
+
PacketKeyBinding(KeyBinding) - Constructor for class org.getspout.spoutapi.packet.PacketKeyBinding
+
 
+
PacketKeyPress - Class in org.getspout.spoutapi.packet
+
 
+
PacketKeyPress() - Constructor for class org.getspout.spoutapi.packet.PacketKeyPress
+
 
+
PacketKeyPress(int, boolean) - Constructor for class org.getspout.spoutapi.packet.PacketKeyPress
+
 
+
PacketListener - Interface in org.getspout.spoutapi.packet.listener
+
 
+
PacketManager - Interface in org.getspout.spoutapi.packet
+
 
+
PacketMovementModifiers - Class in org.getspout.spoutapi.packet
+
 
+
PacketMovementModifiers() - Constructor for class org.getspout.spoutapi.packet.PacketMovementModifiers
+
 
+
PacketMovementModifiers(double, double, double, double, double) - Constructor for class org.getspout.spoutapi.packet.PacketMovementModifiers
+
 
+
PacketMusicChange - Class in org.getspout.spoutapi.packet
+
 
+
PacketMusicChange() - Constructor for class org.getspout.spoutapi.packet.PacketMusicChange
+
 
+
PacketMusicChange(int, int) - Constructor for class org.getspout.spoutapi.packet.PacketMusicChange
+
 
+
PacketNotification - Class in org.getspout.spoutapi.packet
+
 
+
PacketNotification() - Constructor for class org.getspout.spoutapi.packet.PacketNotification
+
 
+
PacketNotification(String, String, int, short, int) - Constructor for class org.getspout.spoutapi.packet.PacketNotification
+
 
+
PacketOpenScreen - Class in org.getspout.spoutapi.packet
+
 
+
PacketOpenScreen(ScreenType) - Constructor for class org.getspout.spoutapi.packet.PacketOpenScreen
+
 
+
PacketOpenSignGUI - Class in org.getspout.spoutapi.packet
+
 
+
PacketOpenSignGUI(int, int, int) - Constructor for class org.getspout.spoutapi.packet.PacketOpenSignGUI
+
 
+
PacketParticle - Class in org.getspout.spoutapi.packet
+
 
+
PacketParticle() - Constructor for class org.getspout.spoutapi.packet.PacketParticle
+
 
+
PacketParticle(Particle) - Constructor for class org.getspout.spoutapi.packet.PacketParticle
+
 
+
PacketPermissionUpdate - Class in org.getspout.spoutapi.packet
+
 
+
PacketPermissionUpdate(Map<String, Boolean>) - Constructor for class org.getspout.spoutapi.packet.PacketPermissionUpdate
+
 
+
PacketPlaySound - Class in org.getspout.spoutapi.packet
+
 
+
PacketPlaySound() - Constructor for class org.getspout.spoutapi.packet.PacketPlaySound
+
 
+
PacketPlaySound(SoundEffect, int, int) - Constructor for class org.getspout.spoutapi.packet.PacketPlaySound
+
 
+
PacketPlaySound(SoundEffect, Location, int, int) - Constructor for class org.getspout.spoutapi.packet.PacketPlaySound
+
 
+
PacketPlaySound(Music, int) - Constructor for class org.getspout.spoutapi.packet.PacketPlaySound
+
 
+
PacketPreCacheCompleted - Class in org.getspout.spoutapi.packet
+
 
+
PacketPreCacheCompleted() - Constructor for class org.getspout.spoutapi.packet.PacketPreCacheCompleted
+
 
+
PacketPreCacheFile - Class in org.getspout.spoutapi.packet
+
 
+
PacketPreCacheFile() - Constructor for class org.getspout.spoutapi.packet.PacketPreCacheFile
+
 
+
PacketPreCacheFile(String, String, long, boolean) - Constructor for class org.getspout.spoutapi.packet.PacketPreCacheFile
+
 
+
PacketRenderDistance - Class in org.getspout.spoutapi.packet
+
 
+
PacketRenderDistance() - Constructor for class org.getspout.spoutapi.packet.PacketRenderDistance
+
 
+
PacketRenderDistance(boolean, boolean) - Constructor for class org.getspout.spoutapi.packet.PacketRenderDistance
+
 
+
PacketRenderDistance(RenderDistance, RenderDistance, RenderDistance) - Constructor for class org.getspout.spoutapi.packet.PacketRenderDistance
+
 
+
PacketRequestPrecache - Class in org.getspout.spoutapi.packet
+
 
+
PacketRequestPrecache() - Constructor for class org.getspout.spoutapi.packet.PacketRequestPrecache
+
 
+
PacketScreenAction - Class in org.getspout.spoutapi.packet
+
 
+
PacketScreenAction() - Constructor for class org.getspout.spoutapi.packet.PacketScreenAction
+
 
+
PacketScreenAction(ScreenAction, ScreenType) - Constructor for class org.getspout.spoutapi.packet.PacketScreenAction
+
 
+
PacketScreenshot - Class in org.getspout.spoutapi.packet
+
 
+
PacketScreenshot() - Constructor for class org.getspout.spoutapi.packet.PacketScreenshot
+
 
+
PacketScreenshot(BufferedImage) - Constructor for class org.getspout.spoutapi.packet.PacketScreenshot
+
 
+
PacketSendPrecache - Class in org.getspout.spoutapi.packet
+
 
+
PacketSendPrecache() - Constructor for class org.getspout.spoutapi.packet.PacketSendPrecache
+
 
+
PacketSendPrecache(Plugin, File) - Constructor for class org.getspout.spoutapi.packet.PacketSendPrecache
+
 
+
PacketServerPlugins - Class in org.getspout.spoutapi.packet
+
 
+
PacketServerPlugins() - Constructor for class org.getspout.spoutapi.packet.PacketServerPlugins
+
 
+
PacketServerPlugins(Plugin[]) - Constructor for class org.getspout.spoutapi.packet.PacketServerPlugins
+
 
+
PacketSetVelocity - Class in org.getspout.spoutapi.packet
+
 
+
PacketSetVelocity() - Constructor for class org.getspout.spoutapi.packet.PacketSetVelocity
+
 
+
PacketSetVelocity(int, double, double, double) - Constructor for class org.getspout.spoutapi.packet.PacketSetVelocity
+
 
+
PacketSkinURL - Class in org.getspout.spoutapi.packet
+
 
+
PacketSkinURL() - Constructor for class org.getspout.spoutapi.packet.PacketSkinURL
+
 
+
PacketSkinURL(int, String, String) - Constructor for class org.getspout.spoutapi.packet.PacketSkinURL
+
 
+
PacketSkinURL(int, String) - Constructor for class org.getspout.spoutapi.packet.PacketSkinURL
+
 
+
PacketSkinURL(String, int) - Constructor for class org.getspout.spoutapi.packet.PacketSkinURL
+
 
+
PacketSky - Class in org.getspout.spoutapi.packet
+
 
+
PacketSky() - Constructor for class org.getspout.spoutapi.packet.PacketSky
+
 
+
PacketSky(int, int, int, int) - Constructor for class org.getspout.spoutapi.packet.PacketSky
+
 
+
PacketSky(String, String) - Constructor for class org.getspout.spoutapi.packet.PacketSky
+
 
+
PacketSky(Color, Color, Color) - Constructor for class org.getspout.spoutapi.packet.PacketSky
+
 
+
PacketSky(int, int, int, int, Color, Color, Color, String, String) - Constructor for class org.getspout.spoutapi.packet.PacketSky
+
 
+
PacketSlotClick - Class in org.getspout.spoutapi.packet
+
 
+
PacketSlotClick() - Constructor for class org.getspout.spoutapi.packet.PacketSlotClick
+
 
+
PacketSlotClick(Slot, int, boolean) - Constructor for class org.getspout.spoutapi.packet.PacketSlotClick
+
 
+
PacketSpawnTextEntity - Class in org.getspout.spoutapi.packet
+
 
+
PacketSpawnTextEntity(String, Location, float, int, Vector) - Constructor for class org.getspout.spoutapi.packet.PacketSpawnTextEntity
+
 
+
PacketStopMusic - Class in org.getspout.spoutapi.packet
+
 
+
PacketStopMusic() - Constructor for class org.getspout.spoutapi.packet.PacketStopMusic
+
 
+
PacketStopMusic(boolean, int) - Constructor for class org.getspout.spoutapi.packet.PacketStopMusic
+
 
+
PacketTexturePack - Class in org.getspout.spoutapi.packet
+
 
+
PacketTexturePack() - Constructor for class org.getspout.spoutapi.packet.PacketTexturePack
+
 
+
PacketTexturePack(String, long) - Constructor for class org.getspout.spoutapi.packet.PacketTexturePack
+
 
+
PacketType - Enum in org.getspout.spoutapi.packet
+
 
+
PacketUtil - Class in org.getspout.spoutapi.packet
+
 
+
PacketUtil() - Constructor for class org.getspout.spoutapi.packet.PacketUtil
+
 
+
PacketValidatePrecache - Class in org.getspout.spoutapi.packet
+
 
+
PacketValidatePrecache(HashMap<Plugin, Long>) - Constructor for class org.getspout.spoutapi.packet.PacketValidatePrecache
+
 
+
PacketWaypoint - Class in org.getspout.spoutapi.packet
+
 
+
PacketWaypoint() - Constructor for class org.getspout.spoutapi.packet.PacketWaypoint
+
 
+
PacketWaypoint(double, double, double, String) - Constructor for class org.getspout.spoutapi.packet.PacketWaypoint
+
 
+
PacketWaypoint(double, double, double, String, boolean) - Constructor for class org.getspout.spoutapi.packet.PacketWaypoint
+
 
+
PacketWidget - Class in org.getspout.spoutapi.packet
+
 
+
PacketWidget() - Constructor for class org.getspout.spoutapi.packet.PacketWidget
+
 
+
PacketWidget(Widget, UUID) - Constructor for class org.getspout.spoutapi.packet.PacketWidget
+
 
+
PacketWidgetRemove - Class in org.getspout.spoutapi.packet
+
 
+
PacketWidgetRemove() - Constructor for class org.getspout.spoutapi.packet.PacketWidgetRemove
+
 
+
PacketWidgetRemove(Widget, UUID) - Constructor for class org.getspout.spoutapi.packet.PacketWidgetRemove
+
 
+
paintings - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
paper - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
Particle - Class in org.getspout.spoutapi.particle
+
 
+
Particle(Particle.ParticleType, Location, Vector) - Constructor for class org.getspout.spoutapi.particle.Particle
+
 
+
Particle(String, Location, Vector) - Constructor for class org.getspout.spoutapi.particle.Particle
+
 
+
Particle.ParticleType - Enum in org.getspout.spoutapi.particle
+
 
+
password - Variable in class org.getspout.spoutapi.gui.GenericTextField
+
 
+
PermissionEvent - Interface in org.getspout.spoutapi.event.permission
+
 
+
pinkDye - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
pinkWool - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
pistonBase - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
pistonExtension - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
pistonStickyBase - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
placeholder - Variable in class org.getspout.spoutapi.gui.GenericTextField
+
 
+
Plant - Interface in org.getspout.spoutapi.material
+
 
+
playCustomMusic(Plugin, SpoutPlayer, String, boolean) - Method in interface org.getspout.spoutapi.sound.SoundManager
+
+
Plays a custom music file from the internet.
+
+
playCustomMusic(Plugin, SpoutPlayer, String, boolean, Location) - Method in interface org.getspout.spoutapi.sound.SoundManager
+
+
Plays a custom music file from the internet.
+
+
playCustomMusic(Plugin, SpoutPlayer, String, boolean, Location, int) - Method in interface org.getspout.spoutapi.sound.SoundManager
+
+
Plays a custom music file from the internet.
+
+
playCustomMusic(Plugin, SpoutPlayer, String, boolean, Location, int, int) - Method in interface org.getspout.spoutapi.sound.SoundManager
+
+
Plays a custom music file from the internet.
+
+
playCustomSoundEffect(Plugin, SpoutPlayer, String, boolean) - Method in interface org.getspout.spoutapi.sound.SoundManager
+
+
Plays a custom sound effect from the internet.
+
+
playCustomSoundEffect(Plugin, SpoutPlayer, String, boolean, Location) - Method in interface org.getspout.spoutapi.sound.SoundManager
+
+
Plays a custom sound effect from the internet.
+
+
playCustomSoundEffect(Plugin, SpoutPlayer, String, boolean, Location, int) - Method in interface org.getspout.spoutapi.sound.SoundManager
+
+
Plays a custom sound effect from the internet.
+
+
playCustomSoundEffect(Plugin, SpoutPlayer, String, boolean, Location, int, int) - Method in interface org.getspout.spoutapi.sound.SoundManager
+
+
Plays a custom sound effect from the internet.
+
+
playEffect(Location, Effect, int) - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
playEffect(Location, Effect, int, int) - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
playEffect(Location, Effect, T) - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
playEffect(Location, Effect, T, int) - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
player - Variable in class org.getspout.spoutapi.event.inventory.InventoryEvent
+
 
+
player - Variable in class org.getspout.spoutapi.event.screen.ScreenEvent
+
 
+
player - Variable in class org.getspout.spoutapi.event.slot.SlotEvent
+
 
+
PlayerChunkMap - Interface in org.getspout.spoutapi.player
+
 
+
playerId - Variable in class org.getspout.spoutapi.gui.GenericScreen
+
 
+
PlayerInformation - Interface in org.getspout.spoutapi.player
+
 
+
PlayerPermissionEvent - Class in org.getspout.spoutapi.event.permission
+
 
+
PlayerPermissionEvent(SpoutPlayer, String, Permission, boolean) - Constructor for class org.getspout.spoutapi.event.permission.PlayerPermissionEvent
+
 
+
playGlobalCustomMusic(Plugin, String, boolean) - Method in interface org.getspout.spoutapi.sound.SoundManager
+
+
Plays a custom music file from the internet.
+
+
playGlobalCustomMusic(Plugin, String, boolean, Location) - Method in interface org.getspout.spoutapi.sound.SoundManager
+
+
Plays a custom music file from the internet.
+
+
playGlobalCustomMusic(Plugin, String, boolean, Location, int) - Method in interface org.getspout.spoutapi.sound.SoundManager
+
+
Plays a custom music file from the internet.
+
+
playGlobalCustomMusic(Plugin, String, boolean, Location, int, int) - Method in interface org.getspout.spoutapi.sound.SoundManager
+
+
Plays a custom music file from the internet.
+
+
playGlobalCustomSoundEffect(Plugin, String, boolean) - Method in interface org.getspout.spoutapi.sound.SoundManager
+
+
Plays a custom sound effect from the internet.
+
+
playGlobalCustomSoundEffect(Plugin, String, boolean, Location) - Method in interface org.getspout.spoutapi.sound.SoundManager
+
+
Plays a custom sound effect from the internet.
+
+
playGlobalCustomSoundEffect(Plugin, String, boolean, Location, int) - Method in interface org.getspout.spoutapi.sound.SoundManager
+
+
Plays a custom sound effect from the internet.
+
+
playGlobalCustomSoundEffect(Plugin, String, boolean, Location, int, int) - Method in interface org.getspout.spoutapi.sound.SoundManager
+
+
Plays a custom sound effect from the internet.
+
+
playGlobalMusic(Music) - Method in interface org.getspout.spoutapi.sound.SoundManager
+
+
Plays the music for all players
+
+
playGlobalMusic(Music, int) - Method in interface org.getspout.spoutapi.sound.SoundManager
+
+
Plays the music at the given volume percent for all players
+
+
playGlobalSoundEffect(SoundEffect) - Method in interface org.getspout.spoutapi.sound.SoundManager
+
+
Plays a sound effect for all players
+
+
playGlobalSoundEffect(SoundEffect, Location) - Method in interface org.getspout.spoutapi.sound.SoundManager
+
+
Plays a sound effect for all players, at the given location
+
+
playGlobalSoundEffect(SoundEffect, Location, int) - Method in interface org.getspout.spoutapi.sound.SoundManager
+
+
Plays a sound effect for all players, at the given location
+
+
playGlobalSoundEffect(SoundEffect, Location, int, int) - Method in interface org.getspout.spoutapi.sound.SoundManager
+
+
Plays a sound effect for all players, at the given location, with the given intensity and given volume + The intensity is how far away (in full blocks) players can be and hear the sound effect at full volume.
+
+
playMusic(SpoutPlayer, Music) - Method in interface org.getspout.spoutapi.sound.SoundManager
+
+
Plays the music for the target player
+
+
playMusic(SpoutPlayer, Music, int) - Method in interface org.getspout.spoutapi.sound.SoundManager
+
+
Plays the music for the target player at the given volume
+
+
playSound(Location, Sound, float, float) - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
playSoundEffect(SpoutPlayer, SoundEffect) - Method in interface org.getspout.spoutapi.sound.SoundManager
+
+
Plays a sound effect for the target player
+
+
playSoundEffect(SpoutPlayer, SoundEffect, Location) - Method in interface org.getspout.spoutapi.sound.SoundManager
+
+
Plays a sound effect for the target player, at the given location
+
+
playSoundEffect(SpoutPlayer, SoundEffect, Location, int) - Method in interface org.getspout.spoutapi.sound.SoundManager
+
+
Plays a sound effect for the target player, at the given location
+
+
playSoundEffect(SpoutPlayer, SoundEffect, Location, int, int) - Method in interface org.getspout.spoutapi.sound.SoundManager
+
+
Plays a sound effect for the target player, at the given location, with the given intensity and given volume + The intensity is how far away (in full blocks) players can be and hear the sound effect at full volume.
+
+
plugin - Variable in class org.getspout.spoutapi.block.design.Texture
+
 
+
plugin - Variable in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
poisonouspotato - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
PopupScreen - Interface in org.getspout.spoutapi.gui
+
+
The GenericPopup class creates an mouseable area where you can put multiple + Widgets.
+
+
PopupScreen - Static variable in class org.getspout.spoutapi.gui.WidgetType
+
 
+
portal - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
potato - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
potatoitem - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
Potion - Class in org.getspout.spoutapi.material.item
+
 
+
Potion(String, int, int) - Constructor for class org.getspout.spoutapi.material.item.Potion
+
 
+
potionOfFireResistance - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
potionOfFireResistanceExtended - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
potionOfFireResistanceReverted - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
potionOfHarming - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
potionOfHarmingII - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
potionOfHarmingReverted - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
potionOfHealing - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
potionOfHealingII - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
potionOfHealingReverted - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
potionOfPoison - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
potionOfPoisonExtended - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
potionOfPoisonII - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
potionOfPoisonIIExtended - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
potionOfRegeneration - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
potionOfRegenerationExtended - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
potionOfRegenerationII - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
potionOfRegenerationIIExtended - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
potionOfSlowness - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
potionOfSlownessExtended - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
potionOfSlownessReverted - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
potionOfStrength - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
potionOfStrengthExtended - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
potionOfStrengthII - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
potionOfStrengthIIExtended - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
potionOfSwiftness - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
potionOfSwiftnessExt - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
potionOfSwiftnessII - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
potionOfSwiftnessIIExtended - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
potionOfWeakness - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
potionOfWeaknessExtended - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
potionOfWeaknessReverted - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
poweredRail - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
pressDown - Variable in class org.getspout.spoutapi.packet.PacketKeyPress
+
 
+
priority - Variable in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
pumpkin - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
pumpkinpie - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
pumpkinSeeds - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
pumpkinStem - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
purpleDye - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
purpleMusicDisc - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
purpleWool - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
put(int, int, int, double) - Method in class org.getspout.spoutapi.util.map.TByteShortByteKeyedDoubleHashMap
+
 
+
put(int, int, int, float) - Method in class org.getspout.spoutapi.util.map.TByteShortByteKeyedFloatHashMap
+
 
+
put(int, int, int, int) - Method in class org.getspout.spoutapi.util.map.TByteShortByteKeyedIntHashMap
+
 
+
put(int, int, int, long) - Method in class org.getspout.spoutapi.util.map.TByteShortByteKeyedLongHashMap
+
 
+
put(int, int, int, K) - Method in class org.getspout.spoutapi.util.map.TByteShortByteKeyedObjectHashMap
+
 
+
put(byte, byte, byte, double) - Method in class org.getspout.spoutapi.util.map.TByteTripleDoubleHashMap
+
 
+
put(byte, byte, byte, float) - Method in class org.getspout.spoutapi.util.map.TByteTripleFloatHashMap
+
 
+
put(byte, byte, byte, int) - Method in class org.getspout.spoutapi.util.map.TByteTripleIntHashMap
+
 
+
put(byte, byte, byte, long) - Method in class org.getspout.spoutapi.util.map.TByteTripleLongHashMap
+
 
+
put(byte, byte, byte, K) - Method in class org.getspout.spoutapi.util.map.TByteTripleObjectHashMap
+
 
+
put(int, int, double) - Method in class org.getspout.spoutapi.util.map.TIntPairDoubleHashMap
+
 
+
put(int, int, float) - Method in class org.getspout.spoutapi.util.map.TIntPairFloatHashMap
+
 
+
put(int, int, int) - Method in class org.getspout.spoutapi.util.map.TIntPairIntHashMap
+
 
+
put(int, int, long) - Method in class org.getspout.spoutapi.util.map.TIntPairLongHashMap
+
 
+
put(int, int, K) - Method in class org.getspout.spoutapi.util.map.TIntPairObjectHashMap
+
 
+
putBlockData(String, int, int, int, Serializable) - Method in class org.getspout.spoutapi.chunkstore.ChunkMetaData
+
 
+
putChunkData(String, Serializable) - Method in class org.getspout.spoutapi.chunkstore.ChunkMetaData
+
 
+
+ + + +

Q

+
+
Quad - Class in org.getspout.spoutapi.block.design
+
 
+
Quad(int, SubTexture, Vertex, Vertex, Vertex, Vertex) - Constructor for class org.getspout.spoutapi.block.design.Quad
+
+
Creates a new quad with the following vertexes at the specified index
+
+
Quad(int, SubTexture) - Constructor for class org.getspout.spoutapi.block.design.Quad
+
+
Creates an empty quad at index based on the SubTexture
+
+
+ + + +

R

+
+
RadioButton - Interface in org.getspout.spoutapi.gui
+
+
This is a simple radio button, which does not know anything about any other + radio buttons on the screen.
+
+
RadioButton - Static variable in class org.getspout.spoutapi.gui.WidgetType
+
 
+
rails - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
rawBeef - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
rawChicken - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
rawFish - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
rawPorkchop - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
rawSlotId - Variable in enum org.getspout.spoutapi.packet.standard.MCPacket103SetSlot.Slot
+
+
The raw value contained in the packet.
+
+
rawWindowId - Variable in enum org.getspout.spoutapi.packet.standard.MCPacket103SetSlot.Slot
+
+
The raw value contained in the packet.
+
+
read(SpoutInputStream) - Method in interface org.getspout.spoutapi.block.design.BlockDesign
+
 
+
read(SpoutInputStream) - Method in class org.getspout.spoutapi.block.design.GenericBlockDesign
+
 
+
read(SpoutInputStream) - Method in class org.getspout.spoutapi.io.AddonPacket
+
+
Reads the incoming data from the client.
+
+
read() - Method in class org.getspout.spoutapi.io.SpoutInputStream
+
 
+
read(byte[], int, int) - Method in class org.getspout.spoutapi.io.SpoutInputStream
+
 
+
read(byte[]) - Method in class org.getspout.spoutapi.io.SpoutInputStream
+
 
+
readBlock() - Method in class org.getspout.spoutapi.io.SpoutInputStream
+
 
+
readBoolean() - Method in class org.getspout.spoutapi.io.SpoutInputStream
+
 
+
readChar() - Method in class org.getspout.spoutapi.io.SpoutInputStream
+
 
+
readChunkMetaData(World, int, int) - Method in class org.getspout.spoutapi.chunkstore.ChunkStore
+
 
+
readColor() - Method in class org.getspout.spoutapi.io.SpoutInputStream
+
 
+
readData(SpoutInputStream) - Method in class org.getspout.spoutapi.gui.ArmorBar
+
 
+
readData(SpoutInputStream) - Method in class org.getspout.spoutapi.gui.BubbleBar
+
 
+
readData(SpoutInputStream) - Method in class org.getspout.spoutapi.gui.ChatBar
+
 
+
readData(SpoutInputStream) - Method in class org.getspout.spoutapi.gui.ChatTextBox
+
 
+
readData(SpoutInputStream) - Method in class org.getspout.spoutapi.gui.GenericButton
+
 
+
readData(SpoutInputStream) - Method in class org.getspout.spoutapi.gui.GenericCheckBox
+
 
+
readData(SpoutInputStream) - Method in class org.getspout.spoutapi.gui.GenericComboBox
+
 
+
readData(SpoutInputStream) - Method in class org.getspout.spoutapi.gui.GenericControl
+
 
+
readData(SpoutInputStream) - Method in class org.getspout.spoutapi.gui.GenericEntityWidget
+
 
+
readData(SpoutInputStream) - Method in class org.getspout.spoutapi.gui.GenericGradient
+
 
+
readData(SpoutInputStream) - Method in class org.getspout.spoutapi.gui.GenericItemWidget
+
 
+
readData(SpoutInputStream) - Method in class org.getspout.spoutapi.gui.GenericLabel
+
 
+
readData(SpoutInputStream) - Method in class org.getspout.spoutapi.gui.GenericListWidget
+
 
+
readData(SpoutInputStream) - Method in class org.getspout.spoutapi.gui.GenericPopup
+
 
+
readData(SpoutInputStream) - Method in class org.getspout.spoutapi.gui.GenericRadioButton
+
 
+
readData(SpoutInputStream) - Method in class org.getspout.spoutapi.gui.GenericScreen
+
 
+
readData(SpoutInputStream) - Method in class org.getspout.spoutapi.gui.GenericScrollable
+
 
+
readData(SpoutInputStream) - Method in class org.getspout.spoutapi.gui.GenericSlider
+
 
+
readData(SpoutInputStream) - Method in class org.getspout.spoutapi.gui.GenericSlot
+
 
+
readData(SpoutInputStream) - Method in class org.getspout.spoutapi.gui.GenericTextField
+
 
+
readData(SpoutInputStream) - Method in class org.getspout.spoutapi.gui.GenericTexture
+
 
+
readData(SpoutInputStream) - Method in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
readData(SpoutInputStream) - Method in class org.getspout.spoutapi.gui.HealthBar
+
 
+
readData(SpoutInputStream) - Method in class org.getspout.spoutapi.gui.HungerBar
+
 
+
readData(SpoutInputStream) - Method in interface org.getspout.spoutapi.gui.Widget
+
+
Called after this widget this created for serialization.
+
+
readData(SpoutInputStream) - Method in class org.getspout.spoutapi.material.block.GenericCustomBlock
+
 
+
readData(SpoutInputStream) - Method in class org.getspout.spoutapi.material.item.GenericCustomFood
+
 
+
readData(SpoutInputStream) - Method in class org.getspout.spoutapi.material.item.GenericCustomItem
+
 
+
readData(SpoutInputStream) - Method in class org.getspout.spoutapi.material.item.GenericCustomTool
+
 
+
readData(SpoutInputStream) - Method in class org.getspout.spoutapi.packet.PacketAccessory
+
 
+
readData(SpoutInputStream) - Method in class org.getspout.spoutapi.packet.PacketAddonData
+
 
+
readData(SpoutInputStream) - Method in class org.getspout.spoutapi.packet.PacketAirTime
+
 
+
readData(SpoutInputStream) - Method in class org.getspout.spoutapi.packet.PacketAlert
+
 
+
readData(SpoutInputStream) - Method in class org.getspout.spoutapi.packet.PacketAllowVisualCheats
+
 
+
readData(SpoutInputStream) - Method in class org.getspout.spoutapi.packet.PacketBlockData
+
 
+
readData(SpoutInputStream) - Method in class org.getspout.spoutapi.packet.PacketCacheDeleteFile
+
 
+
readData(SpoutInputStream) - Method in class org.getspout.spoutapi.packet.PacketCacheFile
+
 
+
readData(SpoutInputStream) - Method in class org.getspout.spoutapi.packet.PacketClientAddons
+
 
+
readData(SpoutInputStream) - Method in class org.getspout.spoutapi.packet.PacketClipboardText
+
 
+
readData(SpoutInputStream) - Method in class org.getspout.spoutapi.packet.PacketComboBox
+
 
+
readData(SpoutInputStream) - Method in class org.getspout.spoutapi.packet.PacketControlAction
+
 
+
readData(SpoutInputStream) - Method in class org.getspout.spoutapi.packet.PacketCustomBlockChunkOverride
+
 
+
readData(SpoutInputStream) - Method in class org.getspout.spoutapi.packet.PacketCustomBlockDesign
+
 
+
readData(SpoutInputStream) - Method in class org.getspout.spoutapi.packet.PacketCustomBlockOverride
+
 
+
readData(SpoutInputStream) - Method in class org.getspout.spoutapi.packet.PacketCustomMultiBlockOverride
+
 
+
readData(SpoutInputStream) - Method in class org.getspout.spoutapi.packet.PacketDownloadMusic
+
 
+
readData(SpoutInputStream) - Method in class org.getspout.spoutapi.packet.PacketEntityInformation
+
 
+
readData(SpoutInputStream) - Method in class org.getspout.spoutapi.packet.PacketEntitySkin
+
 
+
readData(SpoutInputStream) - Method in class org.getspout.spoutapi.packet.PacketEntityTitle
+
 
+
readData(SpoutInputStream) - Method in class org.getspout.spoutapi.packet.PacketFocusUpdate
+
 
+
readData(SpoutInputStream) - Method in class org.getspout.spoutapi.packet.PacketFullVersion
+
 
+
readData(SpoutInputStream) - Method in class org.getspout.spoutapi.packet.PacketItemName
+
 
+
readData(SpoutInputStream) - Method in class org.getspout.spoutapi.packet.PacketKeyBinding
+
 
+
readData(SpoutInputStream) - Method in class org.getspout.spoutapi.packet.PacketKeyPress
+
 
+
readData(SpoutInputStream) - Method in class org.getspout.spoutapi.packet.PacketMovementModifiers
+
 
+
readData(SpoutInputStream) - Method in class org.getspout.spoutapi.packet.PacketMusicChange
+
 
+
readData(SpoutInputStream) - Method in class org.getspout.spoutapi.packet.PacketNotification
+
 
+
readData(SpoutInputStream) - Method in class org.getspout.spoutapi.packet.PacketOpenScreen
+
 
+
readData(SpoutInputStream) - Method in class org.getspout.spoutapi.packet.PacketOpenSignGUI
+
 
+
readData(SpoutInputStream) - Method in class org.getspout.spoutapi.packet.PacketParticle
+
 
+
readData(SpoutInputStream) - Method in class org.getspout.spoutapi.packet.PacketPermissionUpdate
+
 
+
readData(SpoutInputStream) - Method in class org.getspout.spoutapi.packet.PacketPlaySound
+
 
+
readData(SpoutInputStream) - Method in class org.getspout.spoutapi.packet.PacketPreCacheCompleted
+
 
+
readData(SpoutInputStream) - Method in class org.getspout.spoutapi.packet.PacketPreCacheFile
+
 
+
readData(SpoutInputStream) - Method in class org.getspout.spoutapi.packet.PacketRenderDistance
+
 
+
readData(SpoutInputStream) - Method in class org.getspout.spoutapi.packet.PacketRequestPrecache
+
 
+
readData(SpoutInputStream) - Method in class org.getspout.spoutapi.packet.PacketScreenAction
+
 
+
readData(SpoutInputStream) - Method in class org.getspout.spoutapi.packet.PacketScreenshot
+
 
+
readData(SpoutInputStream) - Method in class org.getspout.spoutapi.packet.PacketSendPrecache
+
 
+
readData(SpoutInputStream) - Method in class org.getspout.spoutapi.packet.PacketServerPlugins
+
 
+
readData(SpoutInputStream) - Method in class org.getspout.spoutapi.packet.PacketSetVelocity
+
 
+
readData(SpoutInputStream) - Method in class org.getspout.spoutapi.packet.PacketSkinURL
+
 
+
readData(SpoutInputStream) - Method in class org.getspout.spoutapi.packet.PacketSky
+
 
+
readData(SpoutInputStream) - Method in class org.getspout.spoutapi.packet.PacketSlotClick
+
 
+
readData(SpoutInputStream) - Method in class org.getspout.spoutapi.packet.PacketSpawnTextEntity
+
 
+
readData(SpoutInputStream) - Method in class org.getspout.spoutapi.packet.PacketStopMusic
+
 
+
readData(SpoutInputStream) - Method in class org.getspout.spoutapi.packet.PacketTexturePack
+
 
+
readData(SpoutInputStream) - Method in class org.getspout.spoutapi.packet.PacketValidatePrecache
+
 
+
readData(SpoutInputStream) - Method in class org.getspout.spoutapi.packet.PacketWaypoint
+
 
+
readData(SpoutInputStream) - Method in class org.getspout.spoutapi.packet.PacketWidget
+
 
+
readData(SpoutInputStream) - Method in class org.getspout.spoutapi.packet.PacketWidgetRemove
+
 
+
readData(SpoutInputStream) - Method in interface org.getspout.spoutapi.packet.SpoutPacket
+
+
Reads the incoming data from the client.
+
+
readDouble() - Method in class org.getspout.spoutapi.io.SpoutInputStream
+
 
+
readDoubleArray(SpoutInputStream) - Static method in class org.getspout.spoutapi.packet.PacketUtil
+
 
+
readFloat() - Method in class org.getspout.spoutapi.io.SpoutInputStream
+
 
+
readInt() - Method in class org.getspout.spoutapi.io.SpoutInputStream
+
 
+
readIntArray(SpoutInputStream) - Static method in class org.getspout.spoutapi.packet.PacketUtil
+
 
+
readItemStack(ItemStack) - Method in class org.getspout.spoutapi.io.SpoutInputStream
+
 
+
readLocation() - Method in class org.getspout.spoutapi.io.SpoutInputStream
+
 
+
readLong() - Method in class org.getspout.spoutapi.io.SpoutInputStream
+
 
+
readMaterial() - Method in class org.getspout.spoutapi.io.SpoutInputStream
+
 
+
readQuadFloat(SpoutInputStream) - Static method in class org.getspout.spoutapi.packet.PacketUtil
+
 
+
readShort() - Method in class org.getspout.spoutapi.io.SpoutInputStream
+
 
+
readString() - Method in class org.getspout.spoutapi.io.SpoutInputStream
+
 
+
readString(DataInputStream) - Static method in class org.getspout.spoutapi.packet.PacketUtil
+
 
+
readUUID() - Method in class org.getspout.spoutapi.io.SpoutInputStream
+
 
+
readVector() - Method in class org.getspout.spoutapi.io.SpoutInputStream
+
 
+
recalculating - Variable in class org.getspout.spoutapi.gui.GenericContainer
+
 
+
recipeIterator() - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
reconnect(String, String, int) - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Orders the client to reconnect to another server +

+ This method is also supported by some server to server teleporting mods.

+
+
reconnect(String, String) - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Orders the client to reconnect to another server.
+
+
reconnect(String, int) - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Orders the client to reconnect to another server +

+ This method is also supported by some server to server teleporting mods.

+
+
reconnect(String) - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Orders the client to reconnect to another server.
+
+
Rectangle - Class in org.getspout.spoutapi.gui
+
+
Used to create a simple rectangle.
+
+
Rectangle(int, int, int, int) - Constructor for class org.getspout.spoutapi.gui.Rectangle
+
 
+
red - Variable in class org.getspout.spoutapi.gui.Color
+
 
+
redApple - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
redMushroom - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
redMusicDisc - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
redstone - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
redstoneLampOff - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
redstoneLampOn - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
redstoneOre - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
redstoneRepeater - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
redstoneRepeaterOff - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
redstoneRepeaterOn - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
redstoneTorchOff - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
redstoneTorchOn - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
redstoneWire - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
redWool - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
refreshChunk(int, int) - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
regenerateChunk(int, int) - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
register(String) - Method in class org.getspout.spoutapi.inventory.ItemMap
+
+
Registers a key with the map and returns the matching id.
+
+
register(Class<? extends AddonPacket>, String) - Static method in class org.getspout.spoutapi.io.AddonPacket
+
 
+
registerBinding(String, Keyboard, String, BindingExecutionDelegate, Plugin) - Method in interface org.getspout.spoutapi.keyboard.KeyBindingManager
+
+
Registers a new kind binding
+
+
registerCustomItemName(Plugin, String) - Method in interface org.getspout.spoutapi.inventory.MaterialManager
+
+
Registers the id for a custom item.
+
+
registerEvents(Listener) - Method in class org.getspout.spoutapi.plugin.SpoutPlugin
+
+
Deprecated.
+
registerSpoutRecipe(Recipe) - Method in interface org.getspout.spoutapi.inventory.MaterialManager
+
+
Registers a SpoutRecipe to the server
+
+
release - Variable in class org.getspout.spoutapi.packet.PacketSkinURL
+
 
+
reload() - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
reloadWhitelist() - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
remove() - Static method in class org.getspout.spoutapi.gui.Color
+
+
Gets a color value that will set the color to null on the client.
+
+
remove(Material) - Method in interface org.getspout.spoutapi.inventory.SpoutPlayerInventory
+
 
+
remove(String) - Method in class org.getspout.spoutapi.io.store.FlatFileStore
+
 
+
remove(String) - Method in class org.getspout.spoutapi.io.store.MemoryStore
+
 
+
remove(String) - Method in interface org.getspout.spoutapi.io.store.SimpleStore
+
+
Removes a key, value pair
+
+
remove(int, int, int) - Method in class org.getspout.spoutapi.util.map.TByteShortByteKeyedDoubleHashMap
+
 
+
remove(int, int, int) - Method in class org.getspout.spoutapi.util.map.TByteShortByteKeyedFloatHashMap
+
 
+
remove(int, int, int) - Method in class org.getspout.spoutapi.util.map.TByteShortByteKeyedIntHashMap
+
 
+
remove(int, int, int) - Method in class org.getspout.spoutapi.util.map.TByteShortByteKeyedLongHashMap
+
 
+
remove(int, int, int) - Method in class org.getspout.spoutapi.util.map.TByteShortByteKeyedObjectHashMap
+
 
+
remove(byte, byte, byte) - Method in class org.getspout.spoutapi.util.map.TByteTripleDoubleHashMap
+
 
+
remove(byte, byte, byte) - Method in class org.getspout.spoutapi.util.map.TByteTripleFloatHashMap
+
 
+
remove(byte, byte, byte) - Method in class org.getspout.spoutapi.util.map.TByteTripleIntHashMap
+
 
+
remove(byte, byte, byte) - Method in class org.getspout.spoutapi.util.map.TByteTripleLongHashMap
+
 
+
remove(byte, byte, byte) - Method in class org.getspout.spoutapi.util.map.TByteTripleObjectHashMap
+
 
+
remove(int, int) - Method in class org.getspout.spoutapi.util.map.TIntPairDoubleHashMap
+
 
+
remove(int, int) - Method in class org.getspout.spoutapi.util.map.TIntPairFloatHashMap
+
 
+
remove(int, int) - Method in class org.getspout.spoutapi.util.map.TIntPairHashSet
+
 
+
remove(int, int) - Method in class org.getspout.spoutapi.util.map.TIntPairIntHashMap
+
 
+
remove(int, int) - Method in class org.getspout.spoutapi.util.map.TIntPairLongHashMap
+
 
+
remove(int, int) - Method in class org.getspout.spoutapi.util.map.TIntPairObjectHashMap
+
 
+
removeAccessory(AccessoryType) - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Removes an accessory from the player.
+
+
removeAllKeyBindings(Plugin) - Method in interface org.getspout.spoutapi.keyboard.KeyboardManager
+
+
Deprecated.
+
+
removeBlockData(String, World, int, int, int) - Method in interface org.getspout.spoutapi.chunkdatamanager.ChunkDataManager
+
+
Removes and returns the block data for the block at (x, y, z) and a given id.
+
+
removeBlockData(String, int, int, int) - Method in class org.getspout.spoutapi.chunkstore.ChunkMetaData
+
 
+
removeBlockData(String, World, int, int, int) - Method in class org.getspout.spoutapi.chunkstore.SimpleChunkDataManager
+
 
+
removeBlockOverride(Block) - Method in interface org.getspout.spoutapi.inventory.MaterialManager
+
+
Removes the custom block override from this block
+
+
removeChild(Widget) - Method in interface org.getspout.spoutapi.gui.Container
+
+
Removes a single widget from this container
+
+
removeChild(Widget) - Method in class org.getspout.spoutapi.gui.GenericContainer
+
 
+
removeChunkData(String, World, int, int) - Method in interface org.getspout.spoutapi.chunkdatamanager.ChunkDataManager
+
+
Removes and returns the chunk data for the chunk at (x, z) and a given id.
+
+
removeChunkData(String) - Method in class org.getspout.spoutapi.chunkstore.ChunkMetaData
+
+
Removes the data associated with the id at this chunk
+
+
removeChunkData(String, World, int, int) - Method in class org.getspout.spoutapi.chunkstore.SimpleChunkDataManager
+
 
+
removeCustomBlockData() - Method in interface org.getspout.spoutapi.block.SpoutBlock
+
+
Deprecated.
+
+
removeData(String) - Method in interface org.getspout.spoutapi.block.SpoutBlock
+
+
Removes and returns the block data for the block at (x, y, z) and a given id.
+
+
removeData(String) - Method in interface org.getspout.spoutapi.block.SpoutChunk
+
+
Removes and returns the chunk data for the chunk at (x, z) and a given id.
+
+
removeFromCache(Plugin, String) - Method in interface org.getspout.spoutapi.player.FileManager
+
+
Removes the given filename from the cache, if it exists.
+
+
removeFromCache(Plugin, List<String>) - Method in interface org.getspout.spoutapi.player.FileManager
+
+
Removes the given filenames from the cache, if they exists.
+
+
removeIngredient(Material) - Method in class org.getspout.spoutapi.inventory.SpoutShapelessRecipe
+
+
Removes an ingredient from the list.
+
+
removeItem(ListWidgetItem) - Method in class org.getspout.spoutapi.gui.GenericListView
+
 
+
removeItem(ListWidgetItem) - Method in class org.getspout.spoutapi.gui.GenericListWidget
+
 
+
removeItem(ListWidgetItem) - Method in interface org.getspout.spoutapi.gui.ListWidget
+
+
Removes an item from the list.
+
+
removeKeyBinding(Keyboard, Class<? extends KeyboardBinding>, Plugin) - Method in interface org.getspout.spoutapi.keyboard.KeyboardManager
+
+
Deprecated.
+
+
removeListener(int, Listener) - Static method in class org.getspout.spoutapi.packet.listener.Listeners
+
 
+
removeListener(int, PacketListener) - Method in interface org.getspout.spoutapi.packet.PacketManager
+
+
removes a packet listener for packets of the given id
+
+
removeListenerUncompressedChunk(Listener) - Static method in class org.getspout.spoutapi.packet.listener.Listeners
+
 
+
removeListenerUncompressedChunk(PacketListener) - Method in interface org.getspout.spoutapi.packet.PacketManager
+
+
removes a packet listener for uncompressed map chunk packets
+
+
removeMetadata(String, Plugin) - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
removeView(GenericListView) - Method in class org.getspout.spoutapi.gui.AbstractListModel
+
 
+
removeWidget(Widget) - Method in class org.getspout.spoutapi.gui.GenericScreen
+
 
+
removeWidget(Widget) - Method in class org.getspout.spoutapi.gui.InGameScreen
+
 
+
removeWidget(Widget) - Method in interface org.getspout.spoutapi.gui.Screen
+
+
Removes a widget from this screen
+
+
removeWidgets(Plugin) - Method in class org.getspout.spoutapi.gui.GenericScreen
+
 
+
removeWidgets(Plugin) - Method in interface org.getspout.spoutapi.gui.Screen
+
+
Removes all of a plugin's widgets from this screen
+
+
rename(String, String) - Method in class org.getspout.spoutapi.inventory.ItemMap
+
 
+
renameMaterialKey(JavaPlugin, String, String) - Method in interface org.getspout.spoutapi.inventory.MaterialManager
+
 
+
render() - Method in class org.getspout.spoutapi.gui.ChatBar
+
 
+
render() - Method in class org.getspout.spoutapi.gui.ChatTextBox
+
 
+
RenderDistance - Enum in org.getspout.spoutapi.player
+
 
+
RenderDistanceChangeEvent - Class in org.getspout.spoutapi.event.input
+
 
+
RenderDistanceChangeEvent(SpoutPlayer, RenderDistance) - Constructor for class org.getspout.spoutapi.event.input.RenderDistanceChangeEvent
+
 
+
renderPass - Variable in class org.getspout.spoutapi.block.design.GenericBlockDesign
+
 
+
RenderPriority - Enum in org.getspout.spoutapi.gui
+
+
Used to define the order widgets are rendered to screen.
+
+
reset - Variable in class org.getspout.spoutapi.block.design.GenericBlockDesign
+
 
+
reset() - Method in interface org.getspout.spoutapi.inventory.MaterialManager
+
+
Resets the names and textures of all items to the notchian defaults.
+
+
reset() - Static method in class org.getspout.spoutapi.material.MaterialData
+
 
+
resetBlockPower() - Method in interface org.getspout.spoutapi.block.SpoutBlock
+
+
Deprecated.
+
+
resetCape() - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Resets the cape that this player is wearing
+
+
resetCapeFor(SpoutPlayer) - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Resets the cape that is visible for the viewingPlayer
+
+
resetEntitySkin(LivingEntity) - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Resets the entity skin for the target entity.
+
+
resetEntitySkin(LivingEntity) - Method in class org.getspout.spoutapi.SpoutServer
+
+
Resets the entity skin for the target entity.
+
+
resetFriction(Block) - Method in interface org.getspout.spoutapi.inventory.MaterialManager
+
 
+
resetHardness(Block) - Method in interface org.getspout.spoutapi.inventory.MaterialManager
+
 
+
resetLightLevel(Block) - Method in interface org.getspout.spoutapi.inventory.MaterialManager
+
 
+
resetMaximumRenderDistance() - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Releases the maximum render distance, and allows the player to change the distance with no maximum restriction
+
+
resetMinimumRenderDistance() - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Releases the minimum render distance, and allows the player to change the distance with no minimum restriction
+
+
resetMovement() - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Resets all modified movement speeds, including walking, swimming, gravity, air speed, and jumping modifiers.
+
+
resetName(Material) - Method in interface org.getspout.spoutapi.inventory.MaterialManager
+
+
Resets the name of the item back to the notchian default
+
+
resetOpacity(Block) - Method in interface org.getspout.spoutapi.inventory.MaterialManager
+
 
+
resetRecipes() - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
resetSkin() - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Resets the skin to the default
+
+
resetSkinFor(SpoutPlayer) - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Resets the skin to the default for the viewing player
+
+
resetStepSound(Block) - Method in interface org.getspout.spoutapi.inventory.MaterialManager
+
 
+
resetTexturePack() - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Resets the texture pack for this player to the one they were using when they joined the game
+
+
resetTitle() - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Resets the title back to its default state.
+
+
resetTitleFor(SpoutPlayer) - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Resets the title back to its default state for the viewingPlayer.
+
+
resize - Variable in class org.getspout.spoutapi.gui.GenericLabel
+
 
+
resize(int, int) - Method in class org.getspout.spoutapi.gui.Rectangle
+
+
Resizes the rect with given width and height
+
+
restorePos() - Method in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
restorePos() - Method in interface org.getspout.spoutapi.gui.Widget
+
+
Container Layout - Restore the earlier saved position
+
+
reverse - Variable in class org.getspout.spoutapi.gui.GenericContainer
+
 
+
reverseGet(T) - Method in class org.getspout.spoutapi.io.store.MemoryStore
+
 
+
reverseGet(T) - Method in interface org.getspout.spoutapi.io.store.SimpleStore
+
+
Gets the key associated with a value
+
+
rose - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
roseRed - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
rotate(int) - Method in interface org.getspout.spoutapi.block.design.BlockDesign
+
+
Rotates a block on the Y Axis
+
+
rotate(int, Axis) - Method in interface org.getspout.spoutapi.block.design.BlockDesign
+
+
Rotates the block design on the given axis
+
+
rotate(int) - Method in class org.getspout.spoutapi.block.design.GenericBlockDesign
+
 
+
rotate(int, Axis) - Method in class org.getspout.spoutapi.block.design.GenericBlockDesign
+
 
+
rottenFlesh - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
run(ItemMap, String, int) - Method in interface org.getspout.spoutapi.inventory.ItemMapRunnable
+
 
+
run(SpoutPlayer) - Method in class org.getspout.spoutapi.io.AddonPacket
+
+
Called when this packet has been successfully deserialized from the client
+
+
run() - Method in class org.getspout.spoutapi.io.CRCStore.URLCheck
+
 
+
run(int) - Method in class org.getspout.spoutapi.material.block.GenericCustomBlock
+
 
+
run(int) - Method in class org.getspout.spoutapi.material.item.GenericCustomItem
+
 
+
run(int) - Method in class org.getspout.spoutapi.packet.PacketAccessory
+
 
+
run(int) - Method in class org.getspout.spoutapi.packet.PacketAddonData
+
 
+
run(int) - Method in class org.getspout.spoutapi.packet.PacketAirTime
+
 
+
run(int) - Method in class org.getspout.spoutapi.packet.PacketAlert
+
 
+
run(int) - Method in class org.getspout.spoutapi.packet.PacketAllowVisualCheats
+
 
+
run(int) - Method in class org.getspout.spoutapi.packet.PacketBlockData
+
 
+
run(int) - Method in class org.getspout.spoutapi.packet.PacketCacheDeleteFile
+
 
+
run(int) - Method in class org.getspout.spoutapi.packet.PacketCacheFile
+
 
+
run(int) - Method in class org.getspout.spoutapi.packet.PacketClientAddons
+
 
+
run(int) - Method in class org.getspout.spoutapi.packet.PacketClipboardText
+
 
+
run(int) - Method in class org.getspout.spoutapi.packet.PacketComboBox
+
 
+
run(int) - Method in class org.getspout.spoutapi.packet.PacketControlAction
+
 
+
run(int) - Method in class org.getspout.spoutapi.packet.PacketCustomBlockChunkOverride
+
 
+
run(int) - Method in class org.getspout.spoutapi.packet.PacketCustomBlockDesign
+
 
+
run(int) - Method in class org.getspout.spoutapi.packet.PacketCustomBlockOverride
+
 
+
run(int) - Method in class org.getspout.spoutapi.packet.PacketCustomMultiBlockOverride
+
 
+
run(int) - Method in class org.getspout.spoutapi.packet.PacketDownloadMusic
+
 
+
run(int) - Method in class org.getspout.spoutapi.packet.PacketEntityInformation
+
 
+
run(int) - Method in class org.getspout.spoutapi.packet.PacketEntitySkin
+
 
+
run(int) - Method in class org.getspout.spoutapi.packet.PacketEntityTitle
+
 
+
run(int) - Method in class org.getspout.spoutapi.packet.PacketFocusUpdate
+
 
+
run(int) - Method in class org.getspout.spoutapi.packet.PacketFullVersion
+
 
+
run(int) - Method in class org.getspout.spoutapi.packet.PacketItemName
+
 
+
run(int) - Method in class org.getspout.spoutapi.packet.PacketKeyBinding
+
 
+
run(int) - Method in class org.getspout.spoutapi.packet.PacketKeyPress
+
 
+
run(int) - Method in class org.getspout.spoutapi.packet.PacketMovementModifiers
+
 
+
run(int) - Method in class org.getspout.spoutapi.packet.PacketMusicChange
+
 
+
run(int) - Method in class org.getspout.spoutapi.packet.PacketOpenScreen
+
 
+
run(int) - Method in class org.getspout.spoutapi.packet.PacketOpenSignGUI
+
 
+
run(int) - Method in class org.getspout.spoutapi.packet.PacketParticle
+
 
+
run(int) - Method in class org.getspout.spoutapi.packet.PacketPermissionUpdate
+
 
+
run(int) - Method in class org.getspout.spoutapi.packet.PacketPlaySound
+
 
+
run(int) - Method in class org.getspout.spoutapi.packet.PacketPreCacheCompleted
+
 
+
run(int) - Method in class org.getspout.spoutapi.packet.PacketPreCacheFile
+
 
+
run(int) - Method in class org.getspout.spoutapi.packet.PacketRenderDistance
+
 
+
run(int) - Method in class org.getspout.spoutapi.packet.PacketRequestPrecache
+
 
+
run(int) - Method in class org.getspout.spoutapi.packet.PacketScreenAction
+
 
+
run(int) - Method in class org.getspout.spoutapi.packet.PacketScreenshot
+
 
+
run(int) - Method in class org.getspout.spoutapi.packet.PacketSendPrecache
+
 
+
run(int) - Method in class org.getspout.spoutapi.packet.PacketServerPlugins
+
 
+
run(int) - Method in class org.getspout.spoutapi.packet.PacketSetVelocity
+
 
+
run(int) - Method in class org.getspout.spoutapi.packet.PacketSkinURL
+
 
+
run(int) - Method in class org.getspout.spoutapi.packet.PacketSky
+
 
+
run(int) - Method in class org.getspout.spoutapi.packet.PacketSlotClick
+
 
+
run(int) - Method in class org.getspout.spoutapi.packet.PacketSpawnTextEntity
+
 
+
run(int) - Method in class org.getspout.spoutapi.packet.PacketStopMusic
+
 
+
run(int) - Method in class org.getspout.spoutapi.packet.PacketTexturePack
+
 
+
run(int) - Method in class org.getspout.spoutapi.packet.PacketValidatePrecache
+
 
+
run(int) - Method in class org.getspout.spoutapi.packet.PacketWaypoint
+
 
+
run(int) - Method in class org.getspout.spoutapi.packet.PacketWidget
+
 
+
run(int) - Method in class org.getspout.spoutapi.packet.PacketWidgetRemove
+
 
+
run(int) - Method in interface org.getspout.spoutapi.packet.SpoutPacket
+
+
Performs any tasks for the packet after data has been successfully read into the packet.
+
+
+ + + +

S

+
+
saddle - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
safeDeserialize(ObjectInputStream) - Static method in class org.getspout.spoutapi.chunkstore.Utils
+
 
+
safeSerialize(ObjectOutputStream, Serializable) - Static method in class org.getspout.spoutapi.chunkstore.Utils
+
 
+
sand - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
sandstone - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
sandstoneDoubleSlabs - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
sandstoneSlab - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
sandstoneStairs - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
Sapling - Class in org.getspout.spoutapi.material.block
+
 
+
Sapling(String, int) - Constructor for class org.getspout.spoutapi.material.block.Sapling
+
 
+
sapling - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
save() - Method in class org.getspout.spoutapi.inventory.ItemMap
+
+
Saves the map to the persistence system
+
+
save() - Method in class org.getspout.spoutapi.io.store.FlatFileStore
+
 
+
save() - Method in class org.getspout.spoutapi.io.store.MemoryStore
+
 
+
save() - Method in interface org.getspout.spoutapi.io.store.SimpleStore
+
+
Save the map to the persistence system associated with the store.
+
+
save() - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
saveChunk(Chunk) - Method in class org.getspout.spoutapi.chunkstore.SimpleChunkDataManager
+
 
+
saveChunk(World, int, int) - Method in class org.getspout.spoutapi.chunkstore.SimpleChunkDataManager
+
 
+
savePlayers() - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
savePos() - Method in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
savePos() - Method in interface org.getspout.spoutapi.gui.Widget
+
+
Container Layout - Save the position for later restoration
+
+
saveWorldChunks(World) - Method in class org.getspout.spoutapi.chunkstore.SimpleChunkDataManager
+
 
+
saveWorldChunks(World, boolean) - Method in class org.getspout.spoutapi.chunkstore.SimpleChunkDataManager
+
 
+
sbpHoriz - Variable in class org.getspout.spoutapi.gui.GenericScrollable
+
 
+
sbpVert - Variable in class org.getspout.spoutapi.gui.GenericScrollable
+
 
+
scale - Variable in class org.getspout.spoutapi.gui.GenericButton
+
 
+
scale - Variable in class org.getspout.spoutapi.gui.GenericLabel
+
 
+
screen - Variable in class org.getspout.spoutapi.event.screen.ScreenEvent
+
 
+
screen - Variable in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
Screen - Interface in org.getspout.spoutapi.gui
+
+
This defines the basic Screen, but should not be used directly.
+
+
screen - Variable in class org.getspout.spoutapi.packet.PacketControlAction
+
 
+
screen - Variable in class org.getspout.spoutapi.packet.PacketScreenAction
+
 
+
screen - Variable in class org.getspout.spoutapi.packet.PacketWidget
+
 
+
ScreenAction - Enum in org.getspout.spoutapi.packet
+
 
+
ScreenCloseEvent - Class in org.getspout.spoutapi.event.screen
+
 
+
ScreenCloseEvent(SpoutPlayer, Screen, ScreenType) - Constructor for class org.getspout.spoutapi.event.screen.ScreenCloseEvent
+
 
+
ScreenEvent - Class in org.getspout.spoutapi.event.screen
+
 
+
ScreenEvent(String, SpoutPlayer, Screen, ScreenType) - Constructor for class org.getspout.spoutapi.event.screen.ScreenEvent
+
 
+
ScreenOpenEvent - Class in org.getspout.spoutapi.event.screen
+
 
+
ScreenOpenEvent(SpoutPlayer, Screen, ScreenType) - Constructor for class org.getspout.spoutapi.event.screen.ScreenOpenEvent
+
 
+
ScreenshotReceivedEvent - Class in org.getspout.spoutapi.event.screen
+
 
+
ScreenshotReceivedEvent(SpoutPlayer, BufferedImage) - Constructor for class org.getspout.spoutapi.event.screen.ScreenshotReceivedEvent
+
 
+
ScreenType - Enum in org.getspout.spoutapi.gui
+
+
The various Screens that Spout knows about.
+
+
screenType - Variable in class org.getspout.spoutapi.packet.PacketKeyPress
+
 
+
scroll(int, int) - Method in class org.getspout.spoutapi.gui.GenericScrollable
+
 
+
scroll(int, int) - Method in interface org.getspout.spoutapi.gui.Scrollable
+
+
Adds x and y to the Horizontal and Vertical scroll position.
+
+
Scrollable - Interface in org.getspout.spoutapi.gui
+
+
This defines a control for a scrollbar.
+
+
ScrollBarPolicy - Enum in org.getspout.spoutapi.gui
+
+
When a Scrollable scrollbar will be shown.
+
+
scrollX - Variable in class org.getspout.spoutapi.gui.GenericScrollable
+
 
+
scrollY - Variable in class org.getspout.spoutapi.gui.GenericScrollable
+
 
+
seeds - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
send(Collection<SpoutPlayer>) - Method in class org.getspout.spoutapi.io.AddonPacket
+
+
Sends this packet to the collection of players
+
+
send(SpoutPlayer) - Method in class org.getspout.spoutapi.io.AddonPacket
+
+
Sends this packet to the given player
+
+
sendDelayedPacket(SpoutPacket) - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Internal use only
+
+
sendImmediatePacket(MCPacket) - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Sends the packet immediately.
+
+
sendInventoryEvent() - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Deprecated.
+
+
sendNotification(String, String, Material) - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Sends the player a notification (using the existing Achievement Get window), with the given title, message, and item to render as a graphic + The title and message may not exceed 26 characters in length + The item to render may not be null
+
+
sendNotification(String, String, Material, short, int) - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Sends the player a notification (using the existing Achievement Get window), with the given title, message, and item to render as a graphic + The title and message may not exceed 26 characters in length + The item to render may not be null
+
+
sendNotification(String, String, ItemStack, int) - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Sends the player a notification (using the existing Achievement Get window), with the given title, message, and item to render as a graphic + The title and message may not exceed 26 characters in length + The item to render may not be null
+
+
sendPacket(MCPacket) - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Sends a MCPacket to the client
+
+
sendPacket(SpoutPacket) - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Internal use only
+
+
sendPluginMessage(Plugin, String, byte[]) - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
sendPluginMessage(Plugin, String, byte[]) - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
sendScreenshotRequest() - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Sends a request to the client to send a screenshot to the server.
+
+
serialize(Serializable) - Static method in class org.getspout.spoutapi.chunkstore.Utils
+
 
+
SerializedData() - Constructor for class org.getspout.spoutapi.chunkstore.Utils.SerializedData
+
 
+
ServerTickEvent - Class in org.getspout.spoutapi.event.spout
+
 
+
ServerTickEvent() - Constructor for class org.getspout.spoutapi.event.spout.ServerTickEvent
+
 
+
set(String, T) - Method in class org.getspout.spoutapi.io.store.FlatFileStore
+
 
+
set(String, T) - Method in class org.getspout.spoutapi.io.store.MemoryStore
+
 
+
set(String, T) - Method in interface org.getspout.spoutapi.io.store.SimpleStore
+
+
Sets the value associated with a key
+
+
setActiveInventoryLocation(Location) - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Deprecated.
+
+
setAddons(String[], String[]) - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Internal use only
+
+
setAirSpeedMultiplier(double) - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Modifies the default air speed for this player +

+ Ex: setAirSpeedMultiplier(10) will cause players to move horizontally while in the air ten times faster than normal.

+
+
setAlign(WidgetAnchor) - Method in interface org.getspout.spoutapi.gui.Container
+
+
Set the contents alignment.
+
+
setAlign(WidgetAnchor) - Method in class org.getspout.spoutapi.gui.GenericButton
+
 
+
setAlign(WidgetAnchor) - Method in class org.getspout.spoutapi.gui.GenericContainer
+
 
+
setAlign(WidgetAnchor) - Method in class org.getspout.spoutapi.gui.GenericLabel
+
 
+
setAlign(WidgetAnchor) - Method in class org.getspout.spoutapi.gui.GenericSlider
+
 
+
setAlign(WidgetAnchor) - Method in interface org.getspout.spoutapi.gui.Label
+
+
Set the text alignment
+
+
setAlign(WidgetAnchor) - Method in interface org.getspout.spoutapi.gui.Slider
+
 
+
setAlpha(float) - Method in class org.getspout.spoutapi.gui.Color
+
 
+
setAlpha(int) - Method in class org.getspout.spoutapi.gui.Color
+
 
+
setAlwaysVisible(boolean) - Method in class org.getspout.spoutapi.gui.ArmorBar
+
+
Forces the armor bar to appear, even when the player has no armor equipped.
+
+
setAmbientSpawnLimit(int) - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
setAmount(int) - Method in class org.getspout.spoutapi.particle.Particle
+
 
+
setAnchor(WidgetAnchor) - Method in class org.getspout.spoutapi.gui.GenericContainer
+
 
+
setAnchor(WidgetAnchor) - Method in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
setAnchor(WidgetAnchor) - Method in interface org.getspout.spoutapi.gui.Widget
+
+
Set the anchor point for this widget, default is CENTER
+
+
setAnimalSpawnLimit(int) - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
setAnimate(int) - Method in interface org.getspout.spoutapi.packet.standard.MCPacket18ArmAnimation
+
 
+
setAuto(boolean) - Method in interface org.getspout.spoutapi.gui.Button
+
 
+
setAuto(boolean) - Method in interface org.getspout.spoutapi.gui.Container
+
+
Determines if children expand to fill width and height
+
+
setAuto(boolean) - Method in class org.getspout.spoutapi.gui.GenericButton
+
 
+
setAuto(boolean) - Method in class org.getspout.spoutapi.gui.GenericContainer
+
 
+
setAuto(boolean) - Method in class org.getspout.spoutapi.gui.GenericLabel
+
 
+
setAuto(boolean) - Method in class org.getspout.spoutapi.gui.GenericSlider
+
 
+
setAuto(boolean) - Method in interface org.getspout.spoutapi.gui.Label
+
+
Determines if text expands to fill width and height
+
+
setAuto(boolean) - Method in interface org.getspout.spoutapi.gui.Slider
+
 
+
setAutoDirty(boolean) - Method in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
setAutoDirty(boolean) - Method in interface org.getspout.spoutapi.gui.Widget
+
+
Sets whether this widget should automatically be marked as dirty when it is changed.
+
+
setAutoSave(boolean) - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
setBackgroundColor(Color) - Method in class org.getspout.spoutapi.gui.GenericScrollable
+
 
+
setBackgroundColor(Color) - Method in interface org.getspout.spoutapi.gui.Scrollable
+
+
Sets the background color of this list
+
+
setBed(int) - Method in interface org.getspout.spoutapi.packet.standard.MCPacket17
+
 
+
setBgVisible(boolean) - Method in class org.getspout.spoutapi.gui.GenericScreen
+
 
+
setBgVisible(boolean) - Method in interface org.getspout.spoutapi.gui.Screen
+
+
Sets the visibility of the grey background.
+
+
setBiome(int, int, Biome) - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
setBiomeManager(BiomeManager) - Method in class org.getspout.spoutapi.SpoutManager
+
 
+
setBiomeWeather(Biome, SpoutWeather) - Method in interface org.getspout.spoutapi.player.PlayerInformation
+
 
+
setBlockData(String, World, int, int, int, Serializable) - Method in interface org.getspout.spoutapi.chunkdatamanager.ChunkDataManager
+
+
Sets block data for the block at (x, y, z) and a given id.
+
+
setBlockData(String, World, int, int, int, Serializable) - Method in class org.getspout.spoutapi.chunkstore.SimpleChunkDataManager
+
 
+
setBlockDesign(BlockDesign) - Method in class org.getspout.spoutapi.material.block.GenericCustomBlock
+
 
+
setBlockDesign(BlockDesign, int) - Method in class org.getspout.spoutapi.material.block.GenericCustomBlock
+
 
+
setBlockDesign(BlockDesign) - Method in interface org.getspout.spoutapi.material.CustomBlock
+
+
Sets the BlockDesign to use with this CustomBlock
+
+
setBlockDesign(BlockDesign, int) - Method in interface org.getspout.spoutapi.material.CustomBlock
+
 
+
setBlockPowered(boolean) - Method in interface org.getspout.spoutapi.block.SpoutBlock
+
+
Deprecated.
+
+
setBlockPowered(boolean, BlockFace) - Method in interface org.getspout.spoutapi.block.SpoutBlock
+
+
Deprecated.
+
+
setBlockX(int) - Method in interface org.getspout.spoutapi.packet.standard.MCPacket17
+
 
+
setBlockY(int) - Method in interface org.getspout.spoutapi.packet.standard.MCPacket17
+
 
+
setBlockZ(int) - Method in interface org.getspout.spoutapi.packet.standard.MCPacket17
+
 
+
setBlue(float) - Method in class org.getspout.spoutapi.gui.Color
+
 
+
setBlue(int) - Method in class org.getspout.spoutapi.gui.Color
+
 
+
setBorderColor(Color) - Method in class org.getspout.spoutapi.gui.GenericTextField
+
 
+
setBorderColor(Color) - Method in interface org.getspout.spoutapi.gui.TextField
+
+
Sets the outside color of the field area of the text box.
+
+
setBottomColor(Color) - Method in class org.getspout.spoutapi.gui.GenericGradient
+
 
+
setBottomColor(Color) - Method in class org.getspout.spoutapi.gui.GenericRectangle
+
+
Deprecated.
+
setBottomColor(Color) - Method in interface org.getspout.spoutapi.gui.Gradient
+
+
Sets the bottom colour of the gradient to render.
+
+
setBoundingBox(float, float, float, float, float, float) - Method in interface org.getspout.spoutapi.block.design.BlockDesign
+
+
Sets the bounding box for this block
+
+
setBoundingBox(float, float, float, float, float, float) - Method in class org.getspout.spoutapi.block.design.GenericBlockDesign
+
 
+
setBrightness(float) - Method in interface org.getspout.spoutapi.block.design.BlockDesign
+
+
Sets the fixed brightness of the block
+
+
setBrightness(float) - Method in class org.getspout.spoutapi.block.design.GenericBlockDesign
+
 
+
setCancelled(boolean) - Method in class org.getspout.spoutapi.event.input.RenderDistanceChangeEvent
+
 
+
setCancelled(boolean) - Method in class org.getspout.spoutapi.event.inventory.InventoryClickEvent
+
+
Deprecated.
+
+
setCancelled(boolean) - Method in class org.getspout.spoutapi.event.inventory.InventoryEvent
+
 
+
setCancelled(boolean) - Method in class org.getspout.spoutapi.event.screen.ScreenEvent
+
 
+
setCancelled(boolean) - Method in class org.getspout.spoutapi.event.sound.BackgroundMusicEvent
+
 
+
setCanFly(boolean) - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Overrides the server wide fly setting, allowing this player to fly, or not to fly.
+
+
setCape(String) - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Sets the cape url of this player
+
+
setCapeFor(SpoutPlayer, String) - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Sets the cape url of this player, that is only visible to the viewingPlayer
+
+
setChecked(boolean) - Method in interface org.getspout.spoutapi.gui.CheckBox
+
 
+
setChecked(boolean) - Method in class org.getspout.spoutapi.gui.GenericCheckBox
+
 
+
setChunkData(String, World, int, int, Serializable) - Method in interface org.getspout.spoutapi.chunkdatamanager.ChunkDataManager
+
+
Sets chunk data for the chunk at (x, z) and a given id.
+
+
setChunkData(String, World, int, int, Serializable) - Method in class org.getspout.spoutapi.chunkstore.SimpleChunkDataManager
+
 
+
setChunkDataManager(ChunkDataManager) - Method in class org.getspout.spoutapi.SpoutManager
+
 
+
setClipboardText(String) - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Sets the clipboard text for the player
+
+
setClipboardText(String, boolean) - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Internal use only
+
+
setCloudColor(SpoutPlayer, Color) - Method in interface org.getspout.spoutapi.player.SkyManager
+
+
Sets the cloud color for the player
+
+
setCloudHeight(SpoutPlayer, int) - Method in interface org.getspout.spoutapi.player.SkyManager
+
+
Sets the y-axis heigh that cloud tops are rendered at for the given player
+
+
setCloudsVisible(SpoutPlayer, boolean) - Method in interface org.getspout.spoutapi.player.SkyManager
+
+
Enables or disables the rendering of clouds for the given player
+
+
setColor(Color) - Method in interface org.getspout.spoutapi.gui.Control
+
+
Sets the color of this control
+
+
setColor(Color) - Method in class org.getspout.spoutapi.gui.GenericControl
+
 
+
setColor(Color) - Method in class org.getspout.spoutapi.gui.GenericGradient
+
 
+
setColor(Color) - Method in interface org.getspout.spoutapi.gui.Gradient
+
+
Set both top and bottom gradient color in one call.
+
+
setColor(float, float, float, float) - Method in interface org.getspout.spoutapi.gui.SolidBackground
+
+
Not implemented.
+
+
setConfigFile(FlatFileStore<String>) - Static method in class org.getspout.spoutapi.io.CRCStore
+
 
+
setContainer(Container) - Method in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
setContainer(Container) - Method in interface org.getspout.spoutapi.gui.Widget
+
+
Sets the parant container for this widget
+
+
setCRC(Long) - Method in interface org.getspout.spoutapi.io.CRCStoreRunnable
+
 
+
setCursor(ItemStack) - Method in class org.getspout.spoutapi.event.inventory.InventoryClickEvent
+
+
Deprecated.
+
+
setCursor(ItemStack) - Method in class org.getspout.spoutapi.event.inventory.InventoryCraftEvent
+
+
Deprecated.
+
Sets the itemstack at the cursor
+
+
setCursorPosition(int) - Method in class org.getspout.spoutapi.gui.GenericTextField
+
 
+
setCursorPosition(int) - Method in interface org.getspout.spoutapi.gui.TextField
+
+
Sets the position of the cursor in the text field.
+
+
setCursorX(int) - Method in class org.getspout.spoutapi.gui.ChatBar
+
+
Sets the x position that the cursor starts at when typing
+
+
setCursorY(int) - Method in class org.getspout.spoutapi.gui.ChatBar
+
+
Sets the y position that the cursor starts at when typing
+
+
setCustomBlock(CustomBlock) - Method in interface org.getspout.spoutapi.block.SpoutBlock
+
+
Overrides the block to be the customBlock +

+ This can be used to set custom blocks at the location.

+
+
setCustomBlock(int, int, int, CustomBlock) - Method in interface org.getspout.spoutapi.block.SpoutChunk
+
+
Sets the custom block at this x, y, z location
+
+
setCustomBlock(int, int, int, CustomBlock, byte) - Method in interface org.getspout.spoutapi.block.SpoutChunk
+
 
+
setCustomBlockData(byte) - Method in interface org.getspout.spoutapi.block.SpoutBlock
+
 
+
setCustomBlockData(byte[]) - Method in interface org.getspout.spoutapi.block.SpoutChunk
+
 
+
setCustomBlockData(int, int, int, byte) - Method in interface org.getspout.spoutapi.block.SpoutChunk
+
 
+
setCustomBlockData(World, int, int, byte[]) - Method in interface org.getspout.spoutapi.chunkdatamanager.ChunkDataManager
+
 
+
setCustomBlockData(byte[]) - Method in class org.getspout.spoutapi.chunkstore.ChunkMetaData
+
 
+
setCustomBlockData(World, int, int, byte[]) - Method in class org.getspout.spoutapi.chunkstore.SimpleChunkDataManager
+
 
+
setCustomBlockId(int, int, int, short) - Method in interface org.getspout.spoutapi.block.SpoutChunk
+
+
Sets the custom block id at this x, y, z location
+
+
setCustomBlockIds(short[]) - Method in interface org.getspout.spoutapi.block.SpoutChunk
+
+
Sets the custom block ids that are used for the chunk at (x, z).
+
+
setCustomBlockIds(World, int, int, short[]) - Method in interface org.getspout.spoutapi.chunkdatamanager.ChunkDataManager
+
+
Sets the custom block ids that are used for the chunk at (x, z) +

+ Modifying this array will override the contents of this chunk.

+
+
setCustomBlockIds(short[]) - Method in class org.getspout.spoutapi.chunkstore.ChunkMetaData
+
+
Sets the array that is used for the block id data for this chunk.
+
+
setCustomBlockIds(World, int, int, short[]) - Method in class org.getspout.spoutapi.chunkstore.SimpleChunkDataManager
+
 
+
setDangerPercent(float) - Method in class org.getspout.spoutapi.gui.HealthBar
+
+
Sets the percent of health a player needs to fall to or below in order for the hearts to begin blinking.
+
+
setData(String, Serializable) - Method in interface org.getspout.spoutapi.block.SpoutBlock
+
+
Sets block data for the block at (x, y, z) and a given id.
+
+
setData(String, Serializable) - Method in interface org.getspout.spoutapi.block.SpoutChunk
+
+
Sets chunk data for the chunk at (x, z) and a given id.
+
+
setData(short) - Method in class org.getspout.spoutapi.gui.GenericItemWidget
+
 
+
setData(short) - Method in interface org.getspout.spoutapi.gui.ItemWidget
+
+
Sets the data of this item widget
+
+
setDataAsync(byte) - Method in interface org.getspout.spoutapi.block.SpoutBlock
+
+
Deprecated.
+
+
setDefaultGameMode(GameMode) - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
setDefaultKey(Keyboard) - Method in class org.getspout.spoutapi.keyboard.KeyBinding
+
+
Sets the default key for this keybinding
+
+
setDelegate(BindingExecutionDelegate) - Method in class org.getspout.spoutapi.keyboard.KeyBinding
+
+
Sets the key binding delegate object for this keybinding
+
+
setDepth(int) - Method in class org.getspout.spoutapi.gui.GenericItemWidget
+
 
+
setDepth(int) - Method in class org.getspout.spoutapi.gui.GenericSlot
+
 
+
setDepth(int) - Method in interface org.getspout.spoutapi.gui.ItemWidget
+
+
Sets the z render depth for this 3-d item widget
+
+
setDepth(int) - Method in interface org.getspout.spoutapi.gui.Slot
+
 
+
setDescription(String) - Method in class org.getspout.spoutapi.keyboard.KeyBinding
+
+
Sets the description of the keybinding
+
+
setDifficulty(Difficulty) - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
setDirty(boolean) - Method in class org.getspout.spoutapi.chunkstore.ChunkMetaData
+
+
Sets this chunk's data dirty flag
+
+
setDirty(boolean) - Method in class org.getspout.spoutapi.gui.GenericContainer
+
 
+
setDirty(boolean) - Method in class org.getspout.spoutapi.gui.GenericScreen
+
 
+
setDirty(boolean) - Method in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
setDirty(boolean) - Method in interface org.getspout.spoutapi.gui.Widget
+
+
Marks this widget as needing an update on the client.
+
+
setDisabledColor(Color) - Method in interface org.getspout.spoutapi.gui.Control
+
+
Sets the color of this control when it is disabled
+
+
setDisabledColor(Color) - Method in class org.getspout.spoutapi.gui.GenericControl
+
 
+
setDisabledText(String) - Method in interface org.getspout.spoutapi.gui.Button
+
+
Sets the text that is displayed when the control is disabled
+
+
setDisabledText(String) - Method in class org.getspout.spoutapi.gui.GenericButton
+
 
+
setDrawAlphaChannel(boolean) - Method in class org.getspout.spoutapi.gui.GenericTexture
+
 
+
setDrawAlphaChannel(boolean) - Method in interface org.getspout.spoutapi.gui.Texture
+
+
Sets if the texture should draw the full alpha channel instead of just using a bit-mask.
+
+
setDurability(ItemStack, short) - Static method in class org.getspout.spoutapi.material.item.GenericCustomTool
+
 
+
setEnabled(boolean) - Method in interface org.getspout.spoutapi.gui.Control
+
+
Disables input to the control, but still allows it to be visible
+
+
setEnabled(boolean) - Method in class org.getspout.spoutapi.gui.GenericControl
+
 
+
setEntityId(int) - Method in interface org.getspout.spoutapi.gui.EntityWidget
+
+
Sets the id of this entity
+
+
setEntityId(int) - Method in class org.getspout.spoutapi.gui.GenericEntityWidget
+
 
+
setEntityId(int) - Method in interface org.getspout.spoutapi.packet.standard.MCPacket17
+
 
+
setEntityId(int) - Method in interface org.getspout.spoutapi.packet.standard.MCPacket18ArmAnimation
+
 
+
setEntitySkin(LivingEntity, String) - Method in interface org.getspout.spoutapi.player.PlayerInformation
+
 
+
setEntitySkin(LivingEntity, String, EntitySkinType) - Method in interface org.getspout.spoutapi.player.PlayerInformation
+
 
+
setEntitySkin(LivingEntity, String, EntitySkinType) - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Sets the entity skin for the target entity to the url.
+
+
setEntitySkin(LivingEntity, String, EntitySkinType) - Method in class org.getspout.spoutapi.SpoutServer
+
+
Sets the entity skin for the target entity to the url.
+
+
setFadeoutTicks(int) - Method in class org.getspout.spoutapi.gui.ChatTextBox
+
+
Sets the number of ticks until the text fades out from the main screen. + 20 ticks is equivelent to one second.
+
+
setFieldColor(Color) - Method in class org.getspout.spoutapi.gui.GenericTextField
+
 
+
setFieldColor(Color) - Method in interface org.getspout.spoutapi.gui.TextField
+
+
Sets the field color of the inner field area of the text box.
+
+
setFileManager(FileManager) - Method in class org.getspout.spoutapi.SpoutManager
+
 
+
setFixed(boolean) - Method in class org.getspout.spoutapi.gui.GenericLabel
+
 
+
setFixed(boolean) - Method in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
setFixed(boolean) - Method in interface org.getspout.spoutapi.gui.Widget
+
+
Container Layout - Set whether the widget will be resized with its container
+
+
setFocus(boolean) - Method in interface org.getspout.spoutapi.gui.Control
+
 
+
setFocus(boolean) - Method in class org.getspout.spoutapi.gui.GenericControl
+
 
+
setFocus(boolean) - Method in class org.getspout.spoutapi.gui.GenericTextField
+
 
+
setFocus(boolean) - Method in interface org.getspout.spoutapi.gui.TextField
+
+
Sets whether this text field shall obtain focus.
+
+
setFogColor(SpoutPlayer, Color) - Method in interface org.getspout.spoutapi.player.SkyManager
+
+
Sets the fog color for the player
+
+
setFormat(String) - Method in interface org.getspout.spoutapi.gui.ComboBox
+
+
Sets the format of the text on the button.
+
+
setFormat(String) - Method in class org.getspout.spoutapi.gui.GenericComboBox
+
 
+
setFriction(Block, float) - Method in interface org.getspout.spoutapi.inventory.MaterialManager
+
 
+
setFriction(float) - Method in class org.getspout.spoutapi.material.block.Air
+
 
+
setFriction(float) - Method in class org.getspout.spoutapi.material.block.GenericBlock
+
 
+
setFriction(float) - Method in class org.getspout.spoutapi.material.block.GenericCustomBlock
+
 
+
setFriction(float) - Method in interface org.getspout.spoutapi.material.Block
+
 
+
setFullRotate(boolean) - Method in class org.getspout.spoutapi.material.block.GenericCustomBlock
+
 
+
setFullRotate(boolean) - Method in interface org.getspout.spoutapi.material.CustomBlock
+
+
Sets whether or not this CustomBlock can rotate in all directions.
+
+
setFullTime(long) - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
setGameRuleValue(String, String) - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
setGlobalBiomeWeather(Biome, SpoutWeather) - Method in interface org.getspout.spoutapi.player.BiomeManager
+
+
Deprecated.
+
Sets the whole servers weather in a specific Biome to render as the specified SpoutWeather
+
+
setGlobalWeather(SpoutWeather) - Method in interface org.getspout.spoutapi.player.BiomeManager
+
+
Deprecated.
+
Sets the whole servers weather to render as the specified SpoutWeather
+
+
setGravity(float) - Method in class org.getspout.spoutapi.particle.Particle
+
+
Sets the gravity modifier for the particle (0 = no gravity)
+
+
setGravityMultiplier(double) - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Modifies the effects of gravity on the player's y axis movement.
+
+
setGreen(float) - Method in class org.getspout.spoutapi.gui.Color
+
 
+
setGreen(int) - Method in class org.getspout.spoutapi.gui.Color
+
 
+
setGroup(int) - Method in class org.getspout.spoutapi.gui.GenericRadioButton
+
 
+
setGroup(int) - Method in interface org.getspout.spoutapi.gui.RadioButton
+
 
+
setHardness(Block, float) - Method in interface org.getspout.spoutapi.inventory.MaterialManager
+
 
+
setHardness(float) - Method in class org.getspout.spoutapi.material.block.Air
+
 
+
setHardness(float) - Method in class org.getspout.spoutapi.material.block.GenericBlock
+
 
+
setHardness(float) - Method in class org.getspout.spoutapi.material.block.GenericCustomBlock
+
 
+
setHardness(float) - Method in interface org.getspout.spoutapi.material.Block
+
 
+
setHeight(int) - Method in class org.getspout.spoutapi.gui.GenericContainer
+
 
+
setHeight(int) - Method in class org.getspout.spoutapi.gui.GenericItemWidget
+
 
+
setHeight(int) - Method in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
setHeight(int) - Method in interface org.getspout.spoutapi.gui.ItemWidget
+
 
+
setHeight(int) - Method in class org.getspout.spoutapi.gui.Rectangle
+
 
+
setHeight(int) - Method in interface org.getspout.spoutapi.gui.Widget
+
+
Sets the height of this widget, in pixels
+
+
setHoverColor(Color) - Method in interface org.getspout.spoutapi.gui.Button
+
+
Sets the color of the control while the mouse is hovering over it
+
+
setHoverColor(Color) - Method in class org.getspout.spoutapi.gui.GenericButton
+
 
+
setIconOffset(int) - Method in class org.getspout.spoutapi.gui.ArmorBar
+
+
Sets the number of pixels each shield is offset when drawing the next shield.
+
+
setIconOffset(int) - Method in class org.getspout.spoutapi.gui.BubbleBar
+
+
Sets the number of pixels each bubbles is offset when drawing the next bubble.
+
+
setIconOffset(int) - Method in class org.getspout.spoutapi.gui.HealthBar
+
+
Sets the number of pixels each heart is offset when drawing the next heart.
+
+
setIconOffset(int) - Method in class org.getspout.spoutapi.gui.HungerBar
+
+
Sets the number of pixels each icon is offset when drawing the next icon.
+
+
setIconUrl(String) - Method in class org.getspout.spoutapi.gui.ListWidgetItem
+
 
+
setId(String) - Method in class org.getspout.spoutapi.keyboard.KeyBinding
+
+
Sets the unique id for this keybinding
+
+
setIngredient(char, Material) - Method in class org.getspout.spoutapi.inventory.SpoutShapedRecipe
+
+
Sets the material that a character in the recipe shape refers to.
+
+
setInnerSize(Orientation, int) - Method in class org.getspout.spoutapi.gui.GenericScrollable
+
 
+
setInventoryBuilder(InventoryBuilder) - Method in class org.getspout.spoutapi.SpoutManager
+
 
+
setItem(ItemStack) - Method in class org.getspout.spoutapi.event.inventory.InventoryClickEvent
+
+
Deprecated.
+
+
setItem(ItemStack) - Method in class org.getspout.spoutapi.gui.GenericSlot
+
 
+
setItem(ItemStack) - Method in interface org.getspout.spoutapi.gui.Slot
+
+
Sets a new item to this slot
+
+
setItemDrop(ItemStack) - Method in class org.getspout.spoutapi.material.block.GenericCustomBlock
+
 
+
setItemDrop(ItemStack) - Method in interface org.getspout.spoutapi.material.CustomBlock
+
+
Sets the ItemStack that drops when breaking this CustomBlock, set to null for no drop
+
+
setItemName(Material, String) - Method in interface org.getspout.spoutapi.inventory.MaterialManager
+
+
Sets the name of the item
+
+
setItems(List<String>) - Method in interface org.getspout.spoutapi.gui.ComboBox
+
 
+
setItems(List<String>) - Method in class org.getspout.spoutapi.gui.GenericComboBox
+
 
+
setItemStack(ItemStack) - Method in interface org.getspout.spoutapi.packet.standard.MCPacket103SetSlot
+
+
Set the item stack in the packet to a new value.
+
+
setJumpingMultiplier(double) - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Modifies the default jumping speed for this player +

+ Ex: setJumpingMultiplier(10) will cause players to jump ten times higher than normal.

+
+
setKeepSpawnInMemory(boolean) - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
setKeyBindingManager(KeyBindingManager) - Method in class org.getspout.spoutapi.SpoutManager
+
 
+
setLayout(ContainerType) - Method in interface org.getspout.spoutapi.gui.Container
+
+
Set the automatic layout type for children, triggered by setWidth() or setHeight()
+
+
setLayout(ContainerType) - Method in class org.getspout.spoutapi.gui.GenericContainer
+
 
+
setLeft(int) - Method in class org.getspout.spoutapi.gui.GenericTexture
+
 
+
setLeft(int) - Method in interface org.getspout.spoutapi.gui.Texture
+
+
Set the offset to the left of the image.
+
+
setLightLevel(Block, int) - Method in interface org.getspout.spoutapi.inventory.MaterialManager
+
 
+
setLightLevel(int) - Method in class org.getspout.spoutapi.material.block.Air
+
 
+
setLightLevel(int) - Method in class org.getspout.spoutapi.material.block.GenericBlock
+
 
+
setLightLevel(int) - Method in class org.getspout.spoutapi.material.block.GenericCustomBlock
+
 
+
setLightLevel(int) - Method in interface org.getspout.spoutapi.material.Block
+
 
+
setLightSource(int, int, int, int) - Method in interface org.getspout.spoutapi.block.design.BlockDesign
+
+
Sets the light source for the specified quad
+
+
setLightSource(int, int, int, int) - Method in class org.getspout.spoutapi.block.design.GenericBlockDesign
+
 
+
setListWidget(ListWidget) - Method in class org.getspout.spoutapi.gui.ListWidgetItem
+
 
+
setLocation(Location) - Method in class org.getspout.spoutapi.particle.Particle
+
+
Sets the spawn location for this particle
+
+
setMargin(int) - Method in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
setMargin(int, int) - Method in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
setMargin(int, int, int) - Method in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
setMargin(int, int, int, int) - Method in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
setMargin(int) - Method in interface org.getspout.spoutapi.gui.Widget
+
+
Container Layout - Padding to use for automatic container layout - not included in dimensions
+
+
setMargin(int, int) - Method in interface org.getspout.spoutapi.gui.Widget
+
+
Container Layout - Padding to use for automatic container layout - not included in dimensions
+
+
setMargin(int, int, int) - Method in interface org.getspout.spoutapi.gui.Widget
+
+
Container Layout - Padding to use for automatic container layout - not included in dimensions
+
+
setMargin(int, int, int, int) - Method in interface org.getspout.spoutapi.gui.Widget
+
+
Container Layout - Padding to use for automatic container layout - not included in dimensions
+
+
setMarginBottom(int) - Method in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
setMarginBottom(int) - Method in interface org.getspout.spoutapi.gui.Widget
+
+
Container Layout - Padding to use for automatic container layout - not included in dimensions
+
+
setMarginLeft(int) - Method in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
setMarginLeft(int) - Method in interface org.getspout.spoutapi.gui.Widget
+
+
Container Layout - Padding to use for automatic container layout - not included in dimensions
+
+
setMarginRight(int) - Method in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
setMarginRight(int) - Method in interface org.getspout.spoutapi.gui.Widget
+
+
Container Layout - Padding to use for automatic container layout - not included in dimensions
+
+
setMarginTop(int) - Method in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
setMarginTop(int) - Method in interface org.getspout.spoutapi.gui.Widget
+
+
Container Layout - Padding to use for automatic container layout - not included in dimensions
+
+
setMaterialManager(MaterialManager) - Method in class org.getspout.spoutapi.SpoutManager
+
 
+
setMatrix(ItemStack[]) - Method in interface org.getspout.spoutapi.inventory.CraftingInventory
+
+
Sets the matrix of items in the crafting table
+
+
setMaxAge(int) - Method in class org.getspout.spoutapi.particle.Particle
+
+
Sets the maximum age (in ticks) that the particle will last
+
+
setMaxBrightness(float) - Method in interface org.getspout.spoutapi.block.design.BlockDesign
+
+
Sets the maximum brightness of the block
+
+
setMaxBrightness(float) - Method in class org.getspout.spoutapi.block.design.GenericBlockDesign
+
 
+
setMaxDurability(short) - Method in class org.getspout.spoutapi.material.item.GenericCustomTool
+
 
+
setMaxDurability(short) - Method in class org.getspout.spoutapi.material.item.GenericTool
+
 
+
setMaxDurability(short) - Method in interface org.getspout.spoutapi.material.Tool
+
 
+
setMaxHeight(int) - Method in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
setMaxHeight(int) - Method in interface org.getspout.spoutapi.gui.Widget
+
+
Container Layout - Set the maximum height for this widget
+
+
setMaximumCharacters(int) - Method in class org.getspout.spoutapi.gui.GenericTextField
+
 
+
setMaximumCharacters(int) - Method in interface org.getspout.spoutapi.gui.TextField
+
+
Sets the maximum characters that can be typed into this text field
+
+
setMaximumLines(int) - Method in class org.getspout.spoutapi.gui.GenericTextField
+
 
+
setMaximumLines(int) - Method in interface org.getspout.spoutapi.gui.TextField
+
+
Sets the maximum lines this text field can hold.
+
+
setMaximumRenderDistance(RenderDistance) - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Sets the maximum render distance that the player can view
+
+
setMaxNumBubbles(int) - Method in class org.getspout.spoutapi.gui.BubbleBar
+
+
Sets the maximum number of bubbles displayed on the HUD.
+
+
setMaxNumHearts(int) - Method in class org.getspout.spoutapi.gui.HealthBar
+
+
Sets the maximum number of hearts displayed on the HUD.
+
+
setMaxNumShields(int) - Method in class org.getspout.spoutapi.gui.ArmorBar
+
+
Sets the maximum number of shields displayed on the HUD.
+
+
setMaxWidth(int) - Method in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
setMaxWidth(int) - Method in interface org.getspout.spoutapi.gui.Widget
+
+
Container Layout - Set the maximum width for this widget
+
+
setMessage(String) - Method in interface org.getspout.spoutapi.packet.standard.MCPacket3Chat
+
 
+
setMetadata(String, MetadataValue) - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
setMinBrightness(float) - Method in interface org.getspout.spoutapi.block.design.BlockDesign
+
+
Sets the minimum brightness of the block
+
+
setMinBrightness(float) - Method in class org.getspout.spoutapi.block.design.GenericBlockDesign
+
 
+
setMinHeight(int) - Method in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
setMinHeight(int) - Method in interface org.getspout.spoutapi.gui.Widget
+
+
Container Layout - Set the minimum height for this widget
+
+
setMinimumRenderDistance(RenderDistance) - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Sets the minimum render distance that the player can view
+
+
setMinWidth(int) - Method in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
setMinWidth(int) - Method in interface org.getspout.spoutapi.gui.Widget
+
+
Container Layout - Set the minimum width for this widget
+
+
setMirroredRotate(boolean) - Method in class org.getspout.spoutapi.material.block.GenericCustomBlock
+
 
+
setMirroredRotate(boolean) - Method in interface org.getspout.spoutapi.material.CustomBlock
+
+
Sets whether or not this CustomBlock can also rotate upside-down.
+
+
setModel(AbstractListModel) - Method in class org.getspout.spoutapi.gui.GenericListView
+
 
+
setMonsterSpawnLimit(int) - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
setMoonSizePercent(SpoutPlayer, int) - Method in interface org.getspout.spoutapi.player.SkyManager
+
+
Sets the percent size of the moon, relative to the default size. + 100 percent is the default size. 200 percent is double size. 50 percent is half size.
+
+
setMoonTextureUrl(SpoutPlayer, String) - Method in interface org.getspout.spoutapi.player.SkyManager
+
+
Sets the texture of the moon to the picture in the given format, or if the url is null, resets the moon to the default texture + The texture must be a square png to render correctly (e.g 32x32, 64x64, etc)
+
+
setMoonVisible(SpoutPlayer, boolean) - Method in interface org.getspout.spoutapi.player.SkyManager
+
+
Enables or disables rendering of the moon during nighttime
+
+
setMotion(Vector) - Method in class org.getspout.spoutapi.particle.Particle
+
+
Sets the direction of motion for this particle
+
+
setName(String) - Method in class org.getspout.spoutapi.material.block.GenericBlock
+
 
+
setName(String) - Method in class org.getspout.spoutapi.material.block.GenericCustomBlock
+
 
+
setName(String) - Method in class org.getspout.spoutapi.material.item.GenericCustomItem
+
 
+
setName(String) - Method in class org.getspout.spoutapi.material.item.GenericItem
+
 
+
setName(String) - Method in interface org.getspout.spoutapi.material.Material
+
 
+
setName(String) - Method in class org.getspout.spoutapi.particle.Particle
+
+
Sets the name of this type of particle
+
+
setNewPosition(float) - Method in class org.getspout.spoutapi.event.screen.SliderDragEvent
+
 
+
setNewText(String) - Method in class org.getspout.spoutapi.event.screen.TextFieldChangeEvent
+
 
+
setNumOfIcons(int) - Method in class org.getspout.spoutapi.gui.HungerBar
+
+
Sets the maximum number of food icons to display on the HUD.
+
+
setNumVisibleChatLines(int) - Method in class org.getspout.spoutapi.gui.ChatTextBox
+
+
Sets the number of visible lines of chat for the player, when fully opened
+
+
setNumVisibleLines(int) - Method in class org.getspout.spoutapi.gui.ChatTextBox
+
+
Sets the number of visible lines of chat for the player
+
+
setOpaque(Block, boolean) - Method in interface org.getspout.spoutapi.inventory.MaterialManager
+
 
+
setOpaque(boolean) - Method in class org.getspout.spoutapi.material.block.Air
+
 
+
setOpaque(boolean) - Method in class org.getspout.spoutapi.material.block.GenericBlock
+
 
+
setOpaque(boolean) - Method in interface org.getspout.spoutapi.material.Block
+
 
+
setOpen(boolean, boolean) - Method in class org.getspout.spoutapi.gui.GenericComboBox
+
+
Sets the open status.
+
+
setOrientation(Orientation) - Method in class org.getspout.spoutapi.gui.GenericGradient
+
 
+
setOrientation(Orientation) - Method in interface org.getspout.spoutapi.gui.Gradient
+
+
Set the direction the gradient is drawn.
+
+
setPacketManager(PacketManager) - Method in class org.getspout.spoutapi.SpoutManager
+
 
+
setParticleBlue(float) - Method in class org.getspout.spoutapi.particle.Particle
+
+
Sets the blue color for the particle, or -1 if it uses the default color.
+
+
setParticleGreen(float) - Method in class org.getspout.spoutapi.particle.Particle
+
+
Gets the green color for the particle, or -1 if it uses the default color.
+
+
setParticleRed(float) - Method in class org.getspout.spoutapi.particle.Particle
+
+
Sets the red color for the particle, or -1 if it uses the default color.
+
+
setPasswordField(boolean) - Method in class org.getspout.spoutapi.gui.GenericTextField
+
 
+
setPasswordField(boolean) - Method in interface org.getspout.spoutapi.gui.TextField
+
+
Sets whether the text will be obfuscated by asterisk (*) characters.
+
+
setPlaceholder(String) - Method in class org.getspout.spoutapi.gui.GenericTextField
+
 
+
setPlaceholder(String) - Method in interface org.getspout.spoutapi.gui.TextField
+
+
Sets the placeholder to text.
+
+
setPlayerBiomeWeather(SpoutPlayer, Biome, SpoutWeather) - Method in interface org.getspout.spoutapi.player.BiomeManager
+
+
Deprecated.
+
Sets a players weather in a specific Biome to render as the specified SpoutWeather
+
+
setPlayerChunkMap(PlayerChunkMap) - Method in class org.getspout.spoutapi.SpoutManager
+
 
+
setPlayerWeather(SpoutPlayer, SpoutWeather) - Method in interface org.getspout.spoutapi.player.BiomeManager
+
+
Deprecated.
+
Sets a players weather in all biomes to render as the specified SpoutWeather
+
+
setPlugin(Plugin) - Method in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
setPlugin(Plugin) - Method in interface org.getspout.spoutapi.gui.Widget
+
+
Internal use only.
+
+
setPlugin(Plugin) - Method in class org.getspout.spoutapi.keyboard.KeyBinding
+
+
Sets the plugin associated with this keybinding
+
+
setPreCachingComplete(boolean) - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Internal use only
+
+
setPriority(RenderPriority) - Method in class org.getspout.spoutapi.gui.GenericContainer
+
 
+
setPriority(RenderPriority) - Method in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
setPriority(RenderPriority) - Method in interface org.getspout.spoutapi.gui.Widget
+
+
Sets the render priority for this widget.
+
+
setPVP(boolean) - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
setQuad(int, float, float, float, int, int, float, float, float, int, int, float, float, float, int, int, float, float, float, int, int, int, int) - Method in interface org.getspout.spoutapi.block.design.BlockDesign
+
+
Manually specify a quad for this block
+
+
setQuad(Quad) - Method in interface org.getspout.spoutapi.block.design.BlockDesign
+
+
Sets the specified quad or face
+
+
setQuad(int, float, float, float, int, int, float, float, float, int, int, float, float, float, int, int, float, float, float, int, int, int, int) - Method in class org.getspout.spoutapi.block.design.GenericBlockDesign
+
 
+
setQuad(Quad) - Method in class org.getspout.spoutapi.block.design.GenericBlockDesign
+
 
+
setQuadNumber(int) - Method in interface org.getspout.spoutapi.block.design.BlockDesign
+
+
Sets the number of quads or faces for this block
+
+
setQuadNumber(int) - Method in class org.getspout.spoutapi.block.design.GenericBlockDesign
+
 
+
setRange(double) - Method in class org.getspout.spoutapi.particle.Particle
+
+
Sets the range this particle will be visible at + Client graphics settings may override this
+
+
setRawSlot(int) - Method in interface org.getspout.spoutapi.packet.standard.MCPacket103SetSlot
+
+
Set the slot in the packet to a new value.
+
+
setRawWindow(int) - Method in interface org.getspout.spoutapi.packet.standard.MCPacket103SetSlot
+
+
Set the window in the packet to a new value.
+
+
setRed(float) - Method in class org.getspout.spoutapi.gui.Color
+
 
+
setRed(int) - Method in class org.getspout.spoutapi.gui.Color
+
 
+
setRenderDistance(RenderDistance) - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Sets the render distance that the player views
+
+
setRenderDistance(RenderDistance, boolean) - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Internal use only
+
+
setRenderPass(int) - Method in interface org.getspout.spoutapi.block.design.BlockDesign
+
+
Sets the number of render passes of the block + 0 for normal, 1 for translucent
+
+
setRenderPass(int) - Method in class org.getspout.spoutapi.block.design.GenericBlockDesign
+
 
+
setResize(boolean) - Method in class org.getspout.spoutapi.gui.GenericButton
+
 
+
setResize(boolean) - Method in class org.getspout.spoutapi.gui.GenericLabel
+
 
+
setResize(boolean) - Method in class org.getspout.spoutapi.gui.GenericSlider
+
 
+
setResize(boolean) - Method in interface org.getspout.spoutapi.gui.Label
+
+
Tell this widget to resize with its contents
+
+
setResult(Event.Result) - Method in class org.getspout.spoutapi.event.inventory.InventoryClickEvent
+
+
Deprecated.
+
+
setResult(ItemStack) - Method in class org.getspout.spoutapi.event.inventory.InventoryCraftEvent
+
+
Deprecated.
+
Sets the current item at the slot
+
+
setResult(boolean) - Method in interface org.getspout.spoutapi.event.permission.PermissionEvent
+
+
Sets the result of this event.
+
+
setResult(boolean) - Method in class org.getspout.spoutapi.event.permission.PlayerPermissionEvent
+
 
+
setResult(ItemStack) - Method in interface org.getspout.spoutapi.inventory.CraftingInventory
+
+
Sets the result item in the result slot of the crafting table
+
+
setReverse(boolean) - Method in interface org.getspout.spoutapi.gui.Container
+
+
Reverse the drawing order (right to left or bottom to top).
+
+
setReverse(boolean) - Method in class org.getspout.spoutapi.gui.GenericContainer
+
 
+
setRootMap(ItemMap) - Static method in class org.getspout.spoutapi.inventory.ItemMap
+
 
+
setRotate(boolean) - Method in class org.getspout.spoutapi.material.block.GenericCustomBlock
+
 
+
setRotate(boolean) - Method in interface org.getspout.spoutapi.material.CustomBlock
+
+
Sets whether or not this CustomBlock will rotate to face the player when placed.
+
+
setScale(float) - Method in class org.getspout.spoutapi.gui.GenericButton
+
 
+
setScale(float) - Method in class org.getspout.spoutapi.gui.GenericLabel
+
 
+
setScale(float) - Method in class org.getspout.spoutapi.gui.GenericSlider
+
 
+
setScale(float) - Method in interface org.getspout.spoutapi.gui.Label
+
+
Set the scale of the text
+
+
setScale(float) - Method in class org.getspout.spoutapi.particle.Particle
+
+
Sets the scale of the particle
+
+
setScreen(Screen) - Method in class org.getspout.spoutapi.gui.GenericContainer
+
 
+
setScreen(Plugin, Screen) - Method in class org.getspout.spoutapi.gui.GenericPopup
+
 
+
setScreen(Screen) - Method in class org.getspout.spoutapi.gui.GenericWidget
+
+
Deprecated.
+
+
setScreen(Plugin, Screen) - Method in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
setScreen(Screen) - Method in interface org.getspout.spoutapi.gui.Widget
+
+
Sets the screen this widget is attached to.
+
+
setScreen(Plugin, Screen) - Method in interface org.getspout.spoutapi.gui.Widget
+
+
Sets the screen and plugin this widget is attached to.
+
+
setScrollBarPolicy(Orientation, ScrollBarPolicy) - Method in class org.getspout.spoutapi.gui.GenericScrollable
+
 
+
setScrollBarPolicy(Orientation, ScrollBarPolicy) - Method in interface org.getspout.spoutapi.gui.Scrollable
+
+
Sets the scrollbar policy for the given axis
+
+
setScrollPosition(int) - Method in class org.getspout.spoutapi.gui.GenericListWidget
+
 
+
setScrollPosition(Orientation, int) - Method in class org.getspout.spoutapi.gui.GenericScrollable
+
 
+
setScrollPosition(Orientation, int) - Method in interface org.getspout.spoutapi.gui.Scrollable
+
+
Sets the scroll position on the axis, in pixels.
+
+
setSelected(boolean) - Method in class org.getspout.spoutapi.gui.GenericRadioButton
+
 
+
setSelected(boolean) - Method in interface org.getspout.spoutapi.gui.RadioButton
+
 
+
setSelection(int) - Method in interface org.getspout.spoutapi.gui.ComboBox
+
 
+
setSelection(int) - Method in class org.getspout.spoutapi.gui.GenericComboBox
+
 
+
setSelection(int) - Method in class org.getspout.spoutapi.gui.GenericListView
+
 
+
setSelection(int) - Method in class org.getspout.spoutapi.gui.GenericListWidget
+
 
+
setSelection(int) - Method in interface org.getspout.spoutapi.gui.ListWidget
+
+
Sets the selected item to be the nth in the list.
+
+
setShadow(boolean) - Method in class org.getspout.spoutapi.gui.GenericButton
+
 
+
setShadow(boolean) - Method in class org.getspout.spoutapi.gui.GenericLabel
+
 
+
setShadow(boolean) - Method in class org.getspout.spoutapi.gui.GenericSlider
+
 
+
setShadow(boolean) - Method in interface org.getspout.spoutapi.gui.Label
+
+
Sets whether or not the label has a shadow.
+
+
setSizeX(int) - Method in interface org.getspout.spoutapi.packet.standard.MCPacket51MapChunk
+
+
The cuboid to update must be completely within 1 chunk
+
+
setSizeY(int) - Method in interface org.getspout.spoutapi.packet.standard.MCPacket51MapChunk
+
+
The cuboid to update must be completely within 1 chunk
+
+
setSizeZ(int) - Method in interface org.getspout.spoutapi.packet.standard.MCPacket51MapChunk
+
+
The cuboid to update must be completely within 1 chunk
+
+
setSkin(String) - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Sets the skin of this player
+
+
setSkinFor(SpoutPlayer, String) - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Sets the skin of this player, only visibile to the viewingPlayer
+
+
setSkyColor(SpoutPlayer, Color) - Method in interface org.getspout.spoutapi.player.SkyManager
+
+
Sets the sky color for the player
+
+
setSkyManager(SkyManager) - Method in class org.getspout.spoutapi.SpoutManager
+
 
+
setSliderPosition(float) - Method in class org.getspout.spoutapi.gui.GenericSlider
+
 
+
setSliderPosition(float) - Method in interface org.getspout.spoutapi.gui.Slider
+
+
Sets the slider position.
+
+
setSlot(MCPacket103SetSlot.Slot) - Method in interface org.getspout.spoutapi.packet.standard.MCPacket103SetSlot
+
+
Set the slot in the packet to a new value.
+
+
setSoundManager(SoundManager) - Method in class org.getspout.spoutapi.SpoutManager
+
 
+
setSpawnFlags(boolean, boolean) - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
setSpawnLocation(int, int, int) - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
setSpawnRadius(int) - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
setStackable(boolean) - Method in interface org.getspout.spoutapi.material.CustomItem
+
 
+
setStackable(boolean) - Method in class org.getspout.spoutapi.material.item.GenericCustomItem
+
 
+
setStarFrequency(SpoutPlayer, int) - Method in interface org.getspout.spoutapi.player.SkyManager
+
+
Sets the frequency of stars overhead at night for the given player
+
+
setStarsVisible(SpoutPlayer, boolean) - Method in interface org.getspout.spoutapi.player.SkyManager
+
+
Enables or disables the rendering of stars for the given player
+
+
setStepSound(Block, String) - Method in interface org.getspout.spoutapi.inventory.MaterialManager
+
 
+
setStepSound(SoundEffect) - Method in class org.getspout.spoutapi.material.block.Air
+
 
+
setStepSound(SoundEffect) - Method in class org.getspout.spoutapi.material.block.GenericBlock
+
 
+
setStepSound(SoundEffect) - Method in interface org.getspout.spoutapi.material.Block
+
 
+
setStorm(boolean) - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
setStrengthModifier(Block, float) - Method in class org.getspout.spoutapi.material.item.GenericCustomTool
+
 
+
setStrengthModifier(Block, float) - Method in class org.getspout.spoutapi.material.item.GenericTool
+
 
+
setStrengthModifier(Block, float) - Method in interface org.getspout.spoutapi.material.Tool
+
 
+
setSubTexture(SubTexture) - Method in class org.getspout.spoutapi.block.design.Vertex
+
 
+
setSunSizePercent(SpoutPlayer, int) - Method in interface org.getspout.spoutapi.player.SkyManager
+
+
Sets the percent size of the sun, relative to the default size. + 100 percent is the default size. 200 percent is double size. 50 percent is half size.
+
+
setSunTextureUrl(SpoutPlayer, String) - Method in interface org.getspout.spoutapi.player.SkyManager
+
+
Sets the texture of the sun to the picture in the given format, or if the url is null, resets the sun to the default texture + The texture must be a square png to render correctly (e.g 32x32, 64x64, etc)
+
+
setSunVisible(SpoutPlayer, boolean) - Method in interface org.getspout.spoutapi.player.SkyManager
+
+
Enables or disables rendering of the sun during daytime
+
+
setSwimmingMultiplier(double) - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Modifies the default swimming speed for this player +

+ Ex: setSwimmingMultiplier(10) will cause players to swim ten times faster than normal.

+
+
setTabIndex(int) - Method in class org.getspout.spoutapi.gui.GenericTextField
+
 
+
setTabIndex(int) - Method in interface org.getspout.spoutapi.gui.TextField
+
+
Sets the tab index for this text field.
+
+
setText(String) - Method in interface org.getspout.spoutapi.gui.Button
+
 
+
setText(String) - Method in class org.getspout.spoutapi.gui.GenericButton
+
 
+
setText(String) - Method in class org.getspout.spoutapi.gui.GenericLabel
+
 
+
setText(String) - Method in class org.getspout.spoutapi.gui.GenericSlider
+
 
+
setText(String) - Method in class org.getspout.spoutapi.gui.GenericTextField
+
 
+
setText(String) - Method in interface org.getspout.spoutapi.gui.Label
+
+
Sets the text of the label
+
+
setText(String) - Method in class org.getspout.spoutapi.gui.ListWidgetItem
+
 
+
setText(String) - Method in interface org.getspout.spoutapi.gui.Slider
+
 
+
setText(String) - Method in interface org.getspout.spoutapi.gui.TextField
+
+
Sets the text visible in this text field
+
+
setTextColor(Color) - Method in interface org.getspout.spoutapi.gui.Button
+
 
+
setTextColor(Color) - Method in class org.getspout.spoutapi.gui.ChatBar
+
+
Sets the default color of the text for the chat bar
+
+
setTextColor(Color) - Method in class org.getspout.spoutapi.gui.GenericButton
+
 
+
setTextColor(Color) - Method in class org.getspout.spoutapi.gui.GenericLabel
+
 
+
setTextColor(Color) - Method in class org.getspout.spoutapi.gui.GenericSlider
+
 
+
setTextColor(Color) - Method in interface org.getspout.spoutapi.gui.Label
+
+
Sets the color for the text
+
+
setTextColor(Color) - Method in interface org.getspout.spoutapi.gui.Slider
+
 
+
setTexture(Plugin, Texture) - Method in interface org.getspout.spoutapi.block.design.BlockDesign
+
+
Sets the specified Texture for this BlockDesign
+
+
setTexture(Plugin, String) - Method in class org.getspout.spoutapi.block.design.GenericBlockDesign
+
 
+
setTexture(Plugin, Texture) - Method in class org.getspout.spoutapi.block.design.GenericBlockDesign
+
 
+
setTexture(String) - Method in interface org.getspout.spoutapi.material.CustomItem
+
+
Sets the URL of the texture on the item
+
+
setTexture(String) - Method in class org.getspout.spoutapi.material.item.GenericCustomItem
+
 
+
setTexture(String, boolean) - Method in class org.getspout.spoutapi.material.item.GenericCustomItem
+
 
+
setTexture(File) - Method in class org.getspout.spoutapi.material.item.GenericCustomItem
+
 
+
setTexture(InputStream, String) - Method in class org.getspout.spoutapi.material.item.GenericCustomItem
+
 
+
setTexturePack(String) - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Sets the texture pack for this player to the given url + The texture pack must be a standard texture pack (non-HD), in .zip format, and must be loadable by normal minecraft interface when offline
+
+
setThunderDuration(int) - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
setThundering(boolean) - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
setTicksPerAnimalSpawns(int) - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
setTicksPerMonsterSpawns(int) - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
setTime(long) - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
settingKeys - Variable in class org.getspout.spoutapi.packet.PacketKeyPress
+
 
+
setTitle(String) - Method in class org.getspout.spoutapi.gui.ListWidgetItem
+
 
+
setTitle(String) - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Sets the overhead title for the player.
+
+
setTitle(LivingEntity, String) - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
setTitleFor(SpoutPlayer, String) - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Sets the overhead title for the player, only visible to the viewingPlayer.
+
+
setTooltip(String) - Method in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
setTooltip(String) - Method in interface org.getspout.spoutapi.gui.Widget
+
+
Set the widget's tooltip.
+
+
setTop(int) - Method in class org.getspout.spoutapi.gui.GenericTexture
+
 
+
setTop(int) - Method in interface org.getspout.spoutapi.gui.Texture
+
+
Set the offset to the top of the image.
+
+
setTopColor(Color) - Method in class org.getspout.spoutapi.gui.GenericGradient
+
 
+
setTopColor(Color) - Method in class org.getspout.spoutapi.gui.GenericRectangle
+
+
Deprecated.
+
setTopColor(Color) - Method in interface org.getspout.spoutapi.gui.Gradient
+
+
Sets the top colour of the gradient to render.
+
+
setTransparent(boolean) - Method in class org.getspout.spoutapi.gui.GenericPopup
+
 
+
setTransparent(boolean) - Method in interface org.getspout.spoutapi.gui.PopupScreen
+
+
Sets the transparency layer
+
+
setTypeAsync(Material) - Method in interface org.getspout.spoutapi.block.SpoutBlock
+
+
Deprecated.
+
+
setTypeId(int) - Method in class org.getspout.spoutapi.gui.GenericItemWidget
+
 
+
setTypeId(int) - Method in interface org.getspout.spoutapi.gui.ItemWidget
+
+
Sets the type id of this item widget
+
+
setTypeIdAndDataAsync(int, byte) - Method in interface org.getspout.spoutapi.block.SpoutBlock
+
+
Deprecated.
+
+
setTypeIdAsync(int) - Method in interface org.getspout.spoutapi.block.SpoutBlock
+
+
Deprecated.
+
+
setUniqueId(UUID) - Method in class org.getspout.spoutapi.keyboard.KeyBinding
+
+
Sets the unique id for this keybinding
+
+
setUrl(String) - Method in class org.getspout.spoutapi.gui.GenericTexture
+
 
+
setUrl(String) - Method in interface org.getspout.spoutapi.gui.Texture
+
+
Sets the url of this texture to render + All textures must be of png or jpg type and a size that is a factor of + 2 (e.g 64x128).
+
+
setVersionString(int, String) - Method in interface org.getspout.spoutapi.player.PlayerChunkMap
+
 
+
setVertex(int, int, float, float, float, int, int, int, int) - Method in interface org.getspout.spoutapi.block.design.BlockDesign
+
+
Manually specified a vertex for this block
+
+
setVertex(int, int, float, float, float, float, float) - Method in interface org.getspout.spoutapi.block.design.BlockDesign
+
+
Manually specified a vertex for this block with uv mapping with texture set by setTexture
+
+
setVertex(Vertex) - Method in interface org.getspout.spoutapi.block.design.BlockDesign
+
+
Sets a vertex
+
+
setVertex(int, int, float, float, float, int, int, int, int) - Method in class org.getspout.spoutapi.block.design.GenericBlockDesign
+
 
+
setVertex(int, int, float, float, float, float, float) - Method in class org.getspout.spoutapi.block.design.GenericBlockDesign
+
 
+
setVertex(Vertex) - Method in class org.getspout.spoutapi.block.design.GenericBlockDesign
+
 
+
setVisible(boolean) - Method in class org.getspout.spoutapi.gui.GenericContainer
+
 
+
setVisible(boolean) - Method in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
setVisible(boolean) - Method in interface org.getspout.spoutapi.gui.Widget
+
+
Sets the visibility of this widget.
+
+
setVolumePercent(int) - Method in class org.getspout.spoutapi.event.sound.BackgroundMusicEvent
+
+
Sets the volume percent for this music
+
+
setWalkingMultiplier(double) - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Modifies the default walking speed for this player +

+ Ex: setWalkingMultiplier(10) will cause players to walk ten times faster than normal.

+
+
setWaterAnimalSpawnLimit(int) - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
setWeatherDuration(int) - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
setWhitelist(boolean) - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
setWidth(int) - Method in class org.getspout.spoutapi.gui.GenericContainer
+
 
+
setWidth(int) - Method in class org.getspout.spoutapi.gui.GenericItemWidget
+
 
+
setWidth(int) - Method in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
setWidth(int) - Method in interface org.getspout.spoutapi.gui.ItemWidget
+
 
+
setWidth(int) - Method in class org.getspout.spoutapi.gui.Rectangle
+
 
+
setWidth(int) - Method in interface org.getspout.spoutapi.gui.Widget
+
+
Sets the width of this widget, in pixels
+
+
setWorldItemMap(ItemMap) - Method in class org.getspout.spoutapi.chunkstore.ChunkMetaData
+
 
+
setWorldManager(WorldManager) - Method in class org.getspout.spoutapi.SpoutManager
+
 
+
setX(int) - Method in class org.getspout.spoutapi.gui.GenericContainer
+
 
+
setX(int) - Method in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
setX(int) - Method in class org.getspout.spoutapi.gui.Rectangle
+
 
+
setX(int) - Method in interface org.getspout.spoutapi.gui.Widget
+
+
Sets the x coordinate of this widget.
+
+
setX(int) - Method in interface org.getspout.spoutapi.packet.standard.MCPacket51MapChunk
+
 
+
setY(int) - Method in class org.getspout.spoutapi.gui.GenericContainer
+
 
+
setY(int) - Method in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
setY(int) - Method in class org.getspout.spoutapi.gui.Rectangle
+
 
+
setY(int) - Method in interface org.getspout.spoutapi.gui.Widget
+
+
Sets the y coordinate of this widget.
+
+
setY(int) - Method in interface org.getspout.spoutapi.packet.standard.MCPacket51MapChunk
+
 
+
setZ(int) - Method in interface org.getspout.spoutapi.packet.standard.MCPacket51MapChunk
+
 
+
shadow - Variable in class org.getspout.spoutapi.gui.GenericLabel
+
 
+
shape(String...) - Method in class org.getspout.spoutapi.inventory.SpoutShapedRecipe
+
+
Set the shape of this recipe to the specified rows.
+
+
shears - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
shiftSelection(int) - Method in class org.getspout.spoutapi.gui.GenericListView
+
 
+
shiftSelection(int) - Method in class org.getspout.spoutapi.gui.GenericListWidget
+
 
+
shiftSelection(int) - Method in interface org.getspout.spoutapi.gui.ListWidget
+
+
Moves the selection up or down by n
+
+
shiftXPos(int) - Method in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
shiftXPos(int) - Method in interface org.getspout.spoutapi.gui.Widget
+
+
Shifts this widget the given number of pixels in the x direction.
+
+
shiftYPos(int) - Method in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
shiftYPos(int) - Method in interface org.getspout.spoutapi.gui.Widget
+
+
Shifts this widget the given number of pixels in the y direction
+
+
shutdown() - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
sign - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
signPost - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
silverfishStone - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
SimpleChunkBuffer - Class in org.getspout.spoutapi.chunkstore
+
 
+
SimpleChunkDataManager - Class in org.getspout.spoutapi.chunkstore
+
 
+
SimpleChunkDataManager() - Constructor for class org.getspout.spoutapi.chunkstore.SimpleChunkDataManager
+
 
+
SimpleRegionFile - Class in org.getspout.spoutapi.chunkstore
+
 
+
SimpleRegionFile(File, int, int) - Constructor for class org.getspout.spoutapi.chunkstore.SimpleRegionFile
+
 
+
SimpleRegionFile(File, int, int, int) - Constructor for class org.getspout.spoutapi.chunkstore.SimpleRegionFile
+
 
+
SimpleStore<T> - Interface in org.getspout.spoutapi.io.store
+
+
Basic Store interface.
+
+
size() - Method in class org.getspout.spoutapi.util.map.TByteShortByteKeyedDoubleHashMap
+
 
+
size() - Method in class org.getspout.spoutapi.util.map.TByteShortByteKeyedFloatHashMap
+
 
+
size() - Method in class org.getspout.spoutapi.util.map.TByteShortByteKeyedIntHashMap
+
 
+
size() - Method in class org.getspout.spoutapi.util.map.TByteShortByteKeyedLongHashMap
+
 
+
size() - Method in class org.getspout.spoutapi.util.map.TByteShortByteKeyedObjectHashMap
+
 
+
size() - Method in class org.getspout.spoutapi.util.map.TByteTripleDoubleHashMap
+
 
+
size() - Method in class org.getspout.spoutapi.util.map.TByteTripleFloatHashMap
+
 
+
size() - Method in class org.getspout.spoutapi.util.map.TByteTripleIntHashMap
+
 
+
size() - Method in class org.getspout.spoutapi.util.map.TByteTripleLongHashMap
+
 
+
size() - Method in class org.getspout.spoutapi.util.map.TByteTripleObjectHashMap
+
 
+
size() - Method in class org.getspout.spoutapi.util.map.TIntPairDoubleHashMap
+
 
+
size() - Method in class org.getspout.spoutapi.util.map.TIntPairFloatHashMap
+
 
+
size() - Method in class org.getspout.spoutapi.util.map.TIntPairHashSet
+
 
+
size() - Method in class org.getspout.spoutapi.util.map.TIntPairIntHashMap
+
 
+
size() - Method in class org.getspout.spoutapi.util.map.TIntPairLongHashMap
+
 
+
size() - Method in class org.getspout.spoutapi.util.map.TIntPairObjectHashMap
+
 
+
sizeChanged() - Method in class org.getspout.spoutapi.gui.AbstractListModel
+
 
+
sizeChanged() - Method in class org.getspout.spoutapi.gui.GenericListView
+
 
+
skinURL - Variable in class org.getspout.spoutapi.packet.PacketSkinURL
+
 
+
skull - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
skullitem - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
SkyManager - Interface in org.getspout.spoutapi.player
+
 
+
Slab - Class in org.getspout.spoutapi.material.block
+
 
+
Slab(String, int, int) - Constructor for class org.getspout.spoutapi.material.block.Slab
+
 
+
slider - Variable in class org.getspout.spoutapi.gui.GenericSlider
+
 
+
Slider - Interface in org.getspout.spoutapi.gui
+
+
The GenericSlider is a bar with which a user can set a value.
+
+
Slider - Static variable in class org.getspout.spoutapi.gui.WidgetType
+
 
+
SliderDragEvent - Class in org.getspout.spoutapi.event.screen
+
 
+
SliderDragEvent(SpoutPlayer, Screen, Slider, float) - Constructor for class org.getspout.spoutapi.event.screen.SliderDragEvent
+
 
+
slimeball - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
slot - Variable in class org.getspout.spoutapi.event.slot.SlotEvent
+
 
+
Slot - Interface in org.getspout.spoutapi.gui
+
+
Represents one item slot where items can be put in and out.
+
+
Slot - Static variable in class org.getspout.spoutapi.gui.WidgetType
+
 
+
SlotEvent - Class in org.getspout.spoutapi.event.slot
+
 
+
SlotEvent(SpoutPlayer, Slot, ItemStack, boolean) - Constructor for class org.getspout.spoutapi.event.slot.SlotEvent
+
 
+
SlotExchangeEvent - Class in org.getspout.spoutapi.event.slot
+
 
+
SlotExchangeEvent(SpoutPlayer, Slot, ItemStack, ItemStack, boolean) - Constructor for class org.getspout.spoutapi.event.slot.SlotExchangeEvent
+
 
+
SlotPutEvent - Class in org.getspout.spoutapi.event.slot
+
 
+
SlotPutEvent(SpoutPlayer, Slot, ItemStack, boolean) - Constructor for class org.getspout.spoutapi.event.slot.SlotPutEvent
+
 
+
SlotShiftClickEvent - Class in org.getspout.spoutapi.event.slot
+
 
+
SlotShiftClickEvent(SpoutPlayer, Slot) - Constructor for class org.getspout.spoutapi.event.slot.SlotShiftClickEvent
+
 
+
SlotTakeEvent - Class in org.getspout.spoutapi.event.slot
+
 
+
SlotTakeEvent(SpoutPlayer, Slot, ItemStack, boolean) - Constructor for class org.getspout.spoutapi.event.slot.SlotTakeEvent
+
 
+
smoothSandstone - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
snow - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
snowball - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
snowBlock - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
Solid - Class in org.getspout.spoutapi.material.block
+
 
+
Solid(String, int, int, boolean) - Constructor for class org.getspout.spoutapi.material.block.Solid
+
 
+
Solid(String, int, boolean) - Constructor for class org.getspout.spoutapi.material.block.Solid
+
 
+
Solid(String, int) - Constructor for class org.getspout.spoutapi.material.block.Solid
+
 
+
Solid(String, int, int) - Constructor for class org.getspout.spoutapi.material.block.Solid
+
 
+
SolidBackground - Interface in org.getspout.spoutapi.gui
+
 
+
SolidBlock - Interface in org.getspout.spoutapi.material
+
 
+
soulSand - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
SoundEffect - Enum in org.getspout.spoutapi.sound
+
 
+
SoundManager - Interface in org.getspout.spoutapi.sound
+
 
+
spawn(SpoutPlayer) - Method in class org.getspout.spoutapi.particle.Particle
+
+
Spawns this particle - making it visible to the given player
+
+
spawn() - Method in class org.getspout.spoutapi.particle.Particle
+
+
Spawns this particle in the world, making it visible to all players
+
+
spawn(Location, Class<T>) - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
spawnArrow(Location, Vector, float, float) - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
spawnCreature(Location, CreatureType) - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
spawnCreature(Location, EntityType) - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
SpawnEgg - Class in org.getspout.spoutapi.material.item
+
 
+
SpawnEgg(String, int, int) - Constructor for class org.getspout.spoutapi.material.item.SpawnEgg
+
 
+
spawnEggBlaze - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
spawnEggCaveSpider - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
spawnEggChicken - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
spawnEggCow - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
spawnEggCreeper - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
spawnEggEnderman - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
spawnEggGhast - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
spawnEggMagmaCube - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
spawnEggMooshroom - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
spawnEggOcelot - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
spawnEggPig - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
spawnEggPigZombie - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
spawnEggSheep - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
spawnEggSilverfish - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
spawnEggSkeleton - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
spawnEggSlime - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
spawnEggSpider - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
spawnEggSquid - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
spawnEggVillager - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
spawnEggWolf - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
spawnEggZombie - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
spawnEntity(Location, EntityType) - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
spawnFallingBlock(Location, Material, byte) - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
spawnFallingBlock(Location, int, byte) - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
spawnTextEntity(String, Location, float, int, Vector) - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Sends a packet to the client to spawn a text entity
+
+
spiderEye - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
splashMundanePotion - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
splashPotionOfFireResistance - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
splashPotionOfFireResistanceExtended - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
splashPotionOfFireResistanceReverted - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
splashPotionOfHarming - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
splashPotionOfHarmingII - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
splashPotionOfHarmingReverted - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
splashPotionOfHealing - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
splashPotionOfHealingII - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
splashPotionOfHealingReverted - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
splashPotionOfPoison - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
splashPotionOfPoisonExtended - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
splashPotionOfPoisonII - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
splashPotionOfRegeneration - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
splashPotionOfRegenerationExtended - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
splashPotionOfRegenerationII - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
splashPotionOfSlowness - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
splashPotionOfSlownessExtended - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
splashPotionOfSlownessReverted - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
splashPotionOfStrength - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
splashPotionOfStrengthExtended - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
splashPotionOfStrengthII - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
splashPotionOfSwiftness - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
splashPotionOfSwiftnessExt - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
splashPotionOfSwiftnessII - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
splashPotionOfWeakness - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
splashPotionOfWeaknessExtended - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
splashPotionOfWeaknessReverted - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
sponge - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
Spout - Class in org.getspout.spoutapi
+
 
+
Spout() - Constructor for class org.getspout.spoutapi.Spout
+
 
+
SpoutBlock - Interface in org.getspout.spoutapi.block
+
 
+
SpoutChest - Interface in org.getspout.spoutapi.block
+
+
Deprecated.
+
+
SpoutChunk - Interface in org.getspout.spoutapi.block
+
 
+
SpoutcraftBuildSetEvent - Class in org.getspout.spoutapi.event.spout
+
 
+
SpoutcraftBuildSetEvent(SpoutPlayer, int) - Constructor for class org.getspout.spoutapi.event.spout.SpoutcraftBuildSetEvent
+
 
+
SpoutCraftEnableEvent - Class in org.getspout.spoutapi.event.spout
+
 
+
SpoutCraftEnableEvent(SpoutPlayer) - Constructor for class org.getspout.spoutapi.event.spout.SpoutCraftEnableEvent
+
 
+
SpoutcraftFailedEvent - Class in org.getspout.spoutapi.event.spout
+
 
+
SpoutcraftFailedEvent(SpoutPlayer) - Constructor for class org.getspout.spoutapi.event.spout.SpoutcraftFailedEvent
+
 
+
SpoutEnchantment - Class in org.getspout.spoutapi.inventory
+
 
+
SpoutEnchantment(int) - Constructor for class org.getspout.spoutapi.inventory.SpoutEnchantment
+
 
+
SpoutInputStream - Class in org.getspout.spoutapi.io
+
 
+
SpoutInputStream(ByteBuffer) - Constructor for class org.getspout.spoutapi.io.SpoutInputStream
+
 
+
SpoutItemStack - Class in org.getspout.spoutapi.inventory
+
 
+
SpoutItemStack(int, int, short, ItemMeta) - Constructor for class org.getspout.spoutapi.inventory.SpoutItemStack
+
 
+
SpoutItemStack(ItemStack) - Constructor for class org.getspout.spoutapi.inventory.SpoutItemStack
+
 
+
SpoutItemStack(int, short) - Constructor for class org.getspout.spoutapi.inventory.SpoutItemStack
+
 
+
SpoutItemStack(CustomItem, int) - Constructor for class org.getspout.spoutapi.inventory.SpoutItemStack
+
 
+
SpoutItemStack(CustomBlock, int) - Constructor for class org.getspout.spoutapi.inventory.SpoutItemStack
+
 
+
SpoutItemStack(Material, int) - Constructor for class org.getspout.spoutapi.inventory.SpoutItemStack
+
 
+
SpoutManager - Class in org.getspout.spoutapi
+
 
+
SpoutManager() - Constructor for class org.getspout.spoutapi.SpoutManager
+
 
+
SpoutOutputStream - Class in org.getspout.spoutapi.io
+
 
+
SpoutOutputStream() - Constructor for class org.getspout.spoutapi.io.SpoutOutputStream
+
 
+
SpoutPacket - Interface in org.getspout.spoutapi.packet
+
 
+
SpoutPlayer - Interface in org.getspout.spoutapi.player
+
+
Represents a SpoutPlayer, which extends the standard Bukkit Player.
+
+
SpoutPlayerInventory - Interface in org.getspout.spoutapi.inventory
+
 
+
SpoutPlugin - Class in org.getspout.spoutapi.plugin
+
+
Deprecated.
+
+
SpoutPlugin() - Constructor for class org.getspout.spoutapi.plugin.SpoutPlugin
+
+
Deprecated.
+
SpoutServer - Class in org.getspout.spoutapi
+
+
A proxy class that provides Spout objects for the Server class
+
+
SpoutServer() - Constructor for class org.getspout.spoutapi.SpoutServer
+
 
+
SpoutShapedRecipe - Class in org.getspout.spoutapi.inventory
+
 
+
SpoutShapedRecipe(ItemStack) - Constructor for class org.getspout.spoutapi.inventory.SpoutShapedRecipe
+
+
Create a shaped recipe to craft the specified ItemStack.
+
+
SpoutShapelessRecipe - Class in org.getspout.spoutapi.inventory
+
 
+
SpoutShapelessRecipe(ItemStack) - Constructor for class org.getspout.spoutapi.inventory.SpoutShapelessRecipe
+
+
Create a shapeless recipe to craft the specified ItemStack.
+
+
SpoutWeather - Enum in org.getspout.spoutapi.block
+
+
Deprecated.
+
+
SpoutWorld - Class in org.getspout.spoutapi
+
+
A proxy class providing easy to use Spout objects from the World + interface.
+
+
SpoutWorld(World) - Constructor for class org.getspout.spoutapi.SpoutWorld
+
 
+
spriteSize - Variable in class org.getspout.spoutapi.block.design.Texture
+
 
+
spruceLeaves - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
spruceLog - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
spruceSapling - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
spruceWood - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
spruceWoodDoubleSlabs - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
spruceWoodSlab - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
spruceWoodStairs - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
stack - Variable in class org.getspout.spoutapi.event.slot.SlotEvent
+
 
+
state - Variable in class org.getspout.spoutapi.packet.PacketControlAction
+
 
+
stationaryLava - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
stationaryWater - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
steak - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
stick - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
stone - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
stoneAxe - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
stoneBrickDoubleSlabs - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
StoneBricks - Class in org.getspout.spoutapi.material.block
+
 
+
StoneBricks(String, int, int) - Constructor for class org.getspout.spoutapi.material.block.StoneBricks
+
 
+
stoneBricks - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
stoneBrickSlab - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
stoneBrickStairs - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
stoneButton - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
stoneDoubleSlabs - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
stoneHoe - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
stonePickaxe - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
stonePressurePlate - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
stoneShovel - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
stoneSlab - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
stoneSword - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
stopMusic(SpoutPlayer) - Method in interface org.getspout.spoutapi.sound.SoundManager
+
+
Stops the background music if it is playing for the given player
+
+
stopMusic(SpoutPlayer, boolean) - Method in interface org.getspout.spoutapi.sound.SoundManager
+
+
Stops the background music if it is playing for the given player
+
+
stopMusic(SpoutPlayer, boolean, int) - Method in interface org.getspout.spoutapi.sound.SoundManager
+
+
Stops the background music if it is playing for the given player
+
+
strikeLightning(Location) - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
strikeLightningEffect(Location) - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
string - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
stringToFile(Collection<String>, File) - Static method in class org.getspout.spoutapi.io.FileUtil
+
+
Writes a Collection of Strings to a File, overwriting any previous file contents.
+
+
SubTexture - Class in org.getspout.spoutapi.block.design
+
 
+
SubTexture(Texture, int, int, int) - Constructor for class org.getspout.spoutapi.block.design.SubTexture
+
+
Creates a new SubTexture from the parent Texture
+
+
SubTexture(Texture, int, int, int, int) - Constructor for class org.getspout.spoutapi.block.design.SubTexture
+
+
Creates a new SubTexture from the parent Texture
+
+
subTextures - Variable in class org.getspout.spoutapi.block.design.Texture
+
 
+
sugar - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
sugarCane - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
sugarCaneBlock - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
summonKey(UUID, SpoutPlayer, Keyboard, boolean) - Method in interface org.getspout.spoutapi.keyboard.KeyBindingManager
+
+
Internal use only
+
+
+ + + +

T

+
+
tabIndex - Variable in class org.getspout.spoutapi.gui.GenericTextField
+
 
+
tallGrass - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
TByteShortByteKeyedDoubleHashMap - Class in org.getspout.spoutapi.util.map
+
+
A simplistic map that supports (byte, short, byte) keys, using a trove int double hashmap in the backend.
+
+
TByteShortByteKeyedDoubleHashMap() - Constructor for class org.getspout.spoutapi.util.map.TByteShortByteKeyedDoubleHashMap
+
 
+
TByteShortByteKeyedDoubleHashMap(int) - Constructor for class org.getspout.spoutapi.util.map.TByteShortByteKeyedDoubleHashMap
+
 
+
TByteShortByteKeyedFloatHashMap - Class in org.getspout.spoutapi.util.map
+
+
A simplistic map that supports (byte, short, byte) keys, using a trove int float hashmap in the backend.
+
+
TByteShortByteKeyedFloatHashMap() - Constructor for class org.getspout.spoutapi.util.map.TByteShortByteKeyedFloatHashMap
+
 
+
TByteShortByteKeyedFloatHashMap(int) - Constructor for class org.getspout.spoutapi.util.map.TByteShortByteKeyedFloatHashMap
+
 
+
TByteShortByteKeyedIntHashMap - Class in org.getspout.spoutapi.util.map
+
+
A simplistic map that supports (byte, short, byte) keys, using a trove int int hashmap in the backend.
+
+
TByteShortByteKeyedIntHashMap() - Constructor for class org.getspout.spoutapi.util.map.TByteShortByteKeyedIntHashMap
+
 
+
TByteShortByteKeyedIntHashMap(int) - Constructor for class org.getspout.spoutapi.util.map.TByteShortByteKeyedIntHashMap
+
 
+
TByteShortByteKeyedLongHashMap - Class in org.getspout.spoutapi.util.map
+
+
A simplistic map that supports (byte, short, byte) keys, using a trove int long hashmap in the backend.
+
+
TByteShortByteKeyedLongHashMap() - Constructor for class org.getspout.spoutapi.util.map.TByteShortByteKeyedLongHashMap
+
 
+
TByteShortByteKeyedLongHashMap(int) - Constructor for class org.getspout.spoutapi.util.map.TByteShortByteKeyedLongHashMap
+
 
+
TByteShortByteKeyedMap - Class in org.getspout.spoutapi.util.map
+
+
A simplistic map that supports (byte, short, byte) keys, using a trove int * hashmap in the backend.
+
+
TByteShortByteKeyedMap() - Constructor for class org.getspout.spoutapi.util.map.TByteShortByteKeyedMap
+
 
+
TByteShortByteKeyedObjectHashMap<K> - Class in org.getspout.spoutapi.util.map
+
+
A simplistic map that supports a 3 bytes for keys, using a trove int int hashmap in the backend.
+
+
TByteShortByteKeyedObjectHashMap() - Constructor for class org.getspout.spoutapi.util.map.TByteShortByteKeyedObjectHashMap
+
 
+
TByteShortByteKeyedObjectHashMap(int) - Constructor for class org.getspout.spoutapi.util.map.TByteShortByteKeyedObjectHashMap
+
 
+
TByteTripleDoubleHashMap - Class in org.getspout.spoutapi.util.map
+
+
A simplistic map that supports a 3 bytes for keys, using a trove int double hashmap in the backend.
+
+
TByteTripleDoubleHashMap() - Constructor for class org.getspout.spoutapi.util.map.TByteTripleDoubleHashMap
+
 
+
TByteTripleDoubleHashMap(int) - Constructor for class org.getspout.spoutapi.util.map.TByteTripleDoubleHashMap
+
 
+
TByteTripleFloatHashMap - Class in org.getspout.spoutapi.util.map
+
+
A simplistic map that supports a 3 bytes for keys, using a trove int float hashmap in the backend.
+
+
TByteTripleFloatHashMap() - Constructor for class org.getspout.spoutapi.util.map.TByteTripleFloatHashMap
+
 
+
TByteTripleFloatHashMap(int) - Constructor for class org.getspout.spoutapi.util.map.TByteTripleFloatHashMap
+
 
+
TByteTripleIntHashMap - Class in org.getspout.spoutapi.util.map
+
+
A simplistic map that supports a 3 bytes for keys, using a trove int int hashmap in the backend.
+
+
TByteTripleIntHashMap() - Constructor for class org.getspout.spoutapi.util.map.TByteTripleIntHashMap
+
 
+
TByteTripleIntHashMap(int) - Constructor for class org.getspout.spoutapi.util.map.TByteTripleIntHashMap
+
 
+
TByteTripleLongHashMap - Class in org.getspout.spoutapi.util.map
+
+
A simplistic map that supports a 3 bytes for keys, using a trove int long hashmap in the backend.
+
+
TByteTripleLongHashMap() - Constructor for class org.getspout.spoutapi.util.map.TByteTripleLongHashMap
+
 
+
TByteTripleLongHashMap(int) - Constructor for class org.getspout.spoutapi.util.map.TByteTripleLongHashMap
+
 
+
TByteTripleObjectHashMap<K> - Class in org.getspout.spoutapi.util.map
+
+
A simplistic map that supports a 3 bytes for keys, using a trove int Object hashmap in the backend.
+
+
TByteTripleObjectHashMap() - Constructor for class org.getspout.spoutapi.util.map.TByteTripleObjectHashMap
+
 
+
TByteTripleObjectHashMap(int) - Constructor for class org.getspout.spoutapi.util.map.TByteTripleObjectHashMap
+
 
+
testCloseTimeout() - Method in class org.getspout.spoutapi.chunkstore.SimpleRegionFile
+
 
+
text - Variable in class org.getspout.spoutapi.gui.GenericLabel
+
 
+
text - Variable in class org.getspout.spoutapi.gui.GenericTextField
+
 
+
text - Variable in class org.getspout.spoutapi.packet.PacketClipboardText
+
 
+
textColor - Variable in class org.getspout.spoutapi.gui.ChatBar
+
 
+
TextField - Interface in org.getspout.spoutapi.gui
+
+
This is a box where the user can input a string.
+
+
TextField - Static variable in class org.getspout.spoutapi.gui.WidgetType
+
 
+
TextFieldChangeEvent - Class in org.getspout.spoutapi.event.screen
+
 
+
TextFieldChangeEvent(SpoutPlayer, Screen, TextField, String) - Constructor for class org.getspout.spoutapi.event.screen.TextFieldChangeEvent
+
 
+
textHeight - Variable in class org.getspout.spoutapi.gui.GenericLabel
+
 
+
texture - Variable in class org.getspout.spoutapi.block.design.GenericBlockDesign
+
 
+
Texture - Class in org.getspout.spoutapi.block.design
+
 
+
Texture(Plugin, String, int, int, int) - Constructor for class org.getspout.spoutapi.block.design.Texture
+
+
Creates a new Texture for use with BlockDesigns.
+
+
texture - Variable in class org.getspout.spoutapi.block.design.Texture
+
 
+
Texture - Interface in org.getspout.spoutapi.gui
+
+
This allow an image to be downloaded and shown to the user.
+
+
Texture - Static variable in class org.getspout.spoutapi.gui.WidgetType
+
 
+
texture - Variable in class org.getspout.spoutapi.material.item.GenericCustomItem
+
 
+
texture - Variable in class org.getspout.spoutapi.packet.PacketEntitySkin
+
 
+
textureId - Variable in class org.getspout.spoutapi.packet.PacketEntitySkin
+
 
+
texturePlugin - Variable in class org.getspout.spoutapi.block.design.GenericBlockDesign
+
 
+
textureURL - Variable in class org.getspout.spoutapi.block.design.GenericBlockDesign
+
 
+
textWidth - Variable in class org.getspout.spoutapi.gui.GenericLabel
+
 
+
textXPos - Variable in class org.getspout.spoutapi.block.design.GenericBlockDesign
+
 
+
textYPos - Variable in class org.getspout.spoutapi.block.design.GenericBlockDesign
+
 
+
thickPotion - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
time - Variable in class org.getspout.spoutapi.packet.PacketNotification
+
 
+
TIntPairDoubleHashMap - Class in org.getspout.spoutapi.util.map
+
+
A simplistic map that supports a pair of integers for keys, using a trove long double hashmap in the backend.
+
+
TIntPairDoubleHashMap() - Constructor for class org.getspout.spoutapi.util.map.TIntPairDoubleHashMap
+
 
+
TIntPairDoubleHashMap(int) - Constructor for class org.getspout.spoutapi.util.map.TIntPairDoubleHashMap
+
 
+
TIntPairFloatHashMap - Class in org.getspout.spoutapi.util.map
+
+
A simplistic map that supports a pair of integers for keys, using a trove long float hashmap in the backend.
+
+
TIntPairFloatHashMap() - Constructor for class org.getspout.spoutapi.util.map.TIntPairFloatHashMap
+
 
+
TIntPairFloatHashMap(int) - Constructor for class org.getspout.spoutapi.util.map.TIntPairFloatHashMap
+
 
+
TIntPairHashSet - Class in org.getspout.spoutapi.util.map
+
+
A simplistic set that supports 2 ints for one value inside the set.
+
+
TIntPairHashSet() - Constructor for class org.getspout.spoutapi.util.map.TIntPairHashSet
+
 
+
TIntPairHashSet(int) - Constructor for class org.getspout.spoutapi.util.map.TIntPairHashSet
+
 
+
TIntPairIntHashMap - Class in org.getspout.spoutapi.util.map
+
+
A simplistic map that supports a pair of integers for keys, using a trove long int hashmap in the backend.
+
+
TIntPairIntHashMap() - Constructor for class org.getspout.spoutapi.util.map.TIntPairIntHashMap
+
 
+
TIntPairIntHashMap(int) - Constructor for class org.getspout.spoutapi.util.map.TIntPairIntHashMap
+
 
+
TIntPairLongHashMap - Class in org.getspout.spoutapi.util.map
+
+
A simplistic map that supports a pair of integers for keys, using a trove long long hashmap in the backend.
+
+
TIntPairLongHashMap() - Constructor for class org.getspout.spoutapi.util.map.TIntPairLongHashMap
+
 
+
TIntPairLongHashMap(int) - Constructor for class org.getspout.spoutapi.util.map.TIntPairLongHashMap
+
 
+
TIntPairObjectHashMap<K> - Class in org.getspout.spoutapi.util.map
+
+
A simplistic map that supports a pair of integers for keys, using a trove long object hashmap in the backend.
+
+
TIntPairObjectHashMap() - Constructor for class org.getspout.spoutapi.util.map.TIntPairObjectHashMap
+
 
+
TIntPairObjectHashMap(int) - Constructor for class org.getspout.spoutapi.util.map.TIntPairObjectHashMap
+
 
+
title - Variable in class org.getspout.spoutapi.packet.PacketEntityTitle
+
 
+
tnt - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
toggleSurvivalHUD(boolean) - Method in interface org.getspout.spoutapi.gui.InGameHUD
+
+
Ease of use method setting all the survival mode HUD elements to setVisible(toggle);
+
+
toggleSurvivalHUD(boolean) - Method in class org.getspout.spoutapi.gui.InGameScreen
+
 
+
toInt() - Method in class org.getspout.spoutapi.gui.Color
+
 
+
toItemStack() - Method in interface org.getspout.spoutapi.block.SpoutBlock
+
+
Deprecated.
+
+
toItemStack(int) - Method in interface org.getspout.spoutapi.block.SpoutBlock
+
+
Deprecated.
+
+
Tool - Interface in org.getspout.spoutapi.material
+
 
+
tooltip - Variable in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
top - Variable in class org.getspout.spoutapi.gui.GenericTexture
+
 
+
torch - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
toString() - Method in class org.getspout.spoutapi.gui.Color
+
 
+
toString() - Method in class org.getspout.spoutapi.gui.Rectangle
+
 
+
transparent - Variable in class org.getspout.spoutapi.gui.GenericPopup
+
 
+
trapdoor - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
Tree - Class in org.getspout.spoutapi.material.block
+
 
+
Tree(String, int, int) - Constructor for class org.getspout.spoutapi.material.block.Tree
+
 
+
tripwire - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
tripwireHook - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
type - Variable in class org.getspout.spoutapi.event.screen.ScreenEvent
+
 
+
type - Variable in class org.getspout.spoutapi.gui.GenericContainer
+
 
+
+ + + +

U

+
+
unbanIP(String) - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
unloadAllChunks() - Method in class org.getspout.spoutapi.chunkstore.SimpleChunkDataManager
+
 
+
unloadChunk(Chunk) - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
unloadChunk(int, int) - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
unloadChunk(int, int, boolean) - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
unloadChunk(int, int, boolean, boolean) - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
unloadChunkRequest(int, int) - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
unloadChunkRequest(int, int, boolean) - Method in class org.getspout.spoutapi.SpoutWorld
+
 
+
unloadWorld(String, boolean) - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
unloadWorld(World, boolean) - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
unloadWorldChunks(World) - Method in class org.getspout.spoutapi.chunkstore.SimpleChunkDataManager
+
 
+
UNSTACKABLE - Static variable in class org.getspout.spoutapi.inventory.SpoutEnchantment
+
 
+
updateEntitySkins(List<LivingEntity>) - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Internal use only
+
+
updateKeys(byte[]) - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Internal use only
+
+
updateLayout() - Method in interface org.getspout.spoutapi.gui.Container
+
+
Force the container to re-layout all non-fixed children.
+
+
updateLayout() - Method in class org.getspout.spoutapi.gui.GenericContainer
+
 
+
updatePermission(String) - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Sends the current value of the node to the client.
+
+
updatePermissions(String...) - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Sends the current value of all given nodes to the client.
+
+
updatePermissions() - Method in interface org.getspout.spoutapi.player.SpoutPlayer
+
+
Sends the current value of all permissions that the player has to the client
+
+
updateSize() - Method in class org.getspout.spoutapi.gui.GenericContainer
+
 
+
updateSize() - Method in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
updateSize() - Method in interface org.getspout.spoutapi.gui.Widget
+
+
Called when any dimension or limit changes
+
+
updateWidget(Widget) - Method in class org.getspout.spoutapi.gui.GenericScreen
+
 
+
updateWidget(Widget) - Method in class org.getspout.spoutapi.gui.InGameScreen
+
 
+
updateWidget(Widget) - Method in interface org.getspout.spoutapi.gui.Screen
+
+
Replaces any attached widget with the given widget's id with the new widget
+
+
url - Variable in class org.getspout.spoutapi.gui.GenericTexture
+
 
+
URLCheck(String, byte[], CRCStoreRunnable) - Constructor for class org.getspout.spoutapi.io.CRCStore.URLCheck
+
 
+
useExactLoginLocation() - Method in class org.getspout.spoutapi.SpoutServer
+
 
+
Utils - Class in org.getspout.spoutapi.chunkstore
+
 
+
Utils() - Constructor for class org.getspout.spoutapi.chunkstore.Utils
+
 
+
Utils.SerializedData - Class in org.getspout.spoutapi.chunkstore
+
 
+
+ + + +

V

+
+
valueCollection() - Method in class org.getspout.spoutapi.util.map.TByteShortByteKeyedDoubleHashMap
+
 
+
valueCollection() - Method in class org.getspout.spoutapi.util.map.TByteShortByteKeyedFloatHashMap
+
 
+
valueCollection() - Method in class org.getspout.spoutapi.util.map.TByteShortByteKeyedIntHashMap
+
 
+
valueCollection() - Method in class org.getspout.spoutapi.util.map.TByteShortByteKeyedLongHashMap
+
 
+
valueCollection() - Method in class org.getspout.spoutapi.util.map.TByteShortByteKeyedObjectHashMap
+
 
+
valueCollection() - Method in class org.getspout.spoutapi.util.map.TByteTripleDoubleHashMap
+
 
+
valueCollection() - Method in class org.getspout.spoutapi.util.map.TByteTripleFloatHashMap
+
 
+
valueCollection() - Method in class org.getspout.spoutapi.util.map.TByteTripleIntHashMap
+
 
+
valueCollection() - Method in class org.getspout.spoutapi.util.map.TByteTripleLongHashMap
+
 
+
valueCollection() - Method in class org.getspout.spoutapi.util.map.TByteTripleObjectHashMap
+
 
+
valueCollection() - Method in class org.getspout.spoutapi.util.map.TIntPairDoubleHashMap
+
 
+
valueCollection() - Method in class org.getspout.spoutapi.util.map.TIntPairFloatHashMap
+
 
+
valueCollection() - Method in class org.getspout.spoutapi.util.map.TIntPairIntHashMap
+
 
+
valueCollection() - Method in class org.getspout.spoutapi.util.map.TIntPairLongHashMap
+
 
+
valueCollection() - Method in class org.getspout.spoutapi.util.map.TIntPairObjectHashMap
+
 
+
valueOf(String) - Static method in enum org.getspout.spoutapi.block.design.Axis
+
+
Returns the enum constant of this type with the specified name.
+
+
valueOf(String) - Static method in enum org.getspout.spoutapi.block.SpoutWeather
+
+
Deprecated.
+
Returns the enum constant of this type with the specified name.
+
+
valueOf(String) - Static method in enum org.getspout.spoutapi.event.inventory.InventorySlotType
+
+
Returns the enum constant of this type with the specified name.
+
+
valueOf(String) - Static method in enum org.getspout.spoutapi.gui.ContainerType
+
+
Returns the enum constant of this type with the specified name.
+
+
valueOf(String) - Static method in enum org.getspout.spoutapi.gui.Orientation
+
+
Returns the enum constant of this type with the specified name.
+
+
valueOf(String) - Static method in enum org.getspout.spoutapi.gui.RenderPriority
+
+
Returns the enum constant of this type with the specified name.
+
+
valueOf(String) - Static method in enum org.getspout.spoutapi.gui.ScreenType
+
+
Returns the enum constant of this type with the specified name.
+
+
valueOf(String) - Static method in enum org.getspout.spoutapi.gui.ScrollBarPolicy
+
+
Returns the enum constant of this type with the specified name.
+
+
valueOf(String) - Static method in enum org.getspout.spoutapi.gui.WidgetAnchor
+
+
Returns the enum constant of this type with the specified name.
+
+
valueOf(String) - Static method in enum org.getspout.spoutapi.gui.WidgetAnim
+
+
Returns the enum constant of this type with the specified name.
+
+
valueOf(String) - Static method in enum org.getspout.spoutapi.keyboard.Keyboard
+
+
Returns the enum constant of this type with the specified name.
+
+
valueOf(String) - Static method in enum org.getspout.spoutapi.packet.PacketType
+
+
Returns the enum constant of this type with the specified name.
+
+
valueOf(String) - Static method in enum org.getspout.spoutapi.packet.ScreenAction
+
+
Returns the enum constant of this type with the specified name.
+
+
valueOf(String) - Static method in enum org.getspout.spoutapi.packet.standard.MCPacket103SetSlot.Slot
+
+
Returns the enum constant of this type with the specified name.
+
+
valueOf(String) - Static method in enum org.getspout.spoutapi.packet.standard.MCPacket103SetSlot.Window
+
+
Returns the enum constant of this type with the specified name.
+
+
valueOf(String) - Static method in enum org.getspout.spoutapi.particle.Particle.ParticleType
+
+
Returns the enum constant of this type with the specified name.
+
+
valueOf(String) - Static method in enum org.getspout.spoutapi.player.accessories.AccessoryType
+
+
Returns the enum constant of this type with the specified name.
+
+
valueOf(String) - Static method in enum org.getspout.spoutapi.player.EntitySkinType
+
+
Returns the enum constant of this type with the specified name.
+
+
valueOf(String) - Static method in enum org.getspout.spoutapi.player.RenderDistance
+
+
Returns the enum constant of this type with the specified name.
+
+
valueOf(String) - Static method in enum org.getspout.spoutapi.sound.Music
+
+
Returns the enum constant of this type with the specified name.
+
+
valueOf(String) - Static method in enum org.getspout.spoutapi.sound.SoundEffect
+
+
Returns the enum constant of this type with the specified name.
+
+
values() - Static method in enum org.getspout.spoutapi.block.design.Axis
+
+
Returns an array containing the constants of this enum type, in +the order they are declared.
+
+
values() - Static method in enum org.getspout.spoutapi.block.SpoutWeather
+
+
Deprecated.
+
Returns an array containing the constants of this enum type, in +the order they are declared.
+
+
values() - Static method in enum org.getspout.spoutapi.event.inventory.InventorySlotType
+
+
Returns an array containing the constants of this enum type, in +the order they are declared.
+
+
values() - Static method in enum org.getspout.spoutapi.gui.ContainerType
+
+
Returns an array containing the constants of this enum type, in +the order they are declared.
+
+
values() - Static method in enum org.getspout.spoutapi.gui.Orientation
+
+
Returns an array containing the constants of this enum type, in +the order they are declared.
+
+
values() - Static method in enum org.getspout.spoutapi.gui.RenderPriority
+
+
Returns an array containing the constants of this enum type, in +the order they are declared.
+
+
values() - Static method in enum org.getspout.spoutapi.gui.ScreenType
+
+
Returns an array containing the constants of this enum type, in +the order they are declared.
+
+
values() - Static method in enum org.getspout.spoutapi.gui.ScrollBarPolicy
+
+
Returns an array containing the constants of this enum type, in +the order they are declared.
+
+
values() - Static method in enum org.getspout.spoutapi.gui.WidgetAnchor
+
+
Returns an array containing the constants of this enum type, in +the order they are declared.
+
+
values() - Static method in enum org.getspout.spoutapi.gui.WidgetAnim
+
+
Returns an array containing the constants of this enum type, in +the order they are declared.
+
+
values() - Static method in enum org.getspout.spoutapi.keyboard.Keyboard
+
+
Returns an array containing the constants of this enum type, in +the order they are declared.
+
+
values() - Static method in enum org.getspout.spoutapi.packet.PacketType
+
+
Returns an array containing the constants of this enum type, in +the order they are declared.
+
+
values() - Static method in enum org.getspout.spoutapi.packet.ScreenAction
+
+
Returns an array containing the constants of this enum type, in +the order they are declared.
+
+
values() - Static method in enum org.getspout.spoutapi.packet.standard.MCPacket103SetSlot.Slot
+
+
Returns an array containing the constants of this enum type, in +the order they are declared.
+
+
values() - Static method in enum org.getspout.spoutapi.packet.standard.MCPacket103SetSlot.Window
+
+
Returns an array containing the constants of this enum type, in +the order they are declared.
+
+
values() - Static method in enum org.getspout.spoutapi.particle.Particle.ParticleType
+
+
Returns an array containing the constants of this enum type, in +the order they are declared.
+
+
values() - Static method in enum org.getspout.spoutapi.player.accessories.AccessoryType
+
+
Returns an array containing the constants of this enum type, in +the order they are declared.
+
+
values() - Static method in enum org.getspout.spoutapi.player.EntitySkinType
+
+
Returns an array containing the constants of this enum type, in +the order they are declared.
+
+
values() - Static method in enum org.getspout.spoutapi.player.RenderDistance
+
+
Returns an array containing the constants of this enum type, in +the order they are declared.
+
+
values() - Static method in enum org.getspout.spoutapi.sound.Music
+
+
Returns an array containing the constants of this enum type, in +the order they are declared.
+
+
values() - Static method in enum org.getspout.spoutapi.sound.SoundEffect
+
+
Returns an array containing the constants of this enum type, in +the order they are declared.
+
+
values() - Method in class org.getspout.spoutapi.util.map.TByteShortByteKeyedDoubleHashMap
+
 
+
values() - Method in class org.getspout.spoutapi.util.map.TByteShortByteKeyedFloatHashMap
+
 
+
values() - Method in class org.getspout.spoutapi.util.map.TByteShortByteKeyedIntHashMap
+
 
+
values() - Method in class org.getspout.spoutapi.util.map.TByteShortByteKeyedLongHashMap
+
 
+
values() - Method in class org.getspout.spoutapi.util.map.TByteShortByteKeyedObjectHashMap
+
 
+
values() - Method in class org.getspout.spoutapi.util.map.TByteTripleDoubleHashMap
+
 
+
values() - Method in class org.getspout.spoutapi.util.map.TByteTripleFloatHashMap
+
 
+
values() - Method in class org.getspout.spoutapi.util.map.TByteTripleIntHashMap
+
 
+
values() - Method in class org.getspout.spoutapi.util.map.TByteTripleLongHashMap
+
 
+
values() - Method in class org.getspout.spoutapi.util.map.TByteTripleObjectHashMap
+
 
+
values() - Method in class org.getspout.spoutapi.util.map.TIntPairDoubleHashMap
+
 
+
values() - Method in class org.getspout.spoutapi.util.map.TIntPairFloatHashMap
+
 
+
values() - Method in class org.getspout.spoutapi.util.map.TIntPairIntHashMap
+
 
+
values() - Method in class org.getspout.spoutapi.util.map.TIntPairLongHashMap
+
 
+
values() - Method in class org.getspout.spoutapi.util.map.TIntPairObjectHashMap
+
 
+
Vertex - Class in org.getspout.spoutapi.block.design
+
 
+
Vertex(int, int, float, float, float, SubTexture) - Constructor for class org.getspout.spoutapi.block.design.Vertex
+
 
+
Vertex(int, int, float, float, float, int, int) - Constructor for class org.getspout.spoutapi.block.design.Vertex
+
 
+
view - Variable in class org.getspout.spoutapi.packet.PacketRenderDistance
+
 
+
vines - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
visible - Variable in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
visibleChatLines - Variable in class org.getspout.spoutapi.gui.ChatTextBox
+
 
+
visibleLines - Variable in class org.getspout.spoutapi.gui.ChatTextBox
+
 
+
volumePercent - Variable in class org.getspout.spoutapi.packet.PacketMusicChange
+
 
+
+ + + +

W

+
+
wallSign - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
water - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
waterBottle - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
waterBucket - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
watermelon - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
Weapon - Interface in org.getspout.spoutapi.material
+
 
+
web - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
wheat - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
whiteMusicDisc - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
whiteWool - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
Widget - Interface in org.getspout.spoutapi.gui
+
+
This is the base class of all other widgets, and should never be used + directly.
+
+
widget - Variable in class org.getspout.spoutapi.packet.PacketControlAction
+
 
+
widget - Variable in class org.getspout.spoutapi.packet.PacketWidget
+
 
+
widget - Variable in class org.getspout.spoutapi.packet.PacketWidgetRemove
+
 
+
WidgetAnchor - Enum in org.getspout.spoutapi.gui
+
+
Widget anchors allow you to place widgets that + stick or "anchor" to a point on the screen.
+
+
WidgetAnim - Enum in org.getspout.spoutapi.gui
+
+
Types of animation, only one animation is permitted at a time, and note that + some types are limited to certain widget types...
+
+
widgets - Variable in class org.getspout.spoutapi.gui.GenericScreen
+
 
+
WidgetType - Class in org.getspout.spoutapi.gui
+
+
This defines the built-in Spout widgets.
+
+
WidgetType(Class<? extends Widget>) - Constructor for class org.getspout.spoutapi.gui.WidgetType
+
 
+
width - Variable in class org.getspout.spoutapi.block.design.Texture
+
 
+
width - Variable in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
wood - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
woodbutton - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
woodenAxe - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
woodenDoor - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
woodenDoorBlock - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
woodenHoe - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
woodenPickaxe - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
woodenPressurePlate - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
woodenShovel - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
woodenStairs - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
woodenSword - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
Wool - Class in org.getspout.spoutapi.material.block
+
 
+
Wool(String, int, int) - Constructor for class org.getspout.spoutapi.material.block.Wool
+
 
+
WorldManager - Interface in org.getspout.spoutapi
+
+
Internal use only.
+
+
write(SpoutOutputStream) - Method in interface org.getspout.spoutapi.block.design.BlockDesign
+
 
+
write(DataOutputStream) - Method in interface org.getspout.spoutapi.block.design.BlockDesign
+
 
+
write(SpoutOutputStream) - Method in class org.getspout.spoutapi.block.design.GenericBlockDesign
+
 
+
write(DataOutputStream) - Method in class org.getspout.spoutapi.block.design.GenericBlockDesign
+
 
+
write(SpoutOutputStream) - Method in class org.getspout.spoutapi.io.AddonPacket
+
+
Writes the outgoing data to the output stream.
+
+
write(byte[]) - Method in class org.getspout.spoutapi.io.SpoutOutputStream
+
 
+
write(byte[], int, int) - Method in class org.getspout.spoutapi.io.SpoutOutputStream
+
 
+
write(int) - Method in class org.getspout.spoutapi.io.SpoutOutputStream
+
 
+
writeBlock(Block) - Method in class org.getspout.spoutapi.io.SpoutOutputStream
+
 
+
writeBoolean(boolean) - Method in class org.getspout.spoutapi.io.SpoutOutputStream
+
 
+
writeChar(char) - Method in class org.getspout.spoutapi.io.SpoutOutputStream
+
 
+
writeChunkMetaData(World, int, int, ChunkMetaData) - Method in class org.getspout.spoutapi.chunkstore.ChunkStore
+
 
+
writeColor(Color) - Method in class org.getspout.spoutapi.io.SpoutOutputStream
+
 
+
writeData(SpoutOutputStream) - Method in class org.getspout.spoutapi.gui.ArmorBar
+
 
+
writeData(SpoutOutputStream) - Method in class org.getspout.spoutapi.gui.BubbleBar
+
 
+
writeData(SpoutOutputStream) - Method in class org.getspout.spoutapi.gui.ChatBar
+
 
+
writeData(SpoutOutputStream) - Method in class org.getspout.spoutapi.gui.ChatTextBox
+
 
+
writeData(SpoutOutputStream) - Method in class org.getspout.spoutapi.gui.GenericButton
+
 
+
writeData(SpoutOutputStream) - Method in class org.getspout.spoutapi.gui.GenericCheckBox
+
 
+
writeData(SpoutOutputStream) - Method in class org.getspout.spoutapi.gui.GenericComboBox
+
 
+
writeData(SpoutOutputStream) - Method in class org.getspout.spoutapi.gui.GenericControl
+
 
+
writeData(SpoutOutputStream) - Method in class org.getspout.spoutapi.gui.GenericEntityWidget
+
 
+
writeData(SpoutOutputStream) - Method in class org.getspout.spoutapi.gui.GenericGradient
+
 
+
writeData(SpoutOutputStream) - Method in class org.getspout.spoutapi.gui.GenericItemWidget
+
 
+
writeData(SpoutOutputStream) - Method in class org.getspout.spoutapi.gui.GenericLabel
+
 
+
writeData(SpoutOutputStream) - Method in class org.getspout.spoutapi.gui.GenericListWidget
+
 
+
writeData(SpoutOutputStream) - Method in class org.getspout.spoutapi.gui.GenericPopup
+
 
+
writeData(SpoutOutputStream) - Method in class org.getspout.spoutapi.gui.GenericRadioButton
+
 
+
writeData(SpoutOutputStream) - Method in class org.getspout.spoutapi.gui.GenericScreen
+
 
+
writeData(SpoutOutputStream) - Method in class org.getspout.spoutapi.gui.GenericScrollable
+
 
+
writeData(SpoutOutputStream) - Method in class org.getspout.spoutapi.gui.GenericSlider
+
 
+
writeData(SpoutOutputStream) - Method in class org.getspout.spoutapi.gui.GenericSlot
+
 
+
writeData(SpoutOutputStream) - Method in class org.getspout.spoutapi.gui.GenericTextField
+
 
+
writeData(SpoutOutputStream) - Method in class org.getspout.spoutapi.gui.GenericTexture
+
 
+
writeData(SpoutOutputStream) - Method in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
writeData(SpoutOutputStream) - Method in class org.getspout.spoutapi.gui.HealthBar
+
 
+
writeData(SpoutOutputStream) - Method in class org.getspout.spoutapi.gui.HungerBar
+
 
+
writeData(SpoutOutputStream) - Method in interface org.getspout.spoutapi.gui.Widget
+
+
Called when this widget is serialized to the client.
+
+
writeData(SpoutOutputStream) - Method in class org.getspout.spoutapi.material.block.GenericCustomBlock
+
 
+
writeData(SpoutOutputStream) - Method in class org.getspout.spoutapi.material.item.GenericCustomFood
+
 
+
writeData(SpoutOutputStream) - Method in class org.getspout.spoutapi.material.item.GenericCustomItem
+
 
+
writeData(SpoutOutputStream) - Method in class org.getspout.spoutapi.material.item.GenericCustomTool
+
 
+
writeData(SpoutOutputStream) - Method in class org.getspout.spoutapi.packet.PacketAccessory
+
 
+
writeData(SpoutOutputStream) - Method in class org.getspout.spoutapi.packet.PacketAddonData
+
 
+
writeData(SpoutOutputStream) - Method in class org.getspout.spoutapi.packet.PacketAirTime
+
 
+
writeData(SpoutOutputStream) - Method in class org.getspout.spoutapi.packet.PacketAlert
+
 
+
writeData(SpoutOutputStream) - Method in class org.getspout.spoutapi.packet.PacketAllowVisualCheats
+
 
+
writeData(SpoutOutputStream) - Method in class org.getspout.spoutapi.packet.PacketBlockData
+
 
+
writeData(SpoutOutputStream) - Method in class org.getspout.spoutapi.packet.PacketCacheDeleteFile
+
 
+
writeData(SpoutOutputStream) - Method in class org.getspout.spoutapi.packet.PacketCacheFile
+
 
+
writeData(SpoutOutputStream) - Method in class org.getspout.spoutapi.packet.PacketClientAddons
+
 
+
writeData(SpoutOutputStream) - Method in class org.getspout.spoutapi.packet.PacketClipboardText
+
 
+
writeData(SpoutOutputStream) - Method in class org.getspout.spoutapi.packet.PacketComboBox
+
 
+
writeData(SpoutOutputStream) - Method in class org.getspout.spoutapi.packet.PacketControlAction
+
 
+
writeData(SpoutOutputStream) - Method in class org.getspout.spoutapi.packet.PacketCustomBlockChunkOverride
+
 
+
writeData(SpoutOutputStream) - Method in class org.getspout.spoutapi.packet.PacketCustomBlockDesign
+
 
+
writeData(SpoutOutputStream) - Method in class org.getspout.spoutapi.packet.PacketCustomBlockOverride
+
 
+
writeData(SpoutOutputStream) - Method in class org.getspout.spoutapi.packet.PacketCustomMultiBlockOverride
+
 
+
writeData(SpoutOutputStream) - Method in class org.getspout.spoutapi.packet.PacketDownloadMusic
+
 
+
writeData(SpoutOutputStream) - Method in class org.getspout.spoutapi.packet.PacketEntityInformation
+
 
+
writeData(SpoutOutputStream) - Method in class org.getspout.spoutapi.packet.PacketEntitySkin
+
 
+
writeData(SpoutOutputStream) - Method in class org.getspout.spoutapi.packet.PacketEntityTitle
+
 
+
writeData(SpoutOutputStream) - Method in class org.getspout.spoutapi.packet.PacketFocusUpdate
+
 
+
writeData(SpoutOutputStream) - Method in class org.getspout.spoutapi.packet.PacketFullVersion
+
 
+
writeData(SpoutOutputStream) - Method in class org.getspout.spoutapi.packet.PacketItemName
+
 
+
writeData(SpoutOutputStream) - Method in class org.getspout.spoutapi.packet.PacketKeyBinding
+
 
+
writeData(SpoutOutputStream) - Method in class org.getspout.spoutapi.packet.PacketKeyPress
+
 
+
writeData(SpoutOutputStream) - Method in class org.getspout.spoutapi.packet.PacketMovementModifiers
+
 
+
writeData(SpoutOutputStream) - Method in class org.getspout.spoutapi.packet.PacketMusicChange
+
 
+
writeData(SpoutOutputStream) - Method in class org.getspout.spoutapi.packet.PacketNotification
+
 
+
writeData(SpoutOutputStream) - Method in class org.getspout.spoutapi.packet.PacketOpenScreen
+
 
+
writeData(SpoutOutputStream) - Method in class org.getspout.spoutapi.packet.PacketOpenSignGUI
+
 
+
writeData(SpoutOutputStream) - Method in class org.getspout.spoutapi.packet.PacketParticle
+
 
+
writeData(SpoutOutputStream) - Method in class org.getspout.spoutapi.packet.PacketPermissionUpdate
+
 
+
writeData(SpoutOutputStream) - Method in class org.getspout.spoutapi.packet.PacketPlaySound
+
 
+
writeData(SpoutOutputStream) - Method in class org.getspout.spoutapi.packet.PacketPreCacheCompleted
+
 
+
writeData(SpoutOutputStream) - Method in class org.getspout.spoutapi.packet.PacketPreCacheFile
+
 
+
writeData(SpoutOutputStream) - Method in class org.getspout.spoutapi.packet.PacketRenderDistance
+
 
+
writeData(SpoutOutputStream) - Method in class org.getspout.spoutapi.packet.PacketRequestPrecache
+
 
+
writeData(SpoutOutputStream) - Method in class org.getspout.spoutapi.packet.PacketScreenAction
+
 
+
writeData(SpoutOutputStream) - Method in class org.getspout.spoutapi.packet.PacketScreenshot
+
 
+
writeData(SpoutOutputStream) - Method in class org.getspout.spoutapi.packet.PacketSendPrecache
+
 
+
writeData(SpoutOutputStream) - Method in class org.getspout.spoutapi.packet.PacketServerPlugins
+
 
+
writeData(SpoutOutputStream) - Method in class org.getspout.spoutapi.packet.PacketSetVelocity
+
 
+
writeData(SpoutOutputStream) - Method in class org.getspout.spoutapi.packet.PacketSkinURL
+
 
+
writeData(SpoutOutputStream) - Method in class org.getspout.spoutapi.packet.PacketSky
+
 
+
writeData(SpoutOutputStream) - Method in class org.getspout.spoutapi.packet.PacketSlotClick
+
 
+
writeData(SpoutOutputStream) - Method in class org.getspout.spoutapi.packet.PacketSpawnTextEntity
+
 
+
writeData(SpoutOutputStream) - Method in class org.getspout.spoutapi.packet.PacketStopMusic
+
 
+
writeData(SpoutOutputStream) - Method in class org.getspout.spoutapi.packet.PacketTexturePack
+
 
+
writeData(SpoutOutputStream) - Method in class org.getspout.spoutapi.packet.PacketValidatePrecache
+
 
+
writeData(SpoutOutputStream) - Method in class org.getspout.spoutapi.packet.PacketWaypoint
+
 
+
writeData(SpoutOutputStream) - Method in class org.getspout.spoutapi.packet.PacketWidget
+
 
+
writeData(SpoutOutputStream) - Method in class org.getspout.spoutapi.packet.PacketWidgetRemove
+
 
+
writeData(SpoutOutputStream) - Method in interface org.getspout.spoutapi.packet.SpoutPacket
+
+
Writes the outgoing data to the output stream.
+
+
writeDouble(double) - Method in class org.getspout.spoutapi.io.SpoutOutputStream
+
 
+
writeDoubleArray(SpoutOutputStream, float[][]) - Static method in class org.getspout.spoutapi.packet.PacketUtil
+
 
+
writeDoubleArray(DataOutputStream, float[][]) - Static method in class org.getspout.spoutapi.packet.PacketUtil
+
 
+
writeFloat(float) - Method in class org.getspout.spoutapi.io.SpoutOutputStream
+
 
+
writeInt(int) - Method in class org.getspout.spoutapi.io.SpoutOutputStream
+
 
+
writeIntArray(SpoutOutputStream, int[]) - Static method in class org.getspout.spoutapi.packet.PacketUtil
+
 
+
writeIntArray(DataOutputStream, int[]) - Static method in class org.getspout.spoutapi.packet.PacketUtil
+
 
+
writeItemStack(ItemStack) - Method in class org.getspout.spoutapi.io.SpoutOutputStream
+
 
+
writeLocation(Location) - Method in class org.getspout.spoutapi.io.SpoutOutputStream
+
 
+
writeLong(long) - Method in class org.getspout.spoutapi.io.SpoutOutputStream
+
 
+
writeMaterial(Material) - Method in class org.getspout.spoutapi.io.SpoutOutputStream
+
 
+
writeQuadFloat(SpoutOutputStream, float[]) - Static method in class org.getspout.spoutapi.packet.PacketUtil
+
 
+
writeQuadFloat(DataOutputStream, float[]) - Static method in class org.getspout.spoutapi.packet.PacketUtil
+
 
+
writeReset(SpoutOutputStream) - Method in interface org.getspout.spoutapi.block.design.BlockDesign
+
 
+
writeReset(SpoutOutputStream) - Method in class org.getspout.spoutapi.block.design.GenericBlockDesign
+
 
+
writeShort(short) - Method in class org.getspout.spoutapi.io.SpoutOutputStream
+
 
+
writeString(String) - Method in class org.getspout.spoutapi.io.SpoutOutputStream
+
 
+
writeString(DataOutputStream, String) - Static method in class org.getspout.spoutapi.packet.PacketUtil
+
 
+
writeUUID(UUID) - Method in class org.getspout.spoutapi.io.SpoutOutputStream
+
 
+
writeVector(Vector) - Method in class org.getspout.spoutapi.io.SpoutOutputStream
+
 
+
writtenBook - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
+ + + +

X

+
+
X - Variable in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
xPos - Variable in class org.getspout.spoutapi.block.design.GenericBlockDesign
+
 
+
+ + + +

Y

+
+
Y - Variable in class org.getspout.spoutapi.gui.GenericWidget
+
 
+
yellowWool - Static variable in class org.getspout.spoutapi.material.MaterialData
+
 
+
yPos - Variable in class org.getspout.spoutapi.block.design.GenericBlockDesign
+
 
+
+ + + +

Z

+
+
zPos - Variable in class org.getspout.spoutapi.block.design.GenericBlockDesign
+
 
+
+A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/index.html b/generated/1.5.2/index.html new file mode 100644 index 0000000..a48d804 --- /dev/null +++ b/generated/1.5.2/index.html @@ -0,0 +1,75 @@ + + + + + +Spoutcraft 1.5.2 JavaDoc + + + + + + + + + +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="overview-summary.html">Non-frame version</a>.</p> + + + diff --git a/generated/1.5.2/org/getspout/spoutapi/ClientOnly.html b/generated/1.5.2/org/getspout/spoutapi/ClientOnly.html new file mode 100644 index 0000000..d271ba7 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/ClientOnly.html @@ -0,0 +1,262 @@ + + + + + +ClientOnly (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi
+

Annotation Type ClientOnly

+
+
+
+
    +
  • +
    +
    +
    @Documented
    + @Target(value=METHOD)
    + @Retention(value=SOURCE)
    +public @interface ClientOnly
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Optional Element Summary

      + + + + + + + + + + + + + + + + + + +
      Optional Elements 
      Modifier and TypeOptional Element and Description
      java.lang.Stringauthor 
      java.lang.StringshortDescription 
      java.lang.Stringversion 
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Element Detail

      + + + +
        +
      • +

        author

        +
        public abstract java.lang.String author
        +
        +
        Default:
        +
        "Afforess"
        +
        +
      • +
      +
    • +
    +
      +
    • + + +
        +
      • +

        version

        +
        public abstract java.lang.String version
        +
        +
        Default:
        +
        "1.1"
        +
        +
      • +
      +
    • +
    +
      +
    • + + +
        +
      • +

        shortDescription

        +
        public abstract java.lang.String shortDescription
        +
        +
        Default:
        +
        "Indicates that the function requires the use of the Spoutcraft client mod to have any effect"
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/Spout.html b/generated/1.5.2/org/getspout/spoutapi/Spout.html new file mode 100644 index 0000000..777e986 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/Spout.html @@ -0,0 +1,276 @@ + + + + + +Spout (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi
+

Class Spout

+
+
+ +
+
    +
  • +
    +
    +
    public class Spout
    +extends java.lang.Object
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Spout() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      All Methods Static Methods Concrete Methods 
      Modifier and TypeMethod and Description
      static SpoutServergetServer() 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Spout

        +
        public Spout()
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/SpoutManager.html b/generated/1.5.2/org/getspout/spoutapi/SpoutManager.html new file mode 100644 index 0000000..d361042 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/SpoutManager.html @@ -0,0 +1,794 @@ + + + + + +SpoutManager (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi
+

Class SpoutManager

+
+
+ +
+
    +
  • +
    +
    +
    public class SpoutManager
    +extends java.lang.Object
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        SpoutManager

        +
        protected SpoutManager()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getInstance

        +
        public static SpoutManager getInstance()
        +
        Gets the singleton instance of the spout plugin
        +
        +
        Returns:
        +
        spout plugin
        +
        +
      • +
      + + + +
        +
      • +

        getSoundManager

        +
        public static SoundManager getSoundManager()
        +
        Gets the sound manager
        +
        +
        Returns:
        +
        sound manager
        +
        +
      • +
      + + + +
        +
      • +

        setSoundManager

        +
        public void setSoundManager(SoundManager manager)
        +
      • +
      + + + +
        +
      • +

        getPacketManager

        +
        public static PacketManager getPacketManager()
        +
        Gets the packet manager
        +
        +
        Returns:
        +
        packet manager
        +
        +
      • +
      + + + +
        +
      • +

        setPacketManager

        +
        public void setPacketManager(PacketManager manager)
        +
      • +
      + + + +
        +
      • +

        getSkyManager

        +
        public static SkyManager getSkyManager()
        +
        Gets the sky manager
        +
        +
        Returns:
        +
        sky manager
        +
        +
      • +
      + + + +
        +
      • +

        setSkyManager

        +
        public void setSkyManager(SkyManager manager)
        +
      • +
      + + + +
        +
      • +

        getBiomeManager

        +
        public static BiomeManager getBiomeManager()
        +
        Gets the biome manager
        +
        +
        Returns:
        +
        biome manager
        +
        +
      • +
      + + + +
        +
      • +

        setBiomeManager

        +
        public void setBiomeManager(BiomeManager manager)
        +
      • +
      + + + +
        +
      • +

        getInventoryBuilder

        +
        @Deprecated
        +public static InventoryBuilder getInventoryBuilder()
        +
        Deprecated. 
        +
        Gets the inventory builder +

        + The inventory builder can construct Bukkit inventories from itemstacks or an initialization size.

        +
        +
        Returns:
        +
        inventory builder
        +
        +
      • +
      + + + +
        +
      • +

        setInventoryBuilder

        +
        public void setInventoryBuilder(InventoryBuilder builder)
        +
      • +
      + + + +
        +
      • +

        getFileManager

        +
        public static FileManager getFileManager()
        +
        Gets the client side file and cache manager
        +
        +
        Returns:
        +
        file manager
        +
        +
      • +
      + + + +
        +
      • +

        getKeyBindingManager

        +
        public static KeyBindingManager getKeyBindingManager()
        +
        Gets the key binding manager;
        +
        +
        Returns:
        +
        key binding manager
        +
        +
      • +
      + + + +
        +
      • +

        getMaterialManager

        +
        public static MaterialManager getMaterialManager()
        +
        Gets the material manager
        +
        +
        Returns:
        +
        material manager
        +
        +
      • +
      + + + +
        +
      • +

        setMaterialManager

        +
        public void setMaterialManager(MaterialManager manager)
        +
      • +
      + + + +
        +
      • +

        setFileManager

        +
        public void setFileManager(FileManager manager)
        +
      • +
      + + + +
        +
      • +

        setPlayerChunkMap

        +
        public void setPlayerChunkMap(PlayerChunkMap manager)
        +
      • +
      + + + +
        +
      • +

        setChunkDataManager

        +
        public void setChunkDataManager(ChunkDataManager manager)
        +
      • +
      + + + +
        +
      • +

        setKeyBindingManager

        +
        public void setKeyBindingManager(KeyBindingManager manager)
        +
      • +
      + + + +
        +
      • +

        getChunkDataManager

        +
        public static ChunkDataManager getChunkDataManager()
        +
      • +
      + + + +
        +
      • +

        setWorldManager

        +
        public void setWorldManager(WorldManager manager)
        +
      • +
      + + + +
        +
      • +

        getWorldManager

        +
        public static WorldManager getWorldManager()
        +
      • +
      + + + +
        +
      • +

        getPlayerFromId

        +
        public static SpoutPlayer getPlayerFromId(int entityId)
        +
        Gets a SpoutPlayer from the given id, or null if none found
        +
        +
        Parameters:
        +
        entityId -
        +
        Returns:
        +
        SpoutPlayer
        +
        +
      • +
      + + + +
        +
      • +

        getPlayerFromId

        +
        public static SpoutPlayer getPlayerFromId(java.util.UUID id)
        +
        Gets a SpoutPlayer from the given id, or null if none found
        +
        +
        Parameters:
        +
        id -
        +
        Returns:
        +
        SpoutPlayer
        +
        +
      • +
      + + + +
        +
      • +

        getEntityFromId

        +
        public static Entity getEntityFromId(int entityId)
        +
        Gets a Entity from the given id, or null if none found
        +
        +
        Parameters:
        +
        entityId -
        +
        Returns:
        +
        Entity
        +
        +
      • +
      + + + +
        +
      • +

        getEntityFromId

        +
        public static Entity getEntityFromId(java.util.UUID id)
        +
        Gets a Entity from the given id, or null if none found
        +
        +
        Parameters:
        +
        id -
        +
        Returns:
        +
        Entity
        +
        +
      • +
      + + + +
        +
      • +

        getPlayer

        +
        public static SpoutPlayer getPlayer(Player player)
        +
        Gets a SpoutPlayer from the given bukkit player, will never fail
        +
        +
        Parameters:
        +
        player -
        +
        Returns:
        +
        SpoutPlayer
        +
        +
      • +
      + + + +
        +
      • +

        getOnlinePlayers

        +
        public static SpoutPlayer[] getOnlinePlayers()
        +
        Gets the list of online players
        +
        +
        Returns:
        +
        online players
        +
        +
      • +
      + + + +
        +
      • +

        getPlayerChunkMap

        +
        public static PlayerChunkMap getPlayerChunkMap()
        +
        Gets the player manager
        +
        +
        Returns:
        +
        player manager
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/SpoutServer.html b/generated/1.5.2/org/getspout/spoutapi/SpoutServer.html new file mode 100644 index 0000000..00e43ad --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/SpoutServer.html @@ -0,0 +1,1606 @@ + + + + + +SpoutServer (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi
+

Class SpoutServer

+
+
+ +
+
    +
  • +
    +
    +
    public class SpoutServer
    +extends java.lang.Object
    +
    A proxy class that provides Spout objects for the Server class
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        SpoutServer

        +
        public SpoutServer()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        setEntitySkin

        +
        public void setEntitySkin(LivingEntity target,
        +                          java.lang.String url,
        +                          EntitySkinType type)
        +
        Sets the entity skin for the target entity to the url. The Skin Type is + used when an entity has more than one skin type.
        +
        +
        Parameters:
        +
        target - to set the skin on
        +
        url - of the skin
        +
        type - of skin to set
        +
        +
      • +
      + + + +
        +
      • +

        getEntitySkin

        +
        public java.lang.String getEntitySkin(LivingEntity target,
        +                                      EntitySkinType type)
        +
        Gets the entity skin for the target entity. The Skin Type is used when an + entity has more than one skin type.
        +
        +
        Parameters:
        +
        target - to get the skin for
        +
        type - of skin to set
        +
        +
      • +
      + + + +
        +
      • +

        resetEntitySkin

        +
        public void resetEntitySkin(LivingEntity target)
        +
        Resets the entity skin for the target entity.
        +
        +
        Parameters:
        +
        target - to reset the skin for
        +
        +
      • +
      + + + +
        +
      • +

        getTitle

        +
        public java.lang.String getTitle(LivingEntity entity)
        +
      • +
      + + + +
        +
      • +

        setTitle

        +
        public void setTitle(LivingEntity entity,
        +                     java.lang.String title)
        +
      • +
      + + + +
        +
      • +

        addRecipe

        +
        public boolean addRecipe(Recipe recipe)
        +
      • +
      + + + +
        +
      • +

        banIP

        +
        public void banIP(java.lang.String address)
        +
      • +
      + + + +
        +
      • +

        broadcast

        +
        public int broadcast(java.lang.String message,
        +                     java.lang.String permission)
        +
      • +
      + + + +
        +
      • +

        broadcastMessage

        +
        public int broadcastMessage(java.lang.String message)
        +
      • +
      + + + +
        +
      • +

        configureDbConfig

        +
        public void configureDbConfig(ServerConfig config)
        +
      • +
      + + + +
        +
      • +

        createMap

        +
        public MapView createMap(World world)
        +
      • +
      + + + +
        +
      • +

        createWorld

        +
        public SpoutWorld createWorld(WorldCreator creator)
        +
      • +
      + + + +
        +
      • +

        dispatchCommand

        +
        public boolean dispatchCommand(CommandSender sender,
        +                               java.lang.String commandLine)
        +                        throws CommandException
        +
        +
        Throws:
        +
        CommandException
        +
        +
      • +
      + + + +
        +
      • +

        getAllowFlight

        +
        public boolean getAllowFlight()
        +
      • +
      + + + +
        +
      • +

        isHardcore

        +
        public boolean isHardcore()
        +
      • +
      + + + +
        +
      • +

        getAllowNether

        +
        public boolean getAllowNether()
        +
      • +
      + + + +
        +
      • +

        getAllowEnd

        +
        public boolean getAllowEnd()
        +
      • +
      + + + +
        +
      • +

        getBannedPlayers

        +
        public java.util.Set<OfflinePlayer> getBannedPlayers()
        +
      • +
      + + + +
        +
      • +

        getBukkitVersion

        +
        public java.lang.String getBukkitVersion()
        +
      • +
      + + + +
        +
      • +

        getCommandAliases

        +
        public java.util.Map<java.lang.String,java.lang.String[]> getCommandAliases()
        +
      • +
      + + + +
        +
      • +

        getConsoleSender

        +
        public ConsoleCommandSender getConsoleSender()
        +
      • +
      + + + +
        +
      • +

        getDefaultGameMode

        +
        public GameMode getDefaultGameMode()
        +
      • +
      + + + +
        +
      • +

        getIPBans

        +
        public java.util.Set<java.lang.String> getIPBans()
        +
      • +
      + + + +
        +
      • +

        getIp

        +
        public java.lang.String getIp()
        +
      • +
      + + + +
        +
      • +

        getLogger

        +
        public java.util.logging.Logger getLogger()
        +
      • +
      + + + +
        +
      • +

        getMap

        +
        public MapView getMap(short id)
        +
      • +
      + + + +
        +
      • +

        getMaxPlayers

        +
        public int getMaxPlayers()
        +
      • +
      + + + +
        +
      • +

        getName

        +
        public java.lang.String getName()
        +
      • +
      + + + +
        +
      • +

        getOfflinePlayer

        +
        public OfflinePlayer getOfflinePlayer(java.lang.String name)
        +
      • +
      + + + +
        +
      • +

        getOnlineMode

        +
        public boolean getOnlineMode()
        +
      • +
      + + + +
        +
      • +

        getOnlinePlayers

        +
        public SpoutPlayer[] getOnlinePlayers()
        +
      • +
      + + + +
        +
      • +

        getOperators

        +
        public java.util.Set<OfflinePlayer> getOperators()
        +
      • +
      + + + +
        +
      • +

        getPlayer

        +
        public SpoutPlayer getPlayer(java.lang.String name)
        +
      • +
      + + + +
        +
      • +

        getPlayerExact

        +
        public SpoutPlayer getPlayerExact(java.lang.String name)
        +
      • +
      + + + +
        +
      • +

        getPluginCommand

        +
        public PluginCommand getPluginCommand(java.lang.String name)
        +
      • +
      + + + +
        +
      • +

        getPluginManager

        +
        public PluginManager getPluginManager()
        +
      • +
      + + + +
        +
      • +

        getPort

        +
        public int getPort()
        +
      • +
      + + + +
        +
      • +

        getScheduler

        +
        public BukkitScheduler getScheduler()
        +
      • +
      + + + +
        +
      • +

        getServerId

        +
        public java.lang.String getServerId()
        +
      • +
      + + + +
        +
      • +

        getWorldType

        +
        public java.lang.String getWorldType()
        +
      • +
      + + + +
        +
      • +

        getGenerateStructures

        +
        public boolean getGenerateStructures()
        +
      • +
      + + + +
        +
      • +

        getServerName

        +
        public java.lang.String getServerName()
        +
      • +
      + + + +
        +
      • +

        getServicesManager

        +
        public ServicesManager getServicesManager()
        +
      • +
      + + + +
        +
      • +

        getSpawnRadius

        +
        public int getSpawnRadius()
        +
      • +
      + + + +
        +
      • +

        getUpdateFolder

        +
        public java.lang.String getUpdateFolder()
        +
      • +
      + + + +
        +
      • +

        getUpdateFolderFile

        +
        public java.io.File getUpdateFolderFile()
        +
      • +
      + + + +
        +
      • +

        getConnectionThrottle

        +
        public long getConnectionThrottle()
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        public java.lang.String getVersion()
        +
      • +
      + + + +
        +
      • +

        getViewDistance

        +
        public int getViewDistance()
        +
      • +
      + + + +
        +
      • +

        getWhitelistedPlayers

        +
        public java.util.Set<OfflinePlayer> getWhitelistedPlayers()
        +
      • +
      + + + +
        +
      • +

        getWorld

        +
        public SpoutWorld getWorld(java.lang.String name)
        +
      • +
      + + + +
        +
      • +

        getWorld

        +
        public SpoutWorld getWorld(java.util.UUID uid)
        +
      • +
      + + + +
        +
      • +

        getWorlds

        +
        public java.util.List<World> getWorlds()
        +
      • +
      + + + +
        +
      • +

        getSpoutWorlds

        +
        public java.util.List<SpoutWorld> getSpoutWorlds()
        +
      • +
      + + + +
        +
      • +

        hasWhitelist

        +
        public boolean hasWhitelist()
        +
      • +
      + + + +
        +
      • +

        matchPlayer

        +
        public java.util.List<Player> matchPlayer(java.lang.String name)
        +
      • +
      + + + +
        +
      • +

        reload

        +
        public void reload()
        +
      • +
      + + + +
        +
      • +

        reloadWhitelist

        +
        public void reloadWhitelist()
        +
      • +
      + + + +
        +
      • +

        savePlayers

        +
        public void savePlayers()
        +
      • +
      + + + +
        +
      • +

        setDefaultGameMode

        +
        public void setDefaultGameMode(GameMode mode)
        +
      • +
      + + + +
        +
      • +

        setSpawnRadius

        +
        public void setSpawnRadius(int value)
        +
      • +
      + + + +
        +
      • +

        setWhitelist

        +
        public void setWhitelist(boolean value)
        +
      • +
      + + + +
        +
      • +

        shutdown

        +
        public void shutdown()
        +
      • +
      + + + +
        +
      • +

        unbanIP

        +
        public void unbanIP(java.lang.String address)
        +
      • +
      + + + +
        +
      • +

        unloadWorld

        +
        public boolean unloadWorld(java.lang.String name,
        +                           boolean save)
        +
      • +
      + + + +
        +
      • +

        unloadWorld

        +
        public boolean unloadWorld(World world,
        +                           boolean save)
        +
      • +
      + + + +
        +
      • +

        getWorldContainer

        +
        public java.io.File getWorldContainer()
        +
      • +
      + + + +
        +
      • +

        getOfflinePlayers

        +
        public OfflinePlayer[] getOfflinePlayers()
        +
      • +
      + + + +
        +
      • +

        getListeningPluginChannels

        +
        public java.util.Set<java.lang.String> getListeningPluginChannels()
        +
      • +
      + + + +
        +
      • +

        sendPluginMessage

        +
        public void sendPluginMessage(Plugin arg0,
        +                              java.lang.String arg1,
        +                              byte[] arg2)
        +
      • +
      + + + +
        +
      • +

        getMessenger

        +
        public Messenger getMessenger()
        +
      • +
      + + + +
        +
      • +

        useExactLoginLocation

        +
        public boolean useExactLoginLocation()
        +
      • +
      + + + +
        +
      • +

        getTicksPerAnimalSpawns

        +
        public int getTicksPerAnimalSpawns()
        +
      • +
      + + + +
        +
      • +

        getTicksPerMonsterSpawns

        +
        public int getTicksPerMonsterSpawns()
        +
      • +
      + + + +
        +
      • +

        getRecipesFor

        +
        public java.util.List<Recipe> getRecipesFor(ItemStack is)
        +
      • +
      + + + +
        +
      • +

        recipeIterator

        +
        public java.util.Iterator<Recipe> recipeIterator()
        +
      • +
      + + + +
        +
      • +

        clearRecipes

        +
        public void clearRecipes()
        +
      • +
      + + + +
        +
      • +

        resetRecipes

        +
        public void resetRecipes()
        +
      • +
      + + + +
        +
      • +

        createInventory

        +
        public Inventory createInventory(InventoryHolder owner,
        +                                 InventoryType type)
        +
      • +
      + + + +
        +
      • +

        createInventory

        +
        public Inventory createInventory(InventoryHolder owner,
        +                                 int size)
        +
      • +
      + + + +
        +
      • +

        createInventory

        +
        public Inventory createInventory(InventoryHolder owner,
        +                                 int size,
        +                                 java.lang.String title)
        +
      • +
      + + + +
        +
      • +

        getMonsterSpawnLimit

        +
        public int getMonsterSpawnLimit()
        +
      • +
      + + + +
        +
      • +

        getAnimalSpawnLimit

        +
        public int getAnimalSpawnLimit()
        +
      • +
      + + + +
        +
      • +

        getWaterAnimalSpawnLimit

        +
        public int getWaterAnimalSpawnLimit()
        +
      • +
      + + + +
        +
      • +

        getAmbientSpawnLimit

        +
        public int getAmbientSpawnLimit()
        +
      • +
      + + + +
        +
      • +

        getHelpMap

        +
        public HelpMap getHelpMap()
        +
      • +
      + + + +
        +
      • +

        isPrimaryThread

        +
        public boolean isPrimaryThread()
        +
      • +
      + + + +
        +
      • +

        getMotd

        +
        public java.lang.String getMotd()
        +
      • +
      + + + +
        +
      • +

        getShutdownMessage

        +
        public java.lang.String getShutdownMessage()
        +
      • +
      + + + +
        +
      • +

        getWarningState

        +
        public WarningState getWarningState()
        +
      • +
      + + + +
        +
      • +

        getItemFactory

        +
        public ItemFactory getItemFactory()
        +
      • +
      + + + +
        +
      • +

        getScoreboardManager

        +
        public ScoreboardManager getScoreboardManager()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/SpoutWorld.html b/generated/1.5.2/org/getspout/spoutapi/SpoutWorld.html new file mode 100644 index 0000000..1cf4a90 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/SpoutWorld.html @@ -0,0 +1,2159 @@ + + + + + +SpoutWorld (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi
+

Class SpoutWorld

+
+
+ +
+
    +
  • +
    +
    +
    public class SpoutWorld
    +extends java.lang.Object
    +
    A proxy class providing easy to use Spout objects from the World + interface.
    +
    + Not meant for long term storage. If you need to store this, store the UUID to + the world.
    +
    + Note: Object.equals(Object) will NOT work. Compare World UUIDs instead!
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        SpoutWorld

        +
        public SpoutWorld(World world)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createExplosion

        +
        public boolean createExplosion(Location loc,
        +                               float power)
        +
      • +
      + + + +
        +
      • +

        createExplosion

        +
        public boolean createExplosion(Location loc,
        +                               float power,
        +                               boolean setFire)
        +
      • +
      + + + +
        +
      • +

        createExplosion

        +
        public boolean createExplosion(double x,
        +                               double y,
        +                               double z,
        +                               float power)
        +
      • +
      + + + +
        +
      • +

        createExplosion

        +
        public boolean createExplosion(double x,
        +                               double y,
        +                               double z,
        +                               float power,
        +                               boolean setFire)
        +
      • +
      + + + +
        +
      • +

        createExplosion

        +
        public boolean createExplosion(double v,
        +                               double v2,
        +                               double v3,
        +                               float v4,
        +                               boolean b,
        +                               boolean b2)
        +
      • +
      + + + +
        +
      • +

        dropItem

        +
        public Item dropItem(Location location,
        +                     ItemStack item)
        +
      • +
      + + + +
        +
      • +

        dropItemNaturally

        +
        public Item dropItemNaturally(Location location,
        +                              ItemStack item)
        +
      • +
      + + + +
        +
      • +

        generateTree

        +
        public boolean generateTree(Location location,
        +                            TreeType type)
        +
      • +
      + + + +
        +
      • +

        generateTree

        +
        public boolean generateTree(Location loc,
        +                            TreeType type,
        +                            BlockChangeDelegate delegate)
        +
      • +
      + + + +
        +
      • +

        getAllowAnimals

        +
        public boolean getAllowAnimals()
        +
      • +
      + + + +
        +
      • +

        getAllowMonsters

        +
        public boolean getAllowMonsters()
        +
      • +
      + + + +
        +
      • +

        getBiome

        +
        public Biome getBiome(int x,
        +                      int z)
        +
      • +
      + + + +
        +
      • +

        setBiome

        +
        public void setBiome(int x,
        +                     int z,
        +                     Biome biome)
        +
      • +
      + + + +
        +
      • +

        getBlockAt

        +
        public SpoutBlock getBlockAt(Location location)
        +
      • +
      + + + +
        +
      • +

        getBlockAt

        +
        public SpoutBlock getBlockAt(int x,
        +                             int y,
        +                             int z)
        +
      • +
      + + + +
        +
      • +

        getBlockTypeIdAt

        +
        public int getBlockTypeIdAt(Location location)
        +
      • +
      + + + +
        +
      • +

        getBlockTypeIdAt

        +
        public int getBlockTypeIdAt(int x,
        +                            int y,
        +                            int z)
        +
      • +
      + + + +
        +
      • +

        getChunkAt

        +
        public SpoutChunk getChunkAt(Location location)
        +
      • +
      + + + +
        +
      • +

        getChunkAt

        +
        public SpoutChunk getChunkAt(Block block)
        +
      • +
      + + + +
        +
      • +

        getChunkAt

        +
        public SpoutChunk getChunkAt(int x,
        +                             int y,
        +                             int z)
        +
      • +
      + + + +
        +
      • +

        getChunkAt

        +
        public SpoutChunk getChunkAt(int x,
        +                             int z)
        +
      • +
      + + + +
        +
      • +

        getDifficulty

        +
        public Difficulty getDifficulty()
        +
      • +
      + + + +
        +
      • +

        getEmptyChunkSnapshot

        +
        public ChunkSnapshot getEmptyChunkSnapshot(int x,
        +                                           int z,
        +                                           boolean includeBiome,
        +                                           boolean includeBiomeTempRain)
        +
      • +
      + + + +
        +
      • +

        getEntities

        +
        public java.util.List<Entity> getEntities()
        +
      • +
      + + + +
        +
      • +

        getEnvironment

        +
        public World.Environment getEnvironment()
        +
      • +
      + + + +
        +
      • +

        getFullTime

        +
        public long getFullTime()
        +
      • +
      + + + +
        +
      • +

        getGenerator

        +
        public ChunkGenerator getGenerator()
        +
      • +
      + + + +
        +
      • +

        getHighestBlockAt

        +
        public SpoutBlock getHighestBlockAt(Location location)
        +
      • +
      + + + +
        +
      • +

        getHighestBlockAt

        +
        public SpoutBlock getHighestBlockAt(int x,
        +                                    int z)
        +
      • +
      + + + +
        +
      • +

        getHighestBlockYAt

        +
        public int getHighestBlockYAt(Location location)
        +
      • +
      + + + +
        +
      • +

        getHighestBlockYAt

        +
        public int getHighestBlockYAt(int x,
        +                              int z)
        +
      • +
      + + + +
        +
      • +

        getHumidity

        +
        public double getHumidity(int x,
        +                          int z)
        +
      • +
      + + + +
        +
      • +

        getKeepSpawnInMemory

        +
        public boolean getKeepSpawnInMemory()
        +
      • +
      + + + +
        +
      • +

        getLivingEntities

        +
        public java.util.List<LivingEntity> getLivingEntities()
        +
      • +
      + + + +
        +
      • +

        getLoadedChunks

        +
        public SpoutChunk[] getLoadedChunks()
        +
      • +
      + + + +
        +
      • +

        getMaxHeight

        +
        public int getMaxHeight()
        +
      • +
      + + + +
        +
      • +

        getXBitShifts

        +
        public int getXBitShifts()
        +
      • +
      + + + +
        +
      • +

        getZBitShifts

        +
        public int getZBitShifts()
        +
      • +
      + + + +
        +
      • +

        getName

        +
        public java.lang.String getName()
        +
      • +
      + + + +
        +
      • +

        getPVP

        +
        public boolean getPVP()
        +
      • +
      + + + +
        +
      • +

        getPlayers

        +
        public java.util.List<Player> getPlayers()
        +
      • +
      + + + +
        +
      • +

        getPopulators

        +
        public java.util.List<BlockPopulator> getPopulators()
        +
      • +
      + + + +
        +
      • +

        getSeaLevel

        +
        public int getSeaLevel()
        +
      • +
      + + + +
        +
      • +

        getSeed

        +
        public long getSeed()
        +
      • +
      + + + +
        +
      • +

        getSpawnLocation

        +
        public Location getSpawnLocation()
        +
      • +
      + + + +
        +
      • +

        getTemperature

        +
        public double getTemperature(int x,
        +                             int z)
        +
      • +
      + + + +
        +
      • +

        getThunderDuration

        +
        public int getThunderDuration()
        +
      • +
      + + + +
        +
      • +

        getTime

        +
        public long getTime()
        +
      • +
      + + + +
        +
      • +

        getUID

        +
        public java.util.UUID getUID()
        +
      • +
      + + + +
        +
      • +

        getWeatherDuration

        +
        public int getWeatherDuration()
        +
      • +
      + + + +
        +
      • +

        hasStorm

        +
        public boolean hasStorm()
        +
      • +
      + + + +
        +
      • +

        isAutoSave

        +
        public boolean isAutoSave()
        +
      • +
      + + + +
        +
      • +

        isChunkLoaded

        +
        public boolean isChunkLoaded(Chunk chunk)
        +
      • +
      + + + +
        +
      • +

        isChunkLoaded

        +
        public boolean isChunkLoaded(int x,
        +                             int z)
        +
      • +
      + + + +
        +
      • +

        isChunkInUse

        +
        public boolean isChunkInUse(int i,
        +                            int i1)
        +
      • +
      + + + +
        +
      • +

        isThundering

        +
        public boolean isThundering()
        +
      • +
      + + + +
        +
      • +

        loadChunk

        +
        public void loadChunk(Chunk chunk)
        +
      • +
      + + + +
        +
      • +

        loadChunk

        +
        public void loadChunk(int x,
        +                      int z)
        +
      • +
      + + + +
        +
      • +

        loadChunk

        +
        public boolean loadChunk(int x,
        +                         int z,
        +                         boolean generate)
        +
      • +
      + + + +
        +
      • +

        playEffect

        +
        public void playEffect(Location location,
        +                       Effect effect,
        +                       int data)
        +
      • +
      + + + +
        +
      • +

        playEffect

        +
        public void playEffect(Location location,
        +                       Effect effect,
        +                       int data,
        +                       int radius)
        +
      • +
      + + + + + +
        +
      • +

        playEffect

        +
        public <T> void playEffect(Location location,
        +                           Effect effect,
        +                           T data)
        +
      • +
      + + + + + +
        +
      • +

        playEffect

        +
        public <T> void playEffect(Location location,
        +                           Effect effect,
        +                           T data,
        +                           int radius)
        +
      • +
      + + + +
        +
      • +

        refreshChunk

        +
        public boolean refreshChunk(int x,
        +                            int z)
        +
      • +
      + + + +
        +
      • +

        regenerateChunk

        +
        public boolean regenerateChunk(int x,
        +                               int z)
        +
      • +
      + + + +
        +
      • +

        save

        +
        public void save()
        +
      • +
      + + + +
        +
      • +

        setAutoSave

        +
        public void setAutoSave(boolean value)
        +
      • +
      + + + +
        +
      • +

        setDifficulty

        +
        public void setDifficulty(Difficulty difficulty)
        +
      • +
      + + + +
        +
      • +

        setFullTime

        +
        public void setFullTime(long time)
        +
      • +
      + + + +
        +
      • +

        setKeepSpawnInMemory

        +
        public void setKeepSpawnInMemory(boolean keepLoaded)
        +
      • +
      + + + +
        +
      • +

        setPVP

        +
        public void setPVP(boolean pvp)
        +
      • +
      + + + +
        +
      • +

        setSpawnFlags

        +
        public void setSpawnFlags(boolean allowMonsters,
        +                          boolean allowAnimals)
        +
      • +
      + + + +
        +
      • +

        setSpawnLocation

        +
        public boolean setSpawnLocation(int x,
        +                                int y,
        +                                int z)
        +
      • +
      + + + +
        +
      • +

        setStorm

        +
        public void setStorm(boolean hasStorm)
        +
      • +
      + + + +
        +
      • +

        setThunderDuration

        +
        public void setThunderDuration(int duration)
        +
      • +
      + + + +
        +
      • +

        setThundering

        +
        public void setThundering(boolean thundering)
        +
      • +
      + + + +
        +
      • +

        setTime

        +
        public void setTime(long time)
        +
      • +
      + + + +
        +
      • +

        setWeatherDuration

        +
        public void setWeatherDuration(int duration)
        +
      • +
      + + + +
        +
      • +

        spawn

        +
        public <T extends Entity> T spawn(Location location,
        +                                  java.lang.Class<T> clazz)
        +                           throws java.lang.IllegalArgumentException
        +
        +
        Throws:
        +
        java.lang.IllegalArgumentException
        +
        +
      • +
      + + + +
        +
      • +

        spawnFallingBlock

        +
        public FallingBlock spawnFallingBlock(Location location,
        +                                      Material material,
        +                                      byte b)
        +                               throws java.lang.IllegalArgumentException
        +
        +
        Throws:
        +
        java.lang.IllegalArgumentException
        +
        +
      • +
      + + + +
        +
      • +

        spawnFallingBlock

        +
        public FallingBlock spawnFallingBlock(Location location,
        +                                      int i,
        +                                      byte b)
        +                               throws java.lang.IllegalArgumentException
        +
        +
        Throws:
        +
        java.lang.IllegalArgumentException
        +
        +
      • +
      + + + +
        +
      • +

        spawnEntity

        +
        public Entity spawnEntity(Location location,
        +                          EntityType entityType)
        +
      • +
      + + + +
        +
      • +

        spawnArrow

        +
        public Arrow spawnArrow(Location location,
        +                        Vector velocity,
        +                        float speed,
        +                        float spread)
        +
      • +
      + + + +
        +
      • +

        spawnCreature

        +
        public LivingEntity spawnCreature(Location loc,
        +                                  CreatureType type)
        +
      • +
      + + + +
        +
      • +

        strikeLightning

        +
        public LightningStrike strikeLightning(Location loc)
        +
      • +
      + + + +
        +
      • +

        strikeLightningEffect

        +
        public LightningStrike strikeLightningEffect(Location loc)
        +
      • +
      + + + +
        +
      • +

        unloadChunk

        +
        public boolean unloadChunk(Chunk chunk)
        +
      • +
      + + + +
        +
      • +

        unloadChunk

        +
        public boolean unloadChunk(int x,
        +                           int z)
        +
      • +
      + + + +
        +
      • +

        unloadChunk

        +
        public boolean unloadChunk(int x,
        +                           int z,
        +                           boolean save)
        +
      • +
      + + + +
        +
      • +

        unloadChunk

        +
        public boolean unloadChunk(int x,
        +                           int z,
        +                           boolean save,
        +                           boolean safe)
        +
      • +
      + + + +
        +
      • +

        unloadChunkRequest

        +
        public boolean unloadChunkRequest(int x,
        +                                  int z)
        +
      • +
      + + + +
        +
      • +

        unloadChunkRequest

        +
        public boolean unloadChunkRequest(int x,
        +                                  int z,
        +                                  boolean safe)
        +
      • +
      + + + +
        +
      • +

        hashCode

        +
        public int hashCode()
        +
        +
        Overrides:
        +
        hashCode in class java.lang.Object
        +
        +
      • +
      + + + +
        +
      • +

        getWorldFolder

        +
        public java.io.File getWorldFolder()
        +
      • +
      + + + +
        +
      • +

        getListeningPluginChannels

        +
        public java.util.Set<java.lang.String> getListeningPluginChannels()
        +
      • +
      + + + +
        +
      • +

        sendPluginMessage

        +
        public void sendPluginMessage(Plugin arg0,
        +                              java.lang.String arg1,
        +                              byte[] arg2)
        +
      • +
      + + + +
        +
      • +

        getWorldType

        +
        public WorldType getWorldType()
        +
      • +
      + + + +
        +
      • +

        getEntitiesByClass

        +
        public <T extends Entity> java.util.Collection<T> getEntitiesByClass(java.lang.Class<T>... classes)
        +
      • +
      + + + +
        +
      • +

        canGenerateStructures

        +
        public boolean canGenerateStructures()
        +
      • +
      + + + +
        +
      • +

        getEntitiesByClass

        +
        public <T extends Entity> java.util.Collection<T> getEntitiesByClass(java.lang.Class<T> type)
        +
      • +
      + + + +
        +
      • +

        getEntitiesByClasses

        +
        public java.util.Collection<Entity> getEntitiesByClasses(java.lang.Class<?>... types)
        +
      • +
      + + + +
        +
      • +

        getTicksPerAnimalSpawns

        +
        public long getTicksPerAnimalSpawns()
        +
      • +
      + + + +
        +
      • +

        setTicksPerAnimalSpawns

        +
        public void setTicksPerAnimalSpawns(int i)
        +
      • +
      + + + +
        +
      • +

        getTicksPerMonsterSpawns

        +
        public long getTicksPerMonsterSpawns()
        +
      • +
      + + + +
        +
      • +

        setTicksPerMonsterSpawns

        +
        public void setTicksPerMonsterSpawns(int i)
        +
      • +
      + + + +
        +
      • +

        getMonsterSpawnLimit

        +
        public int getMonsterSpawnLimit()
        +
      • +
      + + + +
        +
      • +

        setMonsterSpawnLimit

        +
        public void setMonsterSpawnLimit(int i)
        +
      • +
      + + + +
        +
      • +

        getAnimalSpawnLimit

        +
        public int getAnimalSpawnLimit()
        +
      • +
      + + + +
        +
      • +

        setAnimalSpawnLimit

        +
        public void setAnimalSpawnLimit(int i)
        +
      • +
      + + + +
        +
      • +

        getWaterAnimalSpawnLimit

        +
        public int getWaterAnimalSpawnLimit()
        +
      • +
      + + + +
        +
      • +

        setWaterAnimalSpawnLimit

        +
        public void setWaterAnimalSpawnLimit(int i)
        +
      • +
      + + + +
        +
      • +

        getAmbientSpawnLimit

        +
        public int getAmbientSpawnLimit()
        +
      • +
      + + + +
        +
      • +

        setAmbientSpawnLimit

        +
        public void setAmbientSpawnLimit(int i)
        +
      • +
      + + + +
        +
      • +

        playSound

        +
        public void playSound(Location location,
        +                      Sound sound,
        +                      float v,
        +                      float v1)
        +
      • +
      + + + +
        +
      • +

        getGameRules

        +
        public java.lang.String[] getGameRules()
        +
      • +
      + + + +
        +
      • +

        getGameRuleValue

        +
        public java.lang.String getGameRuleValue(java.lang.String s)
        +
      • +
      + + + +
        +
      • +

        setGameRuleValue

        +
        public boolean setGameRuleValue(java.lang.String s,
        +                                java.lang.String s1)
        +
      • +
      + + + +
        +
      • +

        isGameRule

        +
        public boolean isGameRule(java.lang.String s)
        +
      • +
      + + + +
        +
      • +

        spawnCreature

        +
        public LivingEntity spawnCreature(Location arg0,
        +                                  EntityType arg1)
        +
      • +
      + + + +
        +
      • +

        setMetadata

        +
        public void setMetadata(java.lang.String metadataKey,
        +                        MetadataValue newMetadataValue)
        +
      • +
      + + + +
        +
      • +

        getMetadata

        +
        public java.util.List<MetadataValue> getMetadata(java.lang.String metadataKey)
        +
      • +
      + + + +
        +
      • +

        hasMetadata

        +
        public boolean hasMetadata(java.lang.String metadataKey)
        +
      • +
      + + + +
        +
      • +

        removeMetadata

        +
        public void removeMetadata(java.lang.String metadataKey,
        +                           Plugin owningPlugin)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/WorldManager.html b/generated/1.5.2/org/getspout/spoutapi/WorldManager.html new file mode 100644 index 0000000..68f08ac --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/WorldManager.html @@ -0,0 +1,257 @@ + + + + + +WorldManager (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi
+

Interface WorldManager

+
+
+
+
    +
  • +
    +
    +
    public interface WorldManager
    +
    Internal use only. +

    + Bypass Bukkit's lack of decent API.

    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getWorldHeightBits

        +
        int getWorldHeightBits(World world)
        +
      • +
      + + + +
        +
      • +

        getWorldXShiftBits

        +
        int getWorldXShiftBits(World world)
        +
      • +
      + + + +
        +
      • +

        getWorldZShiftBits

        +
        int getWorldZShiftBits(World world)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/block/SpoutBlock.html b/generated/1.5.2/org/getspout/spoutapi/block/SpoutBlock.html new file mode 100644 index 0000000..8bf6268 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/block/SpoutBlock.html @@ -0,0 +1,745 @@ + + + + + +SpoutBlock (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.block
+

Interface SpoutBlock

+
+
+
+
    +
  • +
    +
    +
    public interface SpoutBlock
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        setTypeAsync

        +
        @Deprecated
        +void setTypeAsync(Material type)
        +
        Deprecated. 
        +
        Sets the block type safely, appearing instantly and seamlessly to all players + Can be used on main thread, but recommended for async threads
        +
        +
        Parameters:
        +
        type - to set the block to
        +
        +
      • +
      + + + +
        +
      • +

        setTypeIdAsync

        +
        @Deprecated
        +void setTypeIdAsync(int type)
        +
        Deprecated. 
        +
        Sets the block type id safely, appearing instantly and seamlessly to all players + Can be used on main thread, but recommended for async threads
        +
        +
        Parameters:
        +
        type - id to set the block to
        +
        +
      • +
      + + + +
        +
      • +

        setDataAsync

        +
        @Deprecated
        +void setDataAsync(byte data)
        +
        Deprecated. 
        +
        Sets the block data safely, appearing instantly and seamlessly to all players + Can be used on main thread, but recommended for async threads
        +
        +
        Parameters:
        +
        data - to set the block to
        +
        +
      • +
      + + + +
        +
      • +

        setTypeIdAndDataAsync

        +
        @Deprecated
        +void setTypeIdAndDataAsync(int type,
        +                                        byte data)
        +
        Deprecated. 
        +
        Sets the block type id and data safely, appearing instantly and seamlessly to all players + Can be used on main thread, but recommended for async threads
        +
        +
        Parameters:
        +
        type - to set the block to
        +
        data - to set the block to
        +
        +
      • +
      + + + +
        +
      • +

        setCustomBlock

        +
        void setCustomBlock(CustomBlock block)
        +
        Overrides the block to be the customBlock +

        + This can be used to set custom blocks at the location.

        +
        +
        Parameters:
        +
        customBlock - the custom block to use instead of the block, or removes it if null
        +
        +
      • +
      + + + +
        +
      • +

        setData

        +
        java.io.Serializable setData(java.lang.String id,
        +                             java.io.Serializable data)
        +
        Sets block data for the block at (x, y, z) and a given id. +

        + Setting data for unloaded chunks has an undefined effect.

        +
        +
        Parameters:
        +
        id - the id used to retrieve the data
        +
        data - the data to be stored
        +
        Returns:
        +
        the old data for that block using that string
        +
        +
      • +
      + + + +
        +
      • +

        getData

        +
        java.io.Serializable getData(java.lang.String id)
        +
        Returns the block data for the block at (x, y, z) and a given id. +

        + Retrieving data for unloaded chunks is undefined.

        +
        +
        Parameters:
        +
        id - the id used to retrieve the data
        +
        Returns:
        +
        the old data for that block using that string
        +
        +
      • +
      + + + +
        +
      • +

        removeData

        +
        java.io.Serializable removeData(java.lang.String id)
        +
        Removes and returns the block data for the block at (x, y, z) and a given id. +

        + Deleting data for unloaded chunks has an undefined effect.

        +
        +
        Parameters:
        +
        id - the id used to retrieve the data
        +
        Returns:
        +
        the old data for that block using that string
        +
        +
      • +
      + + + +
        +
      • +

        getName

        +
        @Deprecated
        +java.lang.String getName()
        +
        Deprecated. 
        +
        Gets the name of this block +

        + Ex dirt block returns "Dirt".

        +
        +
        Returns:
        +
        block name
        +
        +
      • +
      + + + +
        +
      • +

        setBlockPowered

        +
        @Deprecated
        +void setBlockPowered(boolean power)
        +
        Deprecated. 
        +
        Sets the power state of this block, overriding the default power state. +

        + This will override the default power state. + Unpowering this location will prevent normal redstone sources from working, powering it will allow for non-redstone sources to generate a power current. +

        + Note: The new power state will remain even if the underlying block type changes!

        +
        +
        Parameters:
        +
        power - to set
        +
        +
      • +
      + + + +
        +
      • +

        setBlockPowered

        +
        @Deprecated
        +void setBlockPowered(boolean power,
        +                                  BlockFace face)
        +
        Deprecated. 
        +
        Sets the power state of the block face of this block, overriding the default power state. +

        + Valid block faces are null (entire block), EAST, WEST, NORTH, SOUTH, UP, DOWN. Non-valid states will throw an exception. +

        + This will override the default power state of this blockface. + Unpowering this location will prevent normal redstone sources from working, powering it will allow for non-redstone sources to generate a power current. +

        + Note: The new power state will remain even if the underlying block type changes!

        +
        +
        Parameters:
        +
        power - to set
        +
        face - to affect
        +
        +
      • +
      + + + +
        +
      • +

        resetBlockPower

        +
        @Deprecated
        +void resetBlockPower()
        +
        Deprecated. 
        +
        Resets the block back to the minecraft standard rules for power.
        +
      • +
      + + + +
        +
      • +

        getBlockType

        +
        Block getBlockType()
        +
        Gets the relevant block information. Allows manipulation of the base features of each type of block.
        +
        +
        Returns:
        +
        block type
        +
        +
      • +
      + + + +
        +
      • +

        toItemStack

        +
        @Deprecated
        +SpoutItemStack toItemStack()
        +
        Deprecated. 
        +
        Returns an item stack with 1 of this block inside of it.
        +
        +
        Returns:
        +
        itemstack
        +
        +
      • +
      + + + +
        +
      • +

        toItemStack

        +
        @Deprecated
        +SpoutItemStack toItemStack(int amount)
        +
        Deprecated. 
        +
        Returns an item stack with the given amount of this block inside it.
        +
        +
        Parameters:
        +
        amount - to create
        +
        Returns:
        +
        itemstack
        +
        +
      • +
      + + + +
        +
      • +

        getRelative

        +
        SpoutBlock getRelative(int modX,
        +                       int modY,
        +                       int modZ)
        +
      • +
      + + + +
        +
      • +

        getRelative

        +
        SpoutBlock getRelative(BlockFace face)
        +
      • +
      + + + + + + + +
        +
      • +

        getCustomBlockId

        +
        @Deprecated
        +short getCustomBlockId()
        +
        Deprecated. 
        +
        Gets the custom block ID associated with this SpoutBlock if it exists, or 0 if not
        +
        +
        Returns:
        +
        blockId
        +
        +
      • +
      + + + +
        +
      • +

        isCustomBlock

        +
        @Deprecated
        +boolean isCustomBlock()
        +
        Deprecated. 
        +
        Checks if the SpoutBlock has a custom material data or not
        +
        +
        Returns:
        +
        true if block is custom
        +
        +
      • +
      + + + +
        +
      • +

        removeCustomBlockData

        +
        @Deprecated
        +void removeCustomBlockData()
        +
        Deprecated. 
        +
        Removes the custom material data associated with this SpoutBlock
        +
      • +
      + + + +
        +
      • +

        getCustomBlock

        +
        CustomBlock getCustomBlock()
        +
        Gets the custom block material associated with this SpoutBlock
        +
        +
        Returns:
        +
        custom block material
        +
        +
      • +
      + + + +
        +
      • +

        getCustomBlockData

        +
        byte getCustomBlockData()
        +
      • +
      + + + +
        +
      • +

        setCustomBlockData

        +
        void setCustomBlockData(byte dat)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/block/SpoutChest.html b/generated/1.5.2/org/getspout/spoutapi/block/SpoutChest.html new file mode 100644 index 0000000..4289746 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/block/SpoutChest.html @@ -0,0 +1,333 @@ + + + + + +SpoutChest (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.block
+

Interface SpoutChest

+
+
+
+
    +
  • +
    +
    Deprecated.
    +
    +
    @Deprecated
    +public interface SpoutChest
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and TypeMethod and Description
      DoubleChestInventorygetFullInventory() +
      Deprecated. 
      +
      Gets the full double inventory of the double chest, or null if a single chest
      +
      InventorygetInventory() +
      Deprecated. 
      +
      Gets the inventory for this single chest block
      +
      InventorygetLargestInventory() +
      Deprecated. 
      +
      Gets the largest possible inventory associated with this block + If this block is part of a double chest, it will return the double inventory + otherwise it will return the single inventory for this chest block
      +
      SpoutChestgetOtherSide() +
      Deprecated. 
      +
      Gets the other side of the larger double chest, if a double chest, or null if it is a single chest
      +
      booleanisDoubleChest() +
      Deprecated. 
      +
      Is true if the chest is part of a larger double chest
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        isDoubleChest

        +
        boolean isDoubleChest()
        +
        Deprecated. 
        +
        Is true if the chest is part of a larger double chest
        +
        +
        Returns:
        +
        true if is double chest
        +
        +
      • +
      + + + +
        +
      • +

        getOtherSide

        +
        SpoutChest getOtherSide()
        +
        Deprecated. 
        +
        Gets the other side of the larger double chest, if a double chest, or null if it is a single chest
        +
        +
        Returns:
        +
        other chest
        +
        +
      • +
      + + + +
        +
      • +

        getFullInventory

        +
        DoubleChestInventory getFullInventory()
        +
        Deprecated. 
        +
        Gets the full double inventory of the double chest, or null if a single chest
        +
        +
        Returns:
        +
        full inventory
        +
        +
      • +
      + + + +
        +
      • +

        getLargestInventory

        +
        Inventory getLargestInventory()
        +
        Deprecated. 
        +
        Gets the largest possible inventory associated with this block + If this block is part of a double chest, it will return the double inventory + otherwise it will return the single inventory for this chest block
        +
        +
        Returns:
        +
        largest inventory
        +
        +
      • +
      + + + +
        +
      • +

        getInventory

        +
        Inventory getInventory()
        +
        Deprecated. 
        +
        Gets the inventory for this single chest block
        +
        +
        Returns:
        +
        inventory
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/block/SpoutChunk.html b/generated/1.5.2/org/getspout/spoutapi/block/SpoutChunk.html new file mode 100644 index 0000000..d7aed57 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/block/SpoutChunk.html @@ -0,0 +1,520 @@ + + + + + +SpoutChunk (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.block
+

Interface SpoutChunk

+
+
+
+
    +
  • +
    +
    +
    public interface SpoutChunk
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Abstract Methods 
      Modifier and TypeMethod and Description
      byte[]getCustomBlockData() 
      bytegetCustomBlockData(int x, + int y, + int z) 
      shortgetCustomBlockId(int x, + int y, + int z) +
      Gets the custom block id at this x, y, z location.
      +
      short[]getCustomBlockIds() +
      Gets the custom block ids that are used for the chunk at (x, z).
      +
      java.io.SerializablegetData(java.lang.String id) +
      Returns the chunk data for the chunk at (x, z) and a given id.
      +
      java.io.SerializableremoveData(java.lang.String id) +
      Removes and returns the chunk data for the chunk at (x, z) and a given id.
      +
      CustomBlocksetCustomBlock(int x, + int y, + int z, + CustomBlock block) +
      Sets the custom block at this x, y, z location
      +
      CustomBlocksetCustomBlock(int x, + int y, + int z, + CustomBlock block, + byte data) 
      voidsetCustomBlockData(byte[] rots) 
      bytesetCustomBlockData(int x, + int y, + int z, + byte rot) 
      shortsetCustomBlockId(int x, + int y, + int z, + short id) +
      Sets the custom block id at this x, y, z location
      +
      voidsetCustomBlockIds(short[] ids) +
      Sets the custom block ids that are used for the chunk at (x, z).
      +
      java.io.SerializablesetData(java.lang.String id, + java.io.Serializable data) +
      Sets chunk data for the chunk at (x, z) and a given id.
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        setData

        +
        java.io.Serializable setData(java.lang.String id,
        +                             java.io.Serializable data)
        +
        Sets chunk data for the chunk at (x, z) and a given id. +

        + Setting data for unloaded chunks has an undefined effect.

        +
        +
        Parameters:
        +
        id - the id used to retrieve the data
        +
        data - the data to be stored
        +
        Returns:
        +
        the old data for that block using that string
        +
        +
      • +
      + + + +
        +
      • +

        getData

        +
        java.io.Serializable getData(java.lang.String id)
        +
        Returns the chunk data for the chunk at (x, z) and a given id. +

        + Retrieving data for unloaded chunks is undefined.

        +
        +
        Parameters:
        +
        id - the id used to retrieve the data
        +
        Returns:
        +
        the old data for that block using that string
        +
        +
      • +
      + + + +
        +
      • +

        removeData

        +
        java.io.Serializable removeData(java.lang.String id)
        +
        Removes and returns the chunk data for the chunk at (x, z) and a given id. +

        + Deleting data for unloaded chunks has an undefined effect.

        +
        +
        Parameters:
        +
        id - the id used to retrieve the data
        +
        Returns:
        +
        the old data for that block using that string
        +
        +
      • +
      + + + +
        +
      • +

        getCustomBlockIds

        +
        short[] getCustomBlockIds()
        +
        Gets the custom block ids that are used for the chunk at (x, z). +

        + It may be null if there are no custom block ids. +

        + Modifying this array will change the contents of this chunk.

        +
        +
        Returns:
        +
        custom block ids
        +
        +
      • +
      + + + +
        +
      • +

        setCustomBlockIds

        +
        void setCustomBlockIds(short[] ids)
        +
        Sets the custom block ids that are used for the chunk at (x, z). +

        + This array should be 32768 in length. +

        + Modifying this array will override the contents of this chunk.

        +
        +
        Parameters:
        +
        ids - the custom block ids
        +
        +
      • +
      + + + +
        +
      • +

        getCustomBlockId

        +
        short getCustomBlockId(int x,
        +                       int y,
        +                       int z)
        +
        Gets the custom block id at this x, y, z location. +

        + If no custom block exists, it will return zero,

        +
        +
        Parameters:
        +
        x -
        +
        y -
        +
        z -
        +
        Returns:
        +
        custom block id
        +
        +
      • +
      + + + +
        +
      • +

        setCustomBlockId

        +
        short setCustomBlockId(int x,
        +                       int y,
        +                       int z,
        +                       short id)
        +
        Sets the custom block id at this x, y, z location
        +
        +
        Parameters:
        +
        x -
        +
        y -
        +
        z -
        +
        id - to set
        +
        Returns:
        +
        the previous id at the location
        +
        +
      • +
      + + + +
        +
      • +

        setCustomBlock

        +
        CustomBlock setCustomBlock(int x,
        +                           int y,
        +                           int z,
        +                           CustomBlock block)
        +
        Sets the custom block at this x, y, z location
        +
        +
        Parameters:
        +
        x -
        +
        y -
        +
        z -
        +
        custom - block to set
        +
        Returns:
        +
        the previous custom block at the location, or null if none existed.
        +
        +
      • +
      + + + +
        +
      • +

        getCustomBlockData

        +
        byte[] getCustomBlockData()
        +
      • +
      + + + +
        +
      • +

        setCustomBlockData

        +
        void setCustomBlockData(byte[] rots)
        +
      • +
      + + + +
        +
      • +

        getCustomBlockData

        +
        byte getCustomBlockData(int x,
        +                        int y,
        +                        int z)
        +
      • +
      + + + +
        +
      • +

        setCustomBlockData

        +
        byte setCustomBlockData(int x,
        +                        int y,
        +                        int z,
        +                        byte rot)
        +
      • +
      + + + +
        +
      • +

        setCustomBlock

        +
        CustomBlock setCustomBlock(int x,
        +                           int y,
        +                           int z,
        +                           CustomBlock block,
        +                           byte data)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/block/SpoutWeather.html b/generated/1.5.2/org/getspout/spoutapi/block/SpoutWeather.html new file mode 100644 index 0000000..fc252bd --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/block/SpoutWeather.html @@ -0,0 +1,390 @@ + + + + + +SpoutWeather (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.block
+

Enum SpoutWeather

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable, java.lang.Comparable<SpoutWeather>
    +
    +
    +
    Deprecated.
    +
    +
    @Deprecated
    +public enum SpoutWeather
    +extends java.lang.Enum<SpoutWeather>
    +
    Types of possible Weather
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Enum Constant Summary

      + + + + + + + + + + + + + + + + + +
      Enum Constants 
      Enum Constant and Description
      NONE +
      Deprecated. 
      RAIN +
      Deprecated. 
      RESET +
      Deprecated. 
      SNOW +
      Deprecated. 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Static Methods Concrete Methods Deprecated Methods 
      Modifier and TypeMethod and Description
      static SpoutWeathervalueOf(java.lang.String name) +
      Deprecated. 
      +
      Returns the enum constant of this type with the specified name.
      +
      static SpoutWeather[]values() +
      Deprecated. 
      +
      Returns an array containing the constants of this enum type, in +the order they are declared.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Enum

        +clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +getClass, notify, notifyAll, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        values

        +
        public static SpoutWeather[] values()
        +
        Deprecated. 
        +
        Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
        +for (SpoutWeather c : SpoutWeather.values())
        +    System.out.println(c);
        +
        +
        +
        Returns:
        +
        an array containing the constants of this enum type, in the order they are declared
        +
        +
      • +
      + + + +
        +
      • +

        valueOf

        +
        public static SpoutWeather valueOf(java.lang.String name)
        +
        Deprecated. 
        +
        Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)
        +
        +
        Parameters:
        +
        name - the name of the enum constant to be returned.
        +
        Returns:
        +
        the enum constant with the specified name
        +
        Throws:
        +
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        +
        java.lang.NullPointerException - if the argument is null
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/block/class-use/SpoutBlock.html b/generated/1.5.2/org/getspout/spoutapi/block/class-use/SpoutBlock.html new file mode 100644 index 0000000..0b12577 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/block/class-use/SpoutBlock.html @@ -0,0 +1,277 @@ + + + + + +Uses of Interface org.getspout.spoutapi.block.SpoutBlock (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Interface
org.getspout.spoutapi.block.SpoutBlock

+
+
+ +
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/block/class-use/SpoutChest.html b/generated/1.5.2/org/getspout/spoutapi/block/class-use/SpoutChest.html new file mode 100644 index 0000000..307cf7e --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/block/class-use/SpoutChest.html @@ -0,0 +1,173 @@ + + + + + +Uses of Interface org.getspout.spoutapi.block.SpoutChest (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Interface
org.getspout.spoutapi.block.SpoutChest

+
+
+ +
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/block/class-use/SpoutChunk.html b/generated/1.5.2/org/getspout/spoutapi/block/class-use/SpoutChunk.html new file mode 100644 index 0000000..6d1b504 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/block/class-use/SpoutChunk.html @@ -0,0 +1,215 @@ + + + + + +Uses of Interface org.getspout.spoutapi.block.SpoutChunk (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Interface
org.getspout.spoutapi.block.SpoutChunk

+
+
+ +
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/block/class-use/SpoutWeather.html b/generated/1.5.2/org/getspout/spoutapi/block/class-use/SpoutWeather.html new file mode 100644 index 0000000..d743157 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/block/class-use/SpoutWeather.html @@ -0,0 +1,268 @@ + + + + + +Uses of Class org.getspout.spoutapi.block.SpoutWeather (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Class
org.getspout.spoutapi.block.SpoutWeather

+
+
+ +
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/block/design/Axis.html b/generated/1.5.2/org/getspout/spoutapi/block/design/Axis.html new file mode 100644 index 0000000..7405658 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/block/design/Axis.html @@ -0,0 +1,359 @@ + + + + + +Axis (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.block.design
+

Enum Axis

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable, java.lang.Comparable<Axis>
    +
    +
    +
    +
    public enum Axis
    +extends java.lang.Enum<Axis>
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Enum Constant Summary

      + + + + + + + + + + + + + + +
      Enum Constants 
      Enum Constant and Description
      X 
      Y 
      Z 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Static Methods Concrete Methods 
      Modifier and TypeMethod and Description
      static AxisvalueOf(java.lang.String name) +
      Returns the enum constant of this type with the specified name.
      +
      static Axis[]values() +
      Returns an array containing the constants of this enum type, in +the order they are declared.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Enum

        +clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +getClass, notify, notifyAll, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Enum Constant Detail

      + + + +
        +
      • +

        X

        +
        public static final Axis X
        +
      • +
      + + + +
        +
      • +

        Y

        +
        public static final Axis Y
        +
      • +
      + + + +
        +
      • +

        Z

        +
        public static final Axis Z
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        values

        +
        public static Axis[] values()
        +
        Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
        +for (Axis c : Axis.values())
        +    System.out.println(c);
        +
        +
        +
        Returns:
        +
        an array containing the constants of this enum type, in the order they are declared
        +
        +
      • +
      + + + +
        +
      • +

        valueOf

        +
        public static Axis valueOf(java.lang.String name)
        +
        Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)
        +
        +
        Parameters:
        +
        name - the name of the enum constant to be returned.
        +
        Returns:
        +
        the enum constant with the specified name
        +
        Throws:
        +
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        +
        java.lang.NullPointerException - if the argument is null
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/block/design/BlockDesign.html b/generated/1.5.2/org/getspout/spoutapi/block/design/BlockDesign.html new file mode 100644 index 0000000..e99a8cd --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/block/design/BlockDesign.html @@ -0,0 +1,909 @@ + + + + + +BlockDesign (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.block.design
+

Interface BlockDesign

+
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Abstract Methods 
      Modifier and TypeMethod and Description
      BlockVectorgetLightSource(int quad, + int x, + int y, + int z) +
      Gets the light source for the specified quad
      +
      intgetRenderPass() 
      booleangetReset() 
      TexturegetTexture() +
      Gets the Texture associated with this BlockDesign
      +
      java.lang.StringgetTexturePlugin() +
      Gets the name of the plugin associated with this blocks texture
      +
      java.lang.StringgetTexureURL() +
      Gets the texture URL associated with this block
      +
      intgetVersion() 
      voidread(SpoutInputStream input) 
      BlockDesignrotate(int degrees) +
      Rotates a block on the Y Axis
      +
      BlockDesignrotate(int degrees, + Axis axis) +
      Rotates the block design on the given axis
      +
      BlockDesignsetBoundingBox(float lowX, + float lowY, + float lowZ, + float highX, + float highY, + float highZ) +
      Sets the bounding box for this block
      +
      BlockDesignsetBrightness(float brightness) +
      Sets the fixed brightness of the block
      +
      BlockDesignsetLightSource(int quad, + int x, + int y, + int z) +
      Sets the light source for the specified quad
      +
      BlockDesignsetMaxBrightness(float maxBrightness) +
      Sets the maximum brightness of the block
      +
      BlockDesignsetMinBrightness(float minBrightness) +
      Sets the minimum brightness of the block
      +
      BlockDesignsetQuad(int quadNumber, + float x1, + float y1, + float z1, + int tx1, + int ty1, + float x2, + float y2, + float z2, + int tx2, + int ty2, + float x3, + float y3, + float z3, + int tx3, + int ty3, + float x4, + float y4, + float z4, + int tx4, + int ty4, + int textureSizeX, + int textureSizeY) +
      Manually specify a quad for this block
      +
      BlockDesignsetQuad(Quad quad) +
      Sets the specified quad or face
      +
      BlockDesignsetQuadNumber(int quads) +
      Sets the number of quads or faces for this block
      +
      BlockDesignsetRenderPass(int renderPass) +
      Sets the number of render passes of the block + 0 for normal, 1 for translucent
      +
      BlockDesignsetTexture(Plugin plugin, + Texture texture) +
      Sets the specified Texture for this BlockDesign
      +
      BlockDesignsetVertex(int quadNumber, + int vertexNumber, + float x, + float y, + float z, + float u, + float v) +
      Manually specified a vertex for this block with uv mapping with texture set by setTexture
      +
      BlockDesignsetVertex(int quadNumber, + int vertexNumber, + float x, + float y, + float z, + int tx, + int ty, + int textureSizeX, + int textureSizeY) +
      Manually specified a vertex for this block
      +
      BlockDesignsetVertex(Vertex vertex) +
      Sets a vertex
      +
      voidwrite(java.io.DataOutputStream output) 
      voidwrite(SpoutOutputStream output) 
      voidwriteReset(SpoutOutputStream output) 
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        setMaxBrightness

        +
        BlockDesign setMaxBrightness(float maxBrightness)
        +
        Sets the maximum brightness of the block
        +
        +
        Parameters:
        +
        maxBrightness - to set
        +
        Returns:
        +
        this
        +
        +
      • +
      + + + +
        +
      • +

        setMinBrightness

        +
        BlockDesign setMinBrightness(float minBrightness)
        +
        Sets the minimum brightness of the block
        +
        +
        Parameters:
        +
        minBrightness - to set
        +
        Returns:
        +
        this
        +
        +
      • +
      + + + +
        +
      • +

        setBrightness

        +
        BlockDesign setBrightness(float brightness)
        +
        Sets the fixed brightness of the block
        +
        +
        Parameters:
        +
        brightness - to set
        +
        Returns:
        +
        this
        +
        +
      • +
      + + + +
        +
      • +

        setRenderPass

        +
        BlockDesign setRenderPass(int renderPass)
        +
        Sets the number of render passes of the block + 0 for normal, 1 for translucent
        +
        +
        Parameters:
        +
        renderPass - to set
        +
        Returns:
        +
        this
        +
        +
      • +
      + + + +
        +
      • +

        getRenderPass

        +
        int getRenderPass()
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        int getVersion()
        +
      • +
      + + + +
        +
      • +

        read

        +
        void read(SpoutInputStream input)
        +   throws java.io.IOException
        +
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeReset

        +
        void writeReset(SpoutOutputStream output)
        +         throws java.io.IOException
        +
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        write

        +
        void write(SpoutOutputStream output)
        +    throws java.io.IOException
        +
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        write

        +
        void write(java.io.DataOutputStream output)
        +    throws java.io.IOException
        +
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        setTexture

        +
        BlockDesign setTexture(Plugin plugin,
        +                       Texture texture)
        +
        Sets the specified Texture for this BlockDesign
        +
        +
        Parameters:
        +
        plugin - associated with the texture
        +
        texture - to set
        +
        Returns:
        +
        this
        +
        +
      • +
      + + + +
        +
      • +

        setBoundingBox

        +
        BlockDesign setBoundingBox(float lowX,
        +                           float lowY,
        +                           float lowZ,
        +                           float highX,
        +                           float highY,
        +                           float highZ)
        +
        Sets the bounding box for this block
        +
        +
        Parameters:
        +
        lowX - of the first corner
        +
        lowY - of the first corner
        +
        lowZ - of the first corner
        +
        highX - of the second corner
        +
        highY - of the second corner
        +
        highZ - of the second corner
        +
        Returns:
        +
        this
        +
        +
      • +
      + + + +
        +
      • +

        setQuadNumber

        +
        BlockDesign setQuadNumber(int quads)
        +
        Sets the number of quads or faces for this block
        +
        +
        Parameters:
        +
        quads - to set
        +
        Returns:
        +
        this
        +
        +
      • +
      + + + +
        +
      • +

        setQuad

        +
        BlockDesign setQuad(int quadNumber,
        +                    float x1,
        +                    float y1,
        +                    float z1,
        +                    int tx1,
        +                    int ty1,
        +                    float x2,
        +                    float y2,
        +                    float z2,
        +                    int tx2,
        +                    int ty2,
        +                    float x3,
        +                    float y3,
        +                    float z3,
        +                    int tx3,
        +                    int ty3,
        +                    float x4,
        +                    float y4,
        +                    float z4,
        +                    int tx4,
        +                    int ty4,
        +                    int textureSizeX,
        +                    int textureSizeY)
        +
        Manually specify a quad for this block
        +
        +
        Parameters:
        +
        quadNumber - to set
        +
        x1 - first vertex value
        +
        y1 - first vertex value
        +
        z1 - first vertex value
        +
        tx1 - first vertex texture x
        +
        ty1 - first vertex texture y
        +
        x2 - second vertex value
        +
        y2 - second vertex value
        +
        z2 - second vertex value
        +
        tx2 - second vertex texture x
        +
        ty2 - second vertex texture y
        +
        x3 - third vertex value
        +
        y3 - third vertex value
        +
        z3 - third vertex value
        +
        tx3 - third vertex texture x
        +
        ty3 - third vertex texture y
        +
        x4 - fourth vertex value
        +
        y4 - fourth vertex value
        +
        z4 - fourth vertex value
        +
        tx4 - fourth vertex texture x
        +
        ty4 - fourth vertex texture y
        +
        textureSizeX - total width of the texture
        +
        textureSizeY - total height of the texture
        +
        Returns:
        +
        this
        +
        +
      • +
      + + + +
        +
      • +

        setQuad

        +
        BlockDesign setQuad(Quad quad)
        +
        Sets the specified quad or face
        +
        +
        Parameters:
        +
        quad - to set there
        +
        Returns:
        +
        this
        +
        +
      • +
      + + + +
        +
      • +

        setVertex

        +
        BlockDesign setVertex(int quadNumber,
        +                      int vertexNumber,
        +                      float x,
        +                      float y,
        +                      float z,
        +                      int tx,
        +                      int ty,
        +                      int textureSizeX,
        +                      int textureSizeY)
        +
        Manually specified a vertex for this block
        +
        +
        Parameters:
        +
        quadNumber - of the vertex
        +
        vertexNumber - in the quad
        +
        x - value
        +
        y - value
        +
        z - value
        +
        tx - texture x value
        +
        ty - texture y value
        +
        textureSizeX - total width of the texture
        +
        textureSizeY - total height of the texture
        +
        Returns:
        +
        this
        +
        +
      • +
      + + + +
        +
      • +

        setVertex

        +
        BlockDesign setVertex(int quadNumber,
        +                      int vertexNumber,
        +                      float x,
        +                      float y,
        +                      float z,
        +                      float u,
        +                      float v)
        +
        Manually specified a vertex for this block with uv mapping with texture set by setTexture
        +
        +
        Parameters:
        +
        quadNumber - of the vertex
        +
        vertexNumber - in the quad
        +
        x - vertex x coordinate
        +
        y - vertex y coordinate
        +
        z - vertex z coordinate
        +
        u - texture u value for this vertex
        +
        v - texture v value for this vertex
        +
        Returns:
        +
        this
        +
        +
      • +
      + + + +
        +
      • +

        setVertex

        +
        BlockDesign setVertex(Vertex vertex)
        +
        Sets a vertex
        +
        +
        Parameters:
        +
        vertex - to set
        +
        Returns:
        +
        this
        +
        +
      • +
      + + + +
        +
      • +

        getTexureURL

        +
        java.lang.String getTexureURL()
        +
        Gets the texture URL associated with this block
        +
        +
        Returns:
        +
        texture URL
        +
        +
      • +
      + + + +
        +
      • +

        getTexturePlugin

        +
        java.lang.String getTexturePlugin()
        +
        Gets the name of the plugin associated with this blocks texture
        +
        +
        Returns:
        +
        name of the plugin
        +
        +
      • +
      + + + +
        +
      • +

        getReset

        +
        boolean getReset()
        +
      • +
      + + + +
        +
      • +

        setLightSource

        +
        BlockDesign setLightSource(int quad,
        +                           int x,
        +                           int y,
        +                           int z)
        +
        Sets the light source for the specified quad
        +
        +
        Parameters:
        +
        quad - to set
        +
        x - offset from this block
        +
        y - offset from this block
        +
        z - offset from this block
        +
        Returns:
        +
        this
        +
        +
      • +
      + + + +
        +
      • +

        getLightSource

        +
        BlockVector getLightSource(int quad,
        +                           int x,
        +                           int y,
        +                           int z)
        +
        Gets the light source for the specified quad
        +
        +
        Parameters:
        +
        quad - to get
        +
        x - offset from this block
        +
        y - offset from this block
        +
        z - offset from this block
        +
        Returns:
        +
        BlockVector
        +
        +
      • +
      + + + +
        +
      • +

        getTexture

        +
        Texture getTexture()
        +
        Gets the Texture associated with this BlockDesign
        +
        +
        Returns:
        +
        the texture
        +
        +
      • +
      + + + +
        +
      • +

        rotate

        +
        BlockDesign rotate(int degrees)
        +
        Rotates a block on the Y Axis
        +
        +
        Parameters:
        +
        degrees - - the degree of rotation
        +
        Returns:
        +
        the rotated BlockDesign
        +
        +
      • +
      + + + +
        +
      • +

        rotate

        +
        BlockDesign rotate(int degrees,
        +                   Axis axis)
        +
        Rotates the block design on the given axis
        +
        +
        Parameters:
        +
        degrees - the degree of rotation
        +
        axis - the axis to rotate on
        +
        Returns:
        +
        the rotated BlockDesign
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/block/design/GenericBlockDesign.html b/generated/1.5.2/org/getspout/spoutapi/block/design/GenericBlockDesign.html new file mode 100644 index 0000000..30f7c3f --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/block/design/GenericBlockDesign.html @@ -0,0 +1,1439 @@ + + + + + +GenericBlockDesign (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.block.design
+

Class GenericBlockDesign

+
+
+ +
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + + +
      Constructors 
      Constructor and Description
      GenericBlockDesign() 
      GenericBlockDesign(float lowXBound, + float lowYBound, + float lowZBound, + float highXBound, + float highYBound, + float highZBound, + java.lang.String textureURL, + Plugin texturePlugin, + float[][] xPos, + float[][] yPos, + float[][] zPos, + float[][] textXPos, + float[][] textYPos, + int renderPass) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      GenericBlockDesigncalculateLightSources() 
      BlockVectorgetLightSource(int quad, + int x, + int y, + int z) +
      Gets the light source for the specified quad
      +
      intgetRenderPass() 
      booleangetReset() 
      TexturegetTexture() +
      Gets the Texture associated with this BlockDesign
      +
      java.lang.StringgetTexturePlugin() +
      Gets the name of the plugin associated with this blocks texture
      +
      java.lang.StringgetTexureURL() +
      Gets the texture URL associated with this block
      +
      intgetVersion() 
      voidread(SpoutInputStream input) 
      BlockDesignrotate(int degrees) +
      Rotates a block on the Y Axis
      +
      BlockDesignrotate(int degrees, + Axis axis) +
      Rotates the block design on the given axis
      +
      BlockDesignsetBoundingBox(float lowX, + float lowY, + float lowZ, + float highX, + float highY, + float highZ) +
      Sets the bounding box for this block
      +
      BlockDesignsetBrightness(float brightness) +
      Sets the fixed brightness of the block
      +
      BlockDesignsetLightSource(int quad, + int x, + int y, + int z) +
      Sets the light source for the specified quad
      +
      BlockDesignsetMaxBrightness(float maxBrightness) +
      Sets the maximum brightness of the block
      +
      BlockDesignsetMinBrightness(float minBrightness) +
      Sets the minimum brightness of the block
      +
      BlockDesignsetQuad(int quadNumber, + float x1, + float y1, + float z1, + int tx1, + int ty1, + float x2, + float y2, + float z2, + int tx2, + int ty2, + float x3, + float y3, + float z3, + int tx3, + int ty3, + float x4, + float y4, + float z4, + int tx4, + int ty4, + int textureSizeX, + int textureSizeY) +
      Manually specify a quad for this block
      +
      BlockDesignsetQuad(Quad quad) +
      Sets the specified quad or face
      +
      BlockDesignsetQuadNumber(int quads) +
      Sets the number of quads or faces for this block
      +
      BlockDesignsetRenderPass(int renderPass) +
      Sets the number of render passes of the block + 0 for normal, 1 for translucent
      +
      BlockDesignsetTexture(Plugin plugin, + java.lang.String textureURL) 
      BlockDesignsetTexture(Plugin plugin, + Texture texture) +
      Sets the specified Texture for this BlockDesign
      +
      BlockDesignsetVertex(int quadNumber, + int vertexNumber, + float x, + float y, + float z, + float u, + float v) +
      Manually specified a vertex for this block with uv mapping with texture set by setTexture
      +
      BlockDesignsetVertex(int quadNumber, + int vertexNumber, + float x, + float y, + float z, + int tx, + int ty, + int textureSizeX, + int textureSizeY) +
      Manually specified a vertex for this block
      +
      BlockDesignsetVertex(Vertex vertex) +
      Sets a vertex
      +
      voidwrite(java.io.DataOutputStream output) 
      voidwrite(SpoutOutputStream output) 
      voidwriteReset(SpoutOutputStream output) 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        reset

        +
        protected boolean reset
        +
      • +
      + + + +
        +
      • +

        lowXBound

        +
        protected float lowXBound
        +
      • +
      + + + +
        +
      • +

        lowYBound

        +
        protected float lowYBound
        +
      • +
      + + + +
        +
      • +

        lowZBound

        +
        protected float lowZBound
        +
      • +
      + + + +
        +
      • +

        highXBound

        +
        protected float highXBound
        +
      • +
      + + + +
        +
      • +

        highYBound

        +
        protected float highYBound
        +
      • +
      + + + +
        +
      • +

        highZBound

        +
        protected float highZBound
        +
      • +
      + + + +
        +
      • +

        textureURL

        +
        protected java.lang.String textureURL
        +
      • +
      + + + +
        +
      • +

        texturePlugin

        +
        protected java.lang.String texturePlugin
        +
      • +
      + + + +
        +
      • +

        texture

        +
        protected Texture texture
        +
      • +
      + + + +
        +
      • +

        xPos

        +
        protected float[][] xPos
        +
      • +
      + + + +
        +
      • +

        yPos

        +
        protected float[][] yPos
        +
      • +
      + + + +
        +
      • +

        zPos

        +
        protected float[][] zPos
        +
      • +
      + + + +
        +
      • +

        textXPos

        +
        protected float[][] textXPos
        +
      • +
      + + + +
        +
      • +

        textYPos

        +
        protected float[][] textYPos
        +
      • +
      + + + +
        +
      • +

        lightSourceXOffset

        +
        protected int[] lightSourceXOffset
        +
      • +
      + + + +
        +
      • +

        lightSourceYOffset

        +
        protected int[] lightSourceYOffset
        +
      • +
      + + + +
        +
      • +

        lightSourceZOffset

        +
        protected int[] lightSourceZOffset
        +
      • +
      + + + +
        +
      • +

        maxBrightness

        +
        protected float maxBrightness
        +
      • +
      + + + +
        +
      • +

        minBrightness

        +
        protected float minBrightness
        +
      • +
      + + + +
        +
      • +

        brightness

        +
        protected float brightness
        +
      • +
      + + + +
        +
      • +

        renderPass

        +
        protected int renderPass
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        GenericBlockDesign

        +
        public GenericBlockDesign()
        +
      • +
      + + + +
        +
      • +

        GenericBlockDesign

        +
        public GenericBlockDesign(float lowXBound,
        +                          float lowYBound,
        +                          float lowZBound,
        +                          float highXBound,
        +                          float highYBound,
        +                          float highZBound,
        +                          java.lang.String textureURL,
        +                          Plugin texturePlugin,
        +                          float[][] xPos,
        +                          float[][] yPos,
        +                          float[][] zPos,
        +                          float[][] textXPos,
        +                          float[][] textYPos,
        +                          int renderPass)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        setMaxBrightness

        +
        public BlockDesign setMaxBrightness(float maxBrightness)
        +
        Description copied from interface: BlockDesign
        +
        Sets the maximum brightness of the block
        +
        +
        Specified by:
        +
        setMaxBrightness in interface BlockDesign
        +
        Parameters:
        +
        maxBrightness - to set
        +
        Returns:
        +
        this
        +
        +
      • +
      + + + +
        +
      • +

        setMinBrightness

        +
        public BlockDesign setMinBrightness(float minBrightness)
        +
        Description copied from interface: BlockDesign
        +
        Sets the minimum brightness of the block
        +
        +
        Specified by:
        +
        setMinBrightness in interface BlockDesign
        +
        Parameters:
        +
        minBrightness - to set
        +
        Returns:
        +
        this
        +
        +
      • +
      + + + +
        +
      • +

        setBrightness

        +
        public BlockDesign setBrightness(float brightness)
        +
        Description copied from interface: BlockDesign
        +
        Sets the fixed brightness of the block
        +
        +
        Specified by:
        +
        setBrightness in interface BlockDesign
        +
        Parameters:
        +
        brightness - to set
        +
        Returns:
        +
        this
        +
        +
      • +
      + + + +
        +
      • +

        setRenderPass

        +
        public BlockDesign setRenderPass(int renderPass)
        +
        Description copied from interface: BlockDesign
        +
        Sets the number of render passes of the block + 0 for normal, 1 for translucent
        +
        +
        Specified by:
        +
        setRenderPass in interface BlockDesign
        +
        Parameters:
        +
        renderPass - to set
        +
        Returns:
        +
        this
        +
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        read

        +
        public void read(SpoutInputStream input)
        +          throws java.io.IOException
        +
        +
        Specified by:
        +
        read in interface BlockDesign
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + + + + + +
        +
      • +

        write

        +
        public void write(SpoutOutputStream output)
        +           throws java.io.IOException
        +
        +
        Specified by:
        +
        write in interface BlockDesign
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        write

        +
        public void write(java.io.DataOutputStream output)
        +           throws java.io.IOException
        +
        +
        Specified by:
        +
        write in interface BlockDesign
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        setTexture

        +
        public BlockDesign setTexture(Plugin plugin,
        +                              java.lang.String textureURL)
        +
      • +
      + + + +
        +
      • +

        setBoundingBox

        +
        public BlockDesign setBoundingBox(float lowX,
        +                                  float lowY,
        +                                  float lowZ,
        +                                  float highX,
        +                                  float highY,
        +                                  float highZ)
        +
        Description copied from interface: BlockDesign
        +
        Sets the bounding box for this block
        +
        +
        Specified by:
        +
        setBoundingBox in interface BlockDesign
        +
        Parameters:
        +
        lowX - of the first corner
        +
        lowY - of the first corner
        +
        lowZ - of the first corner
        +
        highX - of the second corner
        +
        highY - of the second corner
        +
        highZ - of the second corner
        +
        Returns:
        +
        this
        +
        +
      • +
      + + + +
        +
      • +

        setQuadNumber

        +
        public BlockDesign setQuadNumber(int quads)
        +
        Description copied from interface: BlockDesign
        +
        Sets the number of quads or faces for this block
        +
        +
        Specified by:
        +
        setQuadNumber in interface BlockDesign
        +
        Parameters:
        +
        quads - to set
        +
        Returns:
        +
        this
        +
        +
      • +
      + + + +
        +
      • +

        setQuad

        +
        public BlockDesign setQuad(int quadNumber,
        +                           float x1,
        +                           float y1,
        +                           float z1,
        +                           int tx1,
        +                           int ty1,
        +                           float x2,
        +                           float y2,
        +                           float z2,
        +                           int tx2,
        +                           int ty2,
        +                           float x3,
        +                           float y3,
        +                           float z3,
        +                           int tx3,
        +                           int ty3,
        +                           float x4,
        +                           float y4,
        +                           float z4,
        +                           int tx4,
        +                           int ty4,
        +                           int textureSizeX,
        +                           int textureSizeY)
        +
        Description copied from interface: BlockDesign
        +
        Manually specify a quad for this block
        +
        +
        Specified by:
        +
        setQuad in interface BlockDesign
        +
        Parameters:
        +
        quadNumber - to set
        +
        x1 - first vertex value
        +
        y1 - first vertex value
        +
        z1 - first vertex value
        +
        tx1 - first vertex texture x
        +
        ty1 - first vertex texture y
        +
        x2 - second vertex value
        +
        y2 - second vertex value
        +
        z2 - second vertex value
        +
        tx2 - second vertex texture x
        +
        ty2 - second vertex texture y
        +
        x3 - third vertex value
        +
        y3 - third vertex value
        +
        z3 - third vertex value
        +
        tx3 - third vertex texture x
        +
        ty3 - third vertex texture y
        +
        x4 - fourth vertex value
        +
        y4 - fourth vertex value
        +
        z4 - fourth vertex value
        +
        tx4 - fourth vertex texture x
        +
        ty4 - fourth vertex texture y
        +
        textureSizeX - total width of the texture
        +
        textureSizeY - total height of the texture
        +
        Returns:
        +
        this
        +
        +
      • +
      + + + +
        +
      • +

        setVertex

        +
        public BlockDesign setVertex(int quadNumber,
        +                             int vertexNumber,
        +                             float x,
        +                             float y,
        +                             float z,
        +                             int tx,
        +                             int ty,
        +                             int textureSizeX,
        +                             int textureSizeY)
        +
        Description copied from interface: BlockDesign
        +
        Manually specified a vertex for this block
        +
        +
        Specified by:
        +
        setVertex in interface BlockDesign
        +
        Parameters:
        +
        quadNumber - of the vertex
        +
        vertexNumber - in the quad
        +
        x - value
        +
        y - value
        +
        z - value
        +
        tx - texture x value
        +
        ty - texture y value
        +
        textureSizeX - total width of the texture
        +
        textureSizeY - total height of the texture
        +
        Returns:
        +
        this
        +
        +
      • +
      + + + +
        +
      • +

        setVertex

        +
        public BlockDesign setVertex(int quadNumber,
        +                             int vertexNumber,
        +                             float x,
        +                             float y,
        +                             float z,
        +                             float u,
        +                             float v)
        +
        Description copied from interface: BlockDesign
        +
        Manually specified a vertex for this block with uv mapping with texture set by setTexture
        +
        +
        Specified by:
        +
        setVertex in interface BlockDesign
        +
        Parameters:
        +
        quadNumber - of the vertex
        +
        vertexNumber - in the quad
        +
        x - vertex x coordinate
        +
        y - vertex y coordinate
        +
        z - vertex z coordinate
        +
        u - texture u value for this vertex
        +
        v - texture v value for this vertex
        +
        Returns:
        +
        this
        +
        +
      • +
      + + + +
        +
      • +

        getTexureURL

        +
        public java.lang.String getTexureURL()
        +
        Description copied from interface: BlockDesign
        +
        Gets the texture URL associated with this block
        +
        +
        Specified by:
        +
        getTexureURL in interface BlockDesign
        +
        Returns:
        +
        texture URL
        +
        +
      • +
      + + + +
        +
      • +

        getTexturePlugin

        +
        public java.lang.String getTexturePlugin()
        +
        Description copied from interface: BlockDesign
        +
        Gets the name of the plugin associated with this blocks texture
        +
        +
        Specified by:
        +
        getTexturePlugin in interface BlockDesign
        +
        Returns:
        +
        name of the plugin
        +
        +
      • +
      + + + +
        +
      • +

        getReset

        +
        public boolean getReset()
        +
        +
        Specified by:
        +
        getReset in interface BlockDesign
        +
        +
      • +
      + + + +
        +
      • +

        setLightSource

        +
        public BlockDesign setLightSource(int quad,
        +                                  int x,
        +                                  int y,
        +                                  int z)
        +
        Description copied from interface: BlockDesign
        +
        Sets the light source for the specified quad
        +
        +
        Specified by:
        +
        setLightSource in interface BlockDesign
        +
        Parameters:
        +
        quad - to set
        +
        x - offset from this block
        +
        y - offset from this block
        +
        z - offset from this block
        +
        Returns:
        +
        this
        +
        +
      • +
      + + + +
        +
      • +

        getLightSource

        +
        public BlockVector getLightSource(int quad,
        +                                  int x,
        +                                  int y,
        +                                  int z)
        +
        Description copied from interface: BlockDesign
        +
        Gets the light source for the specified quad
        +
        +
        Specified by:
        +
        getLightSource in interface BlockDesign
        +
        Parameters:
        +
        quad - to get
        +
        x - offset from this block
        +
        y - offset from this block
        +
        z - offset from this block
        +
        Returns:
        +
        BlockVector
        +
        +
      • +
      + + + +
        +
      • +

        setTexture

        +
        public BlockDesign setTexture(Plugin plugin,
        +                              Texture texture)
        +
        Description copied from interface: BlockDesign
        +
        Sets the specified Texture for this BlockDesign
        +
        +
        Specified by:
        +
        setTexture in interface BlockDesign
        +
        Parameters:
        +
        plugin - associated with the texture
        +
        texture - to set
        +
        Returns:
        +
        this
        +
        +
      • +
      + + + +
        +
      • +

        getTexture

        +
        public Texture getTexture()
        +
        Description copied from interface: BlockDesign
        +
        Gets the Texture associated with this BlockDesign
        +
        +
        Specified by:
        +
        getTexture in interface BlockDesign
        +
        Returns:
        +
        the texture
        +
        +
      • +
      + + + +
        +
      • +

        setQuad

        +
        public BlockDesign setQuad(Quad quad)
        +
        Description copied from interface: BlockDesign
        +
        Sets the specified quad or face
        +
        +
        Specified by:
        +
        setQuad in interface BlockDesign
        +
        Parameters:
        +
        quad - to set there
        +
        Returns:
        +
        this
        +
        +
      • +
      + + + + + + + +
        +
      • +

        rotate

        +
        public BlockDesign rotate(int degrees)
        +
        Description copied from interface: BlockDesign
        +
        Rotates a block on the Y Axis
        +
        +
        Specified by:
        +
        rotate in interface BlockDesign
        +
        Parameters:
        +
        degrees - - the degree of rotation
        +
        Returns:
        +
        the rotated BlockDesign
        +
        +
      • +
      + + + +
        +
      • +

        rotate

        +
        public BlockDesign rotate(int degrees,
        +                          Axis axis)
        +
        Description copied from interface: BlockDesign
        +
        Rotates the block design on the given axis
        +
        +
        Specified by:
        +
        rotate in interface BlockDesign
        +
        Parameters:
        +
        degrees - the degree of rotation
        +
        axis - the axis to rotate on
        +
        Returns:
        +
        the rotated BlockDesign
        +
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/block/design/GenericCubeBlockDesign.html b/generated/1.5.2/org/getspout/spoutapi/block/design/GenericCubeBlockDesign.html new file mode 100644 index 0000000..67f4470 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/block/design/GenericCubeBlockDesign.html @@ -0,0 +1,348 @@ + + + + + +GenericCubeBlockDesign (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.block.design
+

Class GenericCubeBlockDesign

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        GenericCubeBlockDesign

        +
        public GenericCubeBlockDesign(Plugin plugin,
        +                              Texture texture,
        +                              int[] textureId)
        +
        Creates a basic cube custom block model
        +
        +
        Parameters:
        +
        plugin - making this block
        +
        texture - to use
        +
        textureId[6] - Array of faces, give IDs for SubTexture locations + Array is laid out as follows {bottom, face, face, face, face, top}
        +
        +
      • +
      + + + +
        +
      • +

        GenericCubeBlockDesign

        +
        public GenericCubeBlockDesign(Plugin plugin,
        +                              Texture texture,
        +                              int textureId)
        +
        Creates a basic cube custom block model with only one texture
        +
        +
        Parameters:
        +
        plugin - making this block
        +
        texture - url to use
        +
        textureId - to get the SubTexture to use
        +
        +
      • +
      + + + +
        +
      • +

        GenericCubeBlockDesign

        +
        public GenericCubeBlockDesign(Plugin plugin,
        +                              java.lang.String texture,
        +                              int textureSize)
        +
        Creates a basic cube custom block model with only one texture
        +
        +
        Parameters:
        +
        plugin - making this block
        +
        texture - url to use - must be a square png
        +
        textureSize - size of the width/height of the texture in pixels
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/block/design/GenericCuboidBlockDesign.html b/generated/1.5.2/org/getspout/spoutapi/block/design/GenericCuboidBlockDesign.html new file mode 100644 index 0000000..0868b10 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/block/design/GenericCuboidBlockDesign.html @@ -0,0 +1,437 @@ + + + + + +GenericCuboidBlockDesign (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.block.design
+

Class GenericCuboidBlockDesign

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        GenericCuboidBlockDesign

        +
        public GenericCuboidBlockDesign(Plugin plugin,
        +                                Texture texture,
        +                                int[] textureId,
        +                                float xMin,
        +                                float yMin,
        +                                float zMin,
        +                                float xMax,
        +                                float yMax,
        +                                float zMax)
        +
        Creates a basic cuboid custom block model
        +
        +
        Parameters:
        +
        plugin - making this block
        +
        texture - to use
        +
        textureId[6] - Array of faces, give IDs for SubTexture locations
        +
        xMin - minimum x coordinate of the cuboid
        +
        yMin - minimum y coordinate of the cuboid
        +
        zMin - minimum z coordinate of the cuboid
        +
        xMax - maximum x coordinate of the cuboid
        +
        yMax - maximum y coordinate of the cuboid
        +
        zMax - maximum z coordinate of the cuboid +

        + Array is laid out as follows {bottom, face, face, face, face, top}

        +
        +
      • +
      + + + +
        +
      • +

        GenericCuboidBlockDesign

        +
        public GenericCuboidBlockDesign(Plugin plugin,
        +                                Texture texture,
        +                                int textureId,
        +                                float xMin,
        +                                float yMin,
        +                                float zMin,
        +                                float xMax,
        +                                float yMax,
        +                                float zMax)
        +
        Creates a basic cuboid custom block model with only one texture
        +
        +
        Parameters:
        +
        plugin - making this block
        +
        texture - url to use
        +
        textureId - to get the SubTexture to use
        +
        xMin - minimum x coordinate of the cuboid
        +
        yMin - minimum y coordinate of the cuboid
        +
        zMin - minimum z coordinate of the cuboid
        +
        xMax - maximum x coordinate of the cuboid
        +
        yMax - maximum y coordinate of the cuboid
        +
        zMax - maximum z coordinate of the cuboid
        +
        +
      • +
      + + + +
        +
      • +

        GenericCuboidBlockDesign

        +
        public GenericCuboidBlockDesign(Plugin plugin,
        +                                java.lang.String texture,
        +                                int textureSize,
        +                                float xMin,
        +                                float yMin,
        +                                float zMin,
        +                                float xMax,
        +                                float yMax,
        +                                float zMax)
        +
        Creates a basic cuboid custom block model with only one texture
        +
        +
        Parameters:
        +
        plugin - making this block
        +
        texture - url to use - must be a square png
        +
        textureSize - size of the width/height of the texture in pixels
        +
        xMin - minimum x coordinate of the cuboid
        +
        yMin - minimum y coordinate of the cuboid
        +
        zMin - minimum z coordinate of the cuboid
        +
        xMax - maximum x coordinate of the cuboid
        +
        yMax - maximum y coordinate of the cuboid
        +
        zMax - maximum z coordinate of the cuboid
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        isFullCube

        +
        public boolean isFullCube()
        +
        Creates a basic cuboid custom block model
        +
        +
        Returns:
        +
        true if the cuboid completely covers the block's cube
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/block/design/Quad.html b/generated/1.5.2/org/getspout/spoutapi/block/design/Quad.html new file mode 100644 index 0000000..a044c4c --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/block/design/Quad.html @@ -0,0 +1,397 @@ + + + + + +Quad (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.block.design
+

Class Quad

+
+
+ +
+
    +
  • +
    +
    +
    public class Quad
    +extends java.lang.Object
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + + +
      Constructors 
      Constructor and Description
      Quad(int index, + SubTexture texture) +
      Creates an empty quad at index based on the SubTexture
      +
      Quad(int index, + SubTexture texture, + Vertex v1, + Vertex v2, + Vertex v3, + Vertex v4) +
      Creates a new quad with the following vertexes at the specified index
      +
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      QuadaddVertex(int vertex, + float x, + float y, + float z) +
      Adds a vertex to the quad with the SubTexture properties of this quad
      +
      QuadaddVertex(Vertex vertex) +
      Adds a vertex to the quad
      +
      intgetIndex() 
      VertexgetVertex(int index) +
      Gets the vertex of the specified index
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Quad

        +
        public Quad(int index,
        +            SubTexture texture,
        +            Vertex v1,
        +            Vertex v2,
        +            Vertex v3,
        +            Vertex v4)
        +
        Creates a new quad with the following vertexes at the specified index
        +
        +
        Parameters:
        +
        index - of the quad
        +
        texture - Subtexture to use
        +
        v1 - first vertex
        +
        v2 - second vertex
        +
        v3 - third vertex
        +
        v4 - fourth vertex
        +
        +
      • +
      + + + +
        +
      • +

        Quad

        +
        public Quad(int index,
        +            SubTexture texture)
        +
        Creates an empty quad at index based on the SubTexture
        +
        +
        Parameters:
        +
        index - of the quad
        +
        texture -
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        addVertex

        +
        public Quad addVertex(int vertex,
        +                      float x,
        +                      float y,
        +                      float z)
        +
        Adds a vertex to the quad with the SubTexture properties of this quad
        +
        +
        Parameters:
        +
        index - of the vertex
        +
        x - value of the vertex
        +
        y - value of the vertex
        +
        z - value of the vertex
        +
        Returns:
        +
        this
        +
        +
      • +
      + + + +
        +
      • +

        addVertex

        +
        public Quad addVertex(Vertex vertex)
        +
        Adds a vertex to the quad
        +
        +
        Parameters:
        +
        vertex - to add
        +
        Returns:
        +
        this
        +
        +
      • +
      + + + +
        +
      • +

        getVertex

        +
        public Vertex getVertex(int index)
        +
        Gets the vertex of the specified index
        +
        +
        Parameters:
        +
        index - of the vertex
        +
        Returns:
        +
        the vertex
        +
        +
      • +
      + + + +
        +
      • +

        getIndex

        +
        public int getIndex()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/block/design/SubTexture.html b/generated/1.5.2/org/getspout/spoutapi/block/design/SubTexture.html new file mode 100644 index 0000000..46115d6 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/block/design/SubTexture.html @@ -0,0 +1,407 @@ + + + + + +SubTexture (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.block.design
+

Class SubTexture

+
+
+ +
+
    +
  • +
    +
    +
    public class SubTexture
    +extends java.lang.Object
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + + +
      Constructors 
      Constructor and Description
      SubTexture(Texture parent, + int xLoc, + int yLoc, + int spriteLen) +
      Creates a new SubTexture from the parent Texture
      +
      SubTexture(Texture parent, + int xLoc, + int yLoc, + int xLen, + int yLen) +
      Creates a new SubTexture from the parent Texture
      +
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      TexturegetParent() +
      Gets the parent texture of this subtexture
      +
      intgetXLoc() +
      Gets the left-sided X of this subtexture
      +
      intgetXTopLoc() +
      Gets the right-sided x of this subtexture
      +
      intgetYLoc() 
      intgetYTopLoc() +
      Gets the top-sided y of this subtexture
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        SubTexture

        +
        public SubTexture(Texture parent,
        +                  int xLoc,
        +                  int yLoc,
        +                  int spriteLen)
        +
        Creates a new SubTexture from the parent Texture
        +
        +
        Parameters:
        +
        parent - texture
        +
        xLoc - left X location
        +
        yLoc - bottom Y location
        +
        spriteLen - width and height of sprite
        +
        +
      • +
      + + + +
        +
      • +

        SubTexture

        +
        public SubTexture(Texture parent,
        +                  int xLoc,
        +                  int yLoc,
        +                  int xLen,
        +                  int yLen)
        +
        Creates a new SubTexture from the parent Texture
        +
        +
        Parameters:
        +
        parent - texture
        +
        xLoc - left X location
        +
        yLoc - bottom Y location
        +
        xLen - width of the sprite
        +
        yLen - height of the sprite
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getXLoc

        +
        public int getXLoc()
        +
        Gets the left-sided X of this subtexture
        +
        +
        Returns:
        +
        xLoc
        +
        +
      • +
      + + + +
        +
      • +

        getYLoc

        +
        public int getYLoc()
        +
      • +
      + + + +
        +
      • +

        getXTopLoc

        +
        public int getXTopLoc()
        +
        Gets the right-sided x of this subtexture
        +
        +
        Returns:
        +
        xTopLoc
        +
        +
      • +
      + + + +
        +
      • +

        getYTopLoc

        +
        public int getYTopLoc()
        +
        Gets the top-sided y of this subtexture
        +
        +
        Returns:
        +
        yTopLoc
        +
        +
      • +
      + + + +
        +
      • +

        getParent

        +
        public Texture getParent()
        +
        Gets the parent texture of this subtexture
        +
        +
        Returns:
        +
        parent Texture
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/block/design/Texture.html b/generated/1.5.2/org/getspout/spoutapi/block/design/Texture.html new file mode 100644 index 0000000..458af09 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/block/design/Texture.html @@ -0,0 +1,532 @@ + + + + + +Texture (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.block.design
+

Class Texture

+
+
+ +
+
    +
  • +
    +
    +
    public class Texture
    +extends java.lang.Object
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Texture(Plugin plugin, + java.lang.String texture, + int width, + int height, + int spriteSize) +
      Creates a new Texture for use with BlockDesigns.
      +
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      intgetHeight() +
      Gets the total height of this texture
      +
      PlugingetPlugin() +
      Gets the plugin associated with this texture
      +
      intgetSpriteSize() +
      Gets the size of sprites in this Texture
      +
      SubTexturegetSubTexture(int textureId) +
      Gets a SubTexture from this texture
      +
      java.lang.StringgetTexture() +
      Gets the texture URL from this Texture
      +
      intgetWidth() +
      Gets the total width of this texture
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        texture

        +
        public java.lang.String texture
        +
      • +
      + + + +
        +
      • +

        plugin

        +
        public Plugin plugin
        +
      • +
      + + + +
        +
      • +

        width

        +
        public int width
        +
      • +
      + + + +
        +
      • +

        height

        +
        public int height
        +
      • +
      + + + +
        +
      • +

        spriteSize

        +
        public int spriteSize
        +
      • +
      + + + +
        +
      • +

        subTextures

        +
        public java.util.List<SubTexture> subTextures
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Texture

        +
        public Texture(Plugin plugin,
        +               java.lang.String texture,
        +               int width,
        +               int height,
        +               int spriteSize)
        +
        Creates a new Texture for use with BlockDesigns. +

        + This is designed to hold multiple SubTextures, similar to vanilla's terrain.png + In order to use it to get multiple SubTextures, you must specify the total width, total height, + and the spriteSize which is the length of the sides of the squares inside it. +

        + The image itself used for this Texture MUST be a power of 2 on each side. + 16, 32, 64, 128, 256, 512, etc. + For example, a png that is 18x20 will get loaded by OpenGL as 32x32, thus skewing your SubTextures +

        + The layout for textureIds in order to get SubTextures from this goes from + Left -> Right, then Top -> Bottom, like so: + [0, 1, 2, 3 + 4, 5, 6, 7, + 8, 9, 10, 11] +

        + If you are using just a single image, the textureId is always 0.

        +
        +
        Parameters:
        +
        plugin - associated with this Texture
        +
        texture - url to use. Must be a png
        +
        width - of the texture in pixels
        +
        height - of the texture in pixels
        +
        spriteSize - width and height of the sprites inside the texture
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getSubTexture

        +
        public SubTexture getSubTexture(int textureId)
        +
        Gets a SubTexture from this texture
        +
        +
        Parameters:
        +
        textureId - to get
        +
        Returns:
        +
        the SubTexture
        +
        +
      • +
      + + + +
        +
      • +

        getTexture

        +
        public java.lang.String getTexture()
        +
        Gets the texture URL from this Texture
        +
        +
        Returns:
        +
        texture URL
        +
        +
      • +
      + + + +
        +
      • +

        getSpriteSize

        +
        public int getSpriteSize()
        +
        Gets the size of sprites in this Texture
        +
        +
        Returns:
        +
        spriteSize
        +
        +
      • +
      + + + +
        +
      • +

        getWidth

        +
        public int getWidth()
        +
        Gets the total width of this texture
        +
        +
        Returns:
        +
        width
        +
        +
      • +
      + + + +
        +
      • +

        getHeight

        +
        public int getHeight()
        +
        Gets the total height of this texture
        +
        +
        Returns:
        +
        height
        +
        +
      • +
      + + + +
        +
      • +

        getPlugin

        +
        public Plugin getPlugin()
        +
        Gets the plugin associated with this texture
        +
        +
        Returns:
        +
        plugin
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/block/design/Vertex.html b/generated/1.5.2/org/getspout/spoutapi/block/design/Vertex.html new file mode 100644 index 0000000..1cb36b4 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/block/design/Vertex.html @@ -0,0 +1,450 @@ + + + + + +Vertex (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.block.design
+

Class Vertex

+
+
+ +
+
    +
  • +
    +
    +
    public class Vertex
    +extends java.lang.Object
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Vertex

        +
        public Vertex(int index,
        +              int quad,
        +              float x,
        +              float y,
        +              float z,
        +              SubTexture texture)
        +
      • +
      + + + +
        +
      • +

        Vertex

        +
        public Vertex(int index,
        +              int quad,
        +              float x,
        +              float y,
        +              float z,
        +              int tx,
        +              int ty)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + + + +
        +
      • +

        getIndex

        +
        public int getIndex()
        +
      • +
      + + + +
        +
      • +

        getSubTexture

        +
        public SubTexture getSubTexture()
        +
      • +
      + + + +
        +
      • +

        getX

        +
        public float getX()
        +
      • +
      + + + +
        +
      • +

        getY

        +
        public float getY()
        +
      • +
      + + + +
        +
      • +

        getZ

        +
        public float getZ()
        +
      • +
      + + + +
        +
      • +

        getTextureX

        +
        public int getTextureX()
        +
      • +
      + + + +
        +
      • +

        getTextureY

        +
        public int getTextureY()
        +
      • +
      + + + +
        +
      • +

        getTextureWidth

        +
        public int getTextureWidth()
        +
      • +
      + + + +
        +
      • +

        getTextureHeight

        +
        public int getTextureHeight()
        +
      • +
      + + + +
        +
      • +

        getQuadNum

        +
        public int getQuadNum()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/block/design/class-use/Axis.html b/generated/1.5.2/org/getspout/spoutapi/block/design/class-use/Axis.html new file mode 100644 index 0000000..f643c5f --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/block/design/class-use/Axis.html @@ -0,0 +1,197 @@ + + + + + +Uses of Class org.getspout.spoutapi.block.design.Axis (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Class
org.getspout.spoutapi.block.design.Axis

+
+
+ +
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/block/design/class-use/BlockDesign.html b/generated/1.5.2/org/getspout/spoutapi/block/design/class-use/BlockDesign.html new file mode 100644 index 0000000..8d53054 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/block/design/class-use/BlockDesign.html @@ -0,0 +1,666 @@ + + + + + +Uses of Interface org.getspout.spoutapi.block.design.BlockDesign (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Interface
org.getspout.spoutapi.block.design.BlockDesign

+
+
+ +
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/block/design/class-use/GenericBlockDesign.html b/generated/1.5.2/org/getspout/spoutapi/block/design/class-use/GenericBlockDesign.html new file mode 100644 index 0000000..942f233 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/block/design/class-use/GenericBlockDesign.html @@ -0,0 +1,184 @@ + + + + + +Uses of Class org.getspout.spoutapi.block.design.GenericBlockDesign (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Class
org.getspout.spoutapi.block.design.GenericBlockDesign

+
+
+ +
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/block/design/class-use/GenericCubeBlockDesign.html b/generated/1.5.2/org/getspout/spoutapi/block/design/class-use/GenericCubeBlockDesign.html new file mode 100644 index 0000000..125c4f7 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/block/design/class-use/GenericCubeBlockDesign.html @@ -0,0 +1,234 @@ + + + + + +Uses of Class org.getspout.spoutapi.block.design.GenericCubeBlockDesign (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Class
org.getspout.spoutapi.block.design.GenericCubeBlockDesign

+
+
+ +
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/block/design/class-use/GenericCuboidBlockDesign.html b/generated/1.5.2/org/getspout/spoutapi/block/design/class-use/GenericCuboidBlockDesign.html new file mode 100644 index 0000000..dbcdc8c --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/block/design/class-use/GenericCuboidBlockDesign.html @@ -0,0 +1,256 @@ + + + + + +Uses of Class org.getspout.spoutapi.block.design.GenericCuboidBlockDesign (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Class
org.getspout.spoutapi.block.design.GenericCuboidBlockDesign

+
+
+ +
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/block/design/class-use/Quad.html b/generated/1.5.2/org/getspout/spoutapi/block/design/class-use/Quad.html new file mode 100644 index 0000000..6868d68 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/block/design/class-use/Quad.html @@ -0,0 +1,197 @@ + + + + + +Uses of Class org.getspout.spoutapi.block.design.Quad (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Class
org.getspout.spoutapi.block.design.Quad

+
+
+ +
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/block/design/class-use/SubTexture.html b/generated/1.5.2/org/getspout/spoutapi/block/design/class-use/SubTexture.html new file mode 100644 index 0000000..0f25098 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/block/design/class-use/SubTexture.html @@ -0,0 +1,231 @@ + + + + + +Uses of Class org.getspout.spoutapi.block.design.SubTexture (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Class
org.getspout.spoutapi.block.design.SubTexture

+
+
+ +
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/block/design/class-use/Texture.html b/generated/1.5.2/org/getspout/spoutapi/block/design/class-use/Texture.html new file mode 100644 index 0000000..72613b4 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/block/design/class-use/Texture.html @@ -0,0 +1,278 @@ + + + + + +Uses of Class org.getspout.spoutapi.block.design.Texture (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Class
org.getspout.spoutapi.block.design.Texture

+
+
+ +
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/block/design/class-use/Vertex.html b/generated/1.5.2/org/getspout/spoutapi/block/design/class-use/Vertex.html new file mode 100644 index 0000000..9b2dfdb --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/block/design/class-use/Vertex.html @@ -0,0 +1,216 @@ + + + + + +Uses of Class org.getspout.spoutapi.block.design.Vertex (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Class
org.getspout.spoutapi.block.design.Vertex

+
+
+ +
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/block/design/package-frame.html b/generated/1.5.2/org/getspout/spoutapi/block/design/package-frame.html new file mode 100644 index 0000000..18a2b89 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/block/design/package-frame.html @@ -0,0 +1,35 @@ + + + + + +org.getspout.spoutapi.block.design (Spoutcraft 1.5.2 JavaDoc) + + + + + + +

org.getspout.spoutapi.block.design

+
+

Interfaces

+ +

Classes

+ +

Enums

+ +
+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/block/design/package-summary.html b/generated/1.5.2/org/getspout/spoutapi/block/design/package-summary.html new file mode 100644 index 0000000..53bae6e --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/block/design/package-summary.html @@ -0,0 +1,200 @@ + + + + + +org.getspout.spoutapi.block.design (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Package org.getspout.spoutapi.block.design

+
+
+ +
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/block/design/package-tree.html b/generated/1.5.2/org/getspout/spoutapi/block/design/package-tree.html new file mode 100644 index 0000000..9629430 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/block/design/package-tree.html @@ -0,0 +1,168 @@ + + + + + +org.getspout.spoutapi.block.design Class Hierarchy (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Hierarchy For Package org.getspout.spoutapi.block.design

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +

Enum Hierarchy

+ +
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/block/design/package-use.html b/generated/1.5.2/org/getspout/spoutapi/block/design/package-use.html new file mode 100644 index 0000000..d53e884 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/block/design/package-use.html @@ -0,0 +1,256 @@ + + + + + +Uses of Package org.getspout.spoutapi.block.design (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Package
org.getspout.spoutapi.block.design

+
+
+ +
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/block/package-frame.html b/generated/1.5.2/org/getspout/spoutapi/block/package-frame.html new file mode 100644 index 0000000..fbd28c5 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/block/package-frame.html @@ -0,0 +1,27 @@ + + + + + +org.getspout.spoutapi.block (Spoutcraft 1.5.2 JavaDoc) + + + + + + +

org.getspout.spoutapi.block

+
+

Interfaces

+ +

Enums

+ +
+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/block/package-summary.html b/generated/1.5.2/org/getspout/spoutapi/block/package-summary.html new file mode 100644 index 0000000..65f4ec5 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/block/package-summary.html @@ -0,0 +1,181 @@ + + + + + +org.getspout.spoutapi.block (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Package org.getspout.spoutapi.block

+
+
+ This package provides the interfaces for block and chunk related information.
+
+

See: Description

+
+
+ + + + +

Package org.getspout.spoutapi.block Description

+

+ This package provides the interfaces for block and chunk related information. +

+
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/block/package-tree.html b/generated/1.5.2/org/getspout/spoutapi/block/package-tree.html new file mode 100644 index 0000000..d955fb1 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/block/package-tree.html @@ -0,0 +1,150 @@ + + + + + +org.getspout.spoutapi.block Class Hierarchy (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Hierarchy For Package org.getspout.spoutapi.block

+Package Hierarchies: + +
+
+

Interface Hierarchy

+ +

Enum Hierarchy

+ +
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/block/package-use.html b/generated/1.5.2/org/getspout/spoutapi/block/package-use.html new file mode 100644 index 0000000..fa055b4 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/block/package-use.html @@ -0,0 +1,273 @@ + + + + + +Uses of Package org.getspout.spoutapi.block (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Package
org.getspout.spoutapi.block

+
+
+ +
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/chunkdatamanager/ChunkDataManager.html b/generated/1.5.2/org/getspout/spoutapi/chunkdatamanager/ChunkDataManager.html new file mode 100644 index 0000000..00e0062 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/chunkdatamanager/ChunkDataManager.html @@ -0,0 +1,578 @@ + + + + + +ChunkDataManager (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.chunkdatamanager
+

Interface ChunkDataManager

+
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Abstract Methods 
      Modifier and TypeMethod and Description
      java.io.SerializablegetBlockData(java.lang.String id, + World world, + int x, + int y, + int z) +
      Returns the block data for the block at (x, y, z) and a given id.
      +
      java.io.SerializablegetChunkData(java.lang.String id, + World world, + int x, + int z) +
      Returns the chunk data for the chunk at (x, z) and a given id.
      +
      byte[]getCustomBlockData(World world, + int x, + int z) 
      short[]getCustomBlockIds(World world, + int x, + int z) +
      Gets the custom block ids that are used for the chunk at (x, z) +

      + Modifying this array will change the contents of this chunk.

      +
      ItemMapgetItemMap(World world) 
      intgetStringId(java.lang.String string) +
      Creates/retrieves a unique id corresponding to this string +

      + This id does not persist over server restarts or reloads

      +
      java.io.SerializableremoveBlockData(java.lang.String id, + World world, + int x, + int y, + int z) +
      Removes and returns the block data for the block at (x, y, z) and a given id.
      +
      java.io.SerializableremoveChunkData(java.lang.String id, + World world, + int x, + int z) +
      Removes and returns the chunk data for the chunk at (x, z) and a given id.
      +
      java.io.SerializablesetBlockData(java.lang.String id, + World world, + int x, + int y, + int z, + java.io.Serializable data) +
      Sets block data for the block at (x, y, z) and a given id.
      +
      java.io.SerializablesetChunkData(java.lang.String id, + World world, + int x, + int z, + java.io.Serializable data) +
      Sets chunk data for the chunk at (x, z) and a given id.
      +
      voidsetCustomBlockData(World world, + int x, + int z, + byte[] rots) 
      voidsetCustomBlockIds(World world, + int x, + int z, + short[] ids) +
      Sets the custom block ids that are used for the chunk at (x, z) +

      + Modifying this array will override the contents of this chunk.

      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getStringId

        +
        int getStringId(java.lang.String string)
        +
        Creates/retrieves a unique id corresponding to this string +

        + This id does not persist over server restarts or reloads

        +
        +
        Parameters:
        +
        string - the String to get the id for
        +
        Returns:
        +
        the id associated with this string
        +
        +
      • +
      + + + +
        +
      • +

        setBlockData

        +
        java.io.Serializable setBlockData(java.lang.String id,
        +                                  World world,
        +                                  int x,
        +                                  int y,
        +                                  int z,
        +                                  java.io.Serializable data)
        +
        Sets block data for the block at (x, y, z) and a given id. +

        + Setting data for unloaded chunks has an undefined effect.

        +
        +
        Parameters:
        +
        id - the id used to retrieve the data
        +
        x - the X block coordinate
        +
        y - the Y block coordinate
        +
        z - the Z block coordinate
        +
        data - the data to be stored
        +
        Returns:
        +
        the old data for that block using that string
        +
        +
      • +
      + + + +
        +
      • +

        getBlockData

        +
        java.io.Serializable getBlockData(java.lang.String id,
        +                                  World world,
        +                                  int x,
        +                                  int y,
        +                                  int z)
        +
        Returns the block data for the block at (x, y, z) and a given id. +

        + Retrieving data for unloaded chunks is undefined.

        +
        +
        Parameters:
        +
        id - the id used to retrieve the data
        +
        x - the X block coordinate
        +
        y - the Y block coordinate
        +
        z - the Z block coordinate
        +
        Returns:
        +
        the old data for that block using that string
        +
        +
      • +
      + + + +
        +
      • +

        removeBlockData

        +
        java.io.Serializable removeBlockData(java.lang.String id,
        +                                     World world,
        +                                     int x,
        +                                     int y,
        +                                     int z)
        +
        Removes and returns the block data for the block at (x, y, z) and a given id. +

        + Deleting data for unloaded chunks has an undefined effect.

        +
        +
        Parameters:
        +
        id - the id used to retrieve the data
        +
        x - the X block coordinate
        +
        y - the Y block coordinate
        +
        z - the Z block coordinate
        +
        Returns:
        +
        the old data for that block using that string
        +
        +
      • +
      + + + +
        +
      • +

        setChunkData

        +
        java.io.Serializable setChunkData(java.lang.String id,
        +                                  World world,
        +                                  int x,
        +                                  int z,
        +                                  java.io.Serializable data)
        +
        Sets chunk data for the chunk at (x, z) and a given id. +

        + Setting data for unloaded chunks has an undefined effect.

        +
        +
        Parameters:
        +
        id - the id used to retrieve the data
        +
        world - the world
        +
        x - the X chunk coordinate
        +
        z - the Z chunk coordinate
        +
        data - the data to be stored
        +
        Returns:
        +
        the old data for that block using that string
        +
        +
      • +
      + + + +
        +
      • +

        getChunkData

        +
        java.io.Serializable getChunkData(java.lang.String id,
        +                                  World world,
        +                                  int x,
        +                                  int z)
        +
        Returns the chunk data for the chunk at (x, z) and a given id. +

        + Retrieving data for unloaded chunks is undefined.

        +
        +
        Parameters:
        +
        id - the id used to retrieve the data
        +
        world - the world
        +
        x - the X chunk coordinate
        +
        z - the Z chunk coordinate
        +
        Returns:
        +
        the old data for that block using that string
        +
        +
      • +
      + + + +
        +
      • +

        removeChunkData

        +
        java.io.Serializable removeChunkData(java.lang.String id,
        +                                     World world,
        +                                     int x,
        +                                     int z)
        +
        Removes and returns the chunk data for the chunk at (x, z) and a given id. +

        + Deleting data for unloaded chunks has an undefined effect.

        +
        +
        Parameters:
        +
        id - the id used to retrieve the data
        +
        world - the world
        +
        x - the X chunk coordinate
        +
        z - the Z chunk coordinate
        +
        Returns:
        +
        the old data for that block using that string
        +
        +
      • +
      + + + +
        +
      • +

        getCustomBlockIds

        +
        short[] getCustomBlockIds(World world,
        +                          int x,
        +                          int z)
        +
        Gets the custom block ids that are used for the chunk at (x, z) +

        + Modifying this array will change the contents of this chunk.

        +
        +
        Parameters:
        +
        world - the world
        +
        x - the X chunk coordinate
        +
        z - the Z chunk coordinate
        +
        Returns:
        +
        custom block ids
        +
        +
      • +
      + + + +
        +
      • +

        setCustomBlockIds

        +
        void setCustomBlockIds(World world,
        +                       int x,
        +                       int z,
        +                       short[] ids)
        +
        Sets the custom block ids that are used for the chunk at (x, z) +

        + Modifying this array will override the contents of this chunk.

        +
        +
        Parameters:
        +
        world - the world
        +
        x - the X chunk coordinate
        +
        z - the Z chunk coordinate
        +
        ids - the custom block ids
        +
        +
      • +
      + + + +
        +
      • +

        getCustomBlockData

        +
        byte[] getCustomBlockData(World world,
        +                          int x,
        +                          int z)
        +
      • +
      + + + +
        +
      • +

        setCustomBlockData

        +
        void setCustomBlockData(World world,
        +                        int x,
        +                        int z,
        +                        byte[] rots)
        +
      • +
      + + + +
        +
      • +

        getItemMap

        +
        ItemMap getItemMap(World world)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/chunkdatamanager/class-use/ChunkDataManager.html b/generated/1.5.2/org/getspout/spoutapi/chunkdatamanager/class-use/ChunkDataManager.html new file mode 100644 index 0000000..a292508 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/chunkdatamanager/class-use/ChunkDataManager.html @@ -0,0 +1,206 @@ + + + + + +Uses of Interface org.getspout.spoutapi.chunkdatamanager.ChunkDataManager (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Interface
org.getspout.spoutapi.chunkdatamanager.ChunkDataManager

+
+
+ +
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/chunkdatamanager/package-frame.html b/generated/1.5.2/org/getspout/spoutapi/chunkdatamanager/package-frame.html new file mode 100644 index 0000000..68b193e --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/chunkdatamanager/package-frame.html @@ -0,0 +1,21 @@ + + + + + +org.getspout.spoutapi.chunkdatamanager (Spoutcraft 1.5.2 JavaDoc) + + + + + + +

org.getspout.spoutapi.chunkdatamanager

+
+

Interfaces

+ +
+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/chunkdatamanager/package-summary.html b/generated/1.5.2/org/getspout/spoutapi/chunkdatamanager/package-summary.html new file mode 100644 index 0000000..4059e20 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/chunkdatamanager/package-summary.html @@ -0,0 +1,158 @@ + + + + + +org.getspout.spoutapi.chunkdatamanager (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Package org.getspout.spoutapi.chunkdatamanager

+
+
+ This package provides the interface for the chunk data manager.
+
+

See: Description

+
+
+ + + + +

Package org.getspout.spoutapi.chunkdatamanager Description

+

+ This package provides the interface for the chunk data manager. +

+
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/chunkdatamanager/package-tree.html b/generated/1.5.2/org/getspout/spoutapi/chunkdatamanager/package-tree.html new file mode 100644 index 0000000..68312dd --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/chunkdatamanager/package-tree.html @@ -0,0 +1,136 @@ + + + + + +org.getspout.spoutapi.chunkdatamanager Class Hierarchy (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Hierarchy For Package org.getspout.spoutapi.chunkdatamanager

+Package Hierarchies: + +
+
+

Interface Hierarchy

+ +
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/chunkdatamanager/package-use.html b/generated/1.5.2/org/getspout/spoutapi/chunkdatamanager/package-use.html new file mode 100644 index 0000000..f1792af --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/chunkdatamanager/package-use.html @@ -0,0 +1,183 @@ + + + + + +Uses of Package org.getspout.spoutapi.chunkdatamanager (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Package
org.getspout.spoutapi.chunkdatamanager

+
+
+ +
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/chunkstore/ChunkMetaData.html b/generated/1.5.2/org/getspout/spoutapi/chunkstore/ChunkMetaData.html new file mode 100644 index 0000000..c543c0a --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/chunkstore/ChunkMetaData.html @@ -0,0 +1,536 @@ + + + + + +ChunkMetaData (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.chunkstore
+

Class ChunkMetaData

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable
    +
    +
    +
    +
    public class ChunkMetaData
    +extends java.lang.Object
    +implements java.io.Serializable
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      java.io.SerializablegetBlockData(java.lang.String id, + int x, + int y, + int z) 
      java.io.SerializablegetChunkData(java.lang.String id) +
      Gets the data associated with the id at this chunk.
      +
      intgetChunkX() 
      intgetChunkZ() 
      byte[]getCustomBlockData() 
      short[]getCustomBlockIds() +
      Returns the array that is backing the block id data for this chunk.
      +
      java.util.UUIDgetWorldUID() 
      booleanisDirty() +
      True if this chunk's data has been altered and needs to be serialized into storage
      +
      java.io.SerializableputBlockData(java.lang.String id, + int x, + int y, + int z, + java.io.Serializable o) 
      java.io.SerializableputChunkData(java.lang.String id, + java.io.Serializable o) 
      java.io.SerializableremoveBlockData(java.lang.String id, + int x, + int y, + int z) 
      java.io.SerializableremoveChunkData(java.lang.String id) +
      Removes the data associated with the id at this chunk
      +
      voidsetCustomBlockData(byte[] rots) 
      voidsetCustomBlockIds(short[] ids) +
      Sets the array that is used for the block id data for this chunk.
      +
      voidsetDirty(boolean dirty) +
      Sets this chunk's data dirty flag
      +
      voidsetWorldItemMap(ItemMap worldItemMap) 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        isDirty

        +
        public boolean isDirty()
        +
        True if this chunk's data has been altered and needs to be serialized into storage
        +
        +
        Returns:
        +
        dirty
        +
        +
      • +
      + + + +
        +
      • +

        setDirty

        +
        public void setDirty(boolean dirty)
        +
        Sets this chunk's data dirty flag
        +
        +
        Parameters:
        +
        dirty -
        +
        +
      • +
      + + + +
        +
      • +

        getChunkX

        +
        public int getChunkX()
        +
      • +
      + + + +
        +
      • +

        getChunkZ

        +
        public int getChunkZ()
        +
      • +
      + + + +
        +
      • +

        getWorldUID

        +
        public java.util.UUID getWorldUID()
        +
      • +
      + + + +
        +
      • +

        removeChunkData

        +
        public java.io.Serializable removeChunkData(java.lang.String id)
        +
        Removes the data associated with the id at this chunk
        +
        +
        Parameters:
        +
        id - of data
        +
        Returns:
        +
        data removed
        +
        +
      • +
      + + + +
        +
      • +

        getChunkData

        +
        public java.io.Serializable getChunkData(java.lang.String id)
        +
        Gets the data associated with the id at this chunk. +

        + If the data is still in a serialized form, this will deserialize it.

        +
        +
        Parameters:
        +
        id - of data
        +
        Returns:
        +
        data at the given id, or null if none found
        +
        +
      • +
      + + + +
        +
      • +

        putChunkData

        +
        public java.io.Serializable putChunkData(java.lang.String id,
        +                                         java.io.Serializable o)
        +
      • +
      + + + +
        +
      • +

        getCustomBlockIds

        +
        public short[] getCustomBlockIds()
        +
        Returns the array that is backing the block id data for this chunk. +

        + If the contents of the array are altered, setDirty(true) must be used so that the updated contents will be saved. + Alternatively, use setCustomBlockIds(array) when you are finished manipulating the array and it will set the dirty flag for you.

        +
        +
        Returns:
        +
        array of block id data for this chunk
        +
        +
      • +
      + + + +
        +
      • +

        setCustomBlockIds

        +
        public void setCustomBlockIds(short[] ids)
        +
        Sets the array that is used for the block id data for this chunk. +

        + This array will override any existing data, and wipe it out, so be sure this is what you intend to do.

        +
        +
        Parameters:
        +
        ids - to set
        +
        +
      • +
      + + + +
        +
      • +

        getCustomBlockData

        +
        public byte[] getCustomBlockData()
        +
      • +
      + + + +
        +
      • +

        setCustomBlockData

        +
        public void setCustomBlockData(byte[] rots)
        +
      • +
      + + + +
        +
      • +

        removeBlockData

        +
        public java.io.Serializable removeBlockData(java.lang.String id,
        +                                            int x,
        +                                            int y,
        +                                            int z)
        +
      • +
      + + + +
        +
      • +

        getBlockData

        +
        public java.io.Serializable getBlockData(java.lang.String id,
        +                                         int x,
        +                                         int y,
        +                                         int z)
        +
      • +
      + + + +
        +
      • +

        putBlockData

        +
        public java.io.Serializable putBlockData(java.lang.String id,
        +                                         int x,
        +                                         int y,
        +                                         int z,
        +                                         java.io.Serializable o)
        +
      • +
      + + + +
        +
      • +

        setWorldItemMap

        +
        public void setWorldItemMap(ItemMap worldItemMap)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/chunkstore/ChunkStore.html b/generated/1.5.2/org/getspout/spoutapi/chunkstore/ChunkStore.html new file mode 100644 index 0000000..61c7a3c --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/chunkstore/ChunkStore.html @@ -0,0 +1,337 @@ + + + + + +ChunkStore (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.chunkstore
+

Class ChunkStore

+
+
+ +
+
    +
  • +
    +
    +
    public class ChunkStore
    +extends java.lang.Object
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ChunkStore

        +
        public ChunkStore()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        closeAll

        +
        public void closeAll()
        +
      • +
      + + + +
        +
      • +

        readChunkMetaData

        +
        public ChunkMetaData readChunkMetaData(World world,
        +                                       int x,
        +                                       int z)
        +                                throws java.io.IOException
        +
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeChunkMetaData

        +
        public void writeChunkMetaData(World world,
        +                               int x,
        +                               int z,
        +                               ChunkMetaData data)
        +
      • +
      + + + +
        +
      • +

        closeChunkMetaData

        +
        public void closeChunkMetaData(World world,
        +                               int x,
        +                               int z)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/chunkstore/SimpleChunkBuffer.html b/generated/1.5.2/org/getspout/spoutapi/chunkstore/SimpleChunkBuffer.html new file mode 100644 index 0000000..2d3645f --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/chunkstore/SimpleChunkBuffer.html @@ -0,0 +1,296 @@ + + + + + +SimpleChunkBuffer (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.chunkstore
+

Class SimpleChunkBuffer

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Closeable, java.io.Flushable, java.lang.AutoCloseable
    +
    +
    +
    +
    public class SimpleChunkBuffer
    +extends java.io.ByteArrayOutputStream
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      +
        +
      • + + +

        Fields inherited from class java.io.ByteArrayOutputStream

        +buf, count
      • +
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidclose() 
      +
        +
      • + + +

        Methods inherited from class java.io.ByteArrayOutputStream

        +reset, size, toByteArray, toString, toString, toString, write, write, writeTo
      • +
      +
        +
      • + + +

        Methods inherited from class java.io.OutputStream

        +flush, write
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        close

        +
        public void close()
        +           throws java.io.IOException
        +
        +
        Specified by:
        +
        close in interface java.io.Closeable
        +
        Specified by:
        +
        close in interface java.lang.AutoCloseable
        +
        Overrides:
        +
        close in class java.io.ByteArrayOutputStream
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/chunkstore/SimpleChunkDataManager.html b/generated/1.5.2/org/getspout/spoutapi/chunkstore/SimpleChunkDataManager.html new file mode 100644 index 0000000..29cbed5 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/chunkstore/SimpleChunkDataManager.html @@ -0,0 +1,883 @@ + + + + + +SimpleChunkDataManager (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.chunkstore
+

Class SimpleChunkDataManager

+
+
+ +
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidclearCustomBlockData(World world, + int x, + int z) 
      voidclearCustomBlockIds(World world, + int x, + int z) 
      voidcloseAllFiles() 
      booleancloseChunk(World w, + int x, + int z) 
      java.io.SerializablegetBlockData(java.lang.String id, + World world, + int x, + int y, + int z) +
      Returns the block data for the block at (x, y, z) and a given id.
      +
      java.io.SerializablegetChunkData(java.lang.String id, + World world, + int x, + int z) +
      Returns the chunk data for the chunk at (x, z) and a given id.
      +
      byte[]getCustomBlockData(World world, + int x, + int z) 
      short[]getCustomBlockIds(World world, + int x, + int z) +
      Gets the custom block ids that are used for the chunk at (x, z) +

      + Modifying this array will change the contents of this chunk.

      +
      ItemMapgetItemMap(World world) 
      intgetStringId(java.lang.String string) +
      Creates/retrieves a unique id corresponding to this string +

      + This id does not persist over server restarts or reloads

      +
      booleanloadAllChunks() 
      ChunkMetaDataloadChunk(Chunk c) 
      ChunkMetaDataloadChunk(World world, + int x, + int z) 
      booleanloadWorldChunks(World w) 
      java.io.SerializableremoveBlockData(java.lang.String id, + World world, + int x, + int y, + int z) +
      Removes and returns the block data for the block at (x, y, z) and a given id.
      +
      java.io.SerializableremoveChunkData(java.lang.String id, + World world, + int x, + int z) +
      Removes and returns the chunk data for the chunk at (x, z) and a given id.
      +
      booleansaveChunk(Chunk c) 
      booleansaveChunk(World w, + int x, + int z) 
      booleansaveWorldChunks(World world) 
      booleansaveWorldChunks(World world, + boolean unload) 
      java.io.SerializablesetBlockData(java.lang.String id, + World world, + int x, + int y, + int z, + java.io.Serializable data) +
      Sets block data for the block at (x, y, z) and a given id.
      +
      java.io.SerializablesetChunkData(java.lang.String id, + World world, + int x, + int z, + java.io.Serializable data) +
      Sets chunk data for the chunk at (x, z) and a given id.
      +
      voidsetCustomBlockData(World world, + int x, + int z, + byte[] ids) 
      voidsetCustomBlockIds(World world, + int x, + int z, + short[] ids) +
      Sets the custom block ids that are used for the chunk at (x, z) +

      + Modifying this array will override the contents of this chunk.

      +
      booleanunloadAllChunks() 
      booleanunloadWorldChunks(World world) 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        SimpleChunkDataManager

        +
        public SimpleChunkDataManager()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        closeAllFiles

        +
        public void closeAllFiles()
        +
      • +
      + + + + + + + +
        +
      • +

        loadChunk

        +
        public ChunkMetaData loadChunk(World world,
        +                               int x,
        +                               int z)
        +
      • +
      + + + +
        +
      • +

        loadWorldChunks

        +
        public boolean loadWorldChunks(World w)
        +
      • +
      + + + +
        +
      • +

        loadAllChunks

        +
        public boolean loadAllChunks()
        +
      • +
      + + + +
        +
      • +

        saveChunk

        +
        public boolean saveChunk(Chunk c)
        +
      • +
      + + + +
        +
      • +

        saveChunk

        +
        public boolean saveChunk(World w,
        +                         int x,
        +                         int z)
        +
      • +
      + + + +
        +
      • +

        closeChunk

        +
        public boolean closeChunk(World w,
        +                          int x,
        +                          int z)
        +
      • +
      + + + +
        +
      • +

        clearCustomBlockData

        +
        public void clearCustomBlockData(World world,
        +                                 int x,
        +                                 int z)
        +
      • +
      + + + +
        +
      • +

        clearCustomBlockIds

        +
        public void clearCustomBlockIds(World world,
        +                                int x,
        +                                int z)
        +
      • +
      + + + +
        +
      • +

        unloadWorldChunks

        +
        public boolean unloadWorldChunks(World world)
        +
      • +
      + + + +
        +
      • +

        saveWorldChunks

        +
        public boolean saveWorldChunks(World world)
        +
      • +
      + + + +
        +
      • +

        saveWorldChunks

        +
        public boolean saveWorldChunks(World world,
        +                               boolean unload)
        +
      • +
      + + + +
        +
      • +

        unloadAllChunks

        +
        public boolean unloadAllChunks()
        +
      • +
      + + + +
        +
      • +

        setBlockData

        +
        public java.io.Serializable setBlockData(java.lang.String id,
        +                                         World world,
        +                                         int x,
        +                                         int y,
        +                                         int z,
        +                                         java.io.Serializable data)
        +
        Description copied from interface: ChunkDataManager
        +
        Sets block data for the block at (x, y, z) and a given id. +

        + Setting data for unloaded chunks has an undefined effect.

        +
        +
        Specified by:
        +
        setBlockData in interface ChunkDataManager
        +
        Parameters:
        +
        id - the id used to retrieve the data
        +
        x - the X block coordinate
        +
        y - the Y block coordinate
        +
        z - the Z block coordinate
        +
        data - the data to be stored
        +
        Returns:
        +
        the old data for that block using that string
        +
        +
      • +
      + + + +
        +
      • +

        getBlockData

        +
        public java.io.Serializable getBlockData(java.lang.String id,
        +                                         World world,
        +                                         int x,
        +                                         int y,
        +                                         int z)
        +
        Description copied from interface: ChunkDataManager
        +
        Returns the block data for the block at (x, y, z) and a given id. +

        + Retrieving data for unloaded chunks is undefined.

        +
        +
        Specified by:
        +
        getBlockData in interface ChunkDataManager
        +
        Parameters:
        +
        id - the id used to retrieve the data
        +
        x - the X block coordinate
        +
        y - the Y block coordinate
        +
        z - the Z block coordinate
        +
        Returns:
        +
        the old data for that block using that string
        +
        +
      • +
      + + + +
        +
      • +

        removeBlockData

        +
        public java.io.Serializable removeBlockData(java.lang.String id,
        +                                            World world,
        +                                            int x,
        +                                            int y,
        +                                            int z)
        +
        Description copied from interface: ChunkDataManager
        +
        Removes and returns the block data for the block at (x, y, z) and a given id. +

        + Deleting data for unloaded chunks has an undefined effect.

        +
        +
        Specified by:
        +
        removeBlockData in interface ChunkDataManager
        +
        Parameters:
        +
        id - the id used to retrieve the data
        +
        x - the X block coordinate
        +
        y - the Y block coordinate
        +
        z - the Z block coordinate
        +
        Returns:
        +
        the old data for that block using that string
        +
        +
      • +
      + + + +
        +
      • +

        setChunkData

        +
        public java.io.Serializable setChunkData(java.lang.String id,
        +                                         World world,
        +                                         int x,
        +                                         int z,
        +                                         java.io.Serializable data)
        +
        Description copied from interface: ChunkDataManager
        +
        Sets chunk data for the chunk at (x, z) and a given id. +

        + Setting data for unloaded chunks has an undefined effect.

        +
        +
        Specified by:
        +
        setChunkData in interface ChunkDataManager
        +
        Parameters:
        +
        id - the id used to retrieve the data
        +
        world - the world
        +
        x - the X chunk coordinate
        +
        z - the Z chunk coordinate
        +
        data - the data to be stored
        +
        Returns:
        +
        the old data for that block using that string
        +
        +
      • +
      + + + +
        +
      • +

        getChunkData

        +
        public java.io.Serializable getChunkData(java.lang.String id,
        +                                         World world,
        +                                         int x,
        +                                         int z)
        +
        Description copied from interface: ChunkDataManager
        +
        Returns the chunk data for the chunk at (x, z) and a given id. +

        + Retrieving data for unloaded chunks is undefined.

        +
        +
        Specified by:
        +
        getChunkData in interface ChunkDataManager
        +
        Parameters:
        +
        id - the id used to retrieve the data
        +
        world - the world
        +
        x - the X chunk coordinate
        +
        z - the Z chunk coordinate
        +
        Returns:
        +
        the old data for that block using that string
        +
        +
      • +
      + + + +
        +
      • +

        removeChunkData

        +
        public java.io.Serializable removeChunkData(java.lang.String id,
        +                                            World world,
        +                                            int x,
        +                                            int z)
        +
        Description copied from interface: ChunkDataManager
        +
        Removes and returns the chunk data for the chunk at (x, z) and a given id. +

        + Deleting data for unloaded chunks has an undefined effect.

        +
        +
        Specified by:
        +
        removeChunkData in interface ChunkDataManager
        +
        Parameters:
        +
        id - the id used to retrieve the data
        +
        world - the world
        +
        x - the X chunk coordinate
        +
        z - the Z chunk coordinate
        +
        Returns:
        +
        the old data for that block using that string
        +
        +
      • +
      + + + +
        +
      • +

        getCustomBlockIds

        +
        public short[] getCustomBlockIds(World world,
        +                                 int x,
        +                                 int z)
        +
        Description copied from interface: ChunkDataManager
        +
        Gets the custom block ids that are used for the chunk at (x, z) +

        + Modifying this array will change the contents of this chunk.

        +
        +
        Specified by:
        +
        getCustomBlockIds in interface ChunkDataManager
        +
        Parameters:
        +
        world - the world
        +
        x - the X chunk coordinate
        +
        z - the Z chunk coordinate
        +
        Returns:
        +
        custom block ids
        +
        +
      • +
      + + + +
        +
      • +

        setCustomBlockIds

        +
        public void setCustomBlockIds(World world,
        +                              int x,
        +                              int z,
        +                              short[] ids)
        +
        Description copied from interface: ChunkDataManager
        +
        Sets the custom block ids that are used for the chunk at (x, z) +

        + Modifying this array will override the contents of this chunk.

        +
        +
        Specified by:
        +
        setCustomBlockIds in interface ChunkDataManager
        +
        Parameters:
        +
        world - the world
        +
        x - the X chunk coordinate
        +
        z - the Z chunk coordinate
        +
        ids - the custom block ids
        +
        +
      • +
      + + + + + + + +
        +
      • +

        setCustomBlockData

        +
        public void setCustomBlockData(World world,
        +                               int x,
        +                               int z,
        +                               byte[] ids)
        +
        +
        Specified by:
        +
        setCustomBlockData in interface ChunkDataManager
        +
        +
      • +
      + + + +
        +
      • +

        getStringId

        +
        public int getStringId(java.lang.String string)
        +
        Description copied from interface: ChunkDataManager
        +
        Creates/retrieves a unique id corresponding to this string +

        + This id does not persist over server restarts or reloads

        +
        +
        Specified by:
        +
        getStringId in interface ChunkDataManager
        +
        Parameters:
        +
        string - the String to get the id for
        +
        Returns:
        +
        the id associated with this string
        +
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/chunkstore/SimpleRegionFile.html b/generated/1.5.2/org/getspout/spoutapi/chunkstore/SimpleRegionFile.html new file mode 100644 index 0000000..427b49b --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/chunkstore/SimpleRegionFile.html @@ -0,0 +1,363 @@ + + + + + +SimpleRegionFile (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.chunkstore
+

Class SimpleRegionFile

+
+
+ +
+
    +
  • +
    +
    +
    public class SimpleRegionFile
    +extends java.lang.Object
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + + +
      Constructors 
      Constructor and Description
      SimpleRegionFile(java.io.File f, + int rx, + int rz) 
      SimpleRegionFile(java.io.File f, + int rx, + int rz, + int defaultSegmentSize) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidclose() 
      java.io.RandomAccessFilegetFile() 
      java.io.DataInputStreamgetInputStream(int x, + int z) 
      java.io.DataOutputStreamgetOutputStream(int x, + int z) 
      booleantestCloseTimeout() 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        SimpleRegionFile

        +
        public SimpleRegionFile(java.io.File f,
        +                        int rx,
        +                        int rz)
        +
      • +
      + + + +
        +
      • +

        SimpleRegionFile

        +
        public SimpleRegionFile(java.io.File f,
        +                        int rx,
        +                        int rz,
        +                        int defaultSegmentSize)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getFile

        +
        public final java.io.RandomAccessFile getFile()
        +
      • +
      + + + +
        +
      • +

        testCloseTimeout

        +
        public boolean testCloseTimeout()
        +
      • +
      + + + +
        +
      • +

        getOutputStream

        +
        public java.io.DataOutputStream getOutputStream(int x,
        +                                                int z)
        +
      • +
      + + + +
        +
      • +

        getInputStream

        +
        public java.io.DataInputStream getInputStream(int x,
        +                                              int z)
        +                                       throws java.io.IOException
        +
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        close

        +
        public void close()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/chunkstore/Utils.SerializedData.html b/generated/1.5.2/org/getspout/spoutapi/chunkstore/Utils.SerializedData.html new file mode 100644 index 0000000..1ff5a90 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/chunkstore/Utils.SerializedData.html @@ -0,0 +1,254 @@ + + + + + +Utils.SerializedData (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.chunkstore
+

Class Utils.SerializedData

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable
    +
    +
    +
    Enclosing class:
    +
    Utils
    +
    +
    +
    +
    public static class Utils.SerializedData
    +extends java.lang.Object
    +implements java.io.Serializable
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      SerializedData() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        SerializedData

        +
        public SerializedData()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/chunkstore/Utils.html b/generated/1.5.2/org/getspout/spoutapi/chunkstore/Utils.html new file mode 100644 index 0000000..4be9874 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/chunkstore/Utils.html @@ -0,0 +1,370 @@ + + + + + +Utils (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.chunkstore
+

Class Utils

+
+
+ +
+
    +
  • +
    +
    +
    public class Utils
    +extends java.lang.Object
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      + + + + + + + + + + +
      Nested Classes 
      Modifier and TypeClass and Description
      static class Utils.SerializedData 
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Utils() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Static Methods Concrete Methods 
      Modifier and TypeMethod and Description
      static java.io.Serializabledeserialize(byte[] array) 
      static java.io.SerializabledeserializeRaw(byte[] array) 
      static java.io.SerializablesafeDeserialize(java.io.ObjectInputStream in) 
      static voidsafeSerialize(java.io.ObjectOutputStream out, + java.io.Serializable data) 
      static byte[]serialize(java.io.Serializable o) 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Utils

        +
        public Utils()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        serialize

        +
        public static byte[] serialize(java.io.Serializable o)
        +
      • +
      + + + +
        +
      • +

        deserialize

        +
        public static java.io.Serializable deserialize(byte[] array)
        +
      • +
      + + + +
        +
      • +

        deserializeRaw

        +
        public static java.io.Serializable deserializeRaw(byte[] array)
        +                                           throws java.io.IOException,
        +                                                  java.lang.ClassNotFoundException
        +
        +
        Throws:
        +
        java.io.IOException
        +
        java.lang.ClassNotFoundException
        +
        +
      • +
      + + + +
        +
      • +

        safeSerialize

        +
        public static void safeSerialize(java.io.ObjectOutputStream out,
        +                                 java.io.Serializable data)
        +                          throws java.io.IOException
        +
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        safeDeserialize

        +
        public static java.io.Serializable safeDeserialize(java.io.ObjectInputStream in)
        +                                            throws java.io.IOException
        +
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/chunkstore/class-use/ChunkMetaData.html b/generated/1.5.2/org/getspout/spoutapi/chunkstore/class-use/ChunkMetaData.html new file mode 100644 index 0000000..8ec4d66 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/chunkstore/class-use/ChunkMetaData.html @@ -0,0 +1,195 @@ + + + + + +Uses of Class org.getspout.spoutapi.chunkstore.ChunkMetaData (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Class
org.getspout.spoutapi.chunkstore.ChunkMetaData

+
+
+ +
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/chunkstore/class-use/ChunkStore.html b/generated/1.5.2/org/getspout/spoutapi/chunkstore/class-use/ChunkStore.html new file mode 100644 index 0000000..a9153f1 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/chunkstore/class-use/ChunkStore.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.chunkstore.ChunkStore (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Class
org.getspout.spoutapi.chunkstore.ChunkStore

+
+
No usage of org.getspout.spoutapi.chunkstore.ChunkStore
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/chunkstore/class-use/SimpleChunkBuffer.html b/generated/1.5.2/org/getspout/spoutapi/chunkstore/class-use/SimpleChunkBuffer.html new file mode 100644 index 0000000..d0353bd --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/chunkstore/class-use/SimpleChunkBuffer.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.chunkstore.SimpleChunkBuffer (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Class
org.getspout.spoutapi.chunkstore.SimpleChunkBuffer

+
+
No usage of org.getspout.spoutapi.chunkstore.SimpleChunkBuffer
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/chunkstore/class-use/SimpleChunkDataManager.html b/generated/1.5.2/org/getspout/spoutapi/chunkstore/class-use/SimpleChunkDataManager.html new file mode 100644 index 0000000..f28729b --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/chunkstore/class-use/SimpleChunkDataManager.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.chunkstore.SimpleChunkDataManager (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Class
org.getspout.spoutapi.chunkstore.SimpleChunkDataManager

+
+
No usage of org.getspout.spoutapi.chunkstore.SimpleChunkDataManager
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/chunkstore/class-use/SimpleRegionFile.html b/generated/1.5.2/org/getspout/spoutapi/chunkstore/class-use/SimpleRegionFile.html new file mode 100644 index 0000000..9a61877 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/chunkstore/class-use/SimpleRegionFile.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.chunkstore.SimpleRegionFile (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Class
org.getspout.spoutapi.chunkstore.SimpleRegionFile

+
+
No usage of org.getspout.spoutapi.chunkstore.SimpleRegionFile
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/chunkstore/class-use/Utils.SerializedData.html b/generated/1.5.2/org/getspout/spoutapi/chunkstore/class-use/Utils.SerializedData.html new file mode 100644 index 0000000..3255c82 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/chunkstore/class-use/Utils.SerializedData.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.chunkstore.Utils.SerializedData (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Class
org.getspout.spoutapi.chunkstore.Utils.SerializedData

+
+
No usage of org.getspout.spoutapi.chunkstore.Utils.SerializedData
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/chunkstore/class-use/Utils.html b/generated/1.5.2/org/getspout/spoutapi/chunkstore/class-use/Utils.html new file mode 100644 index 0000000..88c7f16 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/chunkstore/class-use/Utils.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.chunkstore.Utils (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Class
org.getspout.spoutapi.chunkstore.Utils

+
+
No usage of org.getspout.spoutapi.chunkstore.Utils
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/chunkstore/package-frame.html b/generated/1.5.2/org/getspout/spoutapi/chunkstore/package-frame.html new file mode 100644 index 0000000..2eb6bc9 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/chunkstore/package-frame.html @@ -0,0 +1,27 @@ + + + + + +org.getspout.spoutapi.chunkstore (Spoutcraft 1.5.2 JavaDoc) + + + + + + +

org.getspout.spoutapi.chunkstore

+
+

Classes

+ +
+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/chunkstore/package-summary.html b/generated/1.5.2/org/getspout/spoutapi/chunkstore/package-summary.html new file mode 100644 index 0000000..8b5be3c --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/chunkstore/package-summary.html @@ -0,0 +1,170 @@ + + + + + +org.getspout.spoutapi.chunkstore (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Package org.getspout.spoutapi.chunkstore

+
+
+ +
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/chunkstore/package-tree.html b/generated/1.5.2/org/getspout/spoutapi/chunkstore/package-tree.html new file mode 100644 index 0000000..fe65978 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/chunkstore/package-tree.html @@ -0,0 +1,154 @@ + + + + + +org.getspout.spoutapi.chunkstore Class Hierarchy (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Hierarchy For Package org.getspout.spoutapi.chunkstore

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/chunkstore/package-use.html b/generated/1.5.2/org/getspout/spoutapi/chunkstore/package-use.html new file mode 100644 index 0000000..0f9762c --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/chunkstore/package-use.html @@ -0,0 +1,160 @@ + + + + + +Uses of Package org.getspout.spoutapi.chunkstore (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Package
org.getspout.spoutapi.chunkstore

+
+
+ +
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/class-use/ClientOnly.html b/generated/1.5.2/org/getspout/spoutapi/class-use/ClientOnly.html new file mode 100644 index 0000000..40e88f3 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/class-use/ClientOnly.html @@ -0,0 +1,1098 @@ + + + + + +Uses of Class org.getspout.spoutapi.ClientOnly (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Class
org.getspout.spoutapi.ClientOnly

+
+
+ +
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/class-use/Spout.html b/generated/1.5.2/org/getspout/spoutapi/class-use/Spout.html new file mode 100644 index 0000000..db435ee --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/class-use/Spout.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.Spout (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Class
org.getspout.spoutapi.Spout

+
+
No usage of org.getspout.spoutapi.Spout
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/class-use/SpoutManager.html b/generated/1.5.2/org/getspout/spoutapi/class-use/SpoutManager.html new file mode 100644 index 0000000..fcbdc34 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/class-use/SpoutManager.html @@ -0,0 +1,197 @@ + + + + + +Uses of Class org.getspout.spoutapi.SpoutManager (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Class
org.getspout.spoutapi.SpoutManager

+
+
+ +
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/class-use/SpoutServer.html b/generated/1.5.2/org/getspout/spoutapi/class-use/SpoutServer.html new file mode 100644 index 0000000..d189424 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/class-use/SpoutServer.html @@ -0,0 +1,195 @@ + + + + + +Uses of Class org.getspout.spoutapi.SpoutServer (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Class
org.getspout.spoutapi.SpoutServer

+
+
+ +
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/class-use/SpoutWorld.html b/generated/1.5.2/org/getspout/spoutapi/class-use/SpoutWorld.html new file mode 100644 index 0000000..517a3b0 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/class-use/SpoutWorld.html @@ -0,0 +1,192 @@ + + + + + +Uses of Class org.getspout.spoutapi.SpoutWorld (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Class
org.getspout.spoutapi.SpoutWorld

+
+
+ +
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/class-use/WorldManager.html b/generated/1.5.2/org/getspout/spoutapi/class-use/WorldManager.html new file mode 100644 index 0000000..829e389 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/class-use/WorldManager.html @@ -0,0 +1,184 @@ + + + + + +Uses of Interface org.getspout.spoutapi.WorldManager (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Interface
org.getspout.spoutapi.WorldManager

+
+
+ +
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/input/KeyBindingEvent.html b/generated/1.5.2/org/getspout/spoutapi/event/input/KeyBindingEvent.html new file mode 100644 index 0000000..4c2eac4 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/input/KeyBindingEvent.html @@ -0,0 +1,339 @@ + + + + + +KeyBindingEvent (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.event.input
+

Class KeyBindingEvent

+
+
+ +
+
    +
  • +
    +
    +
    public class KeyBindingEvent
    +extends Event
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getBinding

        +
        public KeyBinding getBinding()
        +
      • +
      + + + + + + + +
        +
      • +

        getScreenType

        +
        public ScreenType getScreenType()
        +
      • +
      + + + +
        +
      • +

        getHandlers

        +
        public HandlerList getHandlers()
        +
      • +
      + + + +
        +
      • +

        getHandlerList

        +
        public static HandlerList getHandlerList()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/input/KeyPressedEvent.html b/generated/1.5.2/org/getspout/spoutapi/event/input/KeyPressedEvent.html new file mode 100644 index 0000000..071bded --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/input/KeyPressedEvent.html @@ -0,0 +1,341 @@ + + + + + +KeyPressedEvent (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.event.input
+

Class KeyPressedEvent

+
+
+ +
+
    +
  • +
    +
    +
    public class KeyPressedEvent
    +extends Event
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        KeyPressedEvent

        +
        public KeyPressedEvent(int keyPress,
        +                       SpoutPlayer player,
        +                       ScreenType screenType)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + + + +
        +
      • +

        getKey

        +
        public Keyboard getKey()
        +
      • +
      + + + +
        +
      • +

        getScreenType

        +
        public ScreenType getScreenType()
        +
      • +
      + + + +
        +
      • +

        getHandlers

        +
        public HandlerList getHandlers()
        +
      • +
      + + + +
        +
      • +

        getHandlerList

        +
        public static HandlerList getHandlerList()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/input/KeyReleasedEvent.html b/generated/1.5.2/org/getspout/spoutapi/event/input/KeyReleasedEvent.html new file mode 100644 index 0000000..fccf595 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/input/KeyReleasedEvent.html @@ -0,0 +1,341 @@ + + + + + +KeyReleasedEvent (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.event.input
+

Class KeyReleasedEvent

+
+
+ +
+
    +
  • +
    +
    +
    public class KeyReleasedEvent
    +extends Event
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        KeyReleasedEvent

        +
        public KeyReleasedEvent(int keyPress,
        +                        SpoutPlayer player,
        +                        ScreenType screenType)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + + + +
        +
      • +

        getKey

        +
        public Keyboard getKey()
        +
      • +
      + + + +
        +
      • +

        getScreenType

        +
        public ScreenType getScreenType()
        +
      • +
      + + + +
        +
      • +

        getHandlers

        +
        public HandlerList getHandlers()
        +
      • +
      + + + +
        +
      • +

        getHandlerList

        +
        public static HandlerList getHandlerList()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/input/RenderDistanceChangeEvent.html b/generated/1.5.2/org/getspout/spoutapi/event/input/RenderDistanceChangeEvent.html new file mode 100644 index 0000000..09af68a --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/input/RenderDistanceChangeEvent.html @@ -0,0 +1,353 @@ + + + + + +RenderDistanceChangeEvent (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.event.input
+

Class RenderDistanceChangeEvent

+
+
+ +
+
    +
  • +
    +
    +
    public class RenderDistanceChangeEvent
    +extends Event
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getCurrentRenderDistance

        +
        public RenderDistance getCurrentRenderDistance()
        +
      • +
      + + + +
        +
      • +

        getNewRenderDistance

        +
        public RenderDistance getNewRenderDistance()
        +
      • +
      + + + +
        +
      • +

        isCancelled

        +
        public boolean isCancelled()
        +
      • +
      + + + +
        +
      • +

        setCancelled

        +
        public void setCancelled(boolean cancel)
        +
      • +
      + + + +
        +
      • +

        getHandlers

        +
        public HandlerList getHandlers()
        +
      • +
      + + + +
        +
      • +

        getHandlerList

        +
        public static HandlerList getHandlerList()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/input/class-use/KeyBindingEvent.html b/generated/1.5.2/org/getspout/spoutapi/event/input/class-use/KeyBindingEvent.html new file mode 100644 index 0000000..684f3e1 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/input/class-use/KeyBindingEvent.html @@ -0,0 +1,179 @@ + + + + + +Uses of Class org.getspout.spoutapi.event.input.KeyBindingEvent (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Class
org.getspout.spoutapi.event.input.KeyBindingEvent

+
+
+ +
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/input/class-use/KeyPressedEvent.html b/generated/1.5.2/org/getspout/spoutapi/event/input/class-use/KeyPressedEvent.html new file mode 100644 index 0000000..45cced3 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/input/class-use/KeyPressedEvent.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.event.input.KeyPressedEvent (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Class
org.getspout.spoutapi.event.input.KeyPressedEvent

+
+
No usage of org.getspout.spoutapi.event.input.KeyPressedEvent
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/input/class-use/KeyReleasedEvent.html b/generated/1.5.2/org/getspout/spoutapi/event/input/class-use/KeyReleasedEvent.html new file mode 100644 index 0000000..8a89741 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/input/class-use/KeyReleasedEvent.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.event.input.KeyReleasedEvent (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Class
org.getspout.spoutapi.event.input.KeyReleasedEvent

+
+
No usage of org.getspout.spoutapi.event.input.KeyReleasedEvent
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/input/class-use/RenderDistanceChangeEvent.html b/generated/1.5.2/org/getspout/spoutapi/event/input/class-use/RenderDistanceChangeEvent.html new file mode 100644 index 0000000..b3da139 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/input/class-use/RenderDistanceChangeEvent.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.event.input.RenderDistanceChangeEvent (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Class
org.getspout.spoutapi.event.input.RenderDistanceChangeEvent

+
+
No usage of org.getspout.spoutapi.event.input.RenderDistanceChangeEvent
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/input/package-frame.html b/generated/1.5.2/org/getspout/spoutapi/event/input/package-frame.html new file mode 100644 index 0000000..c9691ef --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/input/package-frame.html @@ -0,0 +1,24 @@ + + + + + +org.getspout.spoutapi.event.input (Spoutcraft 1.5.2 JavaDoc) + + + + + + +

org.getspout.spoutapi.event.input

+
+

Classes

+ +
+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/input/package-summary.html b/generated/1.5.2/org/getspout/spoutapi/event/input/package-summary.html new file mode 100644 index 0000000..0806780 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/input/package-summary.html @@ -0,0 +1,171 @@ + + + + + +org.getspout.spoutapi.event.input (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Package org.getspout.spoutapi.event.input

+
+
+ This package provides the interfaces for input related events (render distance, key press and key release) +
+
+

See: Description

+
+
+ + + + +

Package org.getspout.spoutapi.event.input Description

+

+ This package provides the interfaces for input related events (render distance, key press and key release) +

+
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/input/package-tree.html b/generated/1.5.2/org/getspout/spoutapi/event/input/package-tree.html new file mode 100644 index 0000000..5a57037 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/input/package-tree.html @@ -0,0 +1,159 @@ + + + + + +org.getspout.spoutapi.event.input Class Hierarchy (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Hierarchy For Package org.getspout.spoutapi.event.input

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/input/package-use.html b/generated/1.5.2/org/getspout/spoutapi/event/input/package-use.html new file mode 100644 index 0000000..0ee1756 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/input/package-use.html @@ -0,0 +1,164 @@ + + + + + +Uses of Package org.getspout.spoutapi.event.input (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Package
org.getspout.spoutapi.event.input

+
+
+ +
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/inventory/InventoryClickEvent.html b/generated/1.5.2/org/getspout/spoutapi/event/inventory/InventoryClickEvent.html new file mode 100644 index 0000000..cacd296 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/inventory/InventoryClickEvent.html @@ -0,0 +1,720 @@ + + + + + +InventoryClickEvent (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.event.inventory
+

Class InventoryClickEvent

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        InventoryClickEvent

        +
        @Deprecated
        +public InventoryClickEvent(Player player,
        +                                        Inventory inventory,
        +                                        InventorySlotType type,
        +                                        ItemStack item,
        +                                        ItemStack cursor,
        +                                        int slot,
        +                                        boolean leftClick,
        +                                        boolean shift)
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        InventoryClickEvent

        +
        @Deprecated
        +public InventoryClickEvent(Player player,
        +                                        Inventory inventory,
        +                                        InventorySlotType type,
        +                                        ItemStack item,
        +                                        ItemStack cursor,
        +                                        int slot,
        +                                        boolean leftClick,
        +                                        boolean shift,
        +                                        Location location)
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        InventoryClickEvent

        +
        @Deprecated
        +protected InventoryClickEvent(java.lang.String name,
        +                                           Player player,
        +                                           Inventory inventory,
        +                                           InventorySlotType type,
        +                                           ItemStack item,
        +                                           ItemStack cursor,
        +                                           int slot,
        +                                           boolean leftClick,
        +                                           boolean shift,
        +                                           Location location)
        +
        Deprecated. 
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        setCancelled

        +
        @Deprecated
        +public void setCancelled(boolean cancel)
        +
        Deprecated. 
        +
        +
        Overrides:
        +
        setCancelled in class InventoryEvent
        +
        +
      • +
      + + + +
        +
      • +

        getResult

        +
        @Deprecated
        +public Event.Result getResult()
        +
        Deprecated. 
        +
        Gets the result of this event. + Default: Allow for Minecraft to handle the inventory click normally + Allow: Allow the inventory click to continue, regardless of the consequences + Deny: Block the inventory click from occuring, reset the inventory state to the pre-click state
        +
        +
        Returns:
        +
        result
        +
        +
      • +
      + + + +
        +
      • +

        setResult

        +
        @Deprecated
        +public void setResult(Event.Result result)
        +
        Deprecated. 
        +
        Sets the result of this event. + Default: Allow for Minecraft to handle the inventory click normally + Allow: Allow the inventory click to continue, regardless of the consequences + Deny: Block the inventory click from occuring, reset the inventory state to the pre-click state
        +
      • +
      + + + +
        +
      • +

        getSlotType

        +
        @Deprecated
        +public InventorySlotType getSlotType()
        +
        Deprecated. 
        +
        Gets the type of slot that is being interacted with
        +
        +
        Returns:
        +
        slot type
        +
        +
      • +
      + + + +
        +
      • +

        getItem

        +
        @Deprecated
        +public ItemStack getItem()
        +
        Deprecated. 
        +
        Gets the item at the slow being interacted with, or null if empty
        +
        +
        Returns:
        +
        item
        +
        +
      • +
      + + + +
        +
      • +

        setItem

        +
        @Deprecated
        +public void setItem(ItemStack item)
        +
        Deprecated. 
        +
        Sets the slot being interacted with. Use null for an empty slot. + Note: The inventory slot can not be changed unless the result has been set to Allow.
        +
        +
        Parameters:
        +
        item - to set
        +
        +
      • +
      + + + +
        +
      • +

        getCursor

        +
        @Deprecated
        +public ItemStack getCursor()
        +
        Deprecated. 
        +
        Gets the cursor being interacted with, or null if empty.
        +
        +
        Returns:
        +
        cursor
        +
        +
      • +
      + + + +
        +
      • +

        setCursor

        +
        @Deprecated
        +public void setCursor(ItemStack cursor)
        +
        Deprecated. 
        +
        Sets the cursor being interacted with. Use null for an empty slot. + Note: The cursor can not be changed unless the result has been set to Allow.
        +
        +
        Parameters:
        +
        cursor - to set
        +
        +
      • +
      + + + +
        +
      • +

        getSlot

        +
        @Deprecated
        +public int getSlot()
        +
        Deprecated. 
        +
        Gets the slot index being interacted with + If the slot is -999, the clicked region is outside of the inventory
        +
        +
        Returns:
        +
        slot index
        +
        +
      • +
      + + + +
        +
      • +

        getRawSlot

        +
        @Deprecated
        +public int getRawSlot()
        +
        Deprecated. 
        +
        Gets the raw slot index that the packet sent + If the slot is -999, the clicked region is outside of the inventory
        +
        +
        Returns:
        +
        raw slot
        +
        +
      • +
      + + + +
        +
      • +

        isLeftClick

        +
        @Deprecated
        +public boolean isLeftClick()
        +
        Deprecated. 
        +
        Returns true if the click on the inventory window was a left click. If false, it was a right click.
        +
        +
        Returns:
        +
        true if left click
        +
        +
      • +
      + + + +
        +
      • +

        isShiftClick

        +
        @Deprecated
        +public boolean isShiftClick()
        +
        Deprecated. 
        +
        Returns true if the click on the inventory crafting slow was a shift click.
        +
        +
        Returns:
        +
        true if shift click
        +
        +
      • +
      + + + +
        +
      • +

        convertSlot

        +
        protected int convertSlot(int slot)
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        getHandlers

        +
        public HandlerList getHandlers()
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        getHandlerList

        +
        public static HandlerList getHandlerList()
        +
        Deprecated. 
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/inventory/InventoryCloseEvent.html b/generated/1.5.2/org/getspout/spoutapi/event/inventory/InventoryCloseEvent.html new file mode 100644 index 0000000..c4a3401 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/inventory/InventoryCloseEvent.html @@ -0,0 +1,406 @@ + + + + + +InventoryCloseEvent (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.event.inventory
+

Class InventoryCloseEvent

+
+
+ +
+
    +
  • +
    +
    Deprecated.
    +
    +
    @Deprecated
    +public class InventoryCloseEvent
    +extends InventoryEvent
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        InventoryCloseEvent

        +
        public InventoryCloseEvent(Player player,
        +                           Inventory inventory,
        +                           Inventory other)
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        InventoryCloseEvent

        +
        public InventoryCloseEvent(Player player,
        +                           Inventory inventory,
        +                           Inventory other,
        +                           Location location)
        +
        Deprecated. 
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getInventory

        +
        public Inventory getInventory()
        +
        Deprecated. 
        +
        Gets the top (or main) inventory that was closed
        +
        +
        Overrides:
        +
        getInventory in class InventoryEvent
        +
        Returns:
        +
        inventory closed
        +
        +
      • +
      + + + +
        +
      • +

        getBottomInventory

        +
        public Inventory getBottomInventory()
        +
        Deprecated. 
        +
        Gets the second, bottom inventory that was closed.
        +
        +
        Returns:
        +
        bottom inventory closed or null if there was no second inventory closed
        +
        +
      • +
      + + + +
        +
      • +

        getHandlers

        +
        public HandlerList getHandlers()
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        getHandlerList

        +
        public static HandlerList getHandlerList()
        +
        Deprecated. 
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/inventory/InventoryCraftEvent.html b/generated/1.5.2/org/getspout/spoutapi/event/inventory/InventoryCraftEvent.html new file mode 100644 index 0000000..afb9ccd --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/inventory/InventoryCraftEvent.html @@ -0,0 +1,654 @@ + + + + + +InventoryCraftEvent (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.event.inventory
+

Class InventoryCraftEvent

+
+
+ +
+
    +
  • +
    +
    Deprecated.
    +
    +
    @Deprecated
    +public class InventoryCraftEvent
    +extends InventoryEvent
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      InventoryCraftEvent(Player player, + CraftingInventory inventory, + Location location, + InventorySlotType slotType, + int slot, + ItemStack[][] recipe, + ItemStack result, + int amount, + ItemStack cursor, + boolean leftClick, + boolean shift) +
      Deprecated. 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and TypeMethod and Description
      ItemStackgetCursor() +
      Deprecated. 
      +
      Gets the itemstack at the cursor
      +
      static HandlerListgetHandlerList() +
      Deprecated. 
      HandlerListgetHandlers() +
      Deprecated. 
      intgetHeight() +
      Deprecated. 
      +
      Gets the height of the inventory crafting area
      +
      CraftingInventorygetInventory() +
      Deprecated. 
      +
      Gets the inventory where the crafting is taking place
      +
      ItemStack[][]getRecipe() +
      Deprecated. 
      +
      Gets the recipe at the inventory crafting area
      +
      ItemStackgetResult() +
      Deprecated. 
      +
      Gets the current (new) item at the slot
      +
      intgetResultAmount() +
      Deprecated. 
      +
      Gets the amount of new items when shift click was used
      +
      intgetSlot() +
      Deprecated. 
      +
      Gets the slot index being interacted with
      +
      InventorySlotTypegetSlotType() +
      Deprecated. 
      +
      Gets the slot type being interacted with
      +
      intgetWidth() +
      Deprecated. 
      +
      Gets the width of the inventory crafting area
      +
      booleanisLeftClick() +
      Deprecated. 
      +
      Returns true if the click on the inventory crafting slot was a left click.
      +
      booleanisShiftClick() +
      Deprecated. 
      +
      Returns true if the click on the inventory crafting slot was a shift click.
      +
      voidsetCursor(ItemStack cursor) +
      Deprecated. 
      +
      Sets the itemstack at the cursor
      +
      voidsetResult(ItemStack result) +
      Deprecated. 
      +
      Sets the current item at the slot
      +
      + +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        InventoryCraftEvent

        +
        public InventoryCraftEvent(Player player,
        +                           CraftingInventory inventory,
        +                           Location location,
        +                           InventorySlotType slotType,
        +                           int slot,
        +                           ItemStack[][] recipe,
        +                           ItemStack result,
        +                           int amount,
        +                           ItemStack cursor,
        +                           boolean leftClick,
        +                           boolean shift)
        +
        Deprecated. 
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + + + +
        +
      • +

        getWidth

        +
        public int getWidth()
        +
        Deprecated. 
        +
        Gets the width of the inventory crafting area
        +
        +
        Returns:
        +
        width
        +
        +
      • +
      + + + +
        +
      • +

        getHeight

        +
        public int getHeight()
        +
        Deprecated. 
        +
        Gets the height of the inventory crafting area
        +
        +
        Returns:
        +
        height
        +
        +
      • +
      + + + +
        +
      • +

        getRecipe

        +
        public ItemStack[][] getRecipe()
        +
        Deprecated. 
        +
        Gets the recipe at the inventory crafting area
        +
        +
        Returns:
        +
        recipe
        +
        +
      • +
      + + + +
        +
      • +

        getCursor

        +
        public ItemStack getCursor()
        +
        Deprecated. 
        +
        Gets the itemstack at the cursor
        +
        +
        Returns:
        +
        cursor
        +
        +
      • +
      + + + +
        +
      • +

        setCursor

        +
        public void setCursor(ItemStack cursor)
        +
        Deprecated. 
        +
        Sets the itemstack at the cursor
        +
        +
        Parameters:
        +
        cursor - to set
        +
        +
      • +
      + + + +
        +
      • +

        getResult

        +
        public ItemStack getResult()
        +
        Deprecated. 
        +
        Gets the current (new) item at the slot
        +
        +
        Returns:
        +
        current item
        +
        +
      • +
      + + + +
        +
      • +

        getResultAmount

        +
        public int getResultAmount()
        +
        Deprecated. 
        +
        Gets the amount of new items when shift click was used
        +
        +
        Returns:
        +
        amount
        +
        +
      • +
      + + + +
        +
      • +

        setResult

        +
        public void setResult(ItemStack result)
        +
        Deprecated. 
        +
        Sets the current item at the slot
        +
        +
        Parameters:
        +
        result - to set
        +
        +
      • +
      + + + +
        +
      • +

        getSlot

        +
        public int getSlot()
        +
        Deprecated. 
        +
        Gets the slot index being interacted with
        +
        +
        Returns:
        +
        slot index
        +
        +
      • +
      + + + +
        +
      • +

        getSlotType

        +
        public InventorySlotType getSlotType()
        +
        Deprecated. 
        +
        Gets the slot type being interacted with
        +
        +
        Returns:
        +
        slot type
        +
        +
      • +
      + + + +
        +
      • +

        isLeftClick

        +
        public boolean isLeftClick()
        +
        Deprecated. 
        +
        Returns true if the click on the inventory crafting slot was a left click. If false, it was a right click.
        +
        +
        Returns:
        +
        true if left click
        +
        +
      • +
      + + + +
        +
      • +

        isShiftClick

        +
        public boolean isShiftClick()
        +
        Deprecated. 
        +
        Returns true if the click on the inventory crafting slot was a shift click.
        +
        +
        Returns:
        +
        true if shift click
        +
        +
      • +
      + + + +
        +
      • +

        getHandlers

        +
        public HandlerList getHandlers()
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        getHandlerList

        +
        public static HandlerList getHandlerList()
        +
        Deprecated. 
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/inventory/InventoryEvent.html b/generated/1.5.2/org/getspout/spoutapi/event/inventory/InventoryEvent.html new file mode 100644 index 0000000..427cb7f --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/inventory/InventoryEvent.html @@ -0,0 +1,449 @@ + + + + + +InventoryEvent (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.event.inventory
+

Class InventoryEvent

+
+
+ +
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + + + + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      protected booleancancelled 
      protected Inventoryinventory 
      protected Locationlocation 
      protected Playerplayer 
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + + +
      Constructors 
      Constructor and Description
      InventoryEvent(java.lang.String event, + Player player, + Inventory inventory) 
      InventoryEvent(java.lang.String event, + Player player, + Inventory inventory, + Location location) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      InventorygetInventory() 
      LocationgetLocation() +
      Gets the location of the inventory, if there is one.
      +
      PlayergetPlayer() 
      booleanisCancelled() 
      voidsetCancelled(boolean cancel) 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        inventory

        +
        protected final Inventory inventory
        +
      • +
      + + + +
        +
      • +

        player

        +
        protected final Player player
        +
      • +
      + + + +
        +
      • +

        cancelled

        +
        protected boolean cancelled
        +
      • +
      + + + +
        +
      • +

        location

        +
        protected Location location
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        InventoryEvent

        +
        public InventoryEvent(java.lang.String event,
        +                      Player player,
        +                      Inventory inventory)
        +
      • +
      + + + +
        +
      • +

        InventoryEvent

        +
        public InventoryEvent(java.lang.String event,
        +                      Player player,
        +                      Inventory inventory,
        +                      Location location)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getPlayer

        +
        public Player getPlayer()
        +
      • +
      + + + +
        +
      • +

        getInventory

        +
        public Inventory getInventory()
        +
      • +
      + + + +
        +
      • +

        getLocation

        +
        public Location getLocation()
        +
        Gets the location of the inventory, if there is one. Returns null if no location could be found.
        +
        +
        Returns:
        +
        location of the inventory
        +
        +
      • +
      + + + +
        +
      • +

        isCancelled

        +
        public boolean isCancelled()
        +
      • +
      + + + +
        +
      • +

        setCancelled

        +
        public void setCancelled(boolean cancel)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/inventory/InventoryOpenEvent.html b/generated/1.5.2/org/getspout/spoutapi/event/inventory/InventoryOpenEvent.html new file mode 100644 index 0000000..0f818a8 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/inventory/InventoryOpenEvent.html @@ -0,0 +1,406 @@ + + + + + +InventoryOpenEvent (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.event.inventory
+

Class InventoryOpenEvent

+
+
+ +
+
    +
  • +
    +
    Deprecated.
    +
    +
    @Deprecated
    +public class InventoryOpenEvent
    +extends InventoryEvent
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        InventoryOpenEvent

        +
        public InventoryOpenEvent(Player player,
        +                          Inventory inventory,
        +                          Inventory other)
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        InventoryOpenEvent

        +
        public InventoryOpenEvent(Player player,
        +                          Inventory inventory,
        +                          Inventory other,
        +                          Location location)
        +
        Deprecated. 
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getInventory

        +
        public Inventory getInventory()
        +
        Deprecated. 
        +
        Gets the top (or main) inventory that was opened
        +
        +
        Overrides:
        +
        getInventory in class InventoryEvent
        +
        Returns:
        +
        inventory opened
        +
        +
      • +
      + + + +
        +
      • +

        getBottomInventory

        +
        public Inventory getBottomInventory()
        +
        Deprecated. 
        +
        Gets the second, bottom inventory that was opened.
        +
        +
        Returns:
        +
        bottom inventory opened or null if there was no second inventory opened
        +
        +
      • +
      + + + +
        +
      • +

        getHandlers

        +
        public HandlerList getHandlers()
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        getHandlerList

        +
        public static HandlerList getHandlerList()
        +
        Deprecated. 
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/inventory/InventoryPlayerClickEvent.html b/generated/1.5.2/org/getspout/spoutapi/event/inventory/InventoryPlayerClickEvent.html new file mode 100644 index 0000000..a4b2d69 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/inventory/InventoryPlayerClickEvent.html @@ -0,0 +1,386 @@ + + + + + +InventoryPlayerClickEvent (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.event.inventory
+

Class InventoryPlayerClickEvent

+
+
+ +
+
    +
  • +
    +
    Deprecated.
    +
    +
    @Deprecated
    +public class InventoryPlayerClickEvent
    +extends InventoryClickEvent
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        InventoryPlayerClickEvent

        +
        public InventoryPlayerClickEvent(Player player,
        +                                 Inventory inventory,
        +                                 InventorySlotType type,
        +                                 ItemStack item,
        +                                 ItemStack cursor,
        +                                 int slot,
        +                                 boolean leftClick,
        +                                 boolean shift,
        +                                 Location location)
        +
        Deprecated. 
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + + + + + + + +
        +
      • +

        getHandlerList

        +
        public static HandlerList getHandlerList()
        +
        Deprecated. 
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/inventory/InventorySlotType.html b/generated/1.5.2/org/getspout/spoutapi/event/inventory/InventorySlotType.html new file mode 100644 index 0000000..55e02e7 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/inventory/InventorySlotType.html @@ -0,0 +1,467 @@ + + + + + +InventorySlotType (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.event.inventory
+

Enum InventorySlotType

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable, java.lang.Comparable<InventorySlotType>
    +
    +
    +
    +
    public enum InventorySlotType
    +extends java.lang.Enum<InventorySlotType>
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Static Methods Concrete Methods 
      Modifier and TypeMethod and Description
      static InventorySlotTypevalueOf(java.lang.String name) +
      Returns the enum constant of this type with the specified name.
      +
      static InventorySlotType[]values() +
      Returns an array containing the constants of this enum type, in +the order they are declared.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Enum

        +clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +getClass, notify, notifyAll, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        values

        +
        public static InventorySlotType[] values()
        +
        Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
        +for (InventorySlotType c : InventorySlotType.values())
        +    System.out.println(c);
        +
        +
        +
        Returns:
        +
        an array containing the constants of this enum type, in the order they are declared
        +
        +
      • +
      + + + +
        +
      • +

        valueOf

        +
        public static InventorySlotType valueOf(java.lang.String name)
        +
        Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)
        +
        +
        Parameters:
        +
        name - the name of the enum constant to be returned.
        +
        Returns:
        +
        the enum constant with the specified name
        +
        Throws:
        +
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        +
        java.lang.NullPointerException - if the argument is null
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/inventory/class-use/InventoryClickEvent.html b/generated/1.5.2/org/getspout/spoutapi/event/inventory/class-use/InventoryClickEvent.html new file mode 100644 index 0000000..ee94409 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/inventory/class-use/InventoryClickEvent.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.event.inventory.InventoryClickEvent (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Class
org.getspout.spoutapi.event.inventory.InventoryClickEvent

+
+
No usage of org.getspout.spoutapi.event.inventory.InventoryClickEvent
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/inventory/class-use/InventoryCloseEvent.html b/generated/1.5.2/org/getspout/spoutapi/event/inventory/class-use/InventoryCloseEvent.html new file mode 100644 index 0000000..d76a095 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/inventory/class-use/InventoryCloseEvent.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.event.inventory.InventoryCloseEvent (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Class
org.getspout.spoutapi.event.inventory.InventoryCloseEvent

+
+
No usage of org.getspout.spoutapi.event.inventory.InventoryCloseEvent
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/inventory/class-use/InventoryCraftEvent.html b/generated/1.5.2/org/getspout/spoutapi/event/inventory/class-use/InventoryCraftEvent.html new file mode 100644 index 0000000..7c217c6 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/inventory/class-use/InventoryCraftEvent.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.event.inventory.InventoryCraftEvent (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Class
org.getspout.spoutapi.event.inventory.InventoryCraftEvent

+
+
No usage of org.getspout.spoutapi.event.inventory.InventoryCraftEvent
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/inventory/class-use/InventoryEvent.html b/generated/1.5.2/org/getspout/spoutapi/event/inventory/class-use/InventoryEvent.html new file mode 100644 index 0000000..4744374 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/inventory/class-use/InventoryEvent.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.event.inventory.InventoryEvent (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Class
org.getspout.spoutapi.event.inventory.InventoryEvent

+
+
No usage of org.getspout.spoutapi.event.inventory.InventoryEvent
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/inventory/class-use/InventoryOpenEvent.html b/generated/1.5.2/org/getspout/spoutapi/event/inventory/class-use/InventoryOpenEvent.html new file mode 100644 index 0000000..b2fc68f --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/inventory/class-use/InventoryOpenEvent.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.event.inventory.InventoryOpenEvent (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Class
org.getspout.spoutapi.event.inventory.InventoryOpenEvent

+
+
No usage of org.getspout.spoutapi.event.inventory.InventoryOpenEvent
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/inventory/class-use/InventoryPlayerClickEvent.html b/generated/1.5.2/org/getspout/spoutapi/event/inventory/class-use/InventoryPlayerClickEvent.html new file mode 100644 index 0000000..7f50e70 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/inventory/class-use/InventoryPlayerClickEvent.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.event.inventory.InventoryPlayerClickEvent (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Class
org.getspout.spoutapi.event.inventory.InventoryPlayerClickEvent

+
+
No usage of org.getspout.spoutapi.event.inventory.InventoryPlayerClickEvent
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/inventory/class-use/InventorySlotType.html b/generated/1.5.2/org/getspout/spoutapi/event/inventory/class-use/InventorySlotType.html new file mode 100644 index 0000000..d2af7e7 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/inventory/class-use/InventorySlotType.html @@ -0,0 +1,268 @@ + + + + + +Uses of Class org.getspout.spoutapi.event.inventory.InventorySlotType (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Class
org.getspout.spoutapi.event.inventory.InventorySlotType

+
+
+ +
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/inventory/package-frame.html b/generated/1.5.2/org/getspout/spoutapi/event/inventory/package-frame.html new file mode 100644 index 0000000..b659186 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/inventory/package-frame.html @@ -0,0 +1,30 @@ + + + + + +org.getspout.spoutapi.event.inventory (Spoutcraft 1.5.2 JavaDoc) + + + + + + +

org.getspout.spoutapi.event.inventory

+
+

Classes

+ +

Enums

+ +
+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/inventory/package-summary.html b/generated/1.5.2/org/getspout/spoutapi/event/inventory/package-summary.html new file mode 100644 index 0000000..55d43a7 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/inventory/package-summary.html @@ -0,0 +1,194 @@ + + + + + +org.getspout.spoutapi.event.inventory (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Package org.getspout.spoutapi.event.inventory

+
+
+ This package provides the interfaces for inventory events +
+
+

See: Description

+
+
+ + + + +

Package org.getspout.spoutapi.event.inventory Description

+

+ This package provides the interfaces for inventory events +

+
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/inventory/package-tree.html b/generated/1.5.2/org/getspout/spoutapi/event/inventory/package-tree.html new file mode 100644 index 0000000..6e2f6f7 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/inventory/package-tree.html @@ -0,0 +1,167 @@ + + + + + +org.getspout.spoutapi.event.inventory Class Hierarchy (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Hierarchy For Package org.getspout.spoutapi.event.inventory

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Enum Hierarchy

+ +
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/inventory/package-use.html b/generated/1.5.2/org/getspout/spoutapi/event/inventory/package-use.html new file mode 100644 index 0000000..81d12e7 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/inventory/package-use.html @@ -0,0 +1,164 @@ + + + + + +Uses of Package org.getspout.spoutapi.event.inventory (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Package
org.getspout.spoutapi.event.inventory

+
+
+ +
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/permission/PermissionEvent.html b/generated/1.5.2/org/getspout/spoutapi/event/permission/PermissionEvent.html new file mode 100644 index 0000000..9a12e76 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/permission/PermissionEvent.html @@ -0,0 +1,281 @@ + + + + + +PermissionEvent (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.event.permission
+

Interface PermissionEvent

+
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Abstract Methods 
      Modifier and TypeMethod and Description
      booleangetDefaultResult() +
      Gets the default result of this event, if unmodified.
      +
      booleangetResult() +
      Gets the result of this event.
      +
      voidsetResult(boolean result) +
      Sets the result of this event.
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getDefaultResult

        +
        boolean getDefaultResult()
        +
        Gets the default result of this event, if unmodified.
        +
        +
        Returns:
        +
        default result
        +
        +
      • +
      + + + +
        +
      • +

        getResult

        +
        boolean getResult()
        +
        Gets the result of this event. +

        + If true, the action will be allowed

        +
        +
        Returns:
        +
        result
        +
        +
      • +
      + + + +
        +
      • +

        setResult

        +
        void setResult(boolean result)
        +
        Sets the result of this event.
        +
        +
        Parameters:
        +
        result - to set
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/permission/PlayerPermissionEvent.html b/generated/1.5.2/org/getspout/spoutapi/event/permission/PlayerPermissionEvent.html new file mode 100644 index 0000000..e5d5d6b --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/permission/PlayerPermissionEvent.html @@ -0,0 +1,443 @@ + + + + + +PlayerPermissionEvent (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.event.permission
+

Class PlayerPermissionEvent

+
+
+ +
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      PlayerPermissionEvent(SpoutPlayer player, + java.lang.String permission, + Permission perm, + boolean defaultResult) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      booleangetDefaultResult() +
      Gets the default result of this event, if unmodified.
      +
      static HandlerListgetHandlerList() 
      HandlerListgetHandlers() 
      PermissiongetPermission() +
      Gets the permission being checked against.
      +
      java.lang.StringgetPermissionString() +
      Gets the permission string being checked against.
      +
      SpoutPlayergetPlayer() +
      Gets the player involved in this permission event
      +
      booleangetResult() +
      Gets the result of this event.
      +
      voidsetResult(boolean result) +
      Sets the result of this event.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PlayerPermissionEvent

        +
        public PlayerPermissionEvent(SpoutPlayer player,
        +                             java.lang.String permission,
        +                             Permission perm,
        +                             boolean defaultResult)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getResult

        +
        public boolean getResult()
        +
        Description copied from interface: PermissionEvent
        +
        Gets the result of this event. +

        + If true, the action will be allowed

        +
        +
        Specified by:
        +
        getResult in interface PermissionEvent
        +
        Returns:
        +
        result
        +
        +
      • +
      + + + +
        +
      • +

        setResult

        +
        public void setResult(boolean result)
        +
        Description copied from interface: PermissionEvent
        +
        Sets the result of this event.
        +
        +
        Specified by:
        +
        setResult in interface PermissionEvent
        +
        Parameters:
        +
        result - to set
        +
        +
      • +
      + + + +
        +
      • +

        getDefaultResult

        +
        public boolean getDefaultResult()
        +
        Description copied from interface: PermissionEvent
        +
        Gets the default result of this event, if unmodified.
        +
        +
        Specified by:
        +
        getDefaultResult in interface PermissionEvent
        +
        Returns:
        +
        default result
        +
        +
      • +
      + + + +
        +
      • +

        getPlayer

        +
        public SpoutPlayer getPlayer()
        +
        Gets the player involved in this permission event
        +
        +
        Returns:
        +
        player
        +
        +
      • +
      + + + +
        +
      • +

        getPermissionString

        +
        public java.lang.String getPermissionString()
        +
        Gets the permission string being checked against. Should never be null.
        +
        +
        Returns:
        +
        permission string
        +
        +
      • +
      + + + +
        +
      • +

        getPermission

        +
        public Permission getPermission()
        +
        Gets the permission being checked against. May be null if the permission is not set.
        +
        +
        Returns:
        +
        permission
        +
        +
      • +
      + + + +
        +
      • +

        getHandlers

        +
        public HandlerList getHandlers()
        +
      • +
      + + + +
        +
      • +

        getHandlerList

        +
        public static HandlerList getHandlerList()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/permission/class-use/PermissionEvent.html b/generated/1.5.2/org/getspout/spoutapi/event/permission/class-use/PermissionEvent.html new file mode 100644 index 0000000..136e0c4 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/permission/class-use/PermissionEvent.html @@ -0,0 +1,171 @@ + + + + + +Uses of Interface org.getspout.spoutapi.event.permission.PermissionEvent (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Interface
org.getspout.spoutapi.event.permission.PermissionEvent

+
+
+ +
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/permission/class-use/PlayerPermissionEvent.html b/generated/1.5.2/org/getspout/spoutapi/event/permission/class-use/PlayerPermissionEvent.html new file mode 100644 index 0000000..6dbc074 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/permission/class-use/PlayerPermissionEvent.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.event.permission.PlayerPermissionEvent (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Class
org.getspout.spoutapi.event.permission.PlayerPermissionEvent

+
+
No usage of org.getspout.spoutapi.event.permission.PlayerPermissionEvent
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/permission/package-frame.html b/generated/1.5.2/org/getspout/spoutapi/event/permission/package-frame.html new file mode 100644 index 0000000..a33b896 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/permission/package-frame.html @@ -0,0 +1,25 @@ + + + + + +org.getspout.spoutapi.event.permission (Spoutcraft 1.5.2 JavaDoc) + + + + + + +

org.getspout.spoutapi.event.permission

+
+

Interfaces

+ +

Classes

+ +
+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/permission/package-summary.html b/generated/1.5.2/org/getspout/spoutapi/event/permission/package-summary.html new file mode 100644 index 0000000..ab7974a --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/permission/package-summary.html @@ -0,0 +1,174 @@ + + + + + +org.getspout.spoutapi.event.permission (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Package org.getspout.spoutapi.event.permission

+
+
+ This package provides the interfaces for permission events +
+
+

See: Description

+
+
+ + + + +

Package org.getspout.spoutapi.event.permission Description

+

+ This package provides the interfaces for permission events +

+
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/permission/package-tree.html b/generated/1.5.2/org/getspout/spoutapi/event/permission/package-tree.html new file mode 100644 index 0000000..69ff096 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/permission/package-tree.html @@ -0,0 +1,148 @@ + + + + + +org.getspout.spoutapi.event.permission Class Hierarchy (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Hierarchy For Package org.getspout.spoutapi.event.permission

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/permission/package-use.html b/generated/1.5.2/org/getspout/spoutapi/event/permission/package-use.html new file mode 100644 index 0000000..adf9953 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/permission/package-use.html @@ -0,0 +1,164 @@ + + + + + +Uses of Package org.getspout.spoutapi.event.permission (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Package
org.getspout.spoutapi.event.permission

+
+
+ +
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/screen/ButtonClickEvent.html b/generated/1.5.2/org/getspout/spoutapi/event/screen/ButtonClickEvent.html new file mode 100644 index 0000000..4eb2b2b --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/screen/ButtonClickEvent.html @@ -0,0 +1,340 @@ + + + + + +ButtonClickEvent (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.event.screen
+

Class ButtonClickEvent

+
+
+ +
+
    +
  • +
    +
    +
    public class ButtonClickEvent
    +extends ScreenEvent
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getButton

        +
        public Button getButton()
        +
      • +
      + + + +
        +
      • +

        getHandlers

        +
        public HandlerList getHandlers()
        +
      • +
      + + + +
        +
      • +

        getHandlerList

        +
        public static HandlerList getHandlerList()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/screen/ScreenCloseEvent.html b/generated/1.5.2/org/getspout/spoutapi/event/screen/ScreenCloseEvent.html new file mode 100644 index 0000000..8c3a9c4 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/screen/ScreenCloseEvent.html @@ -0,0 +1,326 @@ + + + + + +ScreenCloseEvent (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.event.screen
+

Class ScreenCloseEvent

+
+
+ +
+
    +
  • +
    +
    +
    public class ScreenCloseEvent
    +extends ScreenEvent
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getHandlers

        +
        public HandlerList getHandlers()
        +
      • +
      + + + +
        +
      • +

        getHandlerList

        +
        public static HandlerList getHandlerList()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/screen/ScreenEvent.html b/generated/1.5.2/org/getspout/spoutapi/event/screen/ScreenEvent.html new file mode 100644 index 0000000..9b79670 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/screen/ScreenEvent.html @@ -0,0 +1,428 @@ + + + + + +ScreenEvent (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.event.screen
+

Class ScreenEvent

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        screen

        +
        protected final Screen screen
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        cancel

        +
        protected boolean cancel
        +
      • +
      +
    • +
    + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getScreen

        +
        public Screen getScreen()
        +
      • +
      + + + +
        +
      • +

        getScreenType

        +
        public ScreenType getScreenType()
        +
      • +
      + + + + + + + +
        +
      • +

        isCancelled

        +
        public boolean isCancelled()
        +
      • +
      + + + +
        +
      • +

        setCancelled

        +
        public void setCancelled(boolean cancel)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/screen/ScreenOpenEvent.html b/generated/1.5.2/org/getspout/spoutapi/event/screen/ScreenOpenEvent.html new file mode 100644 index 0000000..9d770a8 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/screen/ScreenOpenEvent.html @@ -0,0 +1,326 @@ + + + + + +ScreenOpenEvent (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.event.screen
+

Class ScreenOpenEvent

+
+
+ +
+
    +
  • +
    +
    +
    public class ScreenOpenEvent
    +extends ScreenEvent
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getHandlers

        +
        public HandlerList getHandlers()
        +
      • +
      + + + +
        +
      • +

        getHandlerList

        +
        public static HandlerList getHandlerList()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/screen/ScreenshotReceivedEvent.html b/generated/1.5.2/org/getspout/spoutapi/event/screen/ScreenshotReceivedEvent.html new file mode 100644 index 0000000..2b6d0f4 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/screen/ScreenshotReceivedEvent.html @@ -0,0 +1,325 @@ + + + + + +ScreenshotReceivedEvent (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.event.screen
+

Class ScreenshotReceivedEvent

+
+
+ +
+
    +
  • +
    +
    +
    public class ScreenshotReceivedEvent
    +extends Event
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ScreenshotReceivedEvent

        +
        public ScreenshotReceivedEvent(SpoutPlayer sp,
        +                               java.awt.image.BufferedImage image)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getScreenshot

        +
        public java.awt.image.BufferedImage getScreenshot()
        +
      • +
      + + + + + + + +
        +
      • +

        getHandlers

        +
        public HandlerList getHandlers()
        +
      • +
      + + + +
        +
      • +

        getHandlerList

        +
        public static HandlerList getHandlerList()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/screen/SliderDragEvent.html b/generated/1.5.2/org/getspout/spoutapi/event/screen/SliderDragEvent.html new file mode 100644 index 0000000..129c6e6 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/screen/SliderDragEvent.html @@ -0,0 +1,384 @@ + + + + + +SliderDragEvent (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.event.screen
+

Class SliderDragEvent

+
+
+ +
+
    +
  • +
    +
    +
    public class SliderDragEvent
    +extends ScreenEvent
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        SliderDragEvent

        +
        public SliderDragEvent(SpoutPlayer player,
        +                       Screen screen,
        +                       Slider slider,
        +                       float position)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getSlider

        +
        public Slider getSlider()
        +
      • +
      + + + +
        +
      • +

        getOldPosition

        +
        public float getOldPosition()
        +
      • +
      + + + +
        +
      • +

        getNewPosition

        +
        public float getNewPosition()
        +
      • +
      + + + +
        +
      • +

        setNewPosition

        +
        public void setNewPosition(float position)
        +
      • +
      + + + +
        +
      • +

        getHandlers

        +
        public HandlerList getHandlers()
        +
      • +
      + + + +
        +
      • +

        getHandlerList

        +
        public static HandlerList getHandlerList()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/screen/TextFieldChangeEvent.html b/generated/1.5.2/org/getspout/spoutapi/event/screen/TextFieldChangeEvent.html new file mode 100644 index 0000000..e7722f4 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/screen/TextFieldChangeEvent.html @@ -0,0 +1,384 @@ + + + + + +TextFieldChangeEvent (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.event.screen
+

Class TextFieldChangeEvent

+
+
+ +
+
    +
  • +
    +
    +
    public class TextFieldChangeEvent
    +extends ScreenEvent
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        TextFieldChangeEvent

        +
        public TextFieldChangeEvent(SpoutPlayer player,
        +                            Screen screen,
        +                            TextField field,
        +                            java.lang.String newVal)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getTextField

        +
        public TextField getTextField()
        +
      • +
      + + + +
        +
      • +

        getOldText

        +
        public java.lang.String getOldText()
        +
      • +
      + + + +
        +
      • +

        getNewText

        +
        public java.lang.String getNewText()
        +
      • +
      + + + +
        +
      • +

        setNewText

        +
        public void setNewText(java.lang.String newVal)
        +
      • +
      + + + +
        +
      • +

        getHandlers

        +
        public HandlerList getHandlers()
        +
      • +
      + + + +
        +
      • +

        getHandlerList

        +
        public static HandlerList getHandlerList()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/screen/class-use/ButtonClickEvent.html b/generated/1.5.2/org/getspout/spoutapi/event/screen/class-use/ButtonClickEvent.html new file mode 100644 index 0000000..0b75a7a --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/screen/class-use/ButtonClickEvent.html @@ -0,0 +1,177 @@ + + + + + +Uses of Class org.getspout.spoutapi.event.screen.ButtonClickEvent (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Class
org.getspout.spoutapi.event.screen.ButtonClickEvent

+
+
+ +
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/screen/class-use/ScreenCloseEvent.html b/generated/1.5.2/org/getspout/spoutapi/event/screen/class-use/ScreenCloseEvent.html new file mode 100644 index 0000000..10ae2a4 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/screen/class-use/ScreenCloseEvent.html @@ -0,0 +1,177 @@ + + + + + +Uses of Class org.getspout.spoutapi.event.screen.ScreenCloseEvent (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Class
org.getspout.spoutapi.event.screen.ScreenCloseEvent

+
+
+ +
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/screen/class-use/ScreenEvent.html b/generated/1.5.2/org/getspout/spoutapi/event/screen/class-use/ScreenEvent.html new file mode 100644 index 0000000..c4e0d49 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/screen/class-use/ScreenEvent.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.event.screen.ScreenEvent (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Class
org.getspout.spoutapi.event.screen.ScreenEvent

+
+
No usage of org.getspout.spoutapi.event.screen.ScreenEvent
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/screen/class-use/ScreenOpenEvent.html b/generated/1.5.2/org/getspout/spoutapi/event/screen/class-use/ScreenOpenEvent.html new file mode 100644 index 0000000..1bef19f --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/screen/class-use/ScreenOpenEvent.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.event.screen.ScreenOpenEvent (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Class
org.getspout.spoutapi.event.screen.ScreenOpenEvent

+
+
No usage of org.getspout.spoutapi.event.screen.ScreenOpenEvent
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/screen/class-use/ScreenshotReceivedEvent.html b/generated/1.5.2/org/getspout/spoutapi/event/screen/class-use/ScreenshotReceivedEvent.html new file mode 100644 index 0000000..78a976c --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/screen/class-use/ScreenshotReceivedEvent.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.event.screen.ScreenshotReceivedEvent (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Class
org.getspout.spoutapi.event.screen.ScreenshotReceivedEvent

+
+
No usage of org.getspout.spoutapi.event.screen.ScreenshotReceivedEvent
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/screen/class-use/SliderDragEvent.html b/generated/1.5.2/org/getspout/spoutapi/event/screen/class-use/SliderDragEvent.html new file mode 100644 index 0000000..b0327e8 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/screen/class-use/SliderDragEvent.html @@ -0,0 +1,177 @@ + + + + + +Uses of Class org.getspout.spoutapi.event.screen.SliderDragEvent (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Class
org.getspout.spoutapi.event.screen.SliderDragEvent

+
+
+ +
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/screen/class-use/TextFieldChangeEvent.html b/generated/1.5.2/org/getspout/spoutapi/event/screen/class-use/TextFieldChangeEvent.html new file mode 100644 index 0000000..aff029b --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/screen/class-use/TextFieldChangeEvent.html @@ -0,0 +1,177 @@ + + + + + +Uses of Class org.getspout.spoutapi.event.screen.TextFieldChangeEvent (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Class
org.getspout.spoutapi.event.screen.TextFieldChangeEvent

+
+
+ +
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/screen/package-frame.html b/generated/1.5.2/org/getspout/spoutapi/event/screen/package-frame.html new file mode 100644 index 0000000..3ce8b7f --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/screen/package-frame.html @@ -0,0 +1,27 @@ + + + + + +org.getspout.spoutapi.event.screen (Spoutcraft 1.5.2 JavaDoc) + + + + + + +

org.getspout.spoutapi.event.screen

+
+

Classes

+ +
+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/screen/package-summary.html b/generated/1.5.2/org/getspout/spoutapi/event/screen/package-summary.html new file mode 100644 index 0000000..8a2ced5 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/screen/package-summary.html @@ -0,0 +1,183 @@ + + + + + +org.getspout.spoutapi.event.screen (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Package org.getspout.spoutapi.event.screen

+
+
+ This package provides the interfaces for gui related events, and events that fire for controls +
+
+

See: Description

+
+
+ + + + +

Package org.getspout.spoutapi.event.screen Description

+

+ This package provides the interfaces for gui related events, and events that fire for controls +

+
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/screen/package-tree.html b/generated/1.5.2/org/getspout/spoutapi/event/screen/package-tree.html new file mode 100644 index 0000000..88a285f --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/screen/package-tree.html @@ -0,0 +1,157 @@ + + + + + +org.getspout.spoutapi.event.screen Class Hierarchy (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Hierarchy For Package org.getspout.spoutapi.event.screen

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/screen/package-use.html b/generated/1.5.2/org/getspout/spoutapi/event/screen/package-use.html new file mode 100644 index 0000000..06a5219 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/screen/package-use.html @@ -0,0 +1,173 @@ + + + + + +Uses of Package org.getspout.spoutapi.event.screen (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Package
org.getspout.spoutapi.event.screen

+
+
+ +
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/slot/SlotEvent.html b/generated/1.5.2/org/getspout/spoutapi/event/slot/SlotEvent.html new file mode 100644 index 0000000..3d1f360 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/slot/SlotEvent.html @@ -0,0 +1,414 @@ + + + + + +SlotEvent (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.event.slot
+

Class SlotEvent

+
+
+ +
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + + + + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      protected booleancancel 
      protected SpoutPlayerplayer 
      protected Slotslot 
      protected ItemStackstack 
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + +
      Constructors 
      ModifierConstructor and Description
      protected SlotEvent(SpoutPlayer player, + Slot slot, + ItemStack stack, + boolean cancelled) 
      +
    • +
    + + +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        slot

        +
        protected final Slot slot
        +
      • +
      + + + + + + + +
        +
      • +

        stack

        +
        protected final ItemStack stack
        +
      • +
      + + + +
        +
      • +

        cancel

        +
        protected boolean cancel
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        SlotEvent

        +
        protected SlotEvent(SpoutPlayer player,
        +                    Slot slot,
        +                    ItemStack stack,
        +                    boolean cancelled)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getSlot

        +
        public Slot getSlot()
        +
      • +
      + + + + + + + +
        +
      • +

        getItemStack

        +
        public ItemStack getItemStack()
        +
      • +
      + + + +
        +
      • +

        isCancelled

        +
        public boolean isCancelled()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/slot/SlotExchangeEvent.html b/generated/1.5.2/org/getspout/spoutapi/event/slot/SlotExchangeEvent.html new file mode 100644 index 0000000..fbc54be --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/slot/SlotExchangeEvent.html @@ -0,0 +1,365 @@ + + + + + +SlotExchangeEvent (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.event.slot
+

Class SlotExchangeEvent

+
+
+ +
+
    +
  • +
    +
    +
    public class SlotExchangeEvent
    +extends SlotEvent
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        SlotExchangeEvent

        +
        public SlotExchangeEvent(SpoutPlayer player,
        +                         Slot slot,
        +                         ItemStack current,
        +                         ItemStack cursor,
        +                         boolean cancel)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getHandlers

        +
        public HandlerList getHandlers()
        +
      • +
      + + + +
        +
      • +

        getHandlerList

        +
        public static HandlerList getHandlerList()
        +
      • +
      + + + +
        +
      • +

        getItemStack

        +
        public ItemStack getItemStack()
        +
        This gets the ItemStack currently in the Slot.
        +
        +
        Overrides:
        +
        getItemStack in class SlotEvent
        +
        +
      • +
      + + + +
        +
      • +

        getCursorItemStack

        +
        public ItemStack getCursorItemStack()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/slot/SlotPutEvent.html b/generated/1.5.2/org/getspout/spoutapi/event/slot/SlotPutEvent.html new file mode 100644 index 0000000..30a82fa --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/slot/SlotPutEvent.html @@ -0,0 +1,328 @@ + + + + + +SlotPutEvent (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.event.slot
+

Class SlotPutEvent

+
+
+ +
+
    +
  • +
    +
    +
    public class SlotPutEvent
    +extends SlotEvent
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        SlotPutEvent

        +
        public SlotPutEvent(SpoutPlayer player,
        +                    Slot slot,
        +                    ItemStack stack,
        +                    boolean cancel)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getHandlers

        +
        public HandlerList getHandlers()
        +
      • +
      + + + +
        +
      • +

        getHandlerList

        +
        public static HandlerList getHandlerList()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/slot/SlotShiftClickEvent.html b/generated/1.5.2/org/getspout/spoutapi/event/slot/SlotShiftClickEvent.html new file mode 100644 index 0000000..7e57b3f --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/slot/SlotShiftClickEvent.html @@ -0,0 +1,347 @@ + + + + + +SlotShiftClickEvent (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.event.slot
+

Class SlotShiftClickEvent

+
+
+ +
+
    +
  • +
    +
    +
    public class SlotShiftClickEvent
    +extends SlotEvent
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        SlotShiftClickEvent

        +
        public SlotShiftClickEvent(SpoutPlayer player,
        +                           Slot slot)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getHandlers

        +
        public HandlerList getHandlers()
        +
      • +
      + + + +
        +
      • +

        getHandlerList

        +
        public static HandlerList getHandlerList()
        +
      • +
      + + + +
        +
      • +

        getItemStack

        +
        public ItemStack getItemStack()
        +
        This returns null since shift-clicks are independent + of the ItemStack in the cursor.
        +
        +
        Overrides:
        +
        getItemStack in class SlotEvent
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/slot/SlotTakeEvent.html b/generated/1.5.2/org/getspout/spoutapi/event/slot/SlotTakeEvent.html new file mode 100644 index 0000000..7df8e36 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/slot/SlotTakeEvent.html @@ -0,0 +1,328 @@ + + + + + +SlotTakeEvent (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.event.slot
+

Class SlotTakeEvent

+
+
+ +
+
    +
  • +
    +
    +
    public class SlotTakeEvent
    +extends SlotEvent
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        SlotTakeEvent

        +
        public SlotTakeEvent(SpoutPlayer player,
        +                     Slot slot,
        +                     ItemStack stack,
        +                     boolean cancel)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getHandlers

        +
        public HandlerList getHandlers()
        +
      • +
      + + + +
        +
      • +

        getHandlerList

        +
        public static HandlerList getHandlerList()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/slot/class-use/SlotEvent.html b/generated/1.5.2/org/getspout/spoutapi/event/slot/class-use/SlotEvent.html new file mode 100644 index 0000000..b1d655b --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/slot/class-use/SlotEvent.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.event.slot.SlotEvent (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Class
org.getspout.spoutapi.event.slot.SlotEvent

+
+
No usage of org.getspout.spoutapi.event.slot.SlotEvent
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/slot/class-use/SlotExchangeEvent.html b/generated/1.5.2/org/getspout/spoutapi/event/slot/class-use/SlotExchangeEvent.html new file mode 100644 index 0000000..039ef59 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/slot/class-use/SlotExchangeEvent.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.event.slot.SlotExchangeEvent (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Class
org.getspout.spoutapi.event.slot.SlotExchangeEvent

+
+
No usage of org.getspout.spoutapi.event.slot.SlotExchangeEvent
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/slot/class-use/SlotPutEvent.html b/generated/1.5.2/org/getspout/spoutapi/event/slot/class-use/SlotPutEvent.html new file mode 100644 index 0000000..8a046db --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/slot/class-use/SlotPutEvent.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.event.slot.SlotPutEvent (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Class
org.getspout.spoutapi.event.slot.SlotPutEvent

+
+
No usage of org.getspout.spoutapi.event.slot.SlotPutEvent
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/slot/class-use/SlotShiftClickEvent.html b/generated/1.5.2/org/getspout/spoutapi/event/slot/class-use/SlotShiftClickEvent.html new file mode 100644 index 0000000..37303e3 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/slot/class-use/SlotShiftClickEvent.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.event.slot.SlotShiftClickEvent (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Class
org.getspout.spoutapi.event.slot.SlotShiftClickEvent

+
+
No usage of org.getspout.spoutapi.event.slot.SlotShiftClickEvent
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/slot/class-use/SlotTakeEvent.html b/generated/1.5.2/org/getspout/spoutapi/event/slot/class-use/SlotTakeEvent.html new file mode 100644 index 0000000..bfabb60 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/slot/class-use/SlotTakeEvent.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.event.slot.SlotTakeEvent (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Class
org.getspout.spoutapi.event.slot.SlotTakeEvent

+
+
No usage of org.getspout.spoutapi.event.slot.SlotTakeEvent
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/slot/package-frame.html b/generated/1.5.2/org/getspout/spoutapi/event/slot/package-frame.html new file mode 100644 index 0000000..f63845f --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/slot/package-frame.html @@ -0,0 +1,25 @@ + + + + + +org.getspout.spoutapi.event.slot (Spoutcraft 1.5.2 JavaDoc) + + + + + + +

org.getspout.spoutapi.event.slot

+
+

Classes

+ +
+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/slot/package-summary.html b/generated/1.5.2/org/getspout/spoutapi/event/slot/package-summary.html new file mode 100644 index 0000000..350b17d --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/slot/package-summary.html @@ -0,0 +1,162 @@ + + + + + +org.getspout.spoutapi.event.slot (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Package org.getspout.spoutapi.event.slot

+
+
+ +
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/slot/package-tree.html b/generated/1.5.2/org/getspout/spoutapi/event/slot/package-tree.html new file mode 100644 index 0000000..ec65c12 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/slot/package-tree.html @@ -0,0 +1,151 @@ + + + + + +org.getspout.spoutapi.event.slot Class Hierarchy (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Hierarchy For Package org.getspout.spoutapi.event.slot

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/slot/package-use.html b/generated/1.5.2/org/getspout/spoutapi/event/slot/package-use.html new file mode 100644 index 0000000..129dd77 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/slot/package-use.html @@ -0,0 +1,127 @@ + + + + + +Uses of Package org.getspout.spoutapi.event.slot (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Package
org.getspout.spoutapi.event.slot

+
+
No usage of org.getspout.spoutapi.event.slot
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/sound/BackgroundMusicEvent.html b/generated/1.5.2/org/getspout/spoutapi/event/sound/BackgroundMusicEvent.html new file mode 100644 index 0000000..1f83bbc --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/sound/BackgroundMusicEvent.html @@ -0,0 +1,448 @@ + + + + + +BackgroundMusicEvent (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.event.sound
+

Class BackgroundMusicEvent

+
+
+ +
+
    +
  • +
    +
    +
    public class BackgroundMusicEvent
    +extends Event
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        BackgroundMusicEvent

        +
        public BackgroundMusicEvent(Music music,
        +                            int volume,
        +                            SpoutPlayer target)
        +
      • +
      + + + +
        +
      • +

        BackgroundMusicEvent

        +
        public BackgroundMusicEvent(java.lang.String url,
        +                            int volume,
        +                            SpoutPlayer target)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getMusic

        +
        public Music getMusic()
        +
        Gets the music this song is playing, or null if it is custom
        +
        +
        Returns:
        +
        music
        +
        +
      • +
      + + + +
        +
      • +

        getMusicUrl

        +
        public java.lang.String getMusicUrl()
        +
        Gets the music Url this song is playing, or null if it is official MC music
        +
        +
        Returns:
        +
        music url
        +
        +
      • +
      + + + +
        +
      • +

        getVolumePercent

        +
        public int getVolumePercent()
        +
        Gets the volume percent for this music
        +
        +
        Returns:
        +
        volume percent
        +
        +
      • +
      + + + +
        +
      • +

        setVolumePercent

        +
        public void setVolumePercent(int volume)
        +
        Sets the volume percent for this music
        +
        +
        Parameters:
        +
        volume - to set
        +
        +
      • +
      + + + +
        +
      • +

        getTargetPlayer

        +
        public SpoutPlayer getTargetPlayer()
        +
        Gets the player that the music is intended for
        +
        +
        Returns:
        +
        target
        +
        +
      • +
      + + + +
        +
      • +

        isCancelled

        +
        public boolean isCancelled()
        +
      • +
      + + + +
        +
      • +

        setCancelled

        +
        public void setCancelled(boolean cancel)
        +
      • +
      + + + +
        +
      • +

        getHandlers

        +
        public HandlerList getHandlers()
        +
      • +
      + + + +
        +
      • +

        getHandlerList

        +
        public static HandlerList getHandlerList()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/sound/class-use/BackgroundMusicEvent.html b/generated/1.5.2/org/getspout/spoutapi/event/sound/class-use/BackgroundMusicEvent.html new file mode 100644 index 0000000..0bf86ec --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/sound/class-use/BackgroundMusicEvent.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.event.sound.BackgroundMusicEvent (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Class
org.getspout.spoutapi.event.sound.BackgroundMusicEvent

+
+
No usage of org.getspout.spoutapi.event.sound.BackgroundMusicEvent
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/sound/package-frame.html b/generated/1.5.2/org/getspout/spoutapi/event/sound/package-frame.html new file mode 100644 index 0000000..7988b38 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/sound/package-frame.html @@ -0,0 +1,21 @@ + + + + + +org.getspout.spoutapi.event.sound (Spoutcraft 1.5.2 JavaDoc) + + + + + + +

org.getspout.spoutapi.event.sound

+
+

Classes

+ +
+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/sound/package-summary.html b/generated/1.5.2/org/getspout/spoutapi/event/sound/package-summary.html new file mode 100644 index 0000000..89fa7d2 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/sound/package-summary.html @@ -0,0 +1,159 @@ + + + + + +org.getspout.spoutapi.event.sound (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Package org.getspout.spoutapi.event.sound

+
+
+ This package provides the interfaces for audio and other music related events +
+
+

See: Description

+
+
+ + + + +

Package org.getspout.spoutapi.event.sound Description

+

+ This package provides the interfaces for audio and other music related events +

+
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/sound/package-tree.html b/generated/1.5.2/org/getspout/spoutapi/event/sound/package-tree.html new file mode 100644 index 0000000..a826eb1 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/sound/package-tree.html @@ -0,0 +1,144 @@ + + + + + +org.getspout.spoutapi.event.sound Class Hierarchy (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Hierarchy For Package org.getspout.spoutapi.event.sound

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/sound/package-use.html b/generated/1.5.2/org/getspout/spoutapi/event/sound/package-use.html new file mode 100644 index 0000000..d912d78 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/sound/package-use.html @@ -0,0 +1,127 @@ + + + + + +Uses of Package org.getspout.spoutapi.event.sound (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Package
org.getspout.spoutapi.event.sound

+
+
No usage of org.getspout.spoutapi.event.sound
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/spout/ServerTickEvent.html b/generated/1.5.2/org/getspout/spoutapi/event/spout/ServerTickEvent.html new file mode 100644 index 0000000..232e8e1 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/spout/ServerTickEvent.html @@ -0,0 +1,341 @@ + + + + + +ServerTickEvent (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.event.spout
+

Class ServerTickEvent

+
+
+ +
+
    +
  • +
    +
    +
    public class ServerTickEvent
    +extends Event
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      ServerTickEvent() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      static HandlerListgetHandlerList() 
      HandlerListgetHandlers() 
      java.lang.LonggetMillisLastTick() +
      Returns the milliseconds since the last server tick event was created + Ideally, it should be exactly 50 milliseconds, but because of server lag, it may be more
      +
      doublegetSecondsLastTick() +
      Returns the seconds since the last server tick event was created + Ideally, it should be exactly 0.05 seconds, but because of server lag, it may be more
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ServerTickEvent

        +
        public ServerTickEvent()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getMillisLastTick

        +
        public java.lang.Long getMillisLastTick()
        +
        Returns the milliseconds since the last server tick event was created + Ideally, it should be exactly 50 milliseconds, but because of server lag, it may be more
        +
        +
        Returns:
        +
        milliseconds since last server tick
        +
        +
      • +
      + + + +
        +
      • +

        getSecondsLastTick

        +
        public double getSecondsLastTick()
        +
        Returns the seconds since the last server tick event was created + Ideally, it should be exactly 0.05 seconds, but because of server lag, it may be more
        +
        +
        Returns:
        +
        seconds since last server tick
        +
        +
      • +
      + + + +
        +
      • +

        getHandlers

        +
        public HandlerList getHandlers()
        +
      • +
      + + + +
        +
      • +

        getHandlerList

        +
        public static HandlerList getHandlerList()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/spout/SpoutCraftEnableEvent.html b/generated/1.5.2/org/getspout/spoutapi/event/spout/SpoutCraftEnableEvent.html new file mode 100644 index 0000000..1e96a31 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/spout/SpoutCraftEnableEvent.html @@ -0,0 +1,316 @@ + + + + + +SpoutCraftEnableEvent (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.event.spout
+

Class SpoutCraftEnableEvent

+
+
+ +
+
    +
  • +
    +
    +
    public class SpoutCraftEnableEvent
    +extends Event
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        SpoutCraftEnableEvent

        +
        public SpoutCraftEnableEvent(SpoutPlayer player)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getPlayer

        +
        public SpoutPlayer getPlayer()
        +
        Returns the player who just had their Spout SinglePlayer Mod enabled
        +
        +
        Returns:
        +
        player
        +
        +
      • +
      + + + +
        +
      • +

        getHandlers

        +
        public HandlerList getHandlers()
        +
      • +
      + + + +
        +
      • +

        getHandlerList

        +
        public static HandlerList getHandlerList()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/spout/SpoutcraftBuildSetEvent.html b/generated/1.5.2/org/getspout/spoutapi/event/spout/SpoutcraftBuildSetEvent.html new file mode 100644 index 0000000..74740fc --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/spout/SpoutcraftBuildSetEvent.html @@ -0,0 +1,337 @@ + + + + + +SpoutcraftBuildSetEvent (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.event.spout
+

Class SpoutcraftBuildSetEvent

+
+
+ +
+
    +
  • +
    +
    +
    public class SpoutcraftBuildSetEvent
    +extends Event
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        SpoutcraftBuildSetEvent

        +
        public SpoutcraftBuildSetEvent(SpoutPlayer player,
        +                               int build)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getPlayer

        +
        public SpoutPlayer getPlayer()
        +
        Gets the player associated with this event.
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getBuild

        +
        public int getBuild()
        +
        Gets the build associated with this event.
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getHandlers

        +
        public HandlerList getHandlers()
        +
      • +
      + + + +
        +
      • +

        getHandlerList

        +
        public static HandlerList getHandlerList()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/spout/SpoutcraftFailedEvent.html b/generated/1.5.2/org/getspout/spoutapi/event/spout/SpoutcraftFailedEvent.html new file mode 100644 index 0000000..f937943 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/spout/SpoutcraftFailedEvent.html @@ -0,0 +1,316 @@ + + + + + +SpoutcraftFailedEvent (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.event.spout
+

Class SpoutcraftFailedEvent

+
+
+ +
+
    +
  • +
    +
    +
    public class SpoutcraftFailedEvent
    +extends Event
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        SpoutcraftFailedEvent

        +
        public SpoutcraftFailedEvent(SpoutPlayer player)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getPlayer

        +
        public SpoutPlayer getPlayer()
        +
        Returns the player who just had their Spout SinglePlayer Mod enabled
        +
        +
        Returns:
        +
        player
        +
        +
      • +
      + + + +
        +
      • +

        getHandlers

        +
        public HandlerList getHandlers()
        +
      • +
      + + + +
        +
      • +

        getHandlerList

        +
        public static HandlerList getHandlerList()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/spout/class-use/ServerTickEvent.html b/generated/1.5.2/org/getspout/spoutapi/event/spout/class-use/ServerTickEvent.html new file mode 100644 index 0000000..e2ebfa4 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/spout/class-use/ServerTickEvent.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.event.spout.ServerTickEvent (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Class
org.getspout.spoutapi.event.spout.ServerTickEvent

+
+
No usage of org.getspout.spoutapi.event.spout.ServerTickEvent
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/spout/class-use/SpoutCraftEnableEvent.html b/generated/1.5.2/org/getspout/spoutapi/event/spout/class-use/SpoutCraftEnableEvent.html new file mode 100644 index 0000000..2ddbda0 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/spout/class-use/SpoutCraftEnableEvent.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.event.spout.SpoutCraftEnableEvent (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Class
org.getspout.spoutapi.event.spout.SpoutCraftEnableEvent

+
+
No usage of org.getspout.spoutapi.event.spout.SpoutCraftEnableEvent
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/spout/class-use/SpoutcraftBuildSetEvent.html b/generated/1.5.2/org/getspout/spoutapi/event/spout/class-use/SpoutcraftBuildSetEvent.html new file mode 100644 index 0000000..7fe0073 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/spout/class-use/SpoutcraftBuildSetEvent.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.event.spout.SpoutcraftBuildSetEvent (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Class
org.getspout.spoutapi.event.spout.SpoutcraftBuildSetEvent

+
+
No usage of org.getspout.spoutapi.event.spout.SpoutcraftBuildSetEvent
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/spout/class-use/SpoutcraftFailedEvent.html b/generated/1.5.2/org/getspout/spoutapi/event/spout/class-use/SpoutcraftFailedEvent.html new file mode 100644 index 0000000..73700ad --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/spout/class-use/SpoutcraftFailedEvent.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.event.spout.SpoutcraftFailedEvent (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Class
org.getspout.spoutapi.event.spout.SpoutcraftFailedEvent

+
+
No usage of org.getspout.spoutapi.event.spout.SpoutcraftFailedEvent
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/spout/package-frame.html b/generated/1.5.2/org/getspout/spoutapi/event/spout/package-frame.html new file mode 100644 index 0000000..e53cc04 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/spout/package-frame.html @@ -0,0 +1,24 @@ + + + + + +org.getspout.spoutapi.event.spout (Spoutcraft 1.5.2 JavaDoc) + + + + + + +

org.getspout.spoutapi.event.spout

+
+

Classes

+ +
+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/spout/package-summary.html b/generated/1.5.2/org/getspout/spoutapi/event/spout/package-summary.html new file mode 100644 index 0000000..7d34cfa --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/spout/package-summary.html @@ -0,0 +1,171 @@ + + + + + +org.getspout.spoutapi.event.spout (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Package org.getspout.spoutapi.event.spout

+
+
+ This package provides the interfaces for Spout events, such as ServerTick, SpoutcraftEnabled, and SpoutcraftFailed events +
+
+

See: Description

+
+
+ + + + +

Package org.getspout.spoutapi.event.spout Description

+

+ This package provides the interfaces for Spout events, such as ServerTick, SpoutcraftEnabled, and SpoutcraftFailed events +

+
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/spout/package-tree.html b/generated/1.5.2/org/getspout/spoutapi/event/spout/package-tree.html new file mode 100644 index 0000000..c0e27ba --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/spout/package-tree.html @@ -0,0 +1,159 @@ + + + + + +org.getspout.spoutapi.event.spout Class Hierarchy (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Hierarchy For Package org.getspout.spoutapi.event.spout

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/event/spout/package-use.html b/generated/1.5.2/org/getspout/spoutapi/event/spout/package-use.html new file mode 100644 index 0000000..3b85826 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/event/spout/package-use.html @@ -0,0 +1,127 @@ + + + + + +Uses of Package org.getspout.spoutapi.event.spout (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Package
org.getspout.spoutapi.event.spout

+
+
No usage of org.getspout.spoutapi.event.spout
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/AbstractListModel.html b/generated/1.5.2/org/getspout/spoutapi/gui/AbstractListModel.html new file mode 100644 index 0000000..bdd3374 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/AbstractListModel.html @@ -0,0 +1,362 @@ + + + + + +AbstractListModel (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.gui
+

Class AbstractListModel

+
+
+ +
+
    +
  • +
    +
    +
    public abstract class AbstractListModel
    +extends java.lang.Object
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        AbstractListModel

        +
        public AbstractListModel()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + + + +
        +
      • +

        getSize

        +
        public abstract int getSize()
        +
      • +
      + + + +
        +
      • +

        onSelected

        +
        public abstract void onSelected(int item,
        +                                boolean doubleClick)
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        sizeChanged

        +
        public void sizeChanged()
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/ArmorBar.html b/generated/1.5.2/org/getspout/spoutapi/gui/ArmorBar.html new file mode 100644 index 0000000..b27a379 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/ArmorBar.html @@ -0,0 +1,560 @@ + + + + + +ArmorBar (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.gui
+

Class ArmorBar

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Widget
    +
    +
    +
    +
    public class ArmorBar
    +extends GenericWidget
    +
    The Spout implementation of the default Armor Bar.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ArmorBar

        +
        public ArmorBar()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        readData

        +
        public void readData(SpoutInputStream input)
        +              throws java.io.IOException
        +
        Description copied from interface: Widget
        +
        Called after this widget this created for serialization.
        +
        +
        Specified by:
        +
        readData in interface Widget
        +
        Overrides:
        +
        readData in class GenericWidget
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeData

        +
        public void writeData(SpoutOutputStream output)
        +               throws java.io.IOException
        +
        Description copied from interface: Widget
        +
        Called when this widget is serialized to the client. +

        + Note: ensure that any changes here are reflected in getNumBytes() and are also present on the client.

        +
        +
        Specified by:
        +
        writeData in interface Widget
        +
        Overrides:
        +
        writeData in class GenericWidget
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        getType

        +
        public WidgetType getType()
        +
        Description copied from interface: Widget
        +
        The type of widget this is. Required for proper synchronization between the server and client.
        +
        +
        Returns:
        +
        widget type
        +
        +
      • +
      + + + +
        +
      • +

        getId

        +
        public java.util.UUID getId()
        +
        Description copied from interface: Widget
        +
        Returns a unique id for this widget
        +
        +
        Specified by:
        +
        getId in interface Widget
        +
        Overrides:
        +
        getId in class GenericWidget
        +
        Returns:
        +
        id
        +
        +
      • +
      + + + +
        +
      • +

        getMaxNumShields

        +
        public int getMaxNumShields()
        +
        Gets the maximum number of shields displayed on the HUD. +

        + Armor is scaled to fit the number of shields appropriately.

        +
        +
        Returns:
        +
        shields displayed
        +
        +
      • +
      + + + +
        +
      • +

        setMaxNumShields

        +
        public ArmorBar setMaxNumShields(int icons)
        +
        Sets the maximum number of shields displayed on the HUD. +

        + Armor is scaled to fit the number of shields appropriately.

        +
        +
        Parameters:
        +
        shields - to display
        +
        Returns:
        +
        this
        +
        +
      • +
      + + + +
        +
      • +

        isAlwaysVisible

        +
        public boolean isAlwaysVisible()
        +
        True if the armor bar will appear even when the player has no armor equipped.
        +
        +
        Returns:
        +
        always visible
        +
        +
      • +
      + + + +
        +
      • +

        setAlwaysVisible

        +
        public ArmorBar setAlwaysVisible(boolean visible)
        +
        Forces the armor bar to appear, even when the player has no armor equipped.
        +
        +
        Parameters:
        +
        visible -
        +
        Returns:
        +
        this
        +
        +
      • +
      + + + +
        +
      • +

        getIconOffset

        +
        public int getIconOffset()
        +
        Gets the number of pixels each shield is offset when drawing the next shield.
        +
        +
        Returns:
        +
        pixel offset
        +
        +
      • +
      + + + +
        +
      • +

        setIconOffset

        +
        public ArmorBar setIconOffset(int offset)
        +
        Sets the number of pixels each shield is offset when drawing the next shield.
        +
        +
        Parameters:
        +
        offset - when drawing shields
        +
        Returns:
        +
        this
        +
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        Description copied from interface: Widget
        +
        The version this widget is. Mismatched versions will fail to be created.
        +
        +
        Specified by:
        +
        getVersion in interface Widget
        +
        Overrides:
        +
        getVersion in class GenericWidget
        +
        Returns:
        +
        version
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/BubbleBar.html b/generated/1.5.2/org/getspout/spoutapi/gui/BubbleBar.html new file mode 100644 index 0000000..ff1a9ea --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/BubbleBar.html @@ -0,0 +1,526 @@ + + + + + +BubbleBar (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.gui
+

Class BubbleBar

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Widget
    +
    +
    +
    +
    public class BubbleBar
    +extends GenericWidget
    +implements Widget
    +
    The Spout implementation of the default Bubble Bar.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        BubbleBar

        +
        public BubbleBar()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        readData

        +
        public void readData(SpoutInputStream input)
        +              throws java.io.IOException
        +
        Description copied from interface: Widget
        +
        Called after this widget this created for serialization.
        +
        +
        Specified by:
        +
        readData in interface Widget
        +
        Overrides:
        +
        readData in class GenericWidget
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeData

        +
        public void writeData(SpoutOutputStream output)
        +               throws java.io.IOException
        +
        Description copied from interface: Widget
        +
        Called when this widget is serialized to the client. +

        + Note: ensure that any changes here are reflected in getNumBytes() and are also present on the client.

        +
        +
        Specified by:
        +
        writeData in interface Widget
        +
        Overrides:
        +
        writeData in class GenericWidget
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        getType

        +
        public WidgetType getType()
        +
        Description copied from interface: Widget
        +
        The type of widget this is. Required for proper synchronization between the server and client.
        +
        +
        Specified by:
        +
        getType in interface Widget
        +
        Returns:
        +
        widget type
        +
        +
      • +
      + + + +
        +
      • +

        getId

        +
        public java.util.UUID getId()
        +
        Description copied from interface: Widget
        +
        Returns a unique id for this widget
        +
        +
        Specified by:
        +
        getId in interface Widget
        +
        Overrides:
        +
        getId in class GenericWidget
        +
        Returns:
        +
        id
        +
        +
      • +
      + + + +
        +
      • +

        getMaxNumBubbles

        +
        public int getMaxNumBubbles()
        +
        Gets the maximum number of bubbles displayed on the HUD. +

        + Air is scaled to fit the number of bubbles appropriately.

        +
        +
        Returns:
        +
        bubbles displayed
        +
        +
      • +
      + + + +
        +
      • +

        setMaxNumBubbles

        +
        public BubbleBar setMaxNumBubbles(int bubbles)
        +
        Sets the maximum number of bubbles displayed on the HUD. +

        + Air is scaled to fit the number of bubbles appropriately.

        +
        +
        Parameters:
        +
        bubbles - to display
        +
        Returns:
        +
        this
        +
        +
      • +
      + + + +
        +
      • +

        getIconOffset

        +
        public int getIconOffset()
        +
        Gets the number of pixels each bubbles is offset when drawing the next bubble.
        +
        +
        Returns:
        +
        pixel offset
        +
        +
      • +
      + + + +
        +
      • +

        setIconOffset

        +
        public BubbleBar setIconOffset(int offset)
        +
        Sets the number of pixels each bubbles is offset when drawing the next bubble.
        +
        +
        Parameters:
        +
        offset - when drawing hearts
        +
        Returns:
        +
        this
        +
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        Description copied from interface: Widget
        +
        The version this widget is. Mismatched versions will fail to be created.
        +
        +
        Specified by:
        +
        getVersion in interface Widget
        +
        Overrides:
        +
        getVersion in class GenericWidget
        +
        Returns:
        +
        version
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/Button.html b/generated/1.5.2/org/getspout/spoutapi/gui/Button.html new file mode 100644 index 0000000..95ead15 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/Button.html @@ -0,0 +1,435 @@ + + + + + +Button (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.gui
+

Interface Button

+
+
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getDisabledText

        +
        java.lang.String getDisabledText()
        +
        Gets the text that is displayed when the control is disabled
        +
        +
        Returns:
        +
        disabled text
        +
        +
      • +
      + + + +
        +
      • +

        setDisabledText

        +
        Button setDisabledText(java.lang.String text)
        +
        Sets the text that is displayed when the control is disabled
        +
        +
        Parameters:
        +
        text - to display
        +
        Returns:
        +
        Button
        +
        +
      • +
      + + + +
        +
      • +

        getHoverColor

        +
        Color getHoverColor()
        +
        Gets the color of the control while the mouse is hovering over it
        +
        +
        Returns:
        +
        color
        +
        +
      • +
      + + + +
        +
      • +

        setHoverColor

        +
        Button setHoverColor(Color color)
        +
        Sets the color of the control while the mouse is hovering over it
        +
        +
        Parameters:
        +
        color -
        +
        Returns:
        +
        Button
        +
        +
      • +
      + + + +
        +
      • +

        setText

        +
        Button setText(java.lang.String text)
        +
        Description copied from interface: Label
        +
        Sets the text of the label
        +
        +
        Specified by:
        +
        setText in interface Label
        +
        Parameters:
        +
        text - to set
        +
        Returns:
        +
        label
        +
        +
      • +
      + + + +
        +
      • +

        setTextColor

        +
        Button setTextColor(Color color)
        +
        Description copied from interface: Label
        +
        Sets the color for the text
        +
        +
        Specified by:
        +
        setTextColor in interface Label
        +
        Parameters:
        +
        color - to set
        +
        Returns:
        +
        label
        +
        +
      • +
      + + + +
        +
      • +

        setAuto

        +
        Button setAuto(boolean auto)
        +
        Description copied from interface: Label
        +
        Determines if text expands to fill width and height
        +
        +
        Specified by:
        +
        setAuto in interface Label
        +
        Returns:
        +
        label
        +
        +
      • +
      + + + +
        +
      • +

        onButtonClick

        +
        void onButtonClick(ButtonClickEvent event)
        +
        Fires when this button is clicked on the screen. +

        + If this is not overridden in a subclass then this event will be sent + to the screen listener.

        +
        +
        Parameters:
        +
        event -
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/ChatBar.html b/generated/1.5.2/org/getspout/spoutapi/gui/ChatBar.html new file mode 100644 index 0000000..3d824ee --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/ChatBar.html @@ -0,0 +1,611 @@ + + + + + +ChatBar (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.gui
+

Class ChatBar

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Widget
    +
    +
    +
    +
    public class ChatBar
    +extends GenericWidget
    +implements Widget
    +
    The Spout implementation of the default Chat Bar. +

    + This provides extra abilities above the default version.

    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        textColor

        +
        protected Color textColor
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ChatBar

        +
        public ChatBar()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        readData

        +
        public void readData(SpoutInputStream input)
        +              throws java.io.IOException
        +
        Description copied from interface: Widget
        +
        Called after this widget this created for serialization.
        +
        +
        Specified by:
        +
        readData in interface Widget
        +
        Overrides:
        +
        readData in class GenericWidget
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeData

        +
        public void writeData(SpoutOutputStream output)
        +               throws java.io.IOException
        +
        Description copied from interface: Widget
        +
        Called when this widget is serialized to the client. +

        + Note: ensure that any changes here are reflected in getNumBytes() and are also present on the client.

        +
        +
        Specified by:
        +
        writeData in interface Widget
        +
        Overrides:
        +
        writeData in class GenericWidget
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        getType

        +
        public WidgetType getType()
        +
        Description copied from interface: Widget
        +
        The type of widget this is. Required for proper synchronization between the server and client.
        +
        +
        Specified by:
        +
        getType in interface Widget
        +
        Returns:
        +
        widget type
        +
        +
      • +
      + + + +
        +
      • +

        getId

        +
        public java.util.UUID getId()
        +
        Description copied from interface: Widget
        +
        Returns a unique id for this widget
        +
        +
        Specified by:
        +
        getId in interface Widget
        +
        Overrides:
        +
        getId in class GenericWidget
        +
        Returns:
        +
        id
        +
        +
      • +
      + + + +
        +
      • +

        getCursorX

        +
        public int getCursorX()
        +
        Gets the x position that the cursor starts at when typing chat
        +
        +
        Returns:
        +
        cursor x
        +
        +
      • +
      + + + +
        +
      • +

        setCursorX

        +
        public ChatBar setCursorX(int x)
        +
        Sets the x position that the cursor starts at when typing
        +
        +
        Parameters:
        +
        x - position to set
        +
        Returns:
        +
        this
        +
        +
      • +
      + + + +
        +
      • +

        getCursorY

        +
        public int getCursorY()
        +
        Gets the y position that the cursor starts at when typing chat
        +
        +
        Returns:
        +
        cursor y
        +
        +
      • +
      + + + +
        +
      • +

        setCursorY

        +
        public ChatBar setCursorY(int y)
        +
        Sets the y position that the cursor starts at when typing
        +
        +
        Parameters:
        +
        y - position to set
        +
        Returns:
        +
        this
        +
        +
      • +
      + + + +
        +
      • +

        getTextColor

        +
        public Color getTextColor()
        +
        Gets the default color of the text for the chat bar
        +
        +
        Returns:
        +
        default text color
        +
        +
      • +
      + + + +
        +
      • +

        setTextColor

        +
        public ChatBar setTextColor(Color color)
        +
        Sets the default color of the text for the chat bar
        +
        +
        Parameters:
        +
        color - to set
        +
        Returns:
        +
        this
        +
        +
      • +
      + + + +
        +
      • +

        render

        +
        public void render()
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        Description copied from interface: Widget
        +
        The version this widget is. Mismatched versions will fail to be created.
        +
        +
        Specified by:
        +
        getVersion in interface Widget
        +
        Overrides:
        +
        getVersion in class GenericWidget
        +
        Returns:
        +
        version
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/ChatTextBox.html b/generated/1.5.2/org/getspout/spoutapi/gui/ChatTextBox.html new file mode 100644 index 0000000..008af25 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/ChatTextBox.html @@ -0,0 +1,641 @@ + + + + + +ChatTextBox (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.gui
+

Class ChatTextBox

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Widget
    +
    +
    +
    +
    public class ChatTextBox
    +extends GenericWidget
    +implements Widget
    +
    The Spout implementation of the default Chat Text Box. +

    + This provides extra abilities above the default version.

    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        visibleLines

        +
        protected int visibleLines
        +
      • +
      + + + +
        +
      • +

        visibleChatLines

        +
        protected int visibleChatLines
        +
      • +
      + + + +
        +
      • +

        fadeoutTicks

        +
        protected int fadeoutTicks
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ChatTextBox

        +
        public ChatTextBox()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getType

        +
        public WidgetType getType()
        +
        Description copied from interface: Widget
        +
        The type of widget this is. Required for proper synchronization between the server and client.
        +
        +
        Specified by:
        +
        getType in interface Widget
        +
        Returns:
        +
        widget type
        +
        +
      • +
      + + + +
        +
      • +

        readData

        +
        public void readData(SpoutInputStream input)
        +              throws java.io.IOException
        +
        Description copied from interface: Widget
        +
        Called after this widget this created for serialization.
        +
        +
        Specified by:
        +
        readData in interface Widget
        +
        Overrides:
        +
        readData in class GenericWidget
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeData

        +
        public void writeData(SpoutOutputStream output)
        +               throws java.io.IOException
        +
        Description copied from interface: Widget
        +
        Called when this widget is serialized to the client. +

        + Note: ensure that any changes here are reflected in getNumBytes() and are also present on the client.

        +
        +
        Specified by:
        +
        writeData in interface Widget
        +
        Overrides:
        +
        writeData in class GenericWidget
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        getId

        +
        public java.util.UUID getId()
        +
        Description copied from interface: Widget
        +
        Returns a unique id for this widget
        +
        +
        Specified by:
        +
        getId in interface Widget
        +
        Overrides:
        +
        getId in class GenericWidget
        +
        Returns:
        +
        id
        +
        +
      • +
      + + + +
        +
      • +

        render

        +
        public void render()
        +
      • +
      + + + +
        +
      • +

        getNumVisibleLines

        +
        public int getNumVisibleLines()
        +
        Gets the number of visible lines of chat for the player
        +
        +
        Returns:
        +
        visible chat lines
        +
        +
      • +
      + + + +
        +
      • +

        setNumVisibleLines

        +
        public ChatTextBox setNumVisibleLines(int lines)
        +
        Sets the number of visible lines of chat for the player
        +
        +
        Parameters:
        +
        lines - to view
        +
        Returns:
        +
        ChatTextBox
        +
        +
      • +
      + + + +
        +
      • +

        getNumVisibleChatLines

        +
        public int getNumVisibleChatLines()
        +
        Gets the number of visible lines of chat for the player, when fully opened
        +
        +
        Returns:
        +
        visible chat lines
        +
        +
      • +
      + + + +
        +
      • +

        setNumVisibleChatLines

        +
        public ChatTextBox setNumVisibleChatLines(int lines)
        +
        Sets the number of visible lines of chat for the player, when fully opened
        +
        +
        Parameters:
        +
        lines - to view
        +
        Returns:
        +
        ChatTextBox
        +
        +
      • +
      + + + +
        +
      • +

        getFadeoutTicks

        +
        public int getFadeoutTicks()
        +
        The number ticks until the text fades out from the main screen
        +
        +
        Returns:
        +
        fadeout ticks
        +
        +
      • +
      + + + +
        +
      • +

        setFadeoutTicks

        +
        public ChatTextBox setFadeoutTicks(int ticks)
        +
        Sets the number of ticks until the text fades out from the main screen. + 20 ticks is equivelent to one second.
        +
        +
        Parameters:
        +
        ticks - to set
        +
        Returns:
        +
        this
        +
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        Description copied from interface: Widget
        +
        The version this widget is. Mismatched versions will fail to be created.
        +
        +
        Specified by:
        +
        getVersion in interface Widget
        +
        Overrides:
        +
        getVersion in class GenericWidget
        +
        Returns:
        +
        version
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/CheckBox.html b/generated/1.5.2/org/getspout/spoutapi/gui/CheckBox.html new file mode 100644 index 0000000..06ea728 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/CheckBox.html @@ -0,0 +1,278 @@ + + + + + +CheckBox (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.gui
+

Interface CheckBox

+
+
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        isChecked

        +
        boolean isChecked()
        +
      • +
      + + + +
        +
      • +

        setChecked

        +
        CheckBox setChecked(boolean checked)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/Color.html b/generated/1.5.2/org/getspout/spoutapi/gui/Color.html new file mode 100644 index 0000000..b0dcde9 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/Color.html @@ -0,0 +1,851 @@ + + + + + +Color (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.gui
+

Class Color

+
+
+ +
+
    +
  • +
    +
    +
    public class Color
    +extends java.lang.Object
    +
    This defines a Color for use within other widgets. +

    + Colors are made up of red, green, blue and alpha (transparency). If the + alpha is not used then it is assumed to be opaque (solid).

    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + + + + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      protected intalpha 
      protected intblue 
      protected intgreen 
      protected intred 
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + + + + + + + + + + + + + + +
      Constructors 
      Constructor and Description
      Color(float r, + float g, + float b) 
      Color(float r, + float g, + float b, + float a) +
      Constructs the color with RGB spec
      +
      Color(int argb) 
      Color(int r, + int g, + int b) 
      Color(int r, + int g, + int b, + int a) +
      Constructs the color with RGB spec
      +
      Color(java.lang.String color) +
      Construct the color using RGBA hex string +

      + Note: Alpha channel isn't supported due limitations of Integer.parseInt

      +
      +
    • +
    + + +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        red

        +
        protected int red
        +
      • +
      + + + +
        +
      • +

        green

        +
        protected int green
        +
      • +
      + + + +
        +
      • +

        blue

        +
        protected int blue
        +
      • +
      + + + +
        +
      • +

        alpha

        +
        protected int alpha
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Color

        +
        public Color(float r,
        +             float g,
        +             float b,
        +             float a)
        +
        Constructs the color with RGB spec
        +
        +
        Parameters:
        +
        r - Red part of the color, ranging from 0.0 to 1.0
        +
        g - Green part of the color, ranging from 0.0 to 1.0
        +
        b - Blue part of the color, ranging from 0.0 to 1.0
        +
        a - Alpha part of the color, ranging from 0.0 to 1.0
        +
        +
      • +
      + + + +
        +
      • +

        Color

        +
        public Color(float r,
        +             float g,
        +             float b)
        +
      • +
      + + + +
        +
      • +

        Color

        +
        public Color(int r,
        +             int g,
        +             int b,
        +             int a)
        +
        Constructs the color with RGB spec
        +
        +
        Parameters:
        +
        r - Red part of the color, ranging from 0 to 255
        +
        g - Green part of the color, ranging from 0 to 255
        +
        b - Blue part of the color, ranging from 0 to 255
        +
        a - Alpha part of the color, ranging from 0 to 255
        +
        +
      • +
      + + + +
        +
      • +

        Color

        +
        public Color(int r,
        +             int g,
        +             int b)
        +
      • +
      + + + +
        +
      • +

        Color

        +
        public Color(int argb)
        +
      • +
      + + + +
        +
      • +

        Color

        +
        public Color(java.lang.String color)
        +
        Construct the color using RGBA hex string +

        + Note: Alpha channel isn't supported due limitations of Integer.parseInt

        +
        +
        Parameters:
        +
        color - Hex string encoded color in RRGGBB format (example: FF0000 - red)
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getRedF

        +
        public float getRedF()
        +
        +
        Returns:
        +
        Red part of the color, as float
        +
        +
      • +
      + + + +
        +
      • +

        getRedI

        +
        public int getRedI()
        +
        +
        Returns:
        +
        Red part of the color, as int
        +
        +
      • +
      + + + +
        +
      • +

        getGreenF

        +
        public float getGreenF()
        +
        +
        Returns:
        +
        Green part of the color, as float
        +
        +
      • +
      + + + +
        +
      • +

        getGreenI

        +
        public int getGreenI()
        +
        +
        Returns:
        +
        Green part of the color, as int
        +
        +
      • +
      + + + +
        +
      • +

        getBlueF

        +
        public float getBlueF()
        +
        +
        Returns:
        +
        Blue part of the color, as float
        +
        +
      • +
      + + + +
        +
      • +

        getBlueI

        +
        public int getBlueI()
        +
        +
        Returns:
        +
        Blue part of the color, as int
        +
        +
      • +
      + + + +
        +
      • +

        getAlphaF

        +
        public float getAlphaF()
        +
        +
        Returns:
        +
        Alpha part of the color, as float
        +
        +
      • +
      + + + +
        +
      • +

        getAlphaI

        +
        public int getAlphaI()
        +
        +
        Returns:
        +
        Alpha part of the color, as int
        +
        +
      • +
      + + + +
        +
      • +

        setRed

        +
        public Color setRed(float r)
        +
        +
        Parameters:
        +
        r - Red part of the color, ranging from 0.0 to 1.0
        +
        Returns:
        +
        the object to make call chainable.
        +
        +
      • +
      + + + +
        +
      • +

        setRed

        +
        public Color setRed(int r)
        +
        +
        Parameters:
        +
        r - Red part of the color, ranging from 0 to 255
        +
        Returns:
        +
        the object to make call chainable.
        +
        +
      • +
      + + + +
        +
      • +

        setGreen

        +
        public Color setGreen(float g)
        +
        +
        Parameters:
        +
        g - Green part of the color, ranging from 0.0 to 1.0
        +
        Returns:
        +
        the object to make call chainable.
        +
        +
      • +
      + + + +
        +
      • +

        setGreen

        +
        public Color setGreen(int g)
        +
        +
        Parameters:
        +
        g - Green part of the color, ranging from 0 to 255
        +
        Returns:
        +
        the object to make call chainable.
        +
        +
      • +
      + + + +
        +
      • +

        setBlue

        +
        public Color setBlue(float b)
        +
        +
        Parameters:
        +
        b - Blue part of the color, ranging from 0.0 to 1.0
        +
        Returns:
        +
        the object to make call chainable.
        +
        +
      • +
      + + + +
        +
      • +

        setBlue

        +
        public Color setBlue(int b)
        +
        +
        Parameters:
        +
        b - Blue part of the color, ranging from 0 to 255
        +
        Returns:
        +
        the object to make call chainable.
        +
        +
      • +
      + + + +
        +
      • +

        setAlpha

        +
        public Color setAlpha(float a)
        +
        +
        Parameters:
        +
        a - Alpha part of the color, ranging from 0.0 to 1.0
        +
        Returns:
        +
        the object to make call chainable.
        +
        +
      • +
      + + + +
        +
      • +

        setAlpha

        +
        public Color setAlpha(int a)
        +
        +
        Parameters:
        +
        a - Alpha part of the color, ranging from 0 to 255
        +
        Returns:
        +
        the object to make call chainable.
        +
        +
      • +
      + + + +
        +
      • +

        clone

        +
        public Color clone()
        +
        Clones the object.
        +
        +
        Overrides:
        +
        clone in class java.lang.Object
        +
        Returns:
        +
        a copy of the object.
        +
        +
      • +
      + + + +
        +
      • +

        remove

        +
        public static Color remove()
        +
        Gets a color value that will set the color to null on the client.
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        ignore

        +
        public static Color ignore()
        +
        Gets a color value that will be ignored on the client.
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        toInt

        +
        public int toInt()
        +
      • +
      + + + +
        +
      • +

        toString

        +
        public java.lang.String toString()
        +
        +
        Overrides:
        +
        toString in class java.lang.Object
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/ComboBox.html b/generated/1.5.2/org/getspout/spoutapi/gui/ComboBox.html new file mode 100644 index 0000000..4ad3437 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/ComboBox.html @@ -0,0 +1,417 @@ + + + + + +ComboBox (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.gui
+

Interface ComboBox

+
+
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        setItems

        +
        ComboBox setItems(java.util.List<java.lang.String> items)
        +
      • +
      + + + +
        +
      • +

        getItems

        +
        java.util.List<java.lang.String> getItems()
        +
      • +
      + + + + + + + +
        +
      • +

        closeList

        +
        ComboBox closeList()
        +
      • +
      + + + +
        +
      • +

        getSelectedItem

        +
        java.lang.String getSelectedItem()
        +
      • +
      + + + +
        +
      • +

        getSelectedRow

        +
        int getSelectedRow()
        +
      • +
      + + + +
        +
      • +

        setSelection

        +
        ComboBox setSelection(int row)
        +
      • +
      + + + +
        +
      • +

        onSelectionChanged

        +
        void onSelectionChanged(int i,
        +                        java.lang.String text)
        +
      • +
      + + + +
        +
      • +

        isOpen

        +
        boolean isOpen()
        +
      • +
      + + + +
        +
      • +

        setFormat

        +
        ComboBox setFormat(java.lang.String format)
        +
        Sets the format of the text on the button. Default is "%text%: %selected%" +

        + %text% will be replaced with whatever can be obtained by Button.getText() + %selected% will be replaced with the text of the selected item

        +
        +
        Parameters:
        +
        format - the format of the text on the button
        +
        Returns:
        +
        the instance
        +
        +
      • +
      + + + +
        +
      • +

        getFormat

        +
        java.lang.String getFormat()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/Container.html b/generated/1.5.2/org/getspout/spoutapi/gui/Container.html new file mode 100644 index 0000000..bed4459 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/Container.html @@ -0,0 +1,568 @@ + + + + + +Container (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.gui
+

Interface Container

+
+
+
+
    +
  • +
    +
    All Superinterfaces:
    +
    Widget
    +
    +
    +
    All Known Implementing Classes:
    +
    GenericContainer
    +
    +
    +
    +
    public interface Container
    +extends Widget
    +
    Containers are a specific type of widget that are designed for easy layout + and control of other widgets. +

    + Containers make use of the various Margin methods to provide space between + elements. They also require both a Width and Height in order to actual + perform an automatic layout of child elements. This can be used to provide + a "group" type container that doesn't change the layout of any children. +

    + Most Widget methods that affect position or layout will be passed down to + all children when used on the container itself, that includes setDirty(). +

    + Automatic layout is handled by updateLayout (though you should normally use + deferLayout() calls in subclasses). Any widgets that change dimension or + position at this stage will also be set as dirty.

    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        addChild

        +
        Container addChild(Widget child)
        +
        Adds a single widget to a container
        +
        +
        Parameters:
        +
        child - The widget to add
        +
        Returns:
        +
        Widget
        +
        +
      • +
      + + + +
        +
      • +

        insertChild

        +
        Container insertChild(int index,
        +                      Widget child)
        +
        Adds a single widget to a container
        +
        +
        Parameters:
        +
        index - The position to insert it, use -1 for append
        +
        child - The widget to add
        +
        Returns:
        +
        Widget
        +
        +
      • +
      + + + +
        +
      • +

        addChildren

        +
        Container addChildren(Widget... children)
        +
        Adds a list of children to a container.
        +
        +
        Parameters:
        +
        children - The widgets to add
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        removeChild

        +
        Container removeChild(Widget child)
        +
        Removes a single widget from this container
        +
        +
        Parameters:
        +
        child - The widget to add
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getChildren

        +
        Widget[] getChildren()
        +
        Get a list of widgets inside this container.
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        setLayout

        +
        Container setLayout(ContainerType type)
        +
        Set the automatic layout type for children, triggered by setWidth() or setHeight()
        +
        +
        Parameters:
        +
        type - ContainerType.VERTICAL, .HORIZONTAL or .OVERLAY
        +
        Returns:
        +
        the container
        +
        +
      • +
      + + + +
        +
      • +

        getLayout

        +
        ContainerType getLayout()
        +
        Get the automatic layout type for children
        +
        +
        Returns:
        +
        the type of container
        +
        +
      • +
      + + + +
        +
      • +

        updateLayout

        +
        Container updateLayout()
        +
        Force the container to re-layout all non-fixed children. + Unless you specifically need to update the layout at this instant, + you should use use deferLayout() instead. + This will re-position and resize all child elements.
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        deferLayout

        +
        Container deferLayout()
        +
        Automatically call updateLayout during the next onTick. + This is automatically called when anything changes that would affect the container layout. + NOTE: Subclasses should ensure they don't prevent Container.onTick() from running.
        +
        +
        Returns:
        +
        +
      • +
      + + + + + + + +
        +
      • +

        getAlign

        +
        WidgetAnchor getAlign()
        +
        Get the contents alignment.
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        setReverse

        +
        Container setReverse(boolean reverse)
        +
        Reverse the drawing order (right to left or bottom to top).
        +
        +
        Parameters:
        +
        reverse - Set to reverse direction
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getReverse

        +
        boolean getReverse()
        +
        If this is drawing in reverse order.
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        setAuto

        +
        Container setAuto(boolean auto)
        +
        Determines if children expand to fill width and height
        +
        +
        Parameters:
        +
        auto -
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        isAuto

        +
        boolean isAuto()
        +
        True if the children will expand to fill width and height
        +
        +
        Returns:
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/ContainerType.html b/generated/1.5.2/org/getspout/spoutapi/gui/ContainerType.html new file mode 100644 index 0000000..4d7a3be --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/ContainerType.html @@ -0,0 +1,360 @@ + + + + + +ContainerType (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.gui
+

Enum ContainerType

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable, java.lang.Comparable<ContainerType>
    +
    +
    +
    +
    public enum ContainerType
    +extends java.lang.Enum<ContainerType>
    +
    This defines the layout for Containers.
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Static Methods Concrete Methods 
      Modifier and TypeMethod and Description
      static ContainerTypevalueOf(java.lang.String name) +
      Returns the enum constant of this type with the specified name.
      +
      static ContainerType[]values() +
      Returns an array containing the constants of this enum type, in +the order they are declared.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Enum

        +clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +getClass, notify, notifyAll, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        values

        +
        public static ContainerType[] values()
        +
        Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
        +for (ContainerType c : ContainerType.values())
        +    System.out.println(c);
        +
        +
        +
        Returns:
        +
        an array containing the constants of this enum type, in the order they are declared
        +
        +
      • +
      + + + +
        +
      • +

        valueOf

        +
        public static ContainerType valueOf(java.lang.String name)
        +
        Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)
        +
        +
        Parameters:
        +
        name - the name of the enum constant to be returned.
        +
        Returns:
        +
        the enum constant with the specified name
        +
        Throws:
        +
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        +
        java.lang.NullPointerException - if the argument is null
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/Control.html b/generated/1.5.2/org/getspout/spoutapi/gui/Control.html new file mode 100644 index 0000000..49d22e1 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/Control.html @@ -0,0 +1,393 @@ + + + + + +Control (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.gui
+

Interface Control

+
+
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        isEnabled

        +
        boolean isEnabled()
        +
        True if the control is enabled and can receive input
        +
        +
        Returns:
        +
        enabled
        +
        +
      • +
      + + + +
        +
      • +

        setEnabled

        +
        Control setEnabled(boolean enable)
        +
        Disables input to the control, but still allows it to be visible
        +
        +
        Parameters:
        +
        enable -
        +
        Returns:
        +
        Control
        +
        +
      • +
      + + + +
        +
      • +

        getColor

        +
        Color getColor()
        +
        Gets the color of this control
        +
        +
        Returns:
        +
        color
        +
        +
      • +
      + + + +
        +
      • +

        setColor

        +
        Control setColor(Color color)
        +
        Sets the color of this control
        +
        +
        Parameters:
        +
        color - to set
        +
        Returns:
        +
        Control
        +
        +
      • +
      + + + +
        +
      • +

        getDisabledColor

        +
        Color getDisabledColor()
        +
        Gets the color of this control when it is disabled
        +
        +
        Returns:
        +
        disabled color
        +
        +
      • +
      + + + +
        +
      • +

        setDisabledColor

        +
        Control setDisabledColor(Color color)
        +
        Sets the color of this control when it is disabled
        +
        +
        Parameters:
        +
        color - to set
        +
        Returns:
        +
        Control
        +
        +
      • +
      + + + +
        +
      • +

        isFocus

        +
        boolean isFocus()
        +
      • +
      + + + +
        +
      • +

        setFocus

        +
        Control setFocus(boolean focus)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/EntityWidget.html b/generated/1.5.2/org/getspout/spoutapi/gui/EntityWidget.html new file mode 100644 index 0000000..3ac9916 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/EntityWidget.html @@ -0,0 +1,273 @@ + + + + + +EntityWidget (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.gui
+

Interface EntityWidget

+
+
+
+
    +
  • +
    +
    All Superinterfaces:
    +
    Widget
    +
    +
    +
    All Known Implementing Classes:
    +
    GenericEntityWidget
    +
    +
    +
    +
    public interface EntityWidget
    +extends Widget
    +
    This is used to display any in-game entity on the screen.
    +
  • +
+
+ +
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        setEntityId

        +
        EntityWidget setEntityId(int id)
        +
        Sets the id of this entity
        +
        +
        Parameters:
        +
        id - of the entity
        +
        Returns:
        +
        this
        +
        +
      • +
      + + + +
        +
      • +

        getEntityId

        +
        int getEntityId()
        +
        Gets the id of this entity
        +
        +
        Returns:
        +
        the id of this entity
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/ExpBar.html b/generated/1.5.2/org/getspout/spoutapi/gui/ExpBar.html new file mode 100644 index 0000000..42fdeb4 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/ExpBar.html @@ -0,0 +1,367 @@ + + + + + +ExpBar (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.gui
+

Class ExpBar

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Widget
    +
    +
    +
    +
    public class ExpBar
    +extends GenericWidget
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ExpBar

        +
        public ExpBar()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getId

        +
        public java.util.UUID getId()
        +
        Description copied from interface: Widget
        +
        Returns a unique id for this widget
        +
        +
        Specified by:
        +
        getId in interface Widget
        +
        Overrides:
        +
        getId in class GenericWidget
        +
        Returns:
        +
        id
        +
        +
      • +
      + + + +
        +
      • +

        getType

        +
        public WidgetType getType()
        +
        Description copied from interface: Widget
        +
        The type of widget this is. Required for proper synchronization between the server and client.
        +
        +
        Returns:
        +
        widget type
        +
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        Description copied from interface: Widget
        +
        The version this widget is. Mismatched versions will fail to be created.
        +
        +
        Specified by:
        +
        getVersion in interface Widget
        +
        Overrides:
        +
        getVersion in class GenericWidget
        +
        Returns:
        +
        version
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/GenericButton.html b/generated/1.5.2/org/getspout/spoutapi/gui/GenericButton.html new file mode 100644 index 0000000..05b4ba9 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/GenericButton.html @@ -0,0 +1,1036 @@ + + + + + +GenericButton (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.gui
+

Class GenericButton

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + + + + + +
        +
      • +

        disabledText

        +
        protected java.lang.String disabledText
        +
      • +
      + + + +
        +
      • +

        hoverColor

        +
        protected Color hoverColor
        +
      • +
      + + + +
        +
      • +

        scale

        +
        protected float scale
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        GenericButton

        +
        public GenericButton()
        +
      • +
      + + + +
        +
      • +

        GenericButton

        +
        public GenericButton(java.lang.String text)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        Description copied from interface: Widget
        +
        The version this widget is. Mismatched versions will fail to be created.
        +
        +
        Specified by:
        +
        getVersion in interface Widget
        +
        Overrides:
        +
        getVersion in class GenericControl
        +
        Returns:
        +
        version
        +
        +
      • +
      + + + +
        +
      • +

        readData

        +
        public void readData(SpoutInputStream input)
        +              throws java.io.IOException
        +
        Description copied from interface: Widget
        +
        Called after this widget this created for serialization.
        +
        +
        Specified by:
        +
        readData in interface Widget
        +
        Overrides:
        +
        readData in class GenericControl
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeData

        +
        public void writeData(SpoutOutputStream output)
        +               throws java.io.IOException
        +
        Description copied from interface: Widget
        +
        Called when this widget is serialized to the client. +

        + Note: ensure that any changes here are reflected in getNumBytes() and are also present on the client.

        +
        +
        Specified by:
        +
        writeData in interface Widget
        +
        Overrides:
        +
        writeData in class GenericControl
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        getText

        +
        public java.lang.String getText()
        +
        Description copied from interface: Label
        +
        Gets the text of the label
        +
        +
        Specified by:
        +
        getText in interface Label
        +
        Returns:
        +
        text
        +
        +
      • +
      + + + +
        +
      • +

        setText

        +
        public Button setText(java.lang.String text)
        +
        Description copied from interface: Label
        +
        Sets the text of the label
        +
        +
        Specified by:
        +
        setText in interface Button
        +
        Specified by:
        +
        setText in interface Label
        +
        Parameters:
        +
        text - to set
        +
        Returns:
        +
        label
        +
        +
      • +
      + + + +
        +
      • +

        getTextColor

        +
        public Color getTextColor()
        +
        Description copied from interface: Label
        +
        Gets the color for the text
        +
        +
        Specified by:
        +
        getTextColor in interface Label
        +
        Returns:
        +
        color
        +
        +
      • +
      + + + +
        +
      • +

        setTextColor

        +
        public Button setTextColor(Color color)
        +
        Description copied from interface: Label
        +
        Sets the color for the text
        +
        +
        Specified by:
        +
        setTextColor in interface Button
        +
        Specified by:
        +
        setTextColor in interface Label
        +
        Parameters:
        +
        color - to set
        +
        Returns:
        +
        label
        +
        +
      • +
      + + + +
        +
      • +

        getDisabledText

        +
        public java.lang.String getDisabledText()
        +
        Description copied from interface: Button
        +
        Gets the text that is displayed when the control is disabled
        +
        +
        Specified by:
        +
        getDisabledText in interface Button
        +
        Returns:
        +
        disabled text
        +
        +
      • +
      + + + +
        +
      • +

        setDisabledText

        +
        public Button setDisabledText(java.lang.String text)
        +
        Description copied from interface: Button
        +
        Sets the text that is displayed when the control is disabled
        +
        +
        Specified by:
        +
        setDisabledText in interface Button
        +
        Parameters:
        +
        text - to display
        +
        Returns:
        +
        Button
        +
        +
      • +
      + + + +
        +
      • +

        getHoverColor

        +
        public Color getHoverColor()
        +
        Description copied from interface: Button
        +
        Gets the color of the control while the mouse is hovering over it
        +
        +
        Specified by:
        +
        getHoverColor in interface Button
        +
        Returns:
        +
        color
        +
        +
      • +
      + + + +
        +
      • +

        setHoverColor

        +
        public Button setHoverColor(Color color)
        +
        Description copied from interface: Button
        +
        Sets the color of the control while the mouse is hovering over it
        +
        +
        Specified by:
        +
        setHoverColor in interface Button
        +
        Returns:
        +
        Button
        +
        +
      • +
      + + + +
        +
      • +

        getType

        +
        public WidgetType getType()
        +
        Description copied from interface: Widget
        +
        The type of widget this is. Required for proper synchronization between the server and client.
        +
        +
        Specified by:
        +
        getType in interface Widget
        +
        Returns:
        +
        widget type
        +
        +
      • +
      + + + +
        +
      • +

        setAuto

        +
        public Button setAuto(boolean auto)
        +
        Description copied from interface: Label
        +
        Determines if text expands to fill width and height
        +
        +
        Specified by:
        +
        setAuto in interface Button
        +
        Specified by:
        +
        setAuto in interface Label
        +
        Returns:
        +
        label
        +
        +
      • +
      + + + +
        +
      • +

        isAuto

        +
        public boolean isAuto()
        +
        Description copied from interface: Label
        +
        True if the text will expand to fill width and height
        +
        +
        Specified by:
        +
        isAuto in interface Label
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getAlign

        +
        public WidgetAnchor getAlign()
        +
        Description copied from interface: Label
        +
        Get the text alignment
        +
        +
        Specified by:
        +
        getAlign in interface Label
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        setAlign

        +
        public Button setAlign(WidgetAnchor pos)
        +
        Description copied from interface: Label
        +
        Set the text alignment
        +
        +
        Specified by:
        +
        setAlign in interface Label
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        copy

        +
        public Button copy()
        +
        Description copied from interface: Widget
        +
        Returns a copy of this widget with a new UUID. +

        + Copies will not be equal to each other, but will have the same internal data. +

        + Note: the copy will not be attached to a screen, nor be part of a container even if the original was. +

        + Warning: copy will not work on screens.

        +
        +
        Specified by:
        +
        copy in interface Widget
        +
        Overrides:
        +
        copy in class GenericControl
        +
        Returns:
        +
        a copy of this widget
        +
        +
      • +
      + + + +
        +
      • +

        onButtonClick

        +
        public void onButtonClick(ButtonClickEvent event)
        +
        Description copied from interface: Button
        +
        Fires when this button is clicked on the screen. +

        + If this is not overridden in a subclass then this event will be sent + to the screen listener.

        +
        +
        Specified by:
        +
        onButtonClick in interface Button
        +
        +
      • +
      + + + +
        +
      • +

        isResize

        +
        public boolean isResize()
        +
        Description copied from interface: Label
        +
        Does this widget automatically resize with its contents
        +
        +
        Specified by:
        +
        isResize in interface Label
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        setResize

        +
        public Label setResize(boolean resize)
        +
        Description copied from interface: Label
        +
        Tell this widget to resize with its contents
        +
        +
        Specified by:
        +
        setResize in interface Label
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        doResize

        +
        public Label doResize()
        +
        Description copied from interface: Label
        +
        Actually resize the Label with the current text size
        +
        +
        Specified by:
        +
        doResize in interface Label
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        setScale

        +
        public Label setScale(float scale)
        +
        Description copied from interface: Label
        +
        Set the scale of the text
        +
        +
        Specified by:
        +
        setScale in interface Label
        +
        Parameters:
        +
        scale - to set
        +
        +
      • +
      + + + +
        +
      • +

        getScale

        +
        public float getScale()
        +
        Description copied from interface: Label
        +
        Gets the scale of the text
        +
        +
        Specified by:
        +
        getScale in interface Label
        +
        Returns:
        +
        scale of text
        +
        +
      • +
      + + + +
        +
      • +

        setShadow

        +
        public Label setShadow(boolean shadow)
        +
        Description copied from interface: Label
        +
        Sets whether or not the label has a shadow.
        +
        +
        Specified by:
        +
        setShadow in interface Label
        +
        +
      • +
      + + + +
        +
      • +

        hasShadow

        +
        public boolean hasShadow()
        +
        Description copied from interface: Label
        +
        Gets whether or not the label has a shadow.
        +
        +
        Specified by:
        +
        hasShadow in interface Label
        +
        Returns:
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/GenericCheckBox.html b/generated/1.5.2/org/getspout/spoutapi/gui/GenericCheckBox.html new file mode 100644 index 0000000..e5d4417 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/GenericCheckBox.html @@ -0,0 +1,522 @@ + + + + + +GenericCheckBox (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.gui
+

Class GenericCheckBox

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        GenericCheckBox

        +
        public GenericCheckBox()
        +
      • +
      + + + +
        +
      • +

        GenericCheckBox

        +
        public GenericCheckBox(java.lang.String text)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        readData

        +
        public void readData(SpoutInputStream input)
        +              throws java.io.IOException
        +
        Description copied from interface: Widget
        +
        Called after this widget this created for serialization.
        +
        +
        Specified by:
        +
        readData in interface Widget
        +
        Overrides:
        +
        readData in class GenericButton
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeData

        +
        public void writeData(SpoutOutputStream output)
        +               throws java.io.IOException
        +
        Description copied from interface: Widget
        +
        Called when this widget is serialized to the client. +

        + Note: ensure that any changes here are reflected in getNumBytes() and are also present on the client.

        +
        +
        Specified by:
        +
        writeData in interface Widget
        +
        Overrides:
        +
        writeData in class GenericButton
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        getType

        +
        public WidgetType getType()
        +
        Description copied from interface: Widget
        +
        The type of widget this is. Required for proper synchronization between the server and client.
        +
        +
        Specified by:
        +
        getType in interface Widget
        +
        Overrides:
        +
        getType in class GenericButton
        +
        Returns:
        +
        widget type
        +
        +
      • +
      + + + +
        +
      • +

        isChecked

        +
        public boolean isChecked()
        +
        +
        Specified by:
        +
        isChecked in interface CheckBox
        +
        +
      • +
      + + + +
        +
      • +

        copy

        +
        public CheckBox copy()
        +
        Description copied from interface: Widget
        +
        Returns a copy of this widget with a new UUID. +

        + Copies will not be equal to each other, but will have the same internal data. +

        + Note: the copy will not be attached to a screen, nor be part of a container even if the original was. +

        + Warning: copy will not work on screens.

        +
        +
        Specified by:
        +
        copy in interface Widget
        +
        Overrides:
        +
        copy in class GenericButton
        +
        Returns:
        +
        a copy of this widget
        +
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/GenericComboBox.html b/generated/1.5.2/org/getspout/spoutapi/gui/GenericComboBox.html new file mode 100644 index 0000000..dc3beae --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/GenericComboBox.html @@ -0,0 +1,731 @@ + + + + + +GenericComboBox (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.gui
+

Class GenericComboBox

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        GenericComboBox

        +
        public GenericComboBox()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        setItems

        +
        public ComboBox setItems(java.util.List<java.lang.String> items)
        +
        +
        Specified by:
        +
        setItems in interface ComboBox
        +
        +
      • +
      + + + +
        +
      • +

        getItems

        +
        public java.util.List<java.lang.String> getItems()
        +
        +
        Specified by:
        +
        getItems in interface ComboBox
        +
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        getSelectedItem

        +
        public java.lang.String getSelectedItem()
        +
        +
        Specified by:
        +
        getSelectedItem in interface ComboBox
        +
        +
      • +
      + + + +
        +
      • +

        getSelectedRow

        +
        public int getSelectedRow()
        +
        +
        Specified by:
        +
        getSelectedRow in interface ComboBox
        +
        +
      • +
      + + + + + + + +
        +
      • +

        onSelectionChanged

        +
        public void onSelectionChanged(int i,
        +                               java.lang.String text)
        +
        +
        Specified by:
        +
        onSelectionChanged in interface ComboBox
        +
        +
      • +
      + + + +
        +
      • +

        isOpen

        +
        public boolean isOpen()
        +
        +
        Specified by:
        +
        isOpen in interface ComboBox
        +
        +
      • +
      + + + +
        +
      • +

        setOpen

        +
        public ComboBox setOpen(boolean open,
        +                        boolean sendPacket)
        +
        Sets the open status.
        +
        +
        Parameters:
        +
        open - the state
        +
        sendPacket - if true, send an update packet
        +
        Returns:
        +
        the instance
        +
        +
      • +
      + + + +
        +
      • +

        getType

        +
        public WidgetType getType()
        +
        Description copied from interface: Widget
        +
        The type of widget this is. Required for proper synchronization between the server and client.
        +
        +
        Specified by:
        +
        getType in interface Widget
        +
        Overrides:
        +
        getType in class GenericButton
        +
        Returns:
        +
        widget type
        +
        +
      • +
      + + + +
        +
      • +

        readData

        +
        public void readData(SpoutInputStream input)
        +              throws java.io.IOException
        +
        Description copied from interface: Widget
        +
        Called after this widget this created for serialization.
        +
        +
        Specified by:
        +
        readData in interface Widget
        +
        Overrides:
        +
        readData in class GenericButton
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeData

        +
        public void writeData(SpoutOutputStream output)
        +               throws java.io.IOException
        +
        Description copied from interface: Widget
        +
        Called when this widget is serialized to the client. +

        + Note: ensure that any changes here are reflected in getNumBytes() and are also present on the client.

        +
        +
        Specified by:
        +
        writeData in interface Widget
        +
        Overrides:
        +
        writeData in class GenericButton
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        Description copied from interface: Widget
        +
        The version this widget is. Mismatched versions will fail to be created.
        +
        +
        Specified by:
        +
        getVersion in interface Widget
        +
        Overrides:
        +
        getVersion in class GenericButton
        +
        Returns:
        +
        version
        +
        +
      • +
      + + + +
        +
      • +

        getFormat

        +
        public java.lang.String getFormat()
        +
        +
        Specified by:
        +
        getFormat in interface ComboBox
        +
        +
      • +
      + + + +
        +
      • +

        setFormat

        +
        public ComboBox setFormat(java.lang.String format)
        +
        Description copied from interface: ComboBox
        +
        Sets the format of the text on the button. Default is "%text%: %selected%" +

        + %text% will be replaced with whatever can be obtained by Button.getText() + %selected% will be replaced with the text of the selected item

        +
        +
        Specified by:
        +
        setFormat in interface ComboBox
        +
        Parameters:
        +
        format - the format of the text on the button
        +
        Returns:
        +
        the instance
        +
        +
      • +
      + + + +
        +
      • +

        getText

        +
        public java.lang.String getText()
        +
        Description copied from interface: Label
        +
        Gets the text of the label
        +
        +
        Specified by:
        +
        getText in interface Label
        +
        Overrides:
        +
        getText in class GenericButton
        +
        Returns:
        +
        text
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/GenericContainer.html b/generated/1.5.2/org/getspout/spoutapi/gui/GenericContainer.html new file mode 100644 index 0000000..5048835 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/GenericContainer.html @@ -0,0 +1,1297 @@ + + + + + +GenericContainer (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.gui
+

Class GenericContainer

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        children

        +
        protected java.util.List<Widget> children
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        reverse

        +
        protected boolean reverse
        +
      • +
      + + + +
        +
      • +

        minWidthCalc

        +
        protected int minWidthCalc
        +
      • +
      + + + +
        +
      • +

        maxWidthCalc

        +
        protected int maxWidthCalc
        +
      • +
      + + + +
        +
      • +

        minHeightCalc

        +
        protected int minHeightCalc
        +
      • +
      + + + +
        +
      • +

        maxHeightCalc

        +
        protected int maxHeightCalc
        +
      • +
      + + + +
        +
      • +

        auto

        +
        protected boolean auto
        +
      • +
      + + + +
        +
      • +

        recalculating

        +
        protected boolean recalculating
        +
      • +
      + + + +
        +
      • +

        needsLayout

        +
        protected boolean needsLayout
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        GenericContainer

        +
        public GenericContainer()
        +
      • +
      + + + +
        +
      • +

        GenericContainer

        +
        public GenericContainer(Widget... children)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        addChild

        +
        public Container addChild(Widget child)
        +
        Description copied from interface: Container
        +
        Adds a single widget to a container
        +
        +
        Specified by:
        +
        addChild in interface Container
        +
        Parameters:
        +
        child - The widget to add
        +
        Returns:
        +
        Widget
        +
        +
      • +
      + + + +
        +
      • +

        insertChild

        +
        public Container insertChild(int index,
        +                             Widget child)
        +
        Description copied from interface: Container
        +
        Adds a single widget to a container
        +
        +
        Specified by:
        +
        insertChild in interface Container
        +
        Parameters:
        +
        index - The position to insert it, use -1 for append
        +
        child - The widget to add
        +
        Returns:
        +
        Widget
        +
        +
      • +
      + + + +
        +
      • +

        addChildren

        +
        public Container addChildren(Widget... children)
        +
        Description copied from interface: Container
        +
        Adds a list of children to a container.
        +
        +
        Specified by:
        +
        addChildren in interface Container
        +
        Parameters:
        +
        children - The widgets to add
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getChildren

        +
        public Widget[] getChildren()
        +
        Description copied from interface: Container
        +
        Get a list of widgets inside this container.
        +
        +
        Specified by:
        +
        getChildren in interface Container
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        setDirty

        +
        public void setDirty(boolean dirty)
        +
        Description copied from interface: Widget
        +
        Marks this widget as needing an update on the client. It will be updated after the next onTick call, and marked as setDirty(false) + Every widget is dirty immediately after creation
        +
        +
        Specified by:
        +
        setDirty in interface Widget
        +
        Overrides:
        +
        setDirty in class GenericWidget
        +
        +
      • +
      + + + +
        +
      • +

        isDirty

        +
        public boolean isDirty()
        +
        Description copied from interface: Widget
        +
        Is true if this widget has been marked dirty
        +
        +
        Specified by:
        +
        isDirty in interface Widget
        +
        Overrides:
        +
        isDirty in class GenericWidget
        +
        Returns:
        +
        dirty
        +
        +
      • +
      + + + +
        +
      • +

        setVisible

        +
        public Container setVisible(boolean enable)
        +
        Description copied from interface: Widget
        +
        Sets the visibility of this widget. If true, it will render normally. If false, it will not appear on the screen.
        +
        +
        Specified by:
        +
        setVisible in interface Widget
        +
        Overrides:
        +
        setVisible in class GenericWidget
        +
        Parameters:
        +
        enable - the visibility
        +
        Returns:
        +
        widget
        +
        +
      • +
      + + + +
        +
      • +

        setPriority

        +
        public Container setPriority(RenderPriority priority)
        +
        Description copied from interface: Widget
        +
        Sets the render priority for this widget. Highest priorities render first (in the background), the lowest priorities render on top (in the foreground).
        +
        +
        Specified by:
        +
        setPriority in interface Widget
        +
        Overrides:
        +
        setPriority in class GenericWidget
        +
        Parameters:
        +
        priority - to render at
        +
        Returns:
        +
        widget
        +
        +
      • +
      + + + + + + + +
        +
      • +

        getType

        +
        public WidgetType getType()
        +
        Description copied from interface: Widget
        +
        The type of widget this is. Required for proper synchronization between the server and client.
        +
        +
        Specified by:
        +
        getType in interface Widget
        +
        Returns:
        +
        widget type
        +
        +
      • +
      + + + +
        +
      • +

        setX

        +
        public Widget setX(int pos)
        +
        Description copied from interface: Widget
        +
        Sets the x coordinate of this widget. Widgets (and screens) render from the top left cornor the screen. 0,0 represents the top left corner.
        +
        +
        Specified by:
        +
        setX in interface Widget
        +
        Overrides:
        +
        setX in class GenericWidget
        +
        Parameters:
        +
        pos - to set
        +
        Returns:
        +
        widget
        +
        +
      • +
      + + + +
        +
      • +

        setY

        +
        public Widget setY(int pos)
        +
        Description copied from interface: Widget
        +
        Sets the y coordinate of this widget. Widgets (and screens) render from the top left cornor the screen. 0,0 represents the top left corner.
        +
        +
        Specified by:
        +
        setY in interface Widget
        +
        Overrides:
        +
        setY in class GenericWidget
        +
        Parameters:
        +
        pos - to set
        +
        Returns:
        +
        widget
        +
        +
      • +
      + + + +
        +
      • +

        removeChild

        +
        public Container removeChild(Widget child)
        +
        Description copied from interface: Container
        +
        Removes a single widget from this container
        +
        +
        Specified by:
        +
        removeChild in interface Container
        +
        Parameters:
        +
        child - The widget to add
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        setScreen

        +
        public Container setScreen(Screen screen)
        +
        Description copied from interface: Widget
        +
        Sets the screen this widget is attached to. Should not be used normally, is handled with screen.attachWidget() is called.
        +
        +
        Specified by:
        +
        setScreen in interface Widget
        +
        Overrides:
        +
        setScreen in class GenericWidget
        +
        Parameters:
        +
        screen - this is attached to
        +
        Returns:
        +
        widget
        +
        +
      • +
      + + + +
        +
      • +

        setHeight

        +
        public Container setHeight(int height)
        +
        Description copied from interface: Widget
        +
        Sets the height of this widget, in pixels
        +
        +
        Specified by:
        +
        setHeight in interface Widget
        +
        Overrides:
        +
        setHeight in class GenericWidget
        +
        Parameters:
        +
        height - to set
        +
        Returns:
        +
        widget
        +
        +
      • +
      + + + +
        +
      • +

        setWidth

        +
        public Container setWidth(int width)
        +
        Description copied from interface: Widget
        +
        Sets the width of this widget, in pixels
        +
        +
        Specified by:
        +
        setWidth in interface Widget
        +
        Overrides:
        +
        setWidth in class GenericWidget
        +
        Parameters:
        +
        width - to set
        +
        Returns:
        +
        widget
        +
        +
      • +
      + + + +
        +
      • +

        setLayout

        +
        public Container setLayout(ContainerType type)
        +
        Description copied from interface: Container
        +
        Set the automatic layout type for children, triggered by setWidth() or setHeight()
        +
        +
        Specified by:
        +
        setLayout in interface Container
        +
        Parameters:
        +
        type - ContainerType.VERTICAL, .HORIZONTAL or .OVERLAY
        +
        Returns:
        +
        the container
        +
        +
      • +
      + + + +
        +
      • +

        getLayout

        +
        public ContainerType getLayout()
        +
        Description copied from interface: Container
        +
        Get the automatic layout type for children
        +
        +
        Specified by:
        +
        getLayout in interface Container
        +
        Returns:
        +
        the type of container
        +
        +
      • +
      + + + + + + + +
        +
      • +

        getAlign

        +
        public WidgetAnchor getAlign()
        +
        Description copied from interface: Container
        +
        Get the contents alignment.
        +
        +
        Specified by:
        +
        getAlign in interface Container
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        setReverse

        +
        public Container setReverse(boolean reverse)
        +
        Description copied from interface: Container
        +
        Reverse the drawing order (right to left or bottom to top).
        +
        +
        Specified by:
        +
        setReverse in interface Container
        +
        Parameters:
        +
        reverse - Set to reverse direction
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getReverse

        +
        public boolean getReverse()
        +
        Description copied from interface: Container
        +
        If this is drawing in reverse order.
        +
        +
        Specified by:
        +
        getReverse in interface Container
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        deferLayout

        +
        public Container deferLayout()
        +
        Description copied from interface: Container
        +
        Automatically call updateLayout during the next onTick. + This is automatically called when anything changes that would affect the container layout. + NOTE: Subclasses should ensure they don't prevent Container.onTick() from running.
        +
        +
        Specified by:
        +
        deferLayout in interface Container
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        updateLayout

        +
        public Container updateLayout()
        +
        Description copied from interface: Container
        +
        Force the container to re-layout all non-fixed children. + Unless you specifically need to update the layout at this instant, + you should use use deferLayout() instead. + This will re-position and resize all child elements.
        +
        +
        Specified by:
        +
        updateLayout in interface Container
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        onTick

        +
        public void onTick()
        +
        Description copied from interface: Widget
        +
        Called each tick this widget is updated. This widget is processed for isDirty() immediately afterwords.
        +
        +
        Specified by:
        +
        onTick in interface Widget
        +
        Overrides:
        +
        onTick in class GenericWidget
        +
        +
      • +
      + + + +
        +
      • +

        getMinWidth

        +
        public int getMinWidth()
        +
        Description copied from interface: Widget
        +
        Container Layout - Get the minimum width for this widget
        +
        +
        Specified by:
        +
        getMinWidth in interface Widget
        +
        Overrides:
        +
        getMinWidth in class GenericWidget
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getMaxWidth

        +
        public int getMaxWidth()
        +
        Description copied from interface: Widget
        +
        Container Layout - Get the maximum width for this widget
        +
        +
        Specified by:
        +
        getMaxWidth in interface Widget
        +
        Overrides:
        +
        getMaxWidth in class GenericWidget
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getMinHeight

        +
        public int getMinHeight()
        +
        Description copied from interface: Widget
        +
        Container Layout - Get the minimum height for this widget
        +
        +
        Specified by:
        +
        getMinHeight in interface Widget
        +
        Overrides:
        +
        getMinHeight in class GenericWidget
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getMaxHeight

        +
        public int getMaxHeight()
        +
        Description copied from interface: Widget
        +
        Container Layout - Get the maximum height for this widget
        +
        +
        Specified by:
        +
        getMaxHeight in interface Widget
        +
        Overrides:
        +
        getMaxHeight in class GenericWidget
        +
        Returns:
        +
        +
      • +
      + + + + + + + +
        +
      • +

        setAuto

        +
        public Container setAuto(boolean auto)
        +
        Description copied from interface: Container
        +
        Determines if children expand to fill width and height
        +
        +
        Specified by:
        +
        setAuto in interface Container
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        isAuto

        +
        public boolean isAuto()
        +
        Description copied from interface: Container
        +
        True if the children will expand to fill width and height
        +
        +
        Specified by:
        +
        isAuto in interface Container
        +
        Returns:
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/GenericControl.html b/generated/1.5.2/org/getspout/spoutapi/gui/GenericControl.html new file mode 100644 index 0000000..d4c937c --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/GenericControl.html @@ -0,0 +1,674 @@ + + + + + +GenericControl (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.gui
+

Class GenericControl

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        focus

        +
        protected boolean focus
        +
      • +
      + + + +
        +
      • +

        enabled

        +
        protected boolean enabled
        +
      • +
      + + + +
        +
      • +

        color

        +
        protected Color color
        +
      • +
      + + + +
        +
      • +

        disabledColor

        +
        protected Color disabledColor
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        GenericControl

        +
        public GenericControl()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        Description copied from interface: Widget
        +
        The version this widget is. Mismatched versions will fail to be created.
        +
        +
        Specified by:
        +
        getVersion in interface Widget
        +
        Overrides:
        +
        getVersion in class GenericWidget
        +
        Returns:
        +
        version
        +
        +
      • +
      + + + +
        +
      • +

        readData

        +
        public void readData(SpoutInputStream input)
        +              throws java.io.IOException
        +
        Description copied from interface: Widget
        +
        Called after this widget this created for serialization.
        +
        +
        Specified by:
        +
        readData in interface Widget
        +
        Overrides:
        +
        readData in class GenericWidget
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeData

        +
        public void writeData(SpoutOutputStream output)
        +               throws java.io.IOException
        +
        Description copied from interface: Widget
        +
        Called when this widget is serialized to the client. +

        + Note: ensure that any changes here are reflected in getNumBytes() and are also present on the client.

        +
        +
        Specified by:
        +
        writeData in interface Widget
        +
        Overrides:
        +
        writeData in class GenericWidget
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        isEnabled

        +
        public boolean isEnabled()
        +
        Description copied from interface: Control
        +
        True if the control is enabled and can receive input
        +
        +
        Specified by:
        +
        isEnabled in interface Control
        +
        Returns:
        +
        enabled
        +
        +
      • +
      + + + +
        +
      • +

        setEnabled

        +
        public Control setEnabled(boolean enable)
        +
        Description copied from interface: Control
        +
        Disables input to the control, but still allows it to be visible
        +
        +
        Specified by:
        +
        setEnabled in interface Control
        +
        Returns:
        +
        Control
        +
        +
      • +
      + + + +
        +
      • +

        getColor

        +
        public Color getColor()
        +
        Description copied from interface: Control
        +
        Gets the color of this control
        +
        +
        Specified by:
        +
        getColor in interface Control
        +
        Returns:
        +
        color
        +
        +
      • +
      + + + +
        +
      • +

        setColor

        +
        public Control setColor(Color color)
        +
        Description copied from interface: Control
        +
        Sets the color of this control
        +
        +
        Specified by:
        +
        setColor in interface Control
        +
        Parameters:
        +
        color - to set
        +
        Returns:
        +
        Control
        +
        +
      • +
      + + + +
        +
      • +

        getDisabledColor

        +
        public Color getDisabledColor()
        +
        Description copied from interface: Control
        +
        Gets the color of this control when it is disabled
        +
        +
        Specified by:
        +
        getDisabledColor in interface Control
        +
        Returns:
        +
        disabled color
        +
        +
      • +
      + + + +
        +
      • +

        setDisabledColor

        +
        public Control setDisabledColor(Color color)
        +
        Description copied from interface: Control
        +
        Sets the color of this control when it is disabled
        +
        +
        Specified by:
        +
        setDisabledColor in interface Control
        +
        Parameters:
        +
        color - to set
        +
        Returns:
        +
        Control
        +
        +
      • +
      + + + +
        +
      • +

        isFocus

        +
        public boolean isFocus()
        +
        +
        Specified by:
        +
        isFocus in interface Control
        +
        +
      • +
      + + + +
        +
      • +

        setFocus

        +
        public Control setFocus(boolean focus)
        +
        +
        Specified by:
        +
        setFocus in interface Control
        +
        +
      • +
      + + + +
        +
      • +

        copy

        +
        public Control copy()
        +
        Description copied from interface: Widget
        +
        Returns a copy of this widget with a new UUID. +

        + Copies will not be equal to each other, but will have the same internal data. +

        + Note: the copy will not be attached to a screen, nor be part of a container even if the original was. +

        + Warning: copy will not work on screens.

        +
        +
        Specified by:
        +
        copy in interface Widget
        +
        Overrides:
        +
        copy in class GenericWidget
        +
        Returns:
        +
        a copy of this widget
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/GenericEntityWidget.html b/generated/1.5.2/org/getspout/spoutapi/gui/GenericEntityWidget.html new file mode 100644 index 0000000..f4d13e1 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/GenericEntityWidget.html @@ -0,0 +1,475 @@ + + + + + +GenericEntityWidget (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.gui
+

Class GenericEntityWidget

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        GenericEntityWidget

        +
        public GenericEntityWidget()
        +
      • +
      + + + +
        +
      • +

        GenericEntityWidget

        +
        public GenericEntityWidget(int entityId)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getType

        +
        public WidgetType getType()
        +
        Description copied from interface: Widget
        +
        The type of widget this is. Required for proper synchronization between the server and client.
        +
        +
        Specified by:
        +
        getType in interface Widget
        +
        Returns:
        +
        widget type
        +
        +
      • +
      + + + +
        +
      • +

        setEntityId

        +
        public EntityWidget setEntityId(int id)
        +
        Description copied from interface: EntityWidget
        +
        Sets the id of this entity
        +
        +
        Specified by:
        +
        setEntityId in interface EntityWidget
        +
        Parameters:
        +
        id - of the entity
        +
        Returns:
        +
        this
        +
        +
      • +
      + + + +
        +
      • +

        getEntityId

        +
        public int getEntityId()
        +
        Description copied from interface: EntityWidget
        +
        Gets the id of this entity
        +
        +
        Specified by:
        +
        getEntityId in interface EntityWidget
        +
        Returns:
        +
        the id of this entity
        +
        +
      • +
      + + + +
        +
      • +

        readData

        +
        public void readData(SpoutInputStream input)
        +              throws java.io.IOException
        +
        Description copied from interface: Widget
        +
        Called after this widget this created for serialization.
        +
        +
        Specified by:
        +
        readData in interface Widget
        +
        Overrides:
        +
        readData in class GenericWidget
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeData

        +
        public void writeData(SpoutOutputStream output)
        +               throws java.io.IOException
        +
        Description copied from interface: Widget
        +
        Called when this widget is serialized to the client. +

        + Note: ensure that any changes here are reflected in getNumBytes() and are also present on the client.

        +
        +
        Specified by:
        +
        writeData in interface Widget
        +
        Overrides:
        +
        writeData in class GenericWidget
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        copy

        +
        public EntityWidget copy()
        +
        Description copied from interface: Widget
        +
        Returns a copy of this widget with a new UUID. +

        + Copies will not be equal to each other, but will have the same internal data. +

        + Note: the copy will not be attached to a screen, nor be part of a container even if the original was. +

        + Warning: copy will not work on screens.

        +
        +
        Specified by:
        +
        copy in interface Widget
        +
        Overrides:
        +
        copy in class GenericWidget
        +
        Returns:
        +
        a copy of this widget
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/GenericGradient.html b/generated/1.5.2/org/getspout/spoutapi/gui/GenericGradient.html new file mode 100644 index 0000000..482e53d --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/GenericGradient.html @@ -0,0 +1,697 @@ + + + + + +GenericGradient (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.gui
+

Class GenericGradient

+
+
+ +
+ +
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        GenericGradient

        +
        public GenericGradient()
        +
      • +
      + + + +
        +
      • +

        GenericGradient

        +
        public GenericGradient(Color both)
        +
      • +
      + + + +
        +
      • +

        GenericGradient

        +
        public GenericGradient(Color top,
        +                       Color bottom)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        Description copied from interface: Widget
        +
        The version this widget is. Mismatched versions will fail to be created.
        +
        +
        Specified by:
        +
        getVersion in interface Widget
        +
        Overrides:
        +
        getVersion in class GenericWidget
        +
        Returns:
        +
        version
        +
        +
      • +
      + + + +
        +
      • +

        setTopColor

        +
        public Gradient setTopColor(Color color)
        +
        Description copied from interface: Gradient
        +
        Sets the top colour of the gradient to render.
        +
        +
        Specified by:
        +
        setTopColor in interface Gradient
        +
        Returns:
        +
        gradient
        +
        +
      • +
      + + + +
        +
      • +

        setBottomColor

        +
        public Gradient setBottomColor(Color color)
        +
        Description copied from interface: Gradient
        +
        Sets the bottom colour of the gradient to render.
        +
        +
        Specified by:
        +
        setBottomColor in interface Gradient
        +
        Returns:
        +
        gradient
        +
        +
      • +
      + + + +
        +
      • +

        setColor

        +
        public Gradient setColor(Color color)
        +
        Description copied from interface: Gradient
        +
        Set both top and bottom gradient color in one call.
        +
        +
        Specified by:
        +
        setColor in interface Gradient
        +
        Returns:
        +
        gradient
        +
        +
      • +
      + + + +
        +
      • +

        getTopColor

        +
        public Color getTopColor()
        +
        Description copied from interface: Gradient
        +
        Gets the top colour of the gradient to render.
        +
        +
        Specified by:
        +
        getTopColor in interface Gradient
        +
        Returns:
        +
        color
        +
        +
      • +
      + + + +
        +
      • +

        getBottomColor

        +
        public Color getBottomColor()
        +
        Description copied from interface: Gradient
        +
        Gets the bottom colour of the gradient to render.
        +
        +
        Specified by:
        +
        getBottomColor in interface Gradient
        +
        Returns:
        +
        color
        +
        +
      • +
      + + + +
        +
      • +

        getType

        +
        public WidgetType getType()
        +
        Description copied from interface: Widget
        +
        The type of widget this is. Required for proper synchronization between the server and client.
        +
        +
        Specified by:
        +
        getType in interface Widget
        +
        Returns:
        +
        widget type
        +
        +
      • +
      + + + +
        +
      • +

        readData

        +
        public void readData(SpoutInputStream input)
        +              throws java.io.IOException
        +
        Description copied from interface: Widget
        +
        Called after this widget this created for serialization.
        +
        +
        Specified by:
        +
        readData in interface Widget
        +
        Overrides:
        +
        readData in class GenericWidget
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeData

        +
        public void writeData(SpoutOutputStream output)
        +               throws java.io.IOException
        +
        Description copied from interface: Widget
        +
        Called when this widget is serialized to the client. +

        + Note: ensure that any changes here are reflected in getNumBytes() and are also present on the client.

        +
        +
        Specified by:
        +
        writeData in interface Widget
        +
        Overrides:
        +
        writeData in class GenericWidget
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        copy

        +
        public Gradient copy()
        +
        Description copied from interface: Widget
        +
        Returns a copy of this widget with a new UUID. +

        + Copies will not be equal to each other, but will have the same internal data. +

        + Note: the copy will not be attached to a screen, nor be part of a container even if the original was. +

        + Warning: copy will not work on screens.

        +
        +
        Specified by:
        +
        copy in interface Widget
        +
        Overrides:
        +
        copy in class GenericWidget
        +
        Returns:
        +
        a copy of this widget
        +
        +
      • +
      + + + +
        +
      • +

        setOrientation

        +
        public Gradient setOrientation(Orientation axis)
        +
        Description copied from interface: Gradient
        +
        Set the direction the gradient is drawn. + Default is VERTICAL, if using HORIZONTAL then read top as left and bottom as right.
        +
        +
        Specified by:
        +
        setOrientation in interface Gradient
        +
        Parameters:
        +
        axis - the orientation to draw in
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getOrientation

        +
        public Orientation getOrientation()
        +
        Description copied from interface: Gradient
        +
        Get the direction the gradient is drawn. + Default is VERTICAL, if using HORIZONTAL then read top as left and bottom as right.
        +
        +
        Specified by:
        +
        getOrientation in interface Gradient
        +
        Returns:
        +
        the orientation being used
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/GenericItemWidget.html b/generated/1.5.2/org/getspout/spoutapi/gui/GenericItemWidget.html new file mode 100644 index 0000000..afaa310 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/GenericItemWidget.html @@ -0,0 +1,716 @@ + + + + + +GenericItemWidget (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.gui
+

Class GenericItemWidget

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        material

        +
        protected int material
        +
      • +
      + + + +
        +
      • +

        data

        +
        protected short data
        +
      • +
      + + + +
        +
      • +

        depth

        +
        protected int depth
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        GenericItemWidget

        +
        public GenericItemWidget()
        +
      • +
      + + + +
        +
      • +

        GenericItemWidget

        +
        public GenericItemWidget(ItemStack item)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        Description copied from interface: Widget
        +
        The version this widget is. Mismatched versions will fail to be created.
        +
        +
        Specified by:
        +
        getVersion in interface Widget
        +
        Overrides:
        +
        getVersion in class GenericWidget
        +
        Returns:
        +
        version
        +
        +
      • +
      + + + +
        +
      • +

        readData

        +
        public void readData(SpoutInputStream input)
        +              throws java.io.IOException
        +
        Description copied from interface: Widget
        +
        Called after this widget this created for serialization.
        +
        +
        Specified by:
        +
        readData in interface Widget
        +
        Overrides:
        +
        readData in class GenericWidget
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeData

        +
        public void writeData(SpoutOutputStream output)
        +               throws java.io.IOException
        +
        Description copied from interface: Widget
        +
        Called when this widget is serialized to the client. +

        + Note: ensure that any changes here are reflected in getNumBytes() and are also present on the client.

        +
        +
        Specified by:
        +
        writeData in interface Widget
        +
        Overrides:
        +
        writeData in class GenericWidget
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        setTypeId

        +
        public ItemWidget setTypeId(int id)
        +
        Description copied from interface: ItemWidget
        +
        Sets the type id of this item widget
        +
        +
        Specified by:
        +
        setTypeId in interface ItemWidget
        +
        Returns:
        +
        ItemWidget
        +
        +
      • +
      + + + +
        +
      • +

        getTypeId

        +
        public int getTypeId()
        +
        Description copied from interface: ItemWidget
        +
        Gets the type id of this item widget
        +
        +
        Specified by:
        +
        getTypeId in interface ItemWidget
        +
        Returns:
        +
        type id
        +
        +
      • +
      + + + +
        +
      • +

        setData

        +
        public ItemWidget setData(short data)
        +
        Description copied from interface: ItemWidget
        +
        Sets the data of this item widget
        +
        +
        Specified by:
        +
        setData in interface ItemWidget
        +
        Parameters:
        +
        data - to set
        +
        Returns:
        +
        ItemWidget
        +
        +
      • +
      + + + +
        +
      • +

        getData

        +
        public short getData()
        +
        Description copied from interface: ItemWidget
        +
        Gets the data of this item widget, is zero by default
        +
        +
        Specified by:
        +
        getData in interface ItemWidget
        +
        Returns:
        +
        data
        +
        +
      • +
      + + + +
        +
      • +

        setDepth

        +
        public ItemWidget setDepth(int depth)
        +
        Description copied from interface: ItemWidget
        +
        Sets the z render depth for this 3-d item widget
        +
        +
        Specified by:
        +
        setDepth in interface ItemWidget
        +
        Parameters:
        +
        depth - to render at
        +
        Returns:
        +
        ItemWidget
        +
        +
      • +
      + + + +
        +
      • +

        getDepth

        +
        public int getDepth()
        +
        Description copied from interface: ItemWidget
        +
        Gets the z render depth for this 3-d item widget
        +
        +
        Specified by:
        +
        getDepth in interface ItemWidget
        +
        Returns:
        +
        depth
        +
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        getType

        +
        public WidgetType getType()
        +
        Description copied from interface: Widget
        +
        The type of widget this is. Required for proper synchronization between the server and client.
        +
        +
        Specified by:
        +
        getType in interface Widget
        +
        Returns:
        +
        widget type
        +
        +
      • +
      + + + +
        +
      • +

        copy

        +
        public ItemWidget copy()
        +
        Description copied from interface: Widget
        +
        Returns a copy of this widget with a new UUID. +

        + Copies will not be equal to each other, but will have the same internal data. +

        + Note: the copy will not be attached to a screen, nor be part of a container even if the original was. +

        + Warning: copy will not work on screens.

        +
        +
        Specified by:
        +
        copy in interface Widget
        +
        Overrides:
        +
        copy in class GenericWidget
        +
        Returns:
        +
        a copy of this widget
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/GenericLabel.html b/generated/1.5.2/org/getspout/spoutapi/gui/GenericLabel.html new file mode 100644 index 0000000..538e26e --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/GenericLabel.html @@ -0,0 +1,1071 @@ + + + + + +GenericLabel (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.gui
+

Class GenericLabel

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        text

        +
        protected java.lang.String text
        +
      • +
      + + + + + + + +
        +
      • +

        color

        +
        protected Color color
        +
      • +
      + + + +
        +
      • +

        auto

        +
        protected boolean auto
        +
      • +
      + + + +
        +
      • +

        resize

        +
        protected boolean resize
        +
      • +
      + + + +
        +
      • +

        textWidth

        +
        protected int textWidth
        +
      • +
      + + + +
        +
      • +

        textHeight

        +
        protected int textHeight
        +
      • +
      + + + +
        +
      • +

        scale

        +
        protected float scale
        +
      • +
      + + + +
        +
      • +

        shadow

        +
        protected boolean shadow
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        GenericLabel

        +
        public GenericLabel()
        +
      • +
      + + + +
        +
      • +

        GenericLabel

        +
        public GenericLabel(java.lang.String text)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getType

        +
        public WidgetType getType()
        +
        Description copied from interface: Widget
        +
        The type of widget this is. Required for proper synchronization between the server and client.
        +
        +
        Specified by:
        +
        getType in interface Widget
        +
        Returns:
        +
        widget type
        +
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        Description copied from interface: Widget
        +
        The version this widget is. Mismatched versions will fail to be created.
        +
        +
        Specified by:
        +
        getVersion in interface Widget
        +
        Overrides:
        +
        getVersion in class GenericWidget
        +
        Returns:
        +
        version
        +
        +
      • +
      + + + +
        +
      • +

        readData

        +
        public void readData(SpoutInputStream input)
        +              throws java.io.IOException
        +
        Description copied from interface: Widget
        +
        Called after this widget this created for serialization.
        +
        +
        Specified by:
        +
        readData in interface Widget
        +
        Overrides:
        +
        readData in class GenericWidget
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeData

        +
        public void writeData(SpoutOutputStream output)
        +               throws java.io.IOException
        +
        Description copied from interface: Widget
        +
        Called when this widget is serialized to the client. +

        + Note: ensure that any changes here are reflected in getNumBytes() and are also present on the client.

        +
        +
        Specified by:
        +
        writeData in interface Widget
        +
        Overrides:
        +
        writeData in class GenericWidget
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        getText

        +
        public java.lang.String getText()
        +
        Description copied from interface: Label
        +
        Gets the text of the label
        +
        +
        Specified by:
        +
        getText in interface Label
        +
        Returns:
        +
        text
        +
        +
      • +
      + + + +
        +
      • +

        setText

        +
        public Label setText(java.lang.String text)
        +
        Description copied from interface: Label
        +
        Sets the text of the label
        +
        +
        Specified by:
        +
        setText in interface Label
        +
        Parameters:
        +
        text - to set
        +
        Returns:
        +
        label
        +
        +
      • +
      + + + +
        +
      • +

        isAuto

        +
        public boolean isAuto()
        +
        Description copied from interface: Label
        +
        True if the text will expand to fill width and height
        +
        +
        Specified by:
        +
        isAuto in interface Label
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        setAuto

        +
        public Label setAuto(boolean auto)
        +
        Description copied from interface: Label
        +
        Determines if text expands to fill width and height
        +
        +
        Specified by:
        +
        setAuto in interface Label
        +
        Returns:
        +
        label
        +
        +
      • +
      + + + +
        +
      • +

        getAlign

        +
        public WidgetAnchor getAlign()
        +
        Description copied from interface: Label
        +
        Get the text alignment
        +
        +
        Specified by:
        +
        getAlign in interface Label
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        setAlign

        +
        public Label setAlign(WidgetAnchor pos)
        +
        Description copied from interface: Label
        +
        Set the text alignment
        +
        +
        Specified by:
        +
        setAlign in interface Label
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getTextColor

        +
        public Color getTextColor()
        +
        Description copied from interface: Label
        +
        Gets the color for the text
        +
        +
        Specified by:
        +
        getTextColor in interface Label
        +
        Returns:
        +
        color
        +
        +
      • +
      + + + +
        +
      • +

        setTextColor

        +
        public Label setTextColor(Color color)
        +
        Description copied from interface: Label
        +
        Sets the color for the text
        +
        +
        Specified by:
        +
        setTextColor in interface Label
        +
        Parameters:
        +
        color - to set
        +
        Returns:
        +
        label
        +
        +
      • +
      + + + +
        +
      • +

        setScale

        +
        public Label setScale(float scale)
        +
        Description copied from interface: Label
        +
        Set the scale of the text
        +
        +
        Specified by:
        +
        setScale in interface Label
        +
        Parameters:
        +
        scale - to set
        +
        +
      • +
      + + + +
        +
      • +

        getScale

        +
        public float getScale()
        +
        Description copied from interface: Label
        +
        Gets the scale of the text
        +
        +
        Specified by:
        +
        getScale in interface Label
        +
        Returns:
        +
        scale of text
        +
        +
      • +
      + + + +
        +
      • +

        copy

        +
        public Label copy()
        +
        Description copied from interface: Widget
        +
        Returns a copy of this widget with a new UUID. +

        + Copies will not be equal to each other, but will have the same internal data. +

        + Note: the copy will not be attached to a screen, nor be part of a container even if the original was. +

        + Warning: copy will not work on screens.

        +
        +
        Specified by:
        +
        copy in interface Widget
        +
        Overrides:
        +
        copy in class GenericWidget
        +
        Returns:
        +
        a copy of this widget
        +
        +
      • +
      + + + +
        +
      • +

        isResize

        +
        public boolean isResize()
        +
        Description copied from interface: Label
        +
        Does this widget automatically resize with its contents
        +
        +
        Specified by:
        +
        isResize in interface Label
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        setResize

        +
        public Label setResize(boolean resize)
        +
        Description copied from interface: Label
        +
        Tell this widget to resize with its contents
        +
        +
        Specified by:
        +
        setResize in interface Label
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        doResize

        +
        public Label doResize()
        +
        Description copied from interface: Label
        +
        Actually resize the Label with the current text size
        +
        +
        Specified by:
        +
        doResize in interface Label
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        setFixed

        +
        public Widget setFixed(boolean fixed)
        +
        Description copied from interface: Widget
        +
        Container Layout - Set whether the widget will be resized with its container
        +
        +
        Specified by:
        +
        setFixed in interface Widget
        +
        Overrides:
        +
        setFixed in class GenericWidget
        +
        Parameters:
        +
        fixed - if it is a static size
        +
        Returns:
        +
        the container
        +
        +
      • +
      + + + +
        +
      • +

        getStringHeight

        +
        public static int getStringHeight(java.lang.String text)
        +
        Gets the height of the text
        +
        +
        Parameters:
        +
        text -
        +
        Returns:
        +
        height in pixels
        +
        +
      • +
      + + + +
        +
      • +

        getStringHeight

        +
        public static int getStringHeight(java.lang.String text,
        +                                  float scale)
        +
        Gets the height of the text, at the given scale
        +
        +
        Parameters:
        +
        text -
        +
        scale - of the text, 1.0 is default
        +
        Returns:
        +
        height in pixels
        +
        +
      • +
      + + + +
        +
      • +

        getStringWidth

        +
        public static int getStringWidth(java.lang.String text)
        +
        Gets the width of the text
        +
        +
        Parameters:
        +
        text -
        +
        Returns:
        +
        width of the text
        +
        +
      • +
      + + + +
        +
      • +

        getStringWidth

        +
        public static int getStringWidth(java.lang.String text,
        +                                 float scale)
        +
        Gets the width of the text, at the given scale
        +
        +
        Parameters:
        +
        text -
        +
        scale - of the text, 1.0 is default
        +
        Returns:
        +
        width of the text
        +
        +
      • +
      + + + +
        +
      • +

        setShadow

        +
        public Label setShadow(boolean shadow)
        +
        Description copied from interface: Label
        +
        Sets whether or not the label has a shadow.
        +
        +
        Specified by:
        +
        setShadow in interface Label
        +
        +
      • +
      + + + +
        +
      • +

        hasShadow

        +
        public boolean hasShadow()
        +
        Description copied from interface: Label
        +
        Gets whether or not the label has a shadow.
        +
        +
        Specified by:
        +
        hasShadow in interface Label
        +
        Returns:
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/GenericListView.html b/generated/1.5.2/org/getspout/spoutapi/gui/GenericListView.html new file mode 100644 index 0000000..5bccec4 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/GenericListView.html @@ -0,0 +1,768 @@ + + + + + +GenericListView (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.gui
+

Class GenericListView

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/GenericListWidget.html b/generated/1.5.2/org/getspout/spoutapi/gui/GenericListWidget.html new file mode 100644 index 0000000..0b1d58f --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/GenericListWidget.html @@ -0,0 +1,947 @@ + + + + + +GenericListWidget (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.gui
+

Class GenericListWidget

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        cachedTotalHeight

        +
        protected int cachedTotalHeight
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        GenericListWidget

        +
        public GenericListWidget()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getType

        +
        public WidgetType getType()
        +
        Description copied from interface: Widget
        +
        The type of widget this is. Required for proper synchronization between the server and client.
        +
        +
        Specified by:
        +
        getType in interface Widget
        +
        Returns:
        +
        widget type
        +
        +
      • +
      + + + +
        +
      • +

        getItems

        +
        public ListWidgetItem[] getItems()
        +
        Description copied from interface: ListWidget
        +
        Get all the items from the list widget
        +
        +
        Specified by:
        +
        getItems in interface ListWidget
        +
        Returns:
        +
        the assigned ListWidgetItems
        +
        +
      • +
      + + + +
        +
      • +

        getItem

        +
        public ListWidgetItem getItem(int i)
        +
        Description copied from interface: ListWidget
        +
        Returns the nth item from the listwidget
        +
        +
        Specified by:
        +
        getItem in interface ListWidget
        +
        Parameters:
        +
        i - which item to get
        +
        Returns:
        +
        nth item from the list
        +
        +
      • +
      + + + +
        +
      • +

        addItem

        +
        public ListWidget addItem(ListWidgetItem item)
        +
        Description copied from interface: ListWidget
        +
        Adds an item to the list
        +
        +
        Specified by:
        +
        addItem in interface ListWidget
        +
        Parameters:
        +
        item - the item to add.
        +
        Returns:
        +
        instance of the ListWidget
        +
        +
      • +
      + + + +
        +
      • +

        addItems

        +
        public ListWidget addItems(ListWidgetItem... items)
        +
        Description copied from interface: ListWidget
        +
        Add items to the list
        +
        +
        Specified by:
        +
        addItems in interface ListWidget
        +
        Parameters:
        +
        items - to add
        +
        Returns:
        +
        instance of the ListWidget
        +
        +
      • +
      + + + +
        +
      • +

        removeItem

        +
        public boolean removeItem(ListWidgetItem item)
        +
        Description copied from interface: ListWidget
        +
        Removes an item from the list.
        +
        +
        Specified by:
        +
        removeItem in interface ListWidget
        +
        Parameters:
        +
        item - to remove
        +
        Returns:
        +
        if item was found.
        +
        +
      • +
      + + + + + + + +
        +
      • +

        getSelectedRow

        +
        public int getSelectedRow()
        +
        +
        Specified by:
        +
        getSelectedRow in interface ListWidget
        +
        Returns:
        +
        the currently selected row.
        +
        +
      • +
      + + + +
        +
      • +

        setSelection

        +
        public ListWidget setSelection(int n)
        +
        Description copied from interface: ListWidget
        +
        Sets the selected item to be the nth in the list.
        +
        +
        Specified by:
        +
        setSelection in interface ListWidget
        +
        Parameters:
        +
        n - the number of the item or -1 to clear the selection
        +
        Returns:
        +
        instance of the ListWidget
        +
        +
      • +
      + + + +
        +
      • +

        getItemRect

        +
        protected Rectangle getItemRect(int n)
        +
      • +
      + + + +
        +
      • +

        getItemYOnScreen

        +
        protected int getItemYOnScreen(int n)
        +
      • +
      + + + +
        +
      • +

        getSize

        +
        public int getSize()
        +
      • +
      + + + +
        +
      • +

        clearSelection

        +
        public ListWidget clearSelection()
        +
        Description copied from interface: ListWidget
        +
        Clears the selection
        +
        +
        Specified by:
        +
        clearSelection in interface ListWidget
        +
        Returns:
        +
        instance of the ListWidget
        +
        +
      • +
      + + + +
        +
      • +

        isSelected

        +
        public boolean isSelected(int n)
        +
        +
        Specified by:
        +
        isSelected in interface ListWidget
        +
        Parameters:
        +
        n - item to check
        +
        +
      • +
      + + + +
        +
      • +

        setScrollPosition

        +
        public ListWidget setScrollPosition(int position)
        +
      • +
      + + + +
        +
      • +

        getScrollPosition

        +
        public int getScrollPosition()
        +
      • +
      + + + +
        +
      • +

        getInnerSize

        +
        public int getInnerSize(Orientation axis)
        +
        Description copied from interface: Scrollable
        +
        Gets the inner size for given axis, in pixels.
        +
        +
        Specified by:
        +
        getInnerSize in interface Scrollable
        +
        Overrides:
        +
        getInnerSize in class GenericScrollable
        +
        Parameters:
        +
        axis - of the size vector
        +
        Returns:
        +
        the size of the viewport on given axis
        +
        +
      • +
      + + + +
        +
      • +

        getTotalHeight

        +
        public int getTotalHeight()
        +
      • +
      + + + +
        +
      • +

        getMaxScrollPosition

        +
        public int getMaxScrollPosition()
        +
      • +
      + + + + + + + +
        +
      • +

        shiftSelection

        +
        public ListWidget shiftSelection(int n)
        +
        Description copied from interface: ListWidget
        +
        Moves the selection up or down by n
        +
        +
        Specified by:
        +
        shiftSelection in interface ListWidget
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        onSelected

        +
        public void onSelected(int item,
        +                       boolean doubleClick)
        +
        Description copied from interface: ListWidget
        +
        Will be called on each selection change.
        +
        +
        Specified by:
        +
        onSelected in interface ListWidget
        +
        Parameters:
        +
        item - the number of the item that was clicked/selected by keypress. Can be -1 that means that no item is selected
        +
        doubleClick - if true, item has been doubleclicked.
        +
        +
      • +
      + + + +
        +
      • +

        clear

        +
        public void clear()
        +
        Description copied from interface: ListWidget
        +
        Clears all attached items.
        +
        +
        Specified by:
        +
        clear in interface ListWidget
        +
        +
      • +
      + + + +
        +
      • +

        readData

        +
        public void readData(SpoutInputStream input)
        +              throws java.io.IOException
        +
        Description copied from interface: Widget
        +
        Called after this widget this created for serialization.
        +
        +
        Specified by:
        +
        readData in interface Widget
        +
        Overrides:
        +
        readData in class GenericScrollable
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeData

        +
        public void writeData(SpoutOutputStream output)
        +               throws java.io.IOException
        +
        Description copied from interface: Widget
        +
        Called when this widget is serialized to the client. +

        + Note: ensure that any changes here are reflected in getNumBytes() and are also present on the client.

        +
        +
        Specified by:
        +
        writeData in interface Widget
        +
        Overrides:
        +
        writeData in class GenericScrollable
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        Description copied from interface: Widget
        +
        The version this widget is. Mismatched versions will fail to be created.
        +
        +
        Specified by:
        +
        getVersion in interface Widget
        +
        Overrides:
        +
        getVersion in class GenericScrollable
        +
        Returns:
        +
        version
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/GenericOverlayScreen.html b/generated/1.5.2/org/getspout/spoutapi/gui/GenericOverlayScreen.html new file mode 100644 index 0000000..9d1cce4 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/GenericOverlayScreen.html @@ -0,0 +1,377 @@ + + + + + +GenericOverlayScreen (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.gui
+

Class GenericOverlayScreen

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        GenericOverlayScreen

        +
        public GenericOverlayScreen(int entityId,
        +                            ScreenType type)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getType

        +
        public WidgetType getType()
        +
        Description copied from interface: Widget
        +
        The type of widget this is. Required for proper synchronization between the server and client.
        +
        +
        Specified by:
        +
        getType in interface Widget
        +
        Returns:
        +
        widget type
        +
        +
      • +
      + + + +
        +
      • +

        getScreenType

        +
        public ScreenType getScreenType()
        +
        Description copied from interface: Screen
        +
        Gets the screen type of this screen
        +
        +
        Specified by:
        +
        getScreenType in interface Screen
        +
        Returns:
        +
        the screen type
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/GenericPopup.html b/generated/1.5.2/org/getspout/spoutapi/gui/GenericPopup.html new file mode 100644 index 0000000..9d29ce9 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/GenericPopup.html @@ -0,0 +1,617 @@ + + + + + +GenericPopup (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.gui
+

Class GenericPopup

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        transparent

        +
        protected boolean transparent
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        GenericPopup

        +
        public GenericPopup()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        Description copied from interface: Widget
        +
        The version this widget is. Mismatched versions will fail to be created.
        +
        +
        Specified by:
        +
        getVersion in interface Widget
        +
        Overrides:
        +
        getVersion in class GenericScreen
        +
        Returns:
        +
        version
        +
        +
      • +
      + + + +
        +
      • +

        readData

        +
        public void readData(SpoutInputStream input)
        +              throws java.io.IOException
        +
        Description copied from interface: Widget
        +
        Called after this widget this created for serialization.
        +
        +
        Specified by:
        +
        readData in interface Widget
        +
        Overrides:
        +
        readData in class GenericScreen
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeData

        +
        public void writeData(SpoutOutputStream output)
        +               throws java.io.IOException
        +
        Description copied from interface: Widget
        +
        Called when this widget is serialized to the client. +

        + Note: ensure that any changes here are reflected in getNumBytes() and are also present on the client.

        +
        +
        Specified by:
        +
        writeData in interface Widget
        +
        Overrides:
        +
        writeData in class GenericScreen
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        isTransparent

        +
        public boolean isTransparent()
        +
        Description copied from interface: PopupScreen
        +
        Is true if the popup screen has no transparency layer
        +
        +
        Specified by:
        +
        isTransparent in interface PopupScreen
        +
        Returns:
        +
        transparency
        +
        +
      • +
      + + + +
        +
      • +

        setTransparent

        +
        public PopupScreen setTransparent(boolean value)
        +
        Description copied from interface: PopupScreen
        +
        Sets the transparency layer
        +
        +
        Specified by:
        +
        setTransparent in interface PopupScreen
        +
        Parameters:
        +
        value - to set
        +
        Returns:
        +
        popupscreen
        +
        +
      • +
      + + + +
        +
      • +

        setScreen

        +
        public Widget setScreen(Plugin plugin,
        +                        Screen screen)
        +
        Description copied from interface: Widget
        +
        Sets the screen and plugin this widget is attached to. Should not be used normally, is handled with screen.attachWidget() is called.
        +
        +
        Specified by:
        +
        setScreen in interface Widget
        +
        Overrides:
        +
        setScreen in class GenericWidget
        +
        Parameters:
        +
        plugin - this is attached to
        +
        screen - this is attached to
        +
        Returns:
        +
        widget
        +
        +
      • +
      + + + +
        +
      • +

        getType

        +
        public WidgetType getType()
        +
        Description copied from interface: Widget
        +
        The type of widget this is. Required for proper synchronization between the server and client.
        +
        +
        Specified by:
        +
        getType in interface Widget
        +
        Returns:
        +
        widget type
        +
        +
      • +
      + + + +
        +
      • +

        close

        +
        public boolean close()
        +
        Description copied from interface: PopupScreen
        +
        Closes the screen. Functionally equivelent to InGameHUD.closePopup()
        +
        +
        Specified by:
        +
        close in interface PopupScreen
        +
        Returns:
        +
        true if the screen was closed
        +
        +
      • +
      + + + +
        +
      • +

        getScreenType

        +
        public ScreenType getScreenType()
        +
        Description copied from interface: Screen
        +
        Gets the screen type of this screen
        +
        +
        Specified by:
        +
        getScreenType in interface Screen
        +
        Returns:
        +
        the screen type
        +
        +
      • +
      + + + +
        +
      • +

        handleItemOnCursor

        +
        public void handleItemOnCursor(ItemStack itemOnCursor)
        +
        Description copied from interface: PopupScreen
        +
        When the screen is closed, this method is called to handle the + ItemStack that the player is dragging.
        +
        +
        Specified by:
        +
        handleItemOnCursor in interface PopupScreen
        +
        Parameters:
        +
        itemOnCursor - ItemStack on the cursor.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/GenericRadioButton.html b/generated/1.5.2/org/getspout/spoutapi/gui/GenericRadioButton.html new file mode 100644 index 0000000..55c1c8f --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/GenericRadioButton.html @@ -0,0 +1,540 @@ + + + + + +GenericRadioButton (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.gui
+

Class GenericRadioButton

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        GenericRadioButton

        +
        public GenericRadioButton()
        +
      • +
      + + + +
        +
      • +

        GenericRadioButton

        +
        public GenericRadioButton(java.lang.String text)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        readData

        +
        public void readData(SpoutInputStream input)
        +              throws java.io.IOException
        +
        Description copied from interface: Widget
        +
        Called after this widget this created for serialization.
        +
        +
        Specified by:
        +
        readData in interface Widget
        +
        Overrides:
        +
        readData in class GenericButton
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeData

        +
        public void writeData(SpoutOutputStream output)
        +               throws java.io.IOException
        +
        Description copied from interface: Widget
        +
        Called when this widget is serialized to the client. +

        + Note: ensure that any changes here are reflected in getNumBytes() and are also present on the client.

        +
        +
        Specified by:
        +
        writeData in interface Widget
        +
        Overrides:
        +
        writeData in class GenericButton
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        getType

        +
        public WidgetType getType()
        +
        Description copied from interface: Widget
        +
        The type of widget this is. Required for proper synchronization between the server and client.
        +
        +
        Specified by:
        +
        getType in interface Widget
        +
        Overrides:
        +
        getType in class GenericButton
        +
        Returns:
        +
        widget type
        +
        +
      • +
      + + + +
        +
      • +

        isSelected

        +
        public boolean isSelected()
        +
        +
        Specified by:
        +
        isSelected in interface RadioButton
        +
        +
      • +
      + + + + + + + +
        +
      • +

        getGroup

        +
        public int getGroup()
        +
        +
        Specified by:
        +
        getGroup in interface RadioButton
        +
        +
      • +
      + + + + + + + +
        +
      • +

        getRadiosInGroup

        +
        public java.util.List<RadioButton> getRadiosInGroup()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/GenericRectangle.html b/generated/1.5.2/org/getspout/spoutapi/gui/GenericRectangle.html new file mode 100644 index 0000000..da00ed5 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/GenericRectangle.html @@ -0,0 +1,396 @@ + + + + + +GenericRectangle (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.gui
+

Class GenericRectangle

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Gradient, Widget
    +
    +
    +
    Deprecated.
    +
    +
    @Deprecated
    +public class GenericRectangle
    +extends GenericGradient
    +
    Merged back into GenericGradient
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/GenericScreen.html b/generated/1.5.2/org/getspout/spoutapi/gui/GenericScreen.html new file mode 100644 index 0000000..33aa9af --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/GenericScreen.html @@ -0,0 +1,893 @@ + + + + + +GenericScreen (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.gui
+

Class GenericScreen

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        widgets

        +
        protected java.util.Map<Widget,Plugin> widgets
        +
      • +
      + + + +
        +
      • +

        playerId

        +
        protected int playerId
        +
      • +
      + + + +
        +
      • +

        bg

        +
        protected boolean bg
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        GenericScreen

        +
        public GenericScreen()
        +
      • +
      + + + +
        +
      • +

        GenericScreen

        +
        public GenericScreen(int playerId)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        Description copied from interface: Widget
        +
        The version this widget is. Mismatched versions will fail to be created.
        +
        +
        Specified by:
        +
        getVersion in interface Widget
        +
        Overrides:
        +
        getVersion in class GenericWidget
        +
        Returns:
        +
        version
        +
        +
      • +
      + + + +
        +
      • +

        getAttachedWidgets

        +
        public Widget[] getAttachedWidgets()
        +
        Description copied from interface: Screen
        +
        Gets an array of all the attached widgets to this screen. Modifying this array will not affect the screen.
        +
        +
        Specified by:
        +
        getAttachedWidgets in interface Screen
        +
        Returns:
        +
        array of all widgets
        +
        +
      • +
      + + + +
        +
      • +

        attachWidget

        +
        public Screen attachWidget(Plugin plugin,
        +                           Widget widget)
        +
        Description copied from interface: Screen
        +
        Attaches a widget to this screen
        +
        +
        Specified by:
        +
        attachWidget in interface Screen
        +
        Parameters:
        +
        plugin - that owns this widget
        +
        widget - to attach
        +
        Returns:
        +
        screen
        +
        +
      • +
      + + + +
        +
      • +

        attachWidgets

        +
        public Screen attachWidgets(Plugin plugin,
        +                            Widget... widgets)
        +
        Description copied from interface: Screen
        +
        Attaches a series of widgets to this screen in one call.
        +
        +
        Specified by:
        +
        attachWidgets in interface Screen
        +
        Parameters:
        +
        plugin - that owns these widgets
        +
        widgets - to attach
        +
        Returns:
        +
        screen
        +
        +
      • +
      + + + +
        +
      • +

        removeWidget

        +
        public Screen removeWidget(Widget widget)
        +
        Description copied from interface: Screen
        +
        Removes a widget from this screen
        +
        +
        Specified by:
        +
        removeWidget in interface Screen
        +
        Parameters:
        +
        widget - to remove
        +
        Returns:
        +
        screen
        +
        +
      • +
      + + + +
        +
      • +

        removeWidgets

        +
        public Screen removeWidgets(Plugin p)
        +
        Description copied from interface: Screen
        +
        Removes all of a plugin's widgets from this screen
        +
        +
        Specified by:
        +
        removeWidgets in interface Screen
        +
        Returns:
        +
        screen
        +
        +
      • +
      + + + +
        +
      • +

        containsWidget

        +
        public boolean containsWidget(Widget widget)
        +
        Description copied from interface: Screen
        +
        Is true if the screen has the given widget attached to it. Uses a linear search, takes O(n) time to complete.
        +
        +
        Specified by:
        +
        containsWidget in interface Screen
        +
        Parameters:
        +
        widget - to search for
        +
        Returns:
        +
        true if the widget was found
        +
        +
      • +
      + + + +
        +
      • +

        containsWidget

        +
        public boolean containsWidget(java.util.UUID id)
        +
        Description copied from interface: Screen
        +
        Is true if the screen has a widget with the given id attached to it. Uses a linear search, takes O(n) time to complete.
        +
        +
        Specified by:
        +
        containsWidget in interface Screen
        +
        Parameters:
        +
        id - to search for
        +
        Returns:
        +
        true if the widget was found
        +
        +
      • +
      + + + +
        +
      • +

        getWidget

        +
        public Widget getWidget(java.util.UUID id)
        +
        Description copied from interface: Screen
        +
        Gets the widget that is associated with the given id, or null if none was found
        +
        +
        Specified by:
        +
        getWidget in interface Screen
        +
        Parameters:
        +
        id - to search for
        +
        Returns:
        +
        widget, or null if none found.
        +
        +
      • +
      + + + +
        +
      • +

        updateWidget

        +
        public boolean updateWidget(Widget widget)
        +
        Description copied from interface: Screen
        +
        Replaces any attached widget with the given widget's id with the new widget
        +
        +
        Specified by:
        +
        updateWidget in interface Screen
        +
        Parameters:
        +
        widget - to replace with
        +
        Returns:
        +
        true if a widget was replaced
        +
        +
      • +
      + + + +
        +
      • +

        onTick

        +
        public void onTick()
        +
        Description copied from interface: Widget
        +
        Called each tick this widget is updated. This widget is processed for isDirty() immediately afterwords.
        +
        +
        Specified by:
        +
        onTick in interface Widget
        +
        Overrides:
        +
        onTick in class GenericWidget
        +
        +
      • +
      + + + +
        +
      • +

        setBgVisible

        +
        public Screen setBgVisible(boolean enable)
        +
        Description copied from interface: Screen
        +
        Sets the visibility of the grey background. If true, it will render normally. If false, it will not appear on the screen.
        +
        +
        Specified by:
        +
        setBgVisible in interface Screen
        +
        Parameters:
        +
        enable - the visibility
        +
        Returns:
        +
        the screen
        +
        +
      • +
      + + + +
        +
      • +

        isBgVisible

        +
        public boolean isBgVisible()
        +
        Description copied from interface: Screen
        +
        Is true if this grey background is visible and rendering on the screen
        +
        +
        Specified by:
        +
        isBgVisible in interface Screen
        +
        Returns:
        +
        visible
        +
        +
      • +
      + + + +
        +
      • +

        getPlayer

        +
        public SpoutPlayer getPlayer()
        +
        Description copied from interface: Screen
        +
        Get the player the screen is attached to
        +
        +
        Specified by:
        +
        getPlayer in interface Screen
        +
        Returns:
        +
        spout player
        +
        +
      • +
      + + + +
        +
      • +

        readData

        +
        public void readData(SpoutInputStream input)
        +              throws java.io.IOException
        +
        Description copied from interface: Widget
        +
        Called after this widget this created for serialization.
        +
        +
        Specified by:
        +
        readData in interface Widget
        +
        Overrides:
        +
        readData in class GenericWidget
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeData

        +
        public void writeData(SpoutOutputStream output)
        +               throws java.io.IOException
        +
        Description copied from interface: Widget
        +
        Called when this widget is serialized to the client. +

        + Note: ensure that any changes here are reflected in getNumBytes() and are also present on the client.

        +
        +
        Specified by:
        +
        writeData in interface Widget
        +
        Overrides:
        +
        writeData in class GenericWidget
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        setDirty

        +
        public void setDirty(boolean dirty)
        +
        Description copied from interface: Widget
        +
        Marks this widget as needing an update on the client. It will be updated after the next onTick call, and marked as setDirty(false) + Every widget is dirty immediately after creation
        +
        +
        Specified by:
        +
        setDirty in interface Widget
        +
        Overrides:
        +
        setDirty in class GenericWidget
        +
        +
      • +
      + + + +
        +
      • +

        copy

        +
        public Widget copy()
        +
        Description copied from interface: Widget
        +
        Returns a copy of this widget with a new UUID. +

        + Copies will not be equal to each other, but will have the same internal data. +

        + Note: the copy will not be attached to a screen, nor be part of a container even if the original was. +

        + Warning: copy will not work on screens.

        +
        +
        Specified by:
        +
        copy in interface Widget
        +
        Overrides:
        +
        copy in class GenericWidget
        +
        Returns:
        +
        a copy of this widget
        +
        +
      • +
      + + + + + + + +
        +
      • +

        onScreenClose

        +
        public void onScreenClose(ScreenCloseEvent e)
        +
        Description copied from interface: Screen
        +
        Called when the screen is closed.
        +
        +
        Specified by:
        +
        onScreenClose in interface Screen
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/GenericScrollable.html b/generated/1.5.2/org/getspout/spoutapi/gui/GenericScrollable.html new file mode 100644 index 0000000..a7c91e1 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/GenericScrollable.html @@ -0,0 +1,826 @@ + + + + + +GenericScrollable (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.gui
+

Class GenericScrollable

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + + + + + + + + + +
        +
      • +

        innerSizeHoriz

        +
        protected int innerSizeHoriz
        +
      • +
      + + + +
        +
      • +

        innerSizeVert

        +
        protected int innerSizeVert
        +
      • +
      + + + +
        +
      • +

        scrollX

        +
        protected int scrollX
        +
      • +
      + + + +
        +
      • +

        scrollY

        +
        protected int scrollY
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        GenericScrollable

        +
        public GenericScrollable()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getInnerSize

        +
        public int getInnerSize(Orientation axis)
        +
        Description copied from interface: Scrollable
        +
        Gets the inner size for given axis, in pixels.
        +
        +
        Specified by:
        +
        getInnerSize in interface Scrollable
        +
        Parameters:
        +
        axis - of the size vector
        +
        Returns:
        +
        the size of the viewport on given axis
        +
        +
      • +
      + + + +
        +
      • +

        getScrollPosition

        +
        public int getScrollPosition(Orientation axis)
        +
        Description copied from interface: Scrollable
        +
        Gets the scroll position, in pixels.
        +
        +
        Specified by:
        +
        getScrollPosition in interface Scrollable
        +
        Parameters:
        +
        axis - of the scroll vector
        +
        Returns:
        +
        the position of the viewport on given axis
        +
        +
      • +
      + + + +
        +
      • +

        setScrollPosition

        +
        public void setScrollPosition(Orientation axis,
        +                              int position)
        +
        Description copied from interface: Scrollable
        +
        Sets the scroll position on the axis, in pixels. + The allowed scroll amount ranges from 0 to getMaximumScrollPosition for given axis.
        +
        +
        Specified by:
        +
        setScrollPosition in interface Scrollable
        +
        Parameters:
        +
        axis - the axis to scroll
        +
        position - the position of the viewport on given axis
        +
        +
      • +
      + + + +
        +
      • +

        scroll

        +
        public void scroll(int x,
        +                   int y)
        +
        Description copied from interface: Scrollable
        +
        Adds x and y to the Horizontal and Vertical scroll position.
        +
        +
        Specified by:
        +
        scroll in interface Scrollable
        +
        +
      • +
      + + + +
        +
      • +

        ensureVisible

        +
        public void ensureVisible(Rectangle rect)
        +
        Description copied from interface: Scrollable
        +
        Adjusts the scroll position so that the given rectangle will fit into the viewport. + If the given rect is too big, it will scroll to the x or y position of the rectangle.
        +
        +
        Specified by:
        +
        ensureVisible in interface Scrollable
        +
        +
      • +
      + + + +
        +
      • +

        getMaximumScrollPosition

        +
        public int getMaximumScrollPosition(Orientation axis)
        +
        Description copied from interface: Scrollable
        +
        Gets the maximum allowed scroll position.
        +
        +
        Specified by:
        +
        getMaximumScrollPosition in interface Scrollable
        +
        Returns:
        +
        the maximum scroll position. Use the return value to scroll to the very bottom.
        +
        +
      • +
      + + + +
        +
      • +

        needsScrollBar

        +
        public boolean needsScrollBar(Orientation axis)
        +
        Description copied from interface: Scrollable
        +
        Depending on the set ScrollBarPolicy, returns wether to show or not to show a scrollbar on the given axis
        +
        +
        Specified by:
        +
        needsScrollBar in interface Scrollable
        +
        Parameters:
        +
        axis - to check if it should view a scrollbar
        +
        Returns:
        +
        if the scrollbar should be shown for that axis
        +
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        setInnerSize

        +
        protected void setInnerSize(Orientation axis,
        +                            int size)
        +
      • +
      + + + +
        +
      • +

        getViewportSize

        +
        public int getViewportSize(Orientation axis)
        +
        Description copied from interface: Scrollable
        +
        Gets the size of the rectangle inside the scrollable. This is usually getWidth/Height() - 16 when the corresponding scrollbar is visible.
        +
        +
        Specified by:
        +
        getViewportSize in interface Scrollable
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        readData

        +
        public void readData(SpoutInputStream input)
        +              throws java.io.IOException
        +
        Description copied from interface: Widget
        +
        Called after this widget this created for serialization.
        +
        +
        Specified by:
        +
        readData in interface Widget
        +
        Overrides:
        +
        readData in class GenericControl
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeData

        +
        public void writeData(SpoutOutputStream output)
        +               throws java.io.IOException
        +
        Description copied from interface: Widget
        +
        Called when this widget is serialized to the client. +

        + Note: ensure that any changes here are reflected in getNumBytes() and are also present on the client.

        +
        +
        Specified by:
        +
        writeData in interface Widget
        +
        Overrides:
        +
        writeData in class GenericControl
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        Description copied from interface: Widget
        +
        The version this widget is. Mismatched versions will fail to be created.
        +
        +
        Specified by:
        +
        getVersion in interface Widget
        +
        Overrides:
        +
        getVersion in class GenericControl
        +
        Returns:
        +
        version
        +
        +
      • +
      + + + +
        +
      • +

        getBackgroundColor

        +
        public Color getBackgroundColor()
        +
        Description copied from interface: Scrollable
        +
        Gets the background color of this list
        +
        +
        Specified by:
        +
        getBackgroundColor in interface Scrollable
        +
        Returns:
        +
        color
        +
        +
      • +
      + + + +
        +
      • +

        setBackgroundColor

        +
        public Scrollable setBackgroundColor(Color color)
        +
        Description copied from interface: Scrollable
        +
        Sets the background color of this list
        +
        +
        Specified by:
        +
        setBackgroundColor in interface Scrollable
        +
        Parameters:
        +
        color - to set
        +
        Returns:
        +
        this
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/GenericSlider.html b/generated/1.5.2/org/getspout/spoutapi/gui/GenericSlider.html new file mode 100644 index 0000000..9ae5687 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/GenericSlider.html @@ -0,0 +1,945 @@ + + + + + +GenericSlider (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.gui
+

Class GenericSlider

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        label

        +
        protected Label label
        +
      • +
      + + + +
        +
      • +

        slider

        +
        protected float slider
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        GenericSlider

        +
        public GenericSlider()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        Description copied from interface: Widget
        +
        The version this widget is. Mismatched versions will fail to be created.
        +
        +
        Specified by:
        +
        getVersion in interface Widget
        +
        Overrides:
        +
        getVersion in class GenericControl
        +
        Returns:
        +
        version
        +
        +
      • +
      + + + +
        +
      • +

        readData

        +
        public void readData(SpoutInputStream input)
        +              throws java.io.IOException
        +
        Description copied from interface: Widget
        +
        Called after this widget this created for serialization.
        +
        +
        Specified by:
        +
        readData in interface Widget
        +
        Overrides:
        +
        readData in class GenericControl
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeData

        +
        public void writeData(SpoutOutputStream output)
        +               throws java.io.IOException
        +
        Description copied from interface: Widget
        +
        Called when this widget is serialized to the client. +

        + Note: ensure that any changes here are reflected in getNumBytes() and are also present on the client.

        +
        +
        Specified by:
        +
        writeData in interface Widget
        +
        Overrides:
        +
        writeData in class GenericControl
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        getSliderPosition

        +
        public float getSliderPosition()
        +
        Description copied from interface: Slider
        +
        Gets the slider position (between 0.0f and 1.0f)
        +
        +
        Specified by:
        +
        getSliderPosition in interface Slider
        +
        Returns:
        +
        slider position
        +
        +
      • +
      + + + +
        +
      • +

        setSliderPosition

        +
        public Slider setSliderPosition(float value)
        +
        Description copied from interface: Slider
        +
        Sets the slider position. Values below 0.0f are rounded to 0, and values above 1.0f are rounded to 1
        +
        +
        Specified by:
        +
        setSliderPosition in interface Slider
        +
        Parameters:
        +
        value - to set
        +
        Returns:
        +
        slider
        +
        +
      • +
      + + + +
        +
      • +

        getType

        +
        public WidgetType getType()
        +
        Description copied from interface: Widget
        +
        The type of widget this is. Required for proper synchronization between the server and client.
        +
        +
        Specified by:
        +
        getType in interface Widget
        +
        Returns:
        +
        widget type
        +
        +
      • +
      + + + +
        +
      • +

        copy

        +
        public Slider copy()
        +
        Description copied from interface: Widget
        +
        Returns a copy of this widget with a new UUID. +

        + Copies will not be equal to each other, but will have the same internal data. +

        + Note: the copy will not be attached to a screen, nor be part of a container even if the original was. +

        + Warning: copy will not work on screens.

        +
        +
        Specified by:
        +
        copy in interface Widget
        +
        Overrides:
        +
        copy in class GenericControl
        +
        Returns:
        +
        a copy of this widget
        +
        +
      • +
      + + + +
        +
      • +

        onSliderDrag

        +
        public void onSliderDrag(SliderDragEvent event)
        +
        Description copied from interface: Slider
        +
        Fires when this slider is dragged on the screen. +

        + This event is also sent to the screen listener, afterwards.

        +
        +
        Specified by:
        +
        onSliderDrag in interface Slider
        +
        +
      • +
      + + + +
        +
      • +

        getText

        +
        public java.lang.String getText()
        +
        Description copied from interface: Label
        +
        Gets the text of the label
        +
        +
        Specified by:
        +
        getText in interface Label
        +
        Returns:
        +
        text
        +
        +
      • +
      + + + +
        +
      • +

        getTextColor

        +
        public Color getTextColor()
        +
        Description copied from interface: Label
        +
        Gets the color for the text
        +
        +
        Specified by:
        +
        getTextColor in interface Label
        +
        Returns:
        +
        color
        +
        +
      • +
      + + + +
        +
      • +

        isAuto

        +
        public boolean isAuto()
        +
        Description copied from interface: Label
        +
        True if the text will expand to fill width and height
        +
        +
        Specified by:
        +
        isAuto in interface Label
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getAlign

        +
        public WidgetAnchor getAlign()
        +
        Description copied from interface: Label
        +
        Get the text alignment
        +
        +
        Specified by:
        +
        getAlign in interface Label
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        setScale

        +
        public Slider setScale(float scale)
        +
        Description copied from interface: Label
        +
        Set the scale of the text
        +
        +
        Specified by:
        +
        setScale in interface Label
        +
        Parameters:
        +
        scale - to set
        +
        +
      • +
      + + + +
        +
      • +

        getScale

        +
        public float getScale()
        +
        Description copied from interface: Label
        +
        Gets the scale of the text
        +
        +
        Specified by:
        +
        getScale in interface Label
        +
        Returns:
        +
        scale of text
        +
        +
      • +
      + + + +
        +
      • +

        setText

        +
        public Slider setText(java.lang.String text)
        +
        Description copied from interface: Label
        +
        Sets the text of the label
        +
        +
        Specified by:
        +
        setText in interface Label
        +
        Specified by:
        +
        setText in interface Slider
        +
        Parameters:
        +
        text - to set
        +
        Returns:
        +
        label
        +
        +
      • +
      + + + +
        +
      • +

        setTextColor

        +
        public Slider setTextColor(Color color)
        +
        Description copied from interface: Label
        +
        Sets the color for the text
        +
        +
        Specified by:
        +
        setTextColor in interface Label
        +
        Specified by:
        +
        setTextColor in interface Slider
        +
        Parameters:
        +
        color - to set
        +
        Returns:
        +
        label
        +
        +
      • +
      + + + +
        +
      • +

        setAuto

        +
        public Slider setAuto(boolean auto)
        +
        Description copied from interface: Label
        +
        Determines if text expands to fill width and height
        +
        +
        Specified by:
        +
        setAuto in interface Label
        +
        Specified by:
        +
        setAuto in interface Slider
        +
        Returns:
        +
        label
        +
        +
      • +
      + + + + + + + +
        +
      • +

        isResize

        +
        public boolean isResize()
        +
        Description copied from interface: Label
        +
        Does this widget automatically resize with its contents
        +
        +
        Specified by:
        +
        isResize in interface Label
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        setResize

        +
        public Slider setResize(boolean resize)
        +
        Description copied from interface: Label
        +
        Tell this widget to resize with its contents
        +
        +
        Specified by:
        +
        setResize in interface Label
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        doResize

        +
        public Slider doResize()
        +
        Description copied from interface: Label
        +
        Actually resize the Label with the current text size
        +
        +
        Specified by:
        +
        doResize in interface Label
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        setShadow

        +
        public Label setShadow(boolean shadow)
        +
        Description copied from interface: Label
        +
        Sets whether or not the label has a shadow.
        +
        +
        Specified by:
        +
        setShadow in interface Label
        +
        +
      • +
      + + + +
        +
      • +

        hasShadow

        +
        public boolean hasShadow()
        +
        Description copied from interface: Label
        +
        Gets whether or not the label has a shadow.
        +
        +
        Specified by:
        +
        hasShadow in interface Label
        +
        Returns:
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/GenericSlot.html b/generated/1.5.2/org/getspout/spoutapi/gui/GenericSlot.html new file mode 100644 index 0000000..1f207e9 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/GenericSlot.html @@ -0,0 +1,599 @@ + + + + + +GenericSlot (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.gui
+

Class GenericSlot

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        GenericSlot

        +
        public GenericSlot()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getType

        +
        public WidgetType getType()
        +
        Description copied from interface: Widget
        +
        The type of widget this is. Required for proper synchronization between the server and client.
        +
        +
        Specified by:
        +
        getType in interface Widget
        +
        Returns:
        +
        widget type
        +
        +
      • +
      + + + +
        +
      • +

        getItem

        +
        public ItemStack getItem()
        +
        Description copied from interface: Slot
        +
        Gets the item of this slot
        +
        +
        Specified by:
        +
        getItem in interface Slot
        +
        Returns:
        +
        the item of the slot
        +
        +
      • +
      + + + +
        +
      • +

        setItem

        +
        public Slot setItem(ItemStack item)
        +
        Description copied from interface: Slot
        +
        Sets a new item to this slot
        +
        +
        Specified by:
        +
        setItem in interface Slot
        +
        Parameters:
        +
        item - the new item
        +
        Returns:
        +
        the instance
        +
        +
      • +
      + + + +
        +
      • +

        onItemPut

        +
        public boolean onItemPut(ItemStack item)
        +
        Description copied from interface: Slot
        +
        Called when the user puts an item into the slot.
        +
        +
        Specified by:
        +
        onItemPut in interface Slot
        +
        Parameters:
        +
        item - the stack that the user wants to put in. + The amount property in the stack will be calculated correctly, for example when the user right-clicks on the slot, it will only give one item.
        +
        Returns:
        +
        false if you want to cancel that.
        +
        +
      • +
      + + + +
        +
      • +

        onItemTake

        +
        public boolean onItemTake(ItemStack item)
        +
        Description copied from interface: Slot
        +
        Called when the user takes the item out of the slot
        +
        +
        Specified by:
        +
        onItemTake in interface Slot
        +
        Parameters:
        +
        item - the stack that the user will get. + The amount property in the stack will be calculated correctly,for example when the user right-clicks on the slot, it would split the amount.
        +
        Returns:
        +
        false if you want to cancel that.
        +
        +
      • +
      + + + +
        +
      • +

        onItemShiftClicked

        +
        public void onItemShiftClicked()
        +
        Description copied from interface: Slot
        +
        Called when the user shift-clicks on the slot. + If the user holds shift while left-clicking, no other actions will be done.
        +
        +
        Specified by:
        +
        onItemShiftClicked in interface Slot
        +
        +
      • +
      + + + +
        +
      • +

        onItemExchange

        +
        public boolean onItemExchange(ItemStack current,
        +                              ItemStack cursor)
        +
        Description copied from interface: Slot
        +
        Called when the user wants to exchange the item on his cursor with that in the slot.
        +
        +
        Specified by:
        +
        onItemExchange in interface Slot
        +
        Parameters:
        +
        current - the item that is currently in the slot
        +
        cursor - the item that is on the cursor
        +
        Returns:
        +
        false, if you want to cancel the exchange
        +
        +
      • +
      + + + +
        +
      • +

        getDepth

        +
        public int getDepth()
        +
        +
        Specified by:
        +
        getDepth in interface Slot
        +
        +
      • +
      + + + +
        +
      • +

        setDepth

        +
        public Slot setDepth(int depth)
        +
        +
        Specified by:
        +
        setDepth in interface Slot
        +
        +
      • +
      + + + +
        +
      • +

        readData

        +
        public void readData(SpoutInputStream input)
        +              throws java.io.IOException
        +
        Description copied from interface: Widget
        +
        Called after this widget this created for serialization.
        +
        +
        Specified by:
        +
        readData in interface Widget
        +
        Overrides:
        +
        readData in class GenericControl
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeData

        +
        public void writeData(SpoutOutputStream output)
        +               throws java.io.IOException
        +
        Description copied from interface: Widget
        +
        Called when this widget is serialized to the client. +

        + Note: ensure that any changes here are reflected in getNumBytes() and are also present on the client.

        +
        +
        Specified by:
        +
        writeData in interface Widget
        +
        Overrides:
        +
        writeData in class GenericControl
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/GenericTextField.html b/generated/1.5.2/org/getspout/spoutapi/gui/GenericTextField.html new file mode 100644 index 0000000..fb70f9d --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/GenericTextField.html @@ -0,0 +1,1171 @@ + + + + + +GenericTextField (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.gui
+

Class GenericTextField

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        text

        +
        protected java.lang.String text
        +
      • +
      + + + +
        +
      • +

        placeholder

        +
        protected java.lang.String placeholder
        +
      • +
      + + + +
        +
      • +

        cursor

        +
        protected int cursor
        +
      • +
      + + + +
        +
      • +

        maxChars

        +
        protected int maxChars
        +
      • +
      + + + +
        +
      • +

        maxLines

        +
        protected int maxLines
        +
      • +
      + + + +
        +
      • +

        tabIndex

        +
        protected int tabIndex
        +
      • +
      + + + +
        +
      • +

        focus

        +
        protected boolean focus
        +
      • +
      + + + +
        +
      • +

        password

        +
        protected boolean password
        +
      • +
      + + + +
        +
      • +

        fieldColor

        +
        protected Color fieldColor
        +
      • +
      + + + +
        +
      • +

        borderColor

        +
        protected Color borderColor
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        GenericTextField

        +
        public GenericTextField()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        Description copied from interface: Widget
        +
        The version this widget is. Mismatched versions will fail to be created.
        +
        +
        Specified by:
        +
        getVersion in interface Widget
        +
        Overrides:
        +
        getVersion in class GenericControl
        +
        Returns:
        +
        version
        +
        +
      • +
      + + + +
        +
      • +

        readData

        +
        public void readData(SpoutInputStream input)
        +              throws java.io.IOException
        +
        Description copied from interface: Widget
        +
        Called after this widget this created for serialization.
        +
        +
        Specified by:
        +
        readData in interface Widget
        +
        Overrides:
        +
        readData in class GenericControl
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeData

        +
        public void writeData(SpoutOutputStream output)
        +               throws java.io.IOException
        +
        Description copied from interface: Widget
        +
        Called when this widget is serialized to the client. +

        + Note: ensure that any changes here are reflected in getNumBytes() and are also present on the client.

        +
        +
        Specified by:
        +
        writeData in interface Widget
        +
        Overrides:
        +
        writeData in class GenericControl
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        getCursorPosition

        +
        public int getCursorPosition()
        +
        Description copied from interface: TextField
        +
        Gets the position of the cursor in the text field. Position zero is the start of the text.
        +
        +
        Specified by:
        +
        getCursorPosition in interface TextField
        +
        Returns:
        +
        position
        +
        +
      • +
      + + + +
        +
      • +

        setCursorPosition

        +
        public TextField setCursorPosition(int position)
        +
        Description copied from interface: TextField
        +
        Sets the position of the cursor in the text field.
        +
        +
        Specified by:
        +
        setCursorPosition in interface TextField
        +
        Parameters:
        +
        position - to set to
        +
        Returns:
        +
        textfield
        +
        +
      • +
      + + + +
        +
      • +

        getText

        +
        public java.lang.String getText()
        +
        Description copied from interface: TextField
        +
        Gets the text typed in this text field
        +
        +
        Specified by:
        +
        getText in interface TextField
        +
        Returns:
        +
        text
        +
        +
      • +
      + + + +
        +
      • +

        setText

        +
        public TextField setText(java.lang.String text)
        +
        Description copied from interface: TextField
        +
        Sets the text visible in this text field
        +
        +
        Specified by:
        +
        setText in interface TextField
        +
        Parameters:
        +
        text - inside of the text field
        +
        Returns:
        +
        textfield
        +
        +
      • +
      + + + +
        +
      • +

        getMaximumCharacters

        +
        public int getMaximumCharacters()
        +
        Description copied from interface: TextField
        +
        Gets the maximum characters that can be typed into this text field
        +
        +
        Specified by:
        +
        getMaximumCharacters in interface TextField
        +
        Returns:
        +
        maximum characters
        +
        +
      • +
      + + + +
        +
      • +

        setMaximumCharacters

        +
        public TextField setMaximumCharacters(int max)
        +
        Description copied from interface: TextField
        +
        Sets the maximum characters that can be typed into this text field
        +
        +
        Specified by:
        +
        setMaximumCharacters in interface TextField
        +
        Parameters:
        +
        max - characters that can be typed
        +
        Returns:
        +
        max chars
        +
        +
      • +
      + + + +
        +
      • +

        getMaximumLines

        +
        public int getMaximumLines()
        +
        Description copied from interface: TextField
        +
        Gets the maximum line this text field can hold
        +
        +
        Specified by:
        +
        getMaximumLines in interface TextField
        +
        Returns:
        +
        max lines
        +
        +
      • +
      + + + +
        +
      • +

        setMaximumLines

        +
        public TextField setMaximumLines(int max)
        +
        Description copied from interface: TextField
        +
        Sets the maximum lines this text field can hold. If zero is passed, the text field will hold as many lines as it can depending on its size.
        +
        +
        Specified by:
        +
        setMaximumLines in interface TextField
        +
        Parameters:
        +
        max - lines (0 – 127)
        +
        Returns:
        +
        textfield
        +
        +
      • +
      + + + +
        +
      • +

        getFieldColor

        +
        public Color getFieldColor()
        +
        Description copied from interface: TextField
        +
        Gets the color of the inner field area of the text box.
        +
        +
        Specified by:
        +
        getFieldColor in interface TextField
        +
        Returns:
        +
        field color
        +
        +
      • +
      + + + +
        +
      • +

        setFieldColor

        +
        public TextField setFieldColor(Color color)
        +
        Description copied from interface: TextField
        +
        Sets the field color of the inner field area of the text box.
        +
        +
        Specified by:
        +
        setFieldColor in interface TextField
        +
        Parameters:
        +
        color - to render as
        +
        Returns:
        +
        textfield
        +
        +
      • +
      + + + +
        +
      • +

        getBorderColor

        +
        public Color getBorderColor()
        +
        Description copied from interface: TextField
        +
        Gets the outside color of the field area of the text box.
        +
        +
        Specified by:
        +
        getBorderColor in interface TextField
        +
        Returns:
        +
        border color
        +
        +
      • +
      + + + +
        +
      • +

        setBorderColor

        +
        public TextField setBorderColor(Color color)
        +
        Description copied from interface: TextField
        +
        Sets the outside color of the field area of the text box.
        +
        +
        Specified by:
        +
        setBorderColor in interface TextField
        +
        Parameters:
        +
        color - to render as
        +
        Returns:
        +
        textfield
        +
        +
      • +
      + + + +
        +
      • +

        getTabIndex

        +
        public int getTabIndex()
        +
        Description copied from interface: TextField
        +
        Gets the tab index for this text field
        +
        +
        Specified by:
        +
        getTabIndex in interface TextField
        +
        Returns:
        +
        tab index
        +
        +
      • +
      + + + +
        +
      • +

        setTabIndex

        +
        public TextField setTabIndex(int index)
        +
        Description copied from interface: TextField
        +
        Sets the tab index for this text field. When the player presses + the tabulator key the text field with index+1 will obtain the focus. + Text fields using the same index may not obtain focus when pressing the tabulator key. + The behaviour discontinuous index sequences is undefined.
        +
        +
        Specified by:
        +
        setTabIndex in interface TextField
        +
        Parameters:
        +
        index - Tab index (0 – 127)
        +
        Returns:
        +
        textfield
        +
        +
      • +
      + + + +
        +
      • +

        isPasswordField

        +
        public boolean isPasswordField()
        +
        Description copied from interface: TextField
        +
        Determines if this text field is a password field
        +
        +
        Specified by:
        +
        isPasswordField in interface TextField
        +
        Returns:
        +
        password field
        +
        +
      • +
      + + + +
        +
      • +

        setPasswordField

        +
        public TextField setPasswordField(boolean password)
        +
        Description copied from interface: TextField
        +
        Sets whether the text will be obfuscated by asterisk (*) characters. + Setting to true forces the maximum lines to be 1.
        +
        +
        Specified by:
        +
        setPasswordField in interface TextField
        +
        Returns:
        +
        textfield
        +
        +
      • +
      + + + +
        +
      • +

        isFocused

        +
        public boolean isFocused()
        +
        Description copied from interface: TextField
        +
        Determines if this text field is focused
        +
        +
        Specified by:
        +
        isFocused in interface TextField
        +
        Returns:
        +
        focused
        +
        +
      • +
      + + + +
        +
      • +

        setFocus

        +
        public TextField setFocus(boolean focus)
        +
        Description copied from interface: TextField
        +
        Sets whether this text field shall obtain focus. + Make sure only one text field gets the focus at a time.
        +
        +
        Specified by:
        +
        setFocus in interface Control
        +
        Specified by:
        +
        setFocus in interface TextField
        +
        Overrides:
        +
        setFocus in class GenericControl
        +
        Returns:
        +
        textfield
        +
        +
      • +
      + + + +
        +
      • +

        getType

        +
        public WidgetType getType()
        +
        Description copied from interface: Widget
        +
        The type of widget this is. Required for proper synchronization between the server and client.
        +
        +
        Specified by:
        +
        getType in interface Widget
        +
        Returns:
        +
        widget type
        +
        +
      • +
      + + + +
        +
      • +

        copy

        +
        public TextField copy()
        +
        Description copied from interface: Widget
        +
        Returns a copy of this widget with a new UUID. +

        + Copies will not be equal to each other, but will have the same internal data. +

        + Note: the copy will not be attached to a screen, nor be part of a container even if the original was. +

        + Warning: copy will not work on screens.

        +
        +
        Specified by:
        +
        copy in interface Widget
        +
        Overrides:
        +
        copy in class GenericControl
        +
        Returns:
        +
        a copy of this widget
        +
        +
      • +
      + + + +
        +
      • +

        onTextFieldChange

        +
        public void onTextFieldChange(TextFieldChangeEvent event)
        +
        Description copied from interface: TextField
        +
        Fires when this text field is typed into on the screen. + This event will also be sent to the screen listener.
        +
        +
        Specified by:
        +
        onTextFieldChange in interface TextField
        +
        +
      • +
      + + + +
        +
      • +

        onTypingFinished

        +
        public void onTypingFinished()
        +
        Description copied from interface: TextField
        +
        Fires when the user presses Enter.
        +
        +
        Specified by:
        +
        onTypingFinished in interface TextField
        +
        +
      • +
      + + + +
        +
      • +

        setPlaceholder

        +
        public TextField setPlaceholder(java.lang.String text)
        +
        Description copied from interface: TextField
        +
        Sets the placeholder to text. + The placeholder will be displayed when no text is in the TextField
        +
        +
        Specified by:
        +
        setPlaceholder in interface TextField
        +
        Parameters:
        +
        text - to set as placeholder
        +
        Returns:
        +
        textfield
        +
        +
      • +
      + + + +
        +
      • +

        getPlaceholder

        +
        public java.lang.String getPlaceholder()
        +
        Description copied from interface: TextField
        +
        Gets the placeholder
        +
        +
        Specified by:
        +
        getPlaceholder in interface TextField
        +
        Returns:
        +
        the placeholder
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/GenericTexture.html b/generated/1.5.2/org/getspout/spoutapi/gui/GenericTexture.html new file mode 100644 index 0000000..c1ad991 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/GenericTexture.html @@ -0,0 +1,730 @@ + + + + + +GenericTexture (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.gui
+

Class GenericTexture

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        url

        +
        protected java.lang.String url
        +
      • +
      + + + +
        +
      • +

        drawAlpha

        +
        protected boolean drawAlpha
        +
      • +
      + + + +
        +
      • +

        top

        +
        protected int top
        +
      • +
      + + + +
        +
      • +

        left

        +
        protected int left
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        GenericTexture

        +
        public GenericTexture()
        +
      • +
      + + + +
        +
      • +

        GenericTexture

        +
        public GenericTexture(java.lang.String url)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        Description copied from interface: Widget
        +
        The version this widget is. Mismatched versions will fail to be created.
        +
        +
        Specified by:
        +
        getVersion in interface Widget
        +
        Overrides:
        +
        getVersion in class GenericWidget
        +
        Returns:
        +
        version
        +
        +
      • +
      + + + +
        +
      • +

        getType

        +
        public WidgetType getType()
        +
        Description copied from interface: Widget
        +
        The type of widget this is. Required for proper synchronization between the server and client.
        +
        +
        Specified by:
        +
        getType in interface Widget
        +
        Returns:
        +
        widget type
        +
        +
      • +
      + + + +
        +
      • +

        readData

        +
        public void readData(SpoutInputStream input)
        +              throws java.io.IOException
        +
        Description copied from interface: Widget
        +
        Called after this widget this created for serialization.
        +
        +
        Specified by:
        +
        readData in interface Widget
        +
        Overrides:
        +
        readData in class GenericWidget
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeData

        +
        public void writeData(SpoutOutputStream output)
        +               throws java.io.IOException
        +
        Description copied from interface: Widget
        +
        Called when this widget is serialized to the client. +

        + Note: ensure that any changes here are reflected in getNumBytes() and are also present on the client.

        +
        +
        Specified by:
        +
        writeData in interface Widget
        +
        Overrides:
        +
        writeData in class GenericWidget
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        getUrl

        +
        public java.lang.String getUrl()
        +
        Description copied from interface: Texture
        +
        Gets the url of this texture to render
        +
        +
        Specified by:
        +
        getUrl in interface Texture
        +
        Returns:
        +
        url
        +
        +
      • +
      + + + +
        +
      • +

        setUrl

        +
        public Texture setUrl(java.lang.String Url)
        +
        Description copied from interface: Texture
        +
        Sets the url of this texture to render + All textures must be of png or jpg type and a size that is a factor of + 2 (e.g 64x128). Use the alpha channel for hiding empty space.
        +
        +
        Specified by:
        +
        setUrl in interface Texture
        +
        Parameters:
        +
        Url - to set this texture to
        +
        Returns:
        +
        texture
        +
        +
      • +
      + + + +
        +
      • +

        copy

        +
        public Texture copy()
        +
        Description copied from interface: Widget
        +
        Returns a copy of this widget with a new UUID. +

        + Copies will not be equal to each other, but will have the same internal data. +

        + Note: the copy will not be attached to a screen, nor be part of a container even if the original was. +

        + Warning: copy will not work on screens.

        +
        +
        Specified by:
        +
        copy in interface Widget
        +
        Overrides:
        +
        copy in class GenericWidget
        +
        Returns:
        +
        a copy of this widget
        +
        +
      • +
      + + + +
        +
      • +

        isDrawingAlphaChannel

        +
        public boolean isDrawingAlphaChannel()
        +
        Description copied from interface: Texture
        +
        Gets if the texture draws the full alpha channel instead of just using a bit-mask.
        +
        +
        Specified by:
        +
        isDrawingAlphaChannel in interface Texture
        +
        Returns:
        +
        if it's drawing the alpha channel
        +
        +
      • +
      + + + +
        +
      • +

        setDrawAlphaChannel

        +
        public Texture setDrawAlphaChannel(boolean draw)
        +
        Description copied from interface: Texture
        +
        Sets if the texture should draw the full alpha channel instead of just using a bit-mask.
        +
        +
        Specified by:
        +
        setDrawAlphaChannel in interface Texture
        +
        Parameters:
        +
        draw - to set the drawing state
        +
        Returns:
        +
        texture
        +
        +
      • +
      + + + +
        +
      • +

        setTop

        +
        public Texture setTop(int top)
        +
        Description copied from interface: Texture
        +
        Set the offset to the top of the image. + Setting this to a anything other than -1 will draw a 1:1 slice of the + texture rather than scaling it to fit the width and height.
        +
        +
        Specified by:
        +
        setTop in interface Texture
        +
        Parameters:
        +
        top - the top offset
        +
        Returns:
        +
        texture
        +
        +
      • +
      + + + +
        +
      • +

        getTop

        +
        public int getTop()
        +
        Description copied from interface: Texture
        +
        Get the offset to the top of the image.
        +
        +
        Specified by:
        +
        getTop in interface Texture
        +
        Returns:
        +
        top offset
        +
        +
      • +
      + + + +
        +
      • +

        setLeft

        +
        public Texture setLeft(int left)
        +
        Description copied from interface: Texture
        +
        Set the offset to the left of the image. + Setting this to a anything other than -1 will draw a 1:1 slice of the + texture rather than scaling it to fit the width and height.
        +
        +
        Specified by:
        +
        setLeft in interface Texture
        +
        Parameters:
        +
        left - the left offset
        +
        Returns:
        +
        texture
        +
        +
      • +
      + + + +
        +
      • +

        getLeft

        +
        public int getLeft()
        +
        Description copied from interface: Texture
        +
        Get the offset to the left of the image.
        +
        +
        Specified by:
        +
        getLeft in interface Texture
        +
        Returns:
        +
        left offset
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/GenericWidget.html b/generated/1.5.2/org/getspout/spoutapi/gui/GenericWidget.html new file mode 100644 index 0000000..e403a97 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/GenericWidget.html @@ -0,0 +1,2745 @@ + + + + + +GenericWidget (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.gui
+

Class GenericWidget

+
+
+ +
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + + +
      Constructors 
      Constructor and Description
      GenericWidget() 
      GenericWidget(int X, + int Y, + int width, + int height) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and TypeMethod and Description
      Widgetanimate(WidgetAnim type, + float value, + short count, + short ticks) +
      Setup a simple automatic animation that automatically repeats and resets when finished.
      +
      Widgetanimate(WidgetAnim type, + float value, + short count, + short ticks, + boolean repeat) +
      Setup a simple automatic animation that resets when finished.
      +
      Widgetanimate(WidgetAnim type, + float value, + short count, + short ticks, + boolean repeat, + boolean reset) +
      Setup a simple automatic animation.
      +
      WidgetanimateStart() +
      Start the animation.
      +
      WidgetanimateStop(boolean finish) +
      Stop the animation, optionally letting it finish a loop.
      +
      voidautoDirty() +
      Sets the dirty flag automatically is isAutoDirty() returns true.
      +
      Widgetcopy() +
      Returns a copy of this widget with a new UUID.
      +
      booleanequals(java.lang.Object other) 
      WidgetAnchorgetAnchor() +
      Get the current anchor position
      +
      ContainergetContainer() +
      Gets the widget's container
      +
      booleangetFixed() +
      Deprecated. 
      +
      intgetHeight() +
      Gets the height of this widget, in pixels
      +
      java.util.UUIDgetId() +
      Returns a unique id for this widget
      +
      intgetMarginBottom() +
      Container Layout - Get the margin used for container layout
      +
      intgetMarginLeft() +
      Container Layout - Get the margin used for container layout
      +
      intgetMarginRight() +
      Container Layout - Get the margin used for container layout
      +
      intgetMarginTop() +
      Container Layout - Get the margin used for container layout
      +
      intgetMaxHeight() +
      Container Layout - Get the maximum height for this widget
      +
      intgetMaxWidth() +
      Container Layout - Get the maximum width for this widget
      +
      intgetMinHeight() +
      Container Layout - Get the minimum height for this widget
      +
      intgetMinWidth() +
      Container Layout - Get the minimum width for this widget
      +
      PlugingetPlugin() +
      Gets the plugin that attached this widget to the screen, or null if this screen is unattached.
      +
      RenderPrioritygetPriority() +
      Gets the render priority for this widget.
      +
      ScreengetScreen() +
      Gets the screen this widget is attached to, or null if unattached
      +
      java.lang.StringgetTooltip() +
      Gets the widget's tooltip
      +
      intgetVersion() +
      The version this widget is.
      +
      intgetWidth() +
      Gets the width of this widget, in pixels
      +
      intgetX() +
      Gets the x coordinate of this widget.
      +
      intgetY() +
      Gets the y coordinate of this widget.
      +
      booleanhasContainer() +
      Does the widget have a container
      +
      inthashCode() 
      booleanhasPosition() +
      Returns true if the widget has had its position set.
      +
      booleanhasSize() +
      Returns true if a widget has had its size set.
      +
      booleanisAutoDirty() +
      Check whether this widget is automatically being marked as dirty.
      +
      booleanisDirty() +
      Is true if this widget has been marked dirty
      +
      booleanisFixed() +
      Container Layout - Whether the widget is fixed size inside its container
      +
      booleanisSpoutcraft() +
      Is this running on Spoutcraft (ie, not on the server) - declared final in GenericWidget!
      +
      booleanisVisible() +
      Is true if this widget is visible and rendering on the screen
      +
      voidonAnimate() +
      This handles animation every frame.
      +
      voidonAnimateStop() +
      This is called when the animation stops, and can be used for chaining + together animations.
      +
      voidonTick() +
      Called each tick this widget is updated.
      +
      voidreadData(SpoutInputStream input) +
      Called after this widget this created for serialization.
      +
      WidgetrestorePos() +
      Container Layout - Restore the earlier saved position
      +
      WidgetsavePos() +
      Container Layout - Save the position for later restoration
      +
      WidgetsetAnchor(WidgetAnchor anchor) +
      Set the anchor point for this widget, default is CENTER
      +
      WidgetsetAutoDirty(boolean dirty) +
      Sets whether this widget should automatically be marked as dirty when it is changed.
      +
      voidsetContainer(Container container) +
      Sets the parant container for this widget
      +
      voidsetDirty(boolean dirty) +
      Marks this widget as needing an update on the client.
      +
      WidgetsetFixed(boolean fixed) +
      Container Layout - Set whether the widget will be resized with its container
      +
      WidgetsetHeight(int height) +
      Sets the height of this widget, in pixels
      +
      WidgetsetMargin(int marginAll) +
      Container Layout - Padding to use for automatic container layout - not included in dimensions
      +
      WidgetsetMargin(int marginTopBottom, + int marginLeftRight) +
      Container Layout - Padding to use for automatic container layout - not included in dimensions
      +
      WidgetsetMargin(int marginTop, + int marginLeftRight, + int marginBottom) +
      Container Layout - Padding to use for automatic container layout - not included in dimensions
      +
      WidgetsetMargin(int marginTop, + int marginRight, + int marginBottom, + int marginLeft) +
      Container Layout - Padding to use for automatic container layout - not included in dimensions
      +
      WidgetsetMarginBottom(int marginBottom) +
      Container Layout - Padding to use for automatic container layout - not included in dimensions
      +
      WidgetsetMarginLeft(int marginLeft) +
      Container Layout - Padding to use for automatic container layout - not included in dimensions
      +
      WidgetsetMarginRight(int marginRight) +
      Container Layout - Padding to use for automatic container layout - not included in dimensions
      +
      WidgetsetMarginTop(int marginTop) +
      Container Layout - Padding to use for automatic container layout - not included in dimensions
      +
      WidgetsetMaxHeight(int max) +
      Container Layout - Set the maximum height for this widget
      +
      WidgetsetMaxWidth(int max) +
      Container Layout - Set the maximum width for this widget
      +
      WidgetsetMinHeight(int min) +
      Container Layout - Set the minimum height for this widget
      +
      WidgetsetMinWidth(int min) +
      Container Layout - Set the minimum width for this widget
      +
      WidgetsetPlugin(Plugin plugin) +
      Internal use only.
      +
      WidgetsetPriority(RenderPriority priority) +
      Sets the render priority for this widget.
      +
      WidgetsetScreen(Plugin plugin, + Screen screen) +
      Sets the screen and plugin this widget is attached to.
      +
      WidgetsetScreen(Screen screen) +
      Deprecated. 
      +
      WidgetsetTooltip(java.lang.String t) +
      Set the widget's tooltip.
      +
      WidgetsetVisible(boolean enable) +
      Sets the visibility of this widget.
      +
      WidgetsetWidth(int width) +
      Sets the width of this widget, in pixels
      +
      WidgetsetX(int pos) +
      Sets the x coordinate of this widget.
      +
      WidgetsetY(int pos) +
      Sets the y coordinate of this widget.
      +
      WidgetshiftXPos(int modX) +
      Shifts this widget the given number of pixels in the x direction.
      +
      WidgetshiftYPos(int modY) +
      Shifts this widget the given number of pixels in the y direction
      +
      WidgetupdateSize() +
      Called when any dimension or limit changes
      +
      voidwriteData(SpoutOutputStream output) +
      Called when this widget is serialized to the client.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
      • +
      +
        +
      • + + +

        Methods inherited from interface org.getspout.spoutapi.gui.Widget

        +getType
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        isSpoutcraft

        +
        protected static final transient boolean isSpoutcraft
        +
        Set if this is Spoutcraft (client), cleared if it is Spout (server)...
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        X

        +
        protected int X
        +
      • +
      + + + +
        +
      • +

        Y

        +
        protected int Y
        +
      • +
      + + + +
        +
      • +

        width

        +
        protected int width
        +
      • +
      + + + +
        +
      • +

        height

        +
        protected int height
        +
      • +
      + + + +
        +
      • +

        visible

        +
        protected boolean visible
        +
      • +
      + + + +
        +
      • +

        dirty

        +
        protected transient boolean dirty
        +
      • +
      + + + +
        +
      • +

        screen

        +
        protected transient Screen screen
        +
      • +
      + + + + + + + +
        +
      • +

        id

        +
        protected java.util.UUID id
        +
      • +
      + + + +
        +
      • +

        tooltip

        +
        protected java.lang.String tooltip
        +
      • +
      + + + +
        +
      • +

        plugin

        +
        protected java.lang.String plugin
        +
      • +
      + + + + + + + +
        +
      • +

        container

        +
        protected Container container
        +
      • +
      + + + +
        +
      • +

        fixed

        +
        protected boolean fixed
        +
      • +
      + + + +
        +
      • +

        marginTop

        +
        protected int marginTop
        +
      • +
      + + + +
        +
      • +

        marginRight

        +
        protected int marginRight
        +
      • +
      + + + +
        +
      • +

        marginBottom

        +
        protected int marginBottom
        +
      • +
      + + + +
        +
      • +

        marginLeft

        +
        protected int marginLeft
        +
      • +
      + + + +
        +
      • +

        minWidth

        +
        protected int minWidth
        +
      • +
      + + + +
        +
      • +

        maxWidth

        +
        protected int maxWidth
        +
      • +
      + + + +
        +
      • +

        minHeight

        +
        protected int minHeight
        +
      • +
      + + + +
        +
      • +

        maxHeight

        +
        protected int maxHeight
        +
      • +
      + + + +
        +
      • +

        orig_x

        +
        protected int orig_x
        +
      • +
      + + + +
        +
      • +

        orig_y

        +
        protected int orig_y
        +
      • +
      + + + +
        +
      • +

        autoDirty

        +
        protected boolean autoDirty
        +
      • +
      + + + +
        +
      • +

        hasPosition

        +
        protected transient boolean hasPosition
        +
      • +
      + + + +
        +
      • +

        hasSize

        +
        protected transient boolean hasSize
        +
      • +
      + + + + + + + +
        +
      • +

        animValue

        +
        protected float animValue
        +
      • +
      + + + +
        +
      • +

        animCount

        +
        protected short animCount
        +
      • +
      + + + +
        +
      • +

        animTicks

        +
        protected short animTicks
        +
      • +
      + + + + + + + + + + + + + + + + + + + +
        +
      • +

        animFlags

        +
        protected byte animFlags
        +
      • +
      + + + +
        +
      • +

        animTick

        +
        protected transient int animTick
        +
      • +
      + + + +
        +
      • +

        animFrame

        +
        protected transient int animFrame
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        GenericWidget

        +
        public GenericWidget()
        +
      • +
      + + + +
        +
      • +

        GenericWidget

        +
        public GenericWidget(int X,
        +                     int Y,
        +                     int width,
        +                     int height)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        isSpoutcraft

        +
        public final boolean isSpoutcraft()
        +
        Description copied from interface: Widget
        +
        Is this running on Spoutcraft (ie, not on the server) - declared final in GenericWidget!
        +
        +
        Specified by:
        +
        isSpoutcraft in interface Widget
        +
        Returns:
        +
        if it's running on a client
        +
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        Description copied from interface: Widget
        +
        The version this widget is. Mismatched versions will fail to be created.
        +
        +
        Specified by:
        +
        getVersion in interface Widget
        +
        Returns:
        +
        version
        +
        +
      • +
      + + + +
        +
      • +

        setAnchor

        +
        public Widget setAnchor(WidgetAnchor anchor)
        +
        Description copied from interface: Widget
        +
        Set the anchor point for this widget, default is CENTER
        +
        +
        Specified by:
        +
        setAnchor in interface Widget
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getAnchor

        +
        public WidgetAnchor getAnchor()
        +
        Description copied from interface: Widget
        +
        Get the current anchor position
        +
        +
        Specified by:
        +
        getAnchor in interface Widget
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getPlugin

        +
        public Plugin getPlugin()
        +
        Description copied from interface: Widget
        +
        Gets the plugin that attached this widget to the screen, or null if this screen is unattached.
        +
        +
        Specified by:
        +
        getPlugin in interface Widget
        +
        Returns:
        +
        plugin that attached this widget to the screen
        +
        +
      • +
      + + + +
        +
      • +

        setPlugin

        +
        public Widget setPlugin(Plugin plugin)
        +
        Description copied from interface: Widget
        +
        Internal use only.
        +
        +
        Specified by:
        +
        setPlugin in interface Widget
        +
        Returns:
        +
        this
        +
        +
      • +
      + + + +
        +
      • +

        readData

        +
        public void readData(SpoutInputStream input)
        +              throws java.io.IOException
        +
        Description copied from interface: Widget
        +
        Called after this widget this created for serialization.
        +
        +
        Specified by:
        +
        readData in interface Widget
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeData

        +
        public void writeData(SpoutOutputStream output)
        +               throws java.io.IOException
        +
        Description copied from interface: Widget
        +
        Called when this widget is serialized to the client. +

        + Note: ensure that any changes here are reflected in getNumBytes() and are also present on the client.

        +
        +
        Specified by:
        +
        writeData in interface Widget
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        setDirty

        +
        public void setDirty(boolean dirty)
        +
        Description copied from interface: Widget
        +
        Marks this widget as needing an update on the client. It will be updated after the next onTick call, and marked as setDirty(false) + Every widget is dirty immediately after creation
        +
        +
        Specified by:
        +
        setDirty in interface Widget
        +
        +
      • +
      + + + +
        +
      • +

        isDirty

        +
        public boolean isDirty()
        +
        Description copied from interface: Widget
        +
        Is true if this widget has been marked dirty
        +
        +
        Specified by:
        +
        isDirty in interface Widget
        +
        Returns:
        +
        dirty
        +
        +
      • +
      + + + +
        +
      • +

        getId

        +
        public java.util.UUID getId()
        +
        Description copied from interface: Widget
        +
        Returns a unique id for this widget
        +
        +
        Specified by:
        +
        getId in interface Widget
        +
        Returns:
        +
        id
        +
        +
      • +
      + + + +
        +
      • +

        getScreen

        +
        public Screen getScreen()
        +
        Description copied from interface: Widget
        +
        Gets the screen this widget is attached to, or null if unattached
        +
        +
        Specified by:
        +
        getScreen in interface Widget
        +
        Returns:
        +
        screen
        +
        +
      • +
      + + + +
        +
      • +

        setScreen

        +
        @Deprecated
        +public Widget setScreen(Screen screen)
        +
        Deprecated. 
        +
        Description copied from interface: Widget
        +
        Sets the screen this widget is attached to. Should not be used normally, is handled with screen.attachWidget() is called.
        +
        +
        Specified by:
        +
        setScreen in interface Widget
        +
        Parameters:
        +
        screen - this is attached to
        +
        Returns:
        +
        widget
        +
        +
      • +
      + + + +
        +
      • +

        setScreen

        +
        public Widget setScreen(Plugin plugin,
        +                        Screen screen)
        +
        Description copied from interface: Widget
        +
        Sets the screen and plugin this widget is attached to. Should not be used normally, is handled with screen.attachWidget() is called.
        +
        +
        Specified by:
        +
        setScreen in interface Widget
        +
        Parameters:
        +
        plugin - this is attached to
        +
        screen - this is attached to
        +
        Returns:
        +
        widget
        +
        +
      • +
      + + + +
        +
      • +

        getPriority

        +
        public RenderPriority getPriority()
        +
        Description copied from interface: Widget
        +
        Gets the render priority for this widget. Highest priorities render first (in the background), the lowest priorities render on top (in the foreground).
        +
        +
        Specified by:
        +
        getPriority in interface Widget
        +
        Returns:
        +
        priority.
        +
        +
      • +
      + + + +
        +
      • +

        setPriority

        +
        public Widget setPriority(RenderPriority priority)
        +
        Description copied from interface: Widget
        +
        Sets the render priority for this widget. Highest priorities render first (in the background), the lowest priorities render on top (in the foreground).
        +
        +
        Specified by:
        +
        setPriority in interface Widget
        +
        Parameters:
        +
        priority - to render at
        +
        Returns:
        +
        widget
        +
        +
      • +
      + + + +
        +
      • +

        getWidth

        +
        public int getWidth()
        +
        Description copied from interface: Widget
        +
        Gets the width of this widget, in pixels
        +
        +
        Specified by:
        +
        getWidth in interface Widget
        +
        Returns:
        +
        width
        +
        +
      • +
      + + + +
        +
      • +

        setWidth

        +
        public Widget setWidth(int width)
        +
        Description copied from interface: Widget
        +
        Sets the width of this widget, in pixels
        +
        +
        Specified by:
        +
        setWidth in interface Widget
        +
        Parameters:
        +
        width - to set
        +
        Returns:
        +
        widget
        +
        +
      • +
      + + + +
        +
      • +

        getHeight

        +
        public int getHeight()
        +
        Description copied from interface: Widget
        +
        Gets the height of this widget, in pixels
        +
        +
        Specified by:
        +
        getHeight in interface Widget
        +
        Returns:
        +
        height
        +
        +
      • +
      + + + +
        +
      • +

        setHeight

        +
        public Widget setHeight(int height)
        +
        Description copied from interface: Widget
        +
        Sets the height of this widget, in pixels
        +
        +
        Specified by:
        +
        setHeight in interface Widget
        +
        Parameters:
        +
        height - to set
        +
        Returns:
        +
        widget
        +
        +
      • +
      + + + +
        +
      • +

        getX

        +
        public int getX()
        +
        Description copied from interface: Widget
        +
        Gets the x coordinate of this widget. Widgets (and screens) render from the top left cornor the screen. 0,0 represents the top left corner.
        +
        +
        Specified by:
        +
        getX in interface Widget
        +
        Returns:
        +
        x-coordinate
        +
        +
      • +
      + + + +
        +
      • +

        getY

        +
        public int getY()
        +
        Description copied from interface: Widget
        +
        Gets the y coordinate of this widget. Widgets (and screens) render from the top left cornor the screen. 0,0 represents the top left corner.
        +
        +
        Specified by:
        +
        getY in interface Widget
        +
        Returns:
        +
        y-coordinate
        +
        +
      • +
      + + + +
        +
      • +

        setX

        +
        public Widget setX(int pos)
        +
        Description copied from interface: Widget
        +
        Sets the x coordinate of this widget. Widgets (and screens) render from the top left cornor the screen. 0,0 represents the top left corner.
        +
        +
        Specified by:
        +
        setX in interface Widget
        +
        Parameters:
        +
        pos - to set
        +
        Returns:
        +
        widget
        +
        +
      • +
      + + + +
        +
      • +

        setY

        +
        public Widget setY(int pos)
        +
        Description copied from interface: Widget
        +
        Sets the y coordinate of this widget. Widgets (and screens) render from the top left cornor the screen. 0,0 represents the top left corner.
        +
        +
        Specified by:
        +
        setY in interface Widget
        +
        Parameters:
        +
        pos - to set
        +
        Returns:
        +
        widget
        +
        +
      • +
      + + + +
        +
      • +

        shiftXPos

        +
        public Widget shiftXPos(int modX)
        +
        Description copied from interface: Widget
        +
        Shifts this widget the given number of pixels in the x direction.
        +
        +
        Specified by:
        +
        shiftXPos in interface Widget
        +
        Parameters:
        +
        modX - pixels to shift
        +
        Returns:
        +
        widget
        +
        +
      • +
      + + + +
        +
      • +

        shiftYPos

        +
        public Widget shiftYPos(int modY)
        +
        Description copied from interface: Widget
        +
        Shifts this widget the given number of pixels in the y direction
        +
        +
        Specified by:
        +
        shiftYPos in interface Widget
        +
        Parameters:
        +
        modY - pixels to shift
        +
        Returns:
        +
        widget
        +
        +
      • +
      + + + +
        +
      • +

        isVisible

        +
        public boolean isVisible()
        +
        Description copied from interface: Widget
        +
        Is true if this widget is visible and rendering on the screen
        +
        +
        Specified by:
        +
        isVisible in interface Widget
        +
        Returns:
        +
        visible
        +
        +
      • +
      + + + +
        +
      • +

        setVisible

        +
        public Widget setVisible(boolean enable)
        +
        Description copied from interface: Widget
        +
        Sets the visibility of this widget. If true, it will render normally. If false, it will not appear on the screen.
        +
        +
        Specified by:
        +
        setVisible in interface Widget
        +
        Parameters:
        +
        enable - the visibility
        +
        Returns:
        +
        widget
        +
        +
      • +
      + + + +
        +
      • +

        hashCode

        +
        public int hashCode()
        +
        +
        Overrides:
        +
        hashCode in class java.lang.Object
        +
        +
      • +
      + + + +
        +
      • +

        equals

        +
        public boolean equals(java.lang.Object other)
        +
        +
        Overrides:
        +
        equals in class java.lang.Object
        +
        +
      • +
      + + + +
        +
      • +

        onTick

        +
        public void onTick()
        +
        Description copied from interface: Widget
        +
        Called each tick this widget is updated. This widget is processed for isDirty() immediately afterwords.
        +
        +
        Specified by:
        +
        onTick in interface Widget
        +
        +
      • +
      + + + +
        +
      • +

        setTooltip

        +
        public Widget setTooltip(java.lang.String t)
        +
        Description copied from interface: Widget
        +
        Set the widget's tooltip. + Returns the current instance of the widget to make chainable calls.
        +
        +
        Specified by:
        +
        setTooltip in interface Widget
        +
        +
      • +
      + + + +
        +
      • +

        getTooltip

        +
        public java.lang.String getTooltip()
        +
        Description copied from interface: Widget
        +
        Gets the widget's tooltip
        +
        +
        Specified by:
        +
        getTooltip in interface Widget
        +
        +
      • +
      + + + +
        +
      • +

        getContainer

        +
        public Container getContainer()
        +
        Description copied from interface: Widget
        +
        Gets the widget's container
        +
        +
        Specified by:
        +
        getContainer in interface Widget
        +
        +
      • +
      + + + +
        +
      • +

        hasContainer

        +
        public boolean hasContainer()
        +
        Description copied from interface: Widget
        +
        Does the widget have a container
        +
        +
        Specified by:
        +
        hasContainer in interface Widget
        +
        +
      • +
      + + + +
        +
      • +

        setContainer

        +
        public void setContainer(Container container)
        +
        Description copied from interface: Widget
        +
        Sets the parant container for this widget
        +
        +
        Specified by:
        +
        setContainer in interface Widget
        +
        +
      • +
      + + + +
        +
      • +

        setFixed

        +
        public Widget setFixed(boolean fixed)
        +
        Description copied from interface: Widget
        +
        Container Layout - Set whether the widget will be resized with its container
        +
        +
        Specified by:
        +
        setFixed in interface Widget
        +
        Parameters:
        +
        fixed - if it is a static size
        +
        Returns:
        +
        the container
        +
        +
      • +
      + + + +
        +
      • +

        getFixed

        +
        @Deprecated
        +public boolean getFixed()
        +
        Deprecated. 
        +
        Description copied from interface: Widget
        +
        Use isFixed() instead
        +
        +
        Specified by:
        +
        getFixed in interface Widget
        +
        +
      • +
      + + + +
        +
      • +

        isFixed

        +
        public boolean isFixed()
        +
        Description copied from interface: Widget
        +
        Container Layout - Whether the widget is fixed size inside its container
        +
        +
        Specified by:
        +
        isFixed in interface Widget
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        setMargin

        +
        public Widget setMargin(int marginAll)
        +
        Description copied from interface: Widget
        +
        Container Layout - Padding to use for automatic container layout - not included in dimensions
        +
        +
        Specified by:
        +
        setMargin in interface Widget
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        setMargin

        +
        public Widget setMargin(int marginTopBottom,
        +                        int marginLeftRight)
        +
        Description copied from interface: Widget
        +
        Container Layout - Padding to use for automatic container layout - not included in dimensions
        +
        +
        Specified by:
        +
        setMargin in interface Widget
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        setMargin

        +
        public Widget setMargin(int marginTop,
        +                        int marginLeftRight,
        +                        int marginBottom)
        +
        Description copied from interface: Widget
        +
        Container Layout - Padding to use for automatic container layout - not included in dimensions
        +
        +
        Specified by:
        +
        setMargin in interface Widget
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        setMargin

        +
        public Widget setMargin(int marginTop,
        +                        int marginRight,
        +                        int marginBottom,
        +                        int marginLeft)
        +
        Description copied from interface: Widget
        +
        Container Layout - Padding to use for automatic container layout - not included in dimensions
        +
        +
        Specified by:
        +
        setMargin in interface Widget
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        setMarginTop

        +
        public Widget setMarginTop(int marginTop)
        +
        Description copied from interface: Widget
        +
        Container Layout - Padding to use for automatic container layout - not included in dimensions
        +
        +
        Specified by:
        +
        setMarginTop in interface Widget
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        setMarginRight

        +
        public Widget setMarginRight(int marginRight)
        +
        Description copied from interface: Widget
        +
        Container Layout - Padding to use for automatic container layout - not included in dimensions
        +
        +
        Specified by:
        +
        setMarginRight in interface Widget
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        setMarginBottom

        +
        public Widget setMarginBottom(int marginBottom)
        +
        Description copied from interface: Widget
        +
        Container Layout - Padding to use for automatic container layout - not included in dimensions
        +
        +
        Specified by:
        +
        setMarginBottom in interface Widget
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        setMarginLeft

        +
        public Widget setMarginLeft(int marginLeft)
        +
        Description copied from interface: Widget
        +
        Container Layout - Padding to use for automatic container layout - not included in dimensions
        +
        +
        Specified by:
        +
        setMarginLeft in interface Widget
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getMarginTop

        +
        public int getMarginTop()
        +
        Description copied from interface: Widget
        +
        Container Layout - Get the margin used for container layout
        +
        +
        Specified by:
        +
        getMarginTop in interface Widget
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getMarginRight

        +
        public int getMarginRight()
        +
        Description copied from interface: Widget
        +
        Container Layout - Get the margin used for container layout
        +
        +
        Specified by:
        +
        getMarginRight in interface Widget
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getMarginBottom

        +
        public int getMarginBottom()
        +
        Description copied from interface: Widget
        +
        Container Layout - Get the margin used for container layout
        +
        +
        Specified by:
        +
        getMarginBottom in interface Widget
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getMarginLeft

        +
        public int getMarginLeft()
        +
        Description copied from interface: Widget
        +
        Container Layout - Get the margin used for container layout
        +
        +
        Specified by:
        +
        getMarginLeft in interface Widget
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        setMinWidth

        +
        public Widget setMinWidth(int min)
        +
        Description copied from interface: Widget
        +
        Container Layout - Set the minimum width for this widget
        +
        +
        Specified by:
        +
        setMinWidth in interface Widget
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getMinWidth

        +
        public int getMinWidth()
        +
        Description copied from interface: Widget
        +
        Container Layout - Get the minimum width for this widget
        +
        +
        Specified by:
        +
        getMinWidth in interface Widget
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        setMaxWidth

        +
        public Widget setMaxWidth(int max)
        +
        Description copied from interface: Widget
        +
        Container Layout - Set the maximum width for this widget
        +
        +
        Specified by:
        +
        setMaxWidth in interface Widget
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getMaxWidth

        +
        public int getMaxWidth()
        +
        Description copied from interface: Widget
        +
        Container Layout - Get the maximum width for this widget
        +
        +
        Specified by:
        +
        getMaxWidth in interface Widget
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        setMinHeight

        +
        public Widget setMinHeight(int min)
        +
        Description copied from interface: Widget
        +
        Container Layout - Set the minimum height for this widget
        +
        +
        Specified by:
        +
        setMinHeight in interface Widget
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getMinHeight

        +
        public int getMinHeight()
        +
        Description copied from interface: Widget
        +
        Container Layout - Get the minimum height for this widget
        +
        +
        Specified by:
        +
        getMinHeight in interface Widget
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        setMaxHeight

        +
        public Widget setMaxHeight(int max)
        +
        Description copied from interface: Widget
        +
        Container Layout - Set the maximum height for this widget
        +
        +
        Specified by:
        +
        setMaxHeight in interface Widget
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getMaxHeight

        +
        public int getMaxHeight()
        +
        Description copied from interface: Widget
        +
        Container Layout - Get the maximum height for this widget
        +
        +
        Specified by:
        +
        getMaxHeight in interface Widget
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        savePos

        +
        public Widget savePos()
        +
        Description copied from interface: Widget
        +
        Container Layout - Save the position for later restoration
        +
        +
        Specified by:
        +
        savePos in interface Widget
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        restorePos

        +
        public Widget restorePos()
        +
        Description copied from interface: Widget
        +
        Container Layout - Restore the earlier saved position
        +
        +
        Specified by:
        +
        restorePos in interface Widget
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        copy

        +
        public Widget copy()
        +
        Description copied from interface: Widget
        +
        Returns a copy of this widget with a new UUID. +

        + Copies will not be equal to each other, but will have the same internal data. +

        + Note: the copy will not be attached to a screen, nor be part of a container even if the original was. +

        + Warning: copy will not work on screens.

        +
        +
        Specified by:
        +
        copy in interface Widget
        +
        Returns:
        +
        a copy of this widget
        +
        +
      • +
      + + + +
        +
      • +

        updateSize

        +
        public Widget updateSize()
        +
        Description copied from interface: Widget
        +
        Called when any dimension or limit changes
        +
        +
        Specified by:
        +
        updateSize in interface Widget
        +
        Returns:
        +
        widget
        +
        +
      • +
      + + + +
        +
      • +

        setAutoDirty

        +
        public Widget setAutoDirty(boolean dirty)
        +
        Description copied from interface: Widget
        +
        Sets whether this widget should automatically be marked as dirty when it is changed.
        +
        +
        Specified by:
        +
        setAutoDirty in interface Widget
        +
        Parameters:
        +
        dirty - if it should be automatic (default: true)
        +
        Returns:
        +
        widget
        +
        +
      • +
      + + + +
        +
      • +

        isAutoDirty

        +
        public boolean isAutoDirty()
        +
        Description copied from interface: Widget
        +
        Check whether this widget is automatically being marked as dirty.
        +
        +
        Specified by:
        +
        isAutoDirty in interface Widget
        +
        Returns:
        +
        if autodirty is on
        +
        +
      • +
      + + + +
        +
      • +

        autoDirty

        +
        public void autoDirty()
        +
        Description copied from interface: Widget
        +
        Sets the dirty flag automatically is isAutoDirty() returns true.
        +
        +
        Specified by:
        +
        autoDirty in interface Widget
        +
        +
      • +
      + + + +
        +
      • +

        animate

        +
        public Widget animate(WidgetAnim type,
        +                      float value,
        +                      short count,
        +                      short ticks)
        +
        Description copied from interface: Widget
        +
        Setup a simple automatic animation that automatically repeats and resets when finished. + Please note that some animation types are limited to certain types of widget. + All animation is carried out on the client, so it isn't possible to update + the server side values affected by the animation...
        +
        +
        Specified by:
        +
        animate in interface Widget
        +
        Parameters:
        +
        type - the type of animation to use
        +
        value - a custom value used by some types (default: 1)
        +
        count - how many frames
        +
        ticks - how many ticks per "frame"
        +
        Returns:
        +
        widget
        +
        +
      • +
      + + + +
        +
      • +

        animate

        +
        public Widget animate(WidgetAnim type,
        +                      float value,
        +                      short count,
        +                      short ticks,
        +                      boolean repeat)
        +
        Description copied from interface: Widget
        +
        Setup a simple automatic animation that resets when finished. + Please note that some animation types are limited to certain types of widget. + All animation is carried out on the client, so it isn't possible to update + the server side values affected by the animation...
        +
        +
        Specified by:
        +
        animate in interface Widget
        +
        Parameters:
        +
        type - the type of animation to use
        +
        value - a custom value used by some types (default: 1)
        +
        count - how many frames
        +
        ticks - how many ticks per "frame"
        +
        repeat - should the animation be repeated
        +
        Returns:
        +
        widget
        +
        +
      • +
      + + + +
        +
      • +

        animate

        +
        public Widget animate(WidgetAnim type,
        +                      float value,
        +                      short count,
        +                      short ticks,
        +                      boolean repeat,
        +                      boolean reset)
        +
        Description copied from interface: Widget
        +
        Setup a simple automatic animation. + Please note that some animation types are limited to certain types of widget. + All animation is carried out on the client, so it isn't possible to update + the server side values affected by the animation...
        +
        +
        Specified by:
        +
        animate in interface Widget
        +
        Parameters:
        +
        type - the type of animation to use
        +
        value - a custom value used by some types (default: 1)
        +
        count - how many frames
        +
        ticks - how many ticks per "frame"
        +
        repeat - should the animation be repeated
        +
        reset - should it reset back to the first frame after finishing
        +
        Returns:
        +
        widget
        +
        +
      • +
      + + + +
        +
      • +

        animateStart

        +
        public Widget animateStart()
        +
        Description copied from interface: Widget
        +
        Start the animation.
        +
        +
        Specified by:
        +
        animateStart in interface Widget
        +
        Returns:
        +
        widget
        +
        +
      • +
      + + + +
        +
      • +

        animateStop

        +
        public Widget animateStop(boolean finish)
        +
        Description copied from interface: Widget
        +
        Stop the animation, optionally letting it finish a loop. + If the "reset" option was set when creating the animation it will go + back to the first frame, otherwise it will stop where it is.
        +
        +
        Specified by:
        +
        animateStop in interface Widget
        +
        Parameters:
        +
        finish - should it finish the current loop (if repeating)
        +
        Returns:
        +
        widget
        +
        +
      • +
      + + + +
        +
      • +

        onAnimate

        +
        public void onAnimate()
        +
        Description copied from interface: Widget
        +
        This handles animation every frame. + NOTE: On the server the default animation handler doesn't do anything as + all animation is handled on the client. If you are writing an animation + handler then please keep bandwidth use in mind...
        +
        +
        Specified by:
        +
        onAnimate in interface Widget
        +
        +
      • +
      + + + +
        +
      • +

        onAnimateStop

        +
        public void onAnimateStop()
        +
        Description copied from interface: Widget
        +
        This is called when the animation stops, and can be used for chaining + together animations. + This is called whether the stop was automatic or manual, and occurs at + the start of the final frame (so the frame hasn't had any ticks of + visibility yet). + NOTE: On the server the values changed in the animation will not + have changed, this is due to the animation being client side. If you + didn't tell the animation to reset after finishing then please remember + to change them!
        +
        +
        Specified by:
        +
        onAnimateStop in interface Widget
        +
        +
      • +
      + + + +
        +
      • +

        hasPosition

        +
        public boolean hasPosition()
        +
        Description copied from interface: Widget
        +
        Returns true if the widget has had its position set.
        +
        +
        Specified by:
        +
        hasPosition in interface Widget
        +
        Returns:
        +
        true if it has a position
        +
        +
      • +
      + + + +
        +
      • +

        hasSize

        +
        public boolean hasSize()
        +
        Description copied from interface: Widget
        +
        Returns true if a widget has had its size set.
        +
        +
        Specified by:
        +
        hasSize in interface Widget
        +
        Returns:
        +
        if it has a size
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/Gradient.html b/generated/1.5.2/org/getspout/spoutapi/gui/Gradient.html new file mode 100644 index 0000000..d323f67 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/Gradient.html @@ -0,0 +1,389 @@ + + + + + +Gradient (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.gui
+

Interface Gradient

+
+
+
+
    +
  • +
    +
    All Superinterfaces:
    +
    Widget
    +
    +
    +
    All Known Implementing Classes:
    +
    GenericGradient, GenericRectangle
    +
    +
    +
    +
    public interface Gradient
    +extends Widget
    +
    The GenericGradient represents a vertical gradient only. +

    + You can specify the same colour for the top and bottom in order to get a + solid block of colour, and can set the alpha-level of the Color in order + to make it translucent.

    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getTopColor

        +
        Color getTopColor()
        +
        Gets the top colour of the gradient to render.
        +
        +
        Returns:
        +
        color
        +
        +
      • +
      + + + +
        +
      • +

        setTopColor

        +
        Gradient setTopColor(Color color)
        +
        Sets the top colour of the gradient to render.
        +
        +
        Parameters:
        +
        color -
        +
        Returns:
        +
        gradient
        +
        +
      • +
      + + + +
        +
      • +

        getBottomColor

        +
        Color getBottomColor()
        +
        Gets the bottom colour of the gradient to render.
        +
        +
        Returns:
        +
        color
        +
        +
      • +
      + + + +
        +
      • +

        setBottomColor

        +
        Gradient setBottomColor(Color color)
        +
        Sets the bottom colour of the gradient to render.
        +
        +
        Parameters:
        +
        color -
        +
        Returns:
        +
        gradient
        +
        +
      • +
      + + + +
        +
      • +

        setColor

        +
        Gradient setColor(Color color)
        +
        Set both top and bottom gradient color in one call.
        +
        +
        Parameters:
        +
        color -
        +
        Returns:
        +
        gradient
        +
        +
      • +
      + + + +
        +
      • +

        setOrientation

        +
        Gradient setOrientation(Orientation axis)
        +
        Set the direction the gradient is drawn. + Default is VERTICAL, if using HORIZONTAL then read top as left and bottom as right.
        +
        +
        Parameters:
        +
        axis - the orientation to draw in
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getOrientation

        +
        Orientation getOrientation()
        +
        Get the direction the gradient is drawn. + Default is VERTICAL, if using HORIZONTAL then read top as left and bottom as right.
        +
        +
        Returns:
        +
        the orientation being used
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/HealthBar.html b/generated/1.5.2/org/getspout/spoutapi/gui/HealthBar.html new file mode 100644 index 0000000..b250411 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/HealthBar.html @@ -0,0 +1,564 @@ + + + + + +HealthBar (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.gui
+

Class HealthBar

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Widget
    +
    +
    +
    +
    public class HealthBar
    +extends GenericWidget
    +
    The Spout implementation of the default Health Bar.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        HealthBar

        +
        public HealthBar()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        readData

        +
        public void readData(SpoutInputStream input)
        +              throws java.io.IOException
        +
        Description copied from interface: Widget
        +
        Called after this widget this created for serialization.
        +
        +
        Specified by:
        +
        readData in interface Widget
        +
        Overrides:
        +
        readData in class GenericWidget
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeData

        +
        public void writeData(SpoutOutputStream output)
        +               throws java.io.IOException
        +
        Description copied from interface: Widget
        +
        Called when this widget is serialized to the client. +

        + Note: ensure that any changes here are reflected in getNumBytes() and are also present on the client.

        +
        +
        Specified by:
        +
        writeData in interface Widget
        +
        Overrides:
        +
        writeData in class GenericWidget
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        getType

        +
        public WidgetType getType()
        +
        Description copied from interface: Widget
        +
        The type of widget this is. Required for proper synchronization between the server and client.
        +
        +
        Returns:
        +
        widget type
        +
        +
      • +
      + + + +
        +
      • +

        getId

        +
        public java.util.UUID getId()
        +
        Description copied from interface: Widget
        +
        Returns a unique id for this widget
        +
        +
        Specified by:
        +
        getId in interface Widget
        +
        Overrides:
        +
        getId in class GenericWidget
        +
        Returns:
        +
        id
        +
        +
      • +
      + + + +
        +
      • +

        getMaxNumHearts

        +
        public int getMaxNumHearts()
        +
        Gets the maximum number of hearts displayed on the HUD. +

        + Health is scaled to fit the number of hearts appropriately.

        +
        +
        Returns:
        +
        hearts displayed
        +
        +
      • +
      + + + +
        +
      • +

        setMaxNumHearts

        +
        public HealthBar setMaxNumHearts(int hearts)
        +
        Sets the maximum number of hearts displayed on the HUD. +

        + Health is scaled to fit the number of hearts appropriately.

        +
        +
        Parameters:
        +
        hearts - to display
        +
        Returns:
        +
        this
        +
        +
      • +
      + + + +
        +
      • +

        getIconOffset

        +
        public int getIconOffset()
        +
        Gets the number of pixels each heart is offset when drawing the next heart.
        +
        +
        Returns:
        +
        pixel offset
        +
        +
      • +
      + + + +
        +
      • +

        setIconOffset

        +
        public HealthBar setIconOffset(int offset)
        +
        Sets the number of pixels each heart is offset when drawing the next heart.
        +
        +
        Parameters:
        +
        offset - when drawing hearts
        +
        Returns:
        +
        this
        +
        +
      • +
      + + + +
        +
      • +

        getDangerPercent

        +
        public float getDangerPercent()
        +
        Gets the percent of health a player needs to fall to or below in order for the hearts to begin blinking. +

        + Valid percents are between zero and one hundred, inclusive.

        +
        +
        Returns:
        +
        danger percent
        +
        +
      • +
      + + + +
        +
      • +

        setDangerPercent

        +
        public HealthBar setDangerPercent(float percent)
        +
        Sets the percent of health a player needs to fall to or below in order for the hearts to begin blinking. +

        + Valid percents are between zero and one hundred, inclusive.

        +
        +
        Parameters:
        +
        percent -
        +
        Returns:
        +
        this
        +
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        Description copied from interface: Widget
        +
        The version this widget is. Mismatched versions will fail to be created.
        +
        +
        Specified by:
        +
        getVersion in interface Widget
        +
        Overrides:
        +
        getVersion in class GenericWidget
        +
        Returns:
        +
        version
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/HungerBar.html b/generated/1.5.2/org/getspout/spoutapi/gui/HungerBar.html new file mode 100644 index 0000000..3cccedb --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/HungerBar.html @@ -0,0 +1,515 @@ + + + + + +HungerBar (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.gui
+

Class HungerBar

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Widget
    +
    +
    +
    +
    public class HungerBar
    +extends GenericWidget
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        HungerBar

        +
        public HungerBar()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        readData

        +
        public void readData(SpoutInputStream input)
        +              throws java.io.IOException
        +
        Description copied from interface: Widget
        +
        Called after this widget this created for serialization.
        +
        +
        Specified by:
        +
        readData in interface Widget
        +
        Overrides:
        +
        readData in class GenericWidget
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeData

        +
        public void writeData(SpoutOutputStream output)
        +               throws java.io.IOException
        +
        Description copied from interface: Widget
        +
        Called when this widget is serialized to the client. +

        + Note: ensure that any changes here are reflected in getNumBytes() and are also present on the client.

        +
        +
        Specified by:
        +
        writeData in interface Widget
        +
        Overrides:
        +
        writeData in class GenericWidget
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        getNumOfIcons

        +
        public int getNumOfIcons()
        +
        Gets the maximum number of food icons to display on the HUD. +

        + Hunger bar is scaled to fit the number of icons appropriately.

        +
        +
        Returns:
        +
        icons displayed
        +
        +
      • +
      + + + +
        +
      • +

        setNumOfIcons

        +
        public HungerBar setNumOfIcons(int icons)
        +
        Sets the maximum number of food icons to display on the HUD. +

        + Hunger bar is scaled to fit the number of icons appropriately.

        +
        +
        Parameters:
        +
        icons - to display
        +
        Returns:
        +
        this
        +
        +
      • +
      + + + +
        +
      • +

        getIconOffset

        +
        public int getIconOffset()
        +
        Gets the number of pixels each icon is offset when drawing the next icon.
        +
        +
        Returns:
        +
        pixel offset
        +
        +
      • +
      + + + +
        +
      • +

        setIconOffset

        +
        public HungerBar setIconOffset(int iconOffset)
        +
        Sets the number of pixels each icon is offset when drawing the next icon.
        +
        +
        Parameters:
        +
        iconOffset - when drawing icons
        +
        Returns:
        +
        this
        +
        +
      • +
      + + + +
        +
      • +

        getType

        +
        public WidgetType getType()
        +
        Description copied from interface: Widget
        +
        The type of widget this is. Required for proper synchronization between the server and client.
        +
        +
        Returns:
        +
        widget type
        +
        +
      • +
      + + + +
        +
      • +

        getId

        +
        public java.util.UUID getId()
        +
        Description copied from interface: Widget
        +
        Returns a unique id for this widget
        +
        +
        Specified by:
        +
        getId in interface Widget
        +
        Overrides:
        +
        getId in class GenericWidget
        +
        Returns:
        +
        id
        +
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        Description copied from interface: Widget
        +
        The version this widget is. Mismatched versions will fail to be created.
        +
        +
        Specified by:
        +
        getVersion in interface Widget
        +
        Overrides:
        +
        getVersion in class GenericWidget
        +
        Returns:
        +
        version
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/InGameHUD.html b/generated/1.5.2/org/getspout/spoutapi/gui/InGameHUD.html new file mode 100644 index 0000000..a80a2d3 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/InGameHUD.html @@ -0,0 +1,497 @@ + + + + + +InGameHUD (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.gui
+

Interface InGameHUD

+
+
+
+
    +
  • +
    +
    All Superinterfaces:
    +
    Screen, Widget
    +
    +
    +
    All Known Implementing Classes:
    +
    InGameScreen
    +
    +
    +
    +
    public interface InGameHUD
    +extends Screen
    +
    This is the main screen when playing Minecraft. +

    + There is no mouse interaction with this screen, so trying to place Controls + such as Buttons on it will fail.

    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getArmorBar

        +
        ArmorBar getArmorBar()
        +
        Gets the armor bar associated with this HUD
        +
        +
        Returns:
        +
        armor bar
        +
        +
      • +
      + + + +
        +
      • +

        getChatTextBox

        +
        ChatTextBox getChatTextBox()
        +
        Gets the chat text box associated with this HUD
        +
        +
        Returns:
        +
        chat text box
        +
        +
      • +
      + + + +
        +
      • +

        getChatBar

        +
        ChatBar getChatBar()
        +
        Gets the chat text bar associated with this HUD
        +
        +
        Returns:
        +
        chat bar
        +
        +
      • +
      + + + +
        +
      • +

        getBubbleBar

        +
        BubbleBar getBubbleBar()
        +
        Gets the underwater bubble bar associated with this HUD
        +
        +
        Returns:
        +
        bubble bar
        +
        +
      • +
      + + + +
        +
      • +

        getHealthBar

        +
        HealthBar getHealthBar()
        +
        Gets the health bar associated with this HUD
        +
        +
        Returns:
        +
        health bar
        +
        +
      • +
      + + + +
        +
      • +

        getHungerBar

        +
        HungerBar getHungerBar()
        +
        Gets the hunger bar associated with this HUD
        +
        +
        Returns:
        +
        hunger bar
        +
        +
      • +
      + + + +
        +
      • +

        getExpBar

        +
        ExpBar getExpBar()
        +
        Gets the exp bar associated with this HUD
        +
        +
        Returns:
        +
        exp bar
        +
        +
      • +
      + + + +
        +
      • +

        canAttachWidget

        +
        boolean canAttachWidget(Widget widget)
        +
        Is true if the widget can be attached to the screen. + Primary controls, like the health bar can not be attached twice. + Control widgets that require input from the mouse or keyboard can not be attached
        +
        +
        Parameters:
        +
        widget -
        +
        Returns:
        +
        true if the widge can be attached
        +
        +
      • +
      + + + +
        +
      • +

        attachPopupScreen

        +
        boolean attachPopupScreen(PopupScreen screen)
        +
        Attachs a popup screen and brings it to the front of the screen
        +
        +
        Parameters:
        +
        screen - to pop up
        +
        Returns:
        +
        true if the popup screen was attached, false if there was already a popup launched
        +
        +
      • +
      + + + +
        +
      • +

        getActivePopup

        +
        PopupScreen getActivePopup()
        +
        Gets the active popup screen for this player, or null if none available
        +
        +
        Returns:
        +
        the active popup
        +
        +
      • +
      + + + +
        +
      • +

        closePopup

        +
        boolean closePopup()
        +
        Closes the popup screen, or returns false on failure
        +
        +
        Returns:
        +
        true if a popup screen was closed
        +
        +
      • +
      + + + +
        +
      • +

        toggleSurvivalHUD

        +
        void toggleSurvivalHUD(boolean toggle)
        +
        Ease of use method setting all the survival mode HUD elements to setVisible(toggle);
        +
        +
        Parameters:
        +
        toggle - true or false
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/InGameScreen.html b/generated/1.5.2/org/getspout/spoutapi/gui/InGameScreen.html new file mode 100644 index 0000000..8676068 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/InGameScreen.html @@ -0,0 +1,1011 @@ + + + + + +InGameScreen (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.gui
+

Class InGameScreen

+
+
+ +
+ +
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        InGameScreen

        +
        public InGameScreen(int playerId)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        onTick

        +
        public void onTick()
        +
        Description copied from interface: Widget
        +
        Called each tick this widget is updated. This widget is processed for isDirty() immediately afterwords.
        +
        +
        Specified by:
        +
        onTick in interface Widget
        +
        Overrides:
        +
        onTick in class GenericScreen
        +
        +
      • +
      + + + +
        +
      • +

        attachWidget

        +
        public InGameScreen attachWidget(Plugin plugin,
        +                                 Widget widget)
        +
        Description copied from interface: Screen
        +
        Attaches a widget to this screen
        +
        +
        Specified by:
        +
        attachWidget in interface Screen
        +
        Overrides:
        +
        attachWidget in class GenericScreen
        +
        Parameters:
        +
        plugin - that owns this widget
        +
        widget - to attach
        +
        Returns:
        +
        screen
        +
        +
      • +
      + + + +
        +
      • +

        updateWidget

        +
        public boolean updateWidget(Widget widget)
        +
        Description copied from interface: Screen
        +
        Replaces any attached widget with the given widget's id with the new widget
        +
        +
        Specified by:
        +
        updateWidget in interface Screen
        +
        Overrides:
        +
        updateWidget in class GenericScreen
        +
        Parameters:
        +
        widget - to replace with
        +
        Returns:
        +
        true if a widget was replaced
        +
        +
      • +
      + + + + + + + +
        +
      • +

        getId

        +
        public java.util.UUID getId()
        +
        Description copied from interface: Widget
        +
        Returns a unique id for this widget
        +
        +
        Specified by:
        +
        getId in interface Widget
        +
        Overrides:
        +
        getId in class GenericWidget
        +
        Returns:
        +
        id
        +
        +
      • +
      + + + +
        +
      • +

        getHeight

        +
        public int getHeight()
        +
        Description copied from interface: Widget
        +
        Gets the height of this widget, in pixels
        +
        +
        Specified by:
        +
        getHeight in interface Widget
        +
        Overrides:
        +
        getHeight in class GenericWidget
        +
        Returns:
        +
        height
        +
        +
      • +
      + + + +
        +
      • +

        getWidth

        +
        public int getWidth()
        +
        Description copied from interface: Widget
        +
        Gets the width of this widget, in pixels
        +
        +
        Specified by:
        +
        getWidth in interface Widget
        +
        Overrides:
        +
        getWidth in class GenericWidget
        +
        Returns:
        +
        width
        +
        +
      • +
      + + + +
        +
      • +

        closePopup

        +
        public boolean closePopup()
        +
        Description copied from interface: InGameHUD
        +
        Closes the popup screen, or returns false on failure
        +
        +
        Specified by:
        +
        closePopup in interface InGameHUD
        +
        Returns:
        +
        true if a popup screen was closed
        +
        +
      • +
      + + + +
        +
      • +

        getHealthBar

        +
        public HealthBar getHealthBar()
        +
        Description copied from interface: InGameHUD
        +
        Gets the health bar associated with this HUD
        +
        +
        Specified by:
        +
        getHealthBar in interface InGameHUD
        +
        Returns:
        +
        health bar
        +
        +
      • +
      + + + +
        +
      • +

        getBubbleBar

        +
        public BubbleBar getBubbleBar()
        +
        Description copied from interface: InGameHUD
        +
        Gets the underwater bubble bar associated with this HUD
        +
        +
        Specified by:
        +
        getBubbleBar in interface InGameHUD
        +
        Returns:
        +
        bubble bar
        +
        +
      • +
      + + + +
        +
      • +

        getChatBar

        +
        public ChatBar getChatBar()
        +
        Description copied from interface: InGameHUD
        +
        Gets the chat text bar associated with this HUD
        +
        +
        Specified by:
        +
        getChatBar in interface InGameHUD
        +
        Returns:
        +
        chat bar
        +
        +
      • +
      + + + +
        +
      • +

        getChatTextBox

        +
        public ChatTextBox getChatTextBox()
        +
        Description copied from interface: InGameHUD
        +
        Gets the chat text box associated with this HUD
        +
        +
        Specified by:
        +
        getChatTextBox in interface InGameHUD
        +
        Returns:
        +
        chat text box
        +
        +
      • +
      + + + +
        +
      • +

        getArmorBar

        +
        public ArmorBar getArmorBar()
        +
        Description copied from interface: InGameHUD
        +
        Gets the armor bar associated with this HUD
        +
        +
        Specified by:
        +
        getArmorBar in interface InGameHUD
        +
        Returns:
        +
        armor bar
        +
        +
      • +
      + + + +
        +
      • +

        getHungerBar

        +
        public HungerBar getHungerBar()
        +
        Description copied from interface: InGameHUD
        +
        Gets the hunger bar associated with this HUD
        +
        +
        Specified by:
        +
        getHungerBar in interface InGameHUD
        +
        Returns:
        +
        hunger bar
        +
        +
      • +
      + + + +
        +
      • +

        getExpBar

        +
        public ExpBar getExpBar()
        +
        Description copied from interface: InGameHUD
        +
        Gets the exp bar associated with this HUD
        +
        +
        Specified by:
        +
        getExpBar in interface InGameHUD
        +
        Returns:
        +
        exp bar
        +
        +
      • +
      + + + +
        +
      • +

        getActivePopup

        +
        public PopupScreen getActivePopup()
        +
        Description copied from interface: InGameHUD
        +
        Gets the active popup screen for this player, or null if none available
        +
        +
        Specified by:
        +
        getActivePopup in interface InGameHUD
        +
        Returns:
        +
        the active popup
        +
        +
      • +
      + + + +
        +
      • +

        attachPopupScreen

        +
        public boolean attachPopupScreen(PopupScreen screen)
        +
        Description copied from interface: InGameHUD
        +
        Attachs a popup screen and brings it to the front of the screen
        +
        +
        Specified by:
        +
        attachPopupScreen in interface InGameHUD
        +
        Parameters:
        +
        screen - to pop up
        +
        Returns:
        +
        true if the popup screen was attached, false if there was already a popup launched
        +
        +
      • +
      + + + +
        +
      • +

        canAttachWidget

        +
        public boolean canAttachWidget(Widget widget)
        +
        Description copied from interface: InGameHUD
        +
        Is true if the widget can be attached to the screen. + Primary controls, like the health bar can not be attached twice. + Control widgets that require input from the mouse or keyboard can not be attached
        +
        +
        Specified by:
        +
        canAttachWidget in interface InGameHUD
        +
        Returns:
        +
        true if the widge can be attached
        +
        +
      • +
      + + + +
        +
      • +

        getType

        +
        public WidgetType getType()
        +
        Description copied from interface: Widget
        +
        The type of widget this is. Required for proper synchronization between the server and client.
        +
        +
        Specified by:
        +
        getType in interface Widget
        +
        Returns:
        +
        widget type
        +
        +
      • +
      + + + +
        +
      • +

        clearPopup

        +
        public void clearPopup()
        +
      • +
      + + + +
        +
      • +

        isCustomWidget

        +
        public static boolean isCustomWidget(Widget widget)
        +
      • +
      + + + +
        +
      • +

        getScreenType

        +
        public ScreenType getScreenType()
        +
        Description copied from interface: Screen
        +
        Gets the screen type of this screen
        +
        +
        Specified by:
        +
        getScreenType in interface Screen
        +
        Returns:
        +
        the screen type
        +
        +
      • +
      + + + +
        +
      • +

        toggleSurvivalHUD

        +
        public void toggleSurvivalHUD(boolean toggle)
        +
        Description copied from interface: InGameHUD
        +
        Ease of use method setting all the survival mode HUD elements to setVisible(toggle);
        +
        +
        Specified by:
        +
        toggleSurvivalHUD in interface InGameHUD
        +
        Parameters:
        +
        toggle - true or false
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/ItemWidget.html b/generated/1.5.2/org/getspout/spoutapi/gui/ItemWidget.html new file mode 100644 index 0000000..dfe9e3f --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/ItemWidget.html @@ -0,0 +1,417 @@ + + + + + +ItemWidget (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.gui
+

Interface ItemWidget

+
+
+
+
    +
  • +
    +
    All Superinterfaces:
    +
    Widget
    +
    +
    +
    All Known Implementing Classes:
    +
    GenericItemWidget
    +
    +
    +
    +
    public interface ItemWidget
    +extends Widget
    +
    The GenericItemWidget class allows you to display a block or item as it + would be in the player's inventory. +

    + Don't forget that most items are in fact 3d, so also need a depth to draw + properly.

    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        setTypeId

        +
        ItemWidget setTypeId(int id)
        +
        Sets the type id of this item widget
        +
        +
        Parameters:
        +
        id -
        +
        Returns:
        +
        ItemWidget
        +
        +
      • +
      + + + +
        +
      • +

        getTypeId

        +
        int getTypeId()
        +
        Gets the type id of this item widget
        +
        +
        Returns:
        +
        type id
        +
        +
      • +
      + + + +
        +
      • +

        setData

        +
        ItemWidget setData(short data)
        +
        Sets the data of this item widget
        +
        +
        Parameters:
        +
        data - to set
        +
        Returns:
        +
        ItemWidget
        +
        +
      • +
      + + + +
        +
      • +

        getData

        +
        short getData()
        +
        Gets the data of this item widget, is zero by default
        +
        +
        Returns:
        +
        data
        +
        +
      • +
      + + + +
        +
      • +

        setDepth

        +
        ItemWidget setDepth(int depth)
        +
        Sets the z render depth for this 3-d item widget
        +
        +
        Parameters:
        +
        depth - to render at
        +
        Returns:
        +
        ItemWidget
        +
        +
      • +
      + + + +
        +
      • +

        getDepth

        +
        int getDepth()
        +
        Gets the z render depth for this 3-d item widget
        +
        +
        Returns:
        +
        depth
        +
        +
      • +
      + + + +
        +
      • +

        setWidth

        +
        ItemWidget setWidth(int width)
        +
        Description copied from interface: Widget
        +
        Sets the width of this widget, in pixels
        +
        +
        Specified by:
        +
        setWidth in interface Widget
        +
        Parameters:
        +
        width - to set
        +
        Returns:
        +
        widget
        +
        +
      • +
      + + + +
        +
      • +

        setHeight

        +
        ItemWidget setHeight(int height)
        +
        Description copied from interface: Widget
        +
        Sets the height of this widget, in pixels
        +
        +
        Specified by:
        +
        setHeight in interface Widget
        +
        Parameters:
        +
        height - to set
        +
        Returns:
        +
        widget
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/Label.html b/generated/1.5.2/org/getspout/spoutapi/gui/Label.html new file mode 100644 index 0000000..1c79af0 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/Label.html @@ -0,0 +1,556 @@ + + + + + +Label (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.gui
+

Interface Label

+
+
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getText

        +
        java.lang.String getText()
        +
        Gets the text of the label
        +
        +
        Returns:
        +
        text
        +
        +
      • +
      + + + +
        +
      • +

        setText

        +
        Label setText(java.lang.String text)
        +
        Sets the text of the label
        +
        +
        Parameters:
        +
        text - to set
        +
        Returns:
        +
        label
        +
        +
      • +
      + + + +
        +
      • +

        getTextColor

        +
        Color getTextColor()
        +
        Gets the color for the text
        +
        +
        Returns:
        +
        color
        +
        +
      • +
      + + + +
        +
      • +

        setTextColor

        +
        Label setTextColor(Color color)
        +
        Sets the color for the text
        +
        +
        Parameters:
        +
        color - to set
        +
        Returns:
        +
        label
        +
        +
      • +
      + + + +
        +
      • +

        setAuto

        +
        Label setAuto(boolean auto)
        +
        Determines if text expands to fill width and height
        +
        +
        Parameters:
        +
        auto -
        +
        Returns:
        +
        label
        +
        +
      • +
      + + + +
        +
      • +

        isAuto

        +
        boolean isAuto()
        +
        True if the text will expand to fill width and height
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        isResize

        +
        boolean isResize()
        +
        Does this widget automatically resize with its contents
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        setResize

        +
        Label setResize(boolean resize)
        +
        Tell this widget to resize with its contents
        +
        +
        Parameters:
        +
        resize -
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        doResize

        +
        Label doResize()
        +
        Actually resize the Label with the current text size
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getAlign

        +
        WidgetAnchor getAlign()
        +
        Get the text alignment
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        setAlign

        +
        Widget setAlign(WidgetAnchor pos)
        +
        Set the text alignment
        +
        +
        Parameters:
        +
        pos -
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        setScale

        +
        Label setScale(float scale)
        +
        Set the scale of the text
        +
        +
        Parameters:
        +
        scale - to set
        +
        +
      • +
      + + + +
        +
      • +

        getScale

        +
        float getScale()
        +
        Gets the scale of the text
        +
        +
        Returns:
        +
        scale of text
        +
        +
      • +
      + + + +
        +
      • +

        setShadow

        +
        Label setShadow(boolean shadow)
        +
        Sets whether or not the label has a shadow.
        +
        +
        Parameters:
        +
        shadow -
        +
        +
      • +
      + + + +
        +
      • +

        hasShadow

        +
        boolean hasShadow()
        +
        Gets whether or not the label has a shadow.
        +
        +
        Returns:
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/ListWidget.html b/generated/1.5.2/org/getspout/spoutapi/gui/ListWidget.html new file mode 100644 index 0000000..51a0ce4 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/ListWidget.html @@ -0,0 +1,534 @@ + + + + + +ListWidget (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.gui
+

Interface ListWidget

+
+
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getItems

        +
        ListWidgetItem[] getItems()
        +
        Get all the items from the list widget
        +
        +
        Returns:
        +
        the assigned ListWidgetItems
        +
        +
      • +
      + + + +
        +
      • +

        getItem

        +
        ListWidgetItem getItem(int n)
        +
        Returns the nth item from the listwidget
        +
        +
        Parameters:
        +
        n - which item to get
        +
        Returns:
        +
        nth item from the list
        +
        +
      • +
      + + + +
        +
      • +

        addItem

        +
        ListWidget addItem(ListWidgetItem item)
        +
        Adds an item to the list
        +
        +
        Parameters:
        +
        item - the item to add.
        +
        Returns:
        +
        instance of the ListWidget
        +
        +
      • +
      + + + +
        +
      • +

        addItems

        +
        ListWidget addItems(ListWidgetItem... items)
        +
        Add items to the list
        +
        +
        Parameters:
        +
        items - to add
        +
        Returns:
        +
        instance of the ListWidget
        +
        +
      • +
      + + + +
        +
      • +

        removeItem

        +
        boolean removeItem(ListWidgetItem item)
        +
        Removes an item from the list.
        +
        +
        Parameters:
        +
        item - to remove
        +
        Returns:
        +
        if item was found.
        +
        +
      • +
      + + + +
        +
      • +

        clear

        +
        void clear()
        +
        Clears all attached items.
        +
      • +
      + + + +
        +
      • +

        getSelectedItem

        +
        ListWidgetItem getSelectedItem()
        +
        +
        Returns:
        +
        the currently selected item.
        +
        +
      • +
      + + + +
        +
      • +

        getSelectedRow

        +
        int getSelectedRow()
        +
        +
        Returns:
        +
        the currently selected row.
        +
        +
      • +
      + + + +
        +
      • +

        setSelection

        +
        ListWidget setSelection(int n)
        +
        Sets the selected item to be the nth in the list.
        +
        +
        Parameters:
        +
        n - the number of the item or -1 to clear the selection
        +
        Returns:
        +
        instance of the ListWidget
        +
        +
      • +
      + + + +
        +
      • +

        clearSelection

        +
        ListWidget clearSelection()
        +
        Clears the selection
        +
        +
        Returns:
        +
        instance of the ListWidget
        +
        +
      • +
      + + + +
        +
      • +

        isSelected

        +
        boolean isSelected(int n)
        +
        +
        Parameters:
        +
        n - item to check
        +
        +
      • +
      + + + +
        +
      • +

        isSelected

        +
        boolean isSelected(ListWidgetItem item)
        +
        +
        Parameters:
        +
        item - to check
        +
        +
      • +
      + + + +
        +
      • +

        shiftSelection

        +
        ListWidget shiftSelection(int n)
        +
        Moves the selection up or down by n
        +
        +
        Parameters:
        +
        n -
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        onSelected

        +
        void onSelected(int item,
        +                boolean doubleClick)
        +
        Will be called on each selection change.
        +
        +
        Parameters:
        +
        item - the number of the item that was clicked/selected by keypress. Can be -1 that means that no item is selected
        +
        doubleClick - if true, item has been doubleclicked.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/ListWidgetItem.html b/generated/1.5.2/org/getspout/spoutapi/gui/ListWidgetItem.html new file mode 100644 index 0000000..10ed8cf --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/ListWidgetItem.html @@ -0,0 +1,405 @@ + + + + + +ListWidgetItem (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.gui
+

Class ListWidgetItem

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.getspout.spoutapi.gui.ListWidgetItem
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public class ListWidgetItem
    +extends java.lang.Object
    +
    This is a single item for the ListWidget.
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + + + + + +
      Constructors 
      Constructor and Description
      ListWidgetItem() 
      ListWidgetItem(java.lang.String title, + java.lang.String text) 
      ListWidgetItem(java.lang.String title, + java.lang.String text, + java.lang.String iconUrl) 
      +
    • +
    + + +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ListWidgetItem

        +
        public ListWidgetItem()
        +
      • +
      + + + +
        +
      • +

        ListWidgetItem

        +
        public ListWidgetItem(java.lang.String title,
        +                      java.lang.String text)
        +
      • +
      + + + +
        +
      • +

        ListWidgetItem

        +
        public ListWidgetItem(java.lang.String title,
        +                      java.lang.String text,
        +                      java.lang.String iconUrl)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getTitle

        +
        public java.lang.String getTitle()
        +
      • +
      + + + +
        +
      • +

        setTitle

        +
        public void setTitle(java.lang.String title)
        +
      • +
      + + + +
        +
      • +

        getText

        +
        public java.lang.String getText()
        +
      • +
      + + + +
        +
      • +

        setText

        +
        public void setText(java.lang.String text)
        +
      • +
      + + + +
        +
      • +

        getIconUrl

        +
        public java.lang.String getIconUrl()
        +
      • +
      + + + +
        +
      • +

        setIconUrl

        +
        public void setIconUrl(java.lang.String iconUrl)
        +
      • +
      + + + +
        +
      • +

        setListWidget

        +
        public void setListWidget(ListWidget list)
        +
      • +
      + + + +
        +
      • +

        getHeight

        +
        public int getHeight()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/Orientation.html b/generated/1.5.2/org/getspout/spoutapi/gui/Orientation.html new file mode 100644 index 0000000..45b64a0 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/Orientation.html @@ -0,0 +1,396 @@ + + + + + +Orientation (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.gui
+

Enum Orientation

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • java.lang.Enum<Orientation>
    • +
    • +
        +
      • org.getspout.spoutapi.gui.Orientation
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable, java.lang.Comparable<Orientation>
    +
    +
    +
    +
    public enum Orientation
    +extends java.lang.Enum<Orientation>
    +
    This is used to define the orientation for Scrollable widgets.
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Enum Constant Summary

      + + + + + + + + + + + +
      Enum Constants 
      Enum Constant and Description
      HORIZONTAL +
      Horizontal axis (left-right)
      +
      VERTICAL +
      Vertical axis (top-bottom)
      +
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      intgetId() 
      static OrientationgetOrientationFromId(int id) 
      OrientationgetOther() 
      static OrientationvalueOf(java.lang.String name) +
      Returns the enum constant of this type with the specified name.
      +
      static Orientation[]values() +
      Returns an array containing the constants of this enum type, in +the order they are declared.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Enum

        +clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +getClass, notify, notifyAll, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Enum Constant Detail

      + + + +
        +
      • +

        HORIZONTAL

        +
        public static final Orientation HORIZONTAL
        +
        Horizontal axis (left-right)
        +
      • +
      + + + +
        +
      • +

        VERTICAL

        +
        public static final Orientation VERTICAL
        +
        Vertical axis (top-bottom)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        values

        +
        public static Orientation[] values()
        +
        Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
        +for (Orientation c : Orientation.values())
        +    System.out.println(c);
        +
        +
        +
        Returns:
        +
        an array containing the constants of this enum type, in the order they are declared
        +
        +
      • +
      + + + +
        +
      • +

        valueOf

        +
        public static Orientation valueOf(java.lang.String name)
        +
        Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)
        +
        +
        Parameters:
        +
        name - the name of the enum constant to be returned.
        +
        Returns:
        +
        the enum constant with the specified name
        +
        Throws:
        +
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        +
        java.lang.NullPointerException - if the argument is null
        +
        +
      • +
      + + + +
        +
      • +

        getId

        +
        public int getId()
        +
      • +
      + + + +
        +
      • +

        getOrientationFromId

        +
        public static Orientation getOrientationFromId(int id)
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/OverlayScreen.html b/generated/1.5.2/org/getspout/spoutapi/gui/OverlayScreen.html new file mode 100644 index 0000000..4d631b7 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/OverlayScreen.html @@ -0,0 +1,208 @@ + + + + + +OverlayScreen (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.gui
+

Interface OverlayScreen

+
+ + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/PopupScreen.html b/generated/1.5.2/org/getspout/spoutapi/gui/PopupScreen.html new file mode 100644 index 0000000..8b85aa1 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/PopupScreen.html @@ -0,0 +1,328 @@ + + + + + +PopupScreen (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.gui
+

Interface PopupScreen

+
+
+
+
    +
  • +
    +
    All Superinterfaces:
    +
    Screen, Widget
    +
    +
    +
    All Known Implementing Classes:
    +
    GenericPopup
    +
    +
    +
    +
    public interface PopupScreen
    +extends Screen
    +
    The GenericPopup class creates an mouseable area where you can put multiple + Widgets. +

    + Optionally the background of the popup can be darkened to make it more + obvious that it is a popup.

    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        isTransparent

        +
        boolean isTransparent()
        +
        Is true if the popup screen has no transparency layer
        +
        +
        Returns:
        +
        transparency
        +
        +
      • +
      + + + +
        +
      • +

        setTransparent

        +
        PopupScreen setTransparent(boolean value)
        +
        Sets the transparency layer
        +
        +
        Parameters:
        +
        value - to set
        +
        Returns:
        +
        popupscreen
        +
        +
      • +
      + + + +
        +
      • +

        close

        +
        boolean close()
        +
        Closes the screen. Functionally equivelent to InGameHUD.closePopup()
        +
        +
        Returns:
        +
        true if the screen was closed
        +
        +
      • +
      + + + +
        +
      • +

        handleItemOnCursor

        +
        void handleItemOnCursor(ItemStack itemOnCursor)
        +
        When the screen is closed, this method is called to handle the + ItemStack that the player is dragging.
        +
        +
        Parameters:
        +
        itemOnCursor - ItemStack on the cursor.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/RadioButton.html b/generated/1.5.2/org/getspout/spoutapi/gui/RadioButton.html new file mode 100644 index 0000000..2dead8c --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/RadioButton.html @@ -0,0 +1,307 @@ + + + + + +RadioButton (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.gui
+

Interface RadioButton

+
+
+
+
    +
  • +
    +
    All Superinterfaces:
    +
    Button, Control, Label, Widget
    +
    +
    +
    All Known Implementing Classes:
    +
    GenericRadioButton
    +
    +
    +
    +
    public interface RadioButton
    +extends Button
    +
    This is a simple radio button, which does not know anything about any other + radio buttons on the screen.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        isSelected

        +
        boolean isSelected()
        +
      • +
      + + + +
        +
      • +

        setSelected

        +
        RadioButton setSelected(boolean selected)
        +
      • +
      + + + +
        +
      • +

        getGroup

        +
        int getGroup()
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/Rectangle.html b/generated/1.5.2/org/getspout/spoutapi/gui/Rectangle.html new file mode 100644 index 0000000..818869f --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/Rectangle.html @@ -0,0 +1,563 @@ + + + + + +Rectangle (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.gui
+

Class Rectangle

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.getspout.spoutapi.gui.Rectangle
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public class Rectangle
    +extends java.lang.Object
    +
    Used to create a simple rectangle.
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Rectangle(int x, + int y, + int width, + int height) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      booleanequals(java.lang.Object obj) 
      intgetBottom() 
      intgetHeight() 
      intgetLeft() 
      intgetRight() 
      intgetTop() 
      intgetWidth() 
      intgetX() 
      intgetY() 
      inthashCode() 
      voidmove(int x, + int y) +
      Moves rect to given x and y position.
      +
      voidmoveBy(int x, + int y) +
      Shifts the position by given x and y.
      +
      voidresize(int width, + int height) +
      Resizes the rect with given width and height
      +
      voidsetHeight(int height) 
      voidsetWidth(int width) 
      voidsetX(int x) 
      voidsetY(int y) 
      java.lang.StringtoString() 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Rectangle

        +
        public Rectangle(int x,
        +                 int y,
        +                 int width,
        +                 int height)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getWidth

        +
        public int getWidth()
        +
      • +
      + + + +
        +
      • +

        setWidth

        +
        public void setWidth(int width)
        +
      • +
      + + + +
        +
      • +

        getHeight

        +
        public int getHeight()
        +
      • +
      + + + +
        +
      • +

        setHeight

        +
        public void setHeight(int height)
        +
      • +
      + + + +
        +
      • +

        getX

        +
        public int getX()
        +
      • +
      + + + +
        +
      • +

        setX

        +
        public void setX(int x)
        +
      • +
      + + + +
        +
      • +

        getY

        +
        public int getY()
        +
      • +
      + + + +
        +
      • +

        setY

        +
        public void setY(int y)
        +
      • +
      + + + +
        +
      • +

        getTop

        +
        public int getTop()
        +
      • +
      + + + +
        +
      • +

        getLeft

        +
        public int getLeft()
        +
      • +
      + + + +
        +
      • +

        getBottom

        +
        public int getBottom()
        +
      • +
      + + + +
        +
      • +

        getRight

        +
        public int getRight()
        +
      • +
      + + + +
        +
      • +

        moveBy

        +
        public void moveBy(int x,
        +                   int y)
        +
        Shifts the position by given x and y.
        +
        +
        Parameters:
        +
        x -
        +
        y -
        +
        +
      • +
      + + + +
        +
      • +

        resize

        +
        public void resize(int width,
        +                   int height)
        +
        Resizes the rect with given width and height
        +
        +
        Parameters:
        +
        width -
        +
        height -
        +
        +
      • +
      + + + +
        +
      • +

        move

        +
        public void move(int x,
        +                 int y)
        +
        Moves rect to given x and y position.
        +
        +
        Parameters:
        +
        x -
        +
        y -
        +
        +
      • +
      + + + +
        +
      • +

        toString

        +
        public java.lang.String toString()
        +
        +
        Overrides:
        +
        toString in class java.lang.Object
        +
        +
      • +
      + + + +
        +
      • +

        hashCode

        +
        public int hashCode()
        +
        +
        Overrides:
        +
        hashCode in class java.lang.Object
        +
        +
      • +
      + + + +
        +
      • +

        equals

        +
        public boolean equals(java.lang.Object obj)
        +
        +
        Overrides:
        +
        equals in class java.lang.Object
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/RenderPriority.html b/generated/1.5.2/org/getspout/spoutapi/gui/RenderPriority.html new file mode 100644 index 0000000..6f92ef9 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/RenderPriority.html @@ -0,0 +1,431 @@ + + + + + +RenderPriority (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.gui
+

Enum RenderPriority

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • java.lang.Enum<RenderPriority>
    • +
    • +
        +
      • org.getspout.spoutapi.gui.RenderPriority
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable, java.lang.Comparable<RenderPriority>
    +
    +
    +
    +
    public enum RenderPriority
    +extends java.lang.Enum<RenderPriority>
    +
    Used to define the order widgets are rendered to screen. +

    + Please remember that the earlier a widget is rendered, the more widgets will + be placed on top of it. In other words, first (Highest) is on the bottom and + last (Lowest) is on the top.

    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Enum Constant Summary

      + + + + + + + + + + + + + + + + + + + + +
      Enum Constants 
      Enum Constant and Description
      High +
      Will render before most other textures and widgets
      +
      Highest +
      Will render before all other textures and widgets
      +
      Low +
      Will render after most other textures and widgets
      +
      Lowest +
      Will render after all other textures and widgets
      +
      Normal +
      Will render in line with most other textures and widgets
      +
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      intgetId() 
      static RenderPrioritygetRenderPriorityFromId(int id) 
      static RenderPriorityvalueOf(java.lang.String name) +
      Returns the enum constant of this type with the specified name.
      +
      static RenderPriority[]values() +
      Returns an array containing the constants of this enum type, in +the order they are declared.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Enum

        +clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +getClass, notify, notifyAll, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Enum Constant Detail

      + + + +
        +
      • +

        Highest

        +
        public static final RenderPriority Highest
        +
        Will render before all other textures and widgets
        +
      • +
      + + + +
        +
      • +

        High

        +
        public static final RenderPriority High
        +
        Will render before most other textures and widgets
        +
      • +
      + + + +
        +
      • +

        Normal

        +
        public static final RenderPriority Normal
        +
        Will render in line with most other textures and widgets
        +
      • +
      + + + +
        +
      • +

        Low

        +
        public static final RenderPriority Low
        +
        Will render after most other textures and widgets
        +
      • +
      + + + +
        +
      • +

        Lowest

        +
        public static final RenderPriority Lowest
        +
        Will render after all other textures and widgets
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        values

        +
        public static RenderPriority[] values()
        +
        Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
        +for (RenderPriority c : RenderPriority.values())
        +    System.out.println(c);
        +
        +
        +
        Returns:
        +
        an array containing the constants of this enum type, in the order they are declared
        +
        +
      • +
      + + + +
        +
      • +

        valueOf

        +
        public static RenderPriority valueOf(java.lang.String name)
        +
        Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)
        +
        +
        Parameters:
        +
        name - the name of the enum constant to be returned.
        +
        Returns:
        +
        the enum constant with the specified name
        +
        Throws:
        +
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        +
        java.lang.NullPointerException - if the argument is null
        +
        +
      • +
      + + + +
        +
      • +

        getId

        +
        public int getId()
        +
      • +
      + + + +
        +
      • +

        getRenderPriorityFromId

        +
        public static RenderPriority getRenderPriorityFromId(int id)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/Screen.html b/generated/1.5.2/org/getspout/spoutapi/gui/Screen.html new file mode 100644 index 0000000..fc84d11 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/Screen.html @@ -0,0 +1,564 @@ + + + + + +Screen (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.gui
+

Interface Screen

+
+
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getAttachedWidgets

        +
        Widget[] getAttachedWidgets()
        +
        Gets an array of all the attached widgets to this screen. Modifying this array will not affect the screen.
        +
        +
        Returns:
        +
        array of all widgets
        +
        +
      • +
      + + + +
        +
      • +

        attachWidget

        +
        Screen attachWidget(Plugin plugin,
        +                    Widget widget)
        +
        Attaches a widget to this screen
        +
        +
        Parameters:
        +
        plugin - that owns this widget
        +
        widget - to attach
        +
        Returns:
        +
        screen
        +
        +
      • +
      + + + +
        +
      • +

        attachWidgets

        +
        Screen attachWidgets(Plugin plugin,
        +                     Widget... widgets)
        +
        Attaches a series of widgets to this screen in one call.
        +
        +
        Parameters:
        +
        plugin - that owns these widgets
        +
        widgets - to attach
        +
        Returns:
        +
        screen
        +
        +
      • +
      + + + +
        +
      • +

        removeWidget

        +
        Screen removeWidget(Widget widget)
        +
        Removes a widget from this screen
        +
        +
        Parameters:
        +
        widget - to remove
        +
        Returns:
        +
        screen
        +
        +
      • +
      + + + +
        +
      • +

        removeWidgets

        +
        Screen removeWidgets(Plugin plugin)
        +
        Removes all of a plugin's widgets from this screen
        +
        +
        Parameters:
        +
        widget - to remove
        +
        Returns:
        +
        screen
        +
        +
      • +
      + + + +
        +
      • +

        containsWidget

        +
        boolean containsWidget(Widget widget)
        +
        Is true if the screen has the given widget attached to it. Uses a linear search, takes O(n) time to complete.
        +
        +
        Parameters:
        +
        widget - to search for
        +
        Returns:
        +
        true if the widget was found
        +
        +
      • +
      + + + +
        +
      • +

        containsWidget

        +
        boolean containsWidget(java.util.UUID id)
        +
        Is true if the screen has a widget with the given id attached to it. Uses a linear search, takes O(n) time to complete.
        +
        +
        Parameters:
        +
        id - to search for
        +
        Returns:
        +
        true if the widget was found
        +
        +
      • +
      + + + +
        +
      • +

        getWidget

        +
        Widget getWidget(java.util.UUID id)
        +
        Gets the widget that is associated with the given id, or null if none was found
        +
        +
        Parameters:
        +
        id - to search for
        +
        Returns:
        +
        widget, or null if none found.
        +
        +
      • +
      + + + +
        +
      • +

        updateWidget

        +
        boolean updateWidget(Widget widget)
        +
        Replaces any attached widget with the given widget's id with the new widget
        +
        +
        Parameters:
        +
        widget - to replace with
        +
        Returns:
        +
        true if a widget was replaced
        +
        +
      • +
      + + + +
        +
      • +

        isBgVisible

        +
        boolean isBgVisible()
        +
        Is true if this grey background is visible and rendering on the screen
        +
        +
        Returns:
        +
        visible
        +
        +
      • +
      + + + +
        +
      • +

        getPlayer

        +
        SpoutPlayer getPlayer()
        +
        Get the player the screen is attached to
        +
        +
        Returns:
        +
        spout player
        +
        +
      • +
      + + + +
        +
      • +

        setBgVisible

        +
        Screen setBgVisible(boolean enable)
        +
        Sets the visibility of the grey background. If true, it will render normally. If false, it will not appear on the screen.
        +
        +
        Parameters:
        +
        enable - the visibility
        +
        Returns:
        +
        the screen
        +
        +
      • +
      + + + +
        +
      • +

        getScreenType

        +
        ScreenType getScreenType()
        +
        Gets the screen type of this screen
        +
        +
        Returns:
        +
        the screen type
        +
        +
      • +
      + + + +
        +
      • +

        onScreenClose

        +
        void onScreenClose(ScreenCloseEvent event)
        +
        Called when the screen is closed.
        +
        +
        Parameters:
        +
        event -
        +
        +
      • +
      + + + +
        +
      • +

        getAttachedWidgetsAsSet

        +
        java.util.Set<Widget> getAttachedWidgetsAsSet(boolean recursive)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/ScreenType.html b/generated/1.5.2/org/getspout/spoutapi/gui/ScreenType.html new file mode 100644 index 0000000..6f68ad6 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/ScreenType.html @@ -0,0 +1,736 @@ + + + + + +ScreenType (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.gui
+

Enum ScreenType

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • java.lang.Enum<ScreenType>
    • +
    • +
        +
      • org.getspout.spoutapi.gui.ScreenType
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable, java.lang.Comparable<ScreenType>
    +
    +
    +
    +
    public enum ScreenType
    +extends java.lang.Enum<ScreenType>
    +
    The various Screens that Spout knows about.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Enum Constant Detail

      + + + +
        +
      • +

        GAME_SCREEN

        +
        public static final ScreenType GAME_SCREEN
        +
      • +
      + + + +
        +
      • +

        CHAT_SCREEN

        +
        public static final ScreenType CHAT_SCREEN
        +
      • +
      + + + +
        +
      • +

        CUSTOM_SCREEN

        +
        public static final ScreenType CUSTOM_SCREEN
        +
      • +
      + + + +
        +
      • +

        PLAYER_INVENTORY

        +
        public static final ScreenType PLAYER_INVENTORY
        +
      • +
      + + + +
        +
      • +

        CHEST_INVENTORY

        +
        public static final ScreenType CHEST_INVENTORY
        +
      • +
      + + + +
        +
      • +

        DISPENSER_INVENTORY

        +
        public static final ScreenType DISPENSER_INVENTORY
        +
      • +
      + + + +
        +
      • +

        FURNACE_INVENTORY

        +
        public static final ScreenType FURNACE_INVENTORY
        +
      • +
      + + + +
        +
      • +

        INGAME_MENU

        +
        public static final ScreenType INGAME_MENU
        +
      • +
      + + + +
        +
      • +

        OPTIONS_MENU

        +
        public static final ScreenType OPTIONS_MENU
        +
      • +
      + + + +
        +
      • +

        VIDEO_SETTINGS_MENU

        +
        public static final ScreenType VIDEO_SETTINGS_MENU
        +
      • +
      + + + +
        +
      • +

        CONTROLS_MENU

        +
        public static final ScreenType CONTROLS_MENU
        +
      • +
      + + + +
        +
      • +

        ACHIEVEMENTS_SCREEN

        +
        public static final ScreenType ACHIEVEMENTS_SCREEN
        +
      • +
      + + + +
        +
      • +

        STATISTICS_SCREEN

        +
        public static final ScreenType STATISTICS_SCREEN
        +
      • +
      + + + +
        +
      • +

        WORKBENCH_INVENTORY

        +
        public static final ScreenType WORKBENCH_INVENTORY
        +
      • +
      + + + +
        +
      • +

        SIGN_SCREEN

        +
        public static final ScreenType SIGN_SCREEN
        +
      • +
      + + + +
        +
      • +

        GAME_OVER_SCREEN

        +
        public static final ScreenType GAME_OVER_SCREEN
        +
      • +
      + + + +
        +
      • +

        SLEEP_SCREEN

        +
        public static final ScreenType SLEEP_SCREEN
        +
      • +
      + + + +
        +
      • +

        ADD_WAYPOINT

        +
        public static final ScreenType ADD_WAYPOINT
        +
      • +
      + + + +
        +
      • +

        BREWING_STAND_INVENTORY

        +
        public static final ScreenType BREWING_STAND_INVENTORY
        +
      • +
      + + + +
        +
      • +

        PLAYER_INVENTORY_CREATIVE

        +
        public static final ScreenType PLAYER_INVENTORY_CREATIVE
        +
      • +
      + + + +
        +
      • +

        ENCHANTMENT_INVENTORY

        +
        public static final ScreenType ENCHANTMENT_INVENTORY
        +
      • +
      + + + +
        +
      • +

        EDIT_SHORTCUT

        +
        public static final ScreenType EDIT_SHORTCUT
        +
      • +
      + + + +
        +
      • +

        CHANGE_LANGUAGE

        +
        public static final ScreenType CHANGE_LANGUAGE
        +
      • +
      + + + +
        +
      • +

        MINIMAP_SETTINGS

        +
        public static final ScreenType MINIMAP_SETTINGS
        +
      • +
      + + + +
        +
      • +

        AMBIGUOUS_SHORTCUT

        +
        public static final ScreenType AMBIGUOUS_SHORTCUT
        +
      • +
      + + + +
        +
      • +

        CHAT_SETTINGS

        +
        public static final ScreenType CHAT_SETTINGS
        +
      • +
      + + + +
        +
      • +

        LIST_EDIT

        +
        public static final ScreenType LIST_EDIT
        +
      • +
      + + + +
        +
      • +

        MOVE_MINIMAP

        +
        public static final ScreenType MOVE_MINIMAP
        +
      • +
      + + + +
        +
      • +

        OVERVIEW_MAP

        +
        public static final ScreenType OVERVIEW_MAP
        +
      • +
      + + + +
        +
      • +

        WIN_GAME

        +
        public static final ScreenType WIN_GAME
        +
      • +
      + + + +
        +
      • +

        CONFIRM_URL

        +
        public static final ScreenType CONFIRM_URL
        +
      • +
      + + + +
        +
      • +

        UNKNOWN

        +
        public static final ScreenType UNKNOWN
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        values

        +
        public static ScreenType[] values()
        +
        Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
        +for (ScreenType c : ScreenType.values())
        +    System.out.println(c);
        +
        +
        +
        Returns:
        +
        an array containing the constants of this enum type, in the order they are declared
        +
        +
      • +
      + + + +
        +
      • +

        valueOf

        +
        public static ScreenType valueOf(java.lang.String name)
        +
        Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)
        +
        +
        Parameters:
        +
        name - the name of the enum constant to be returned.
        +
        Returns:
        +
        the enum constant with the specified name
        +
        Throws:
        +
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        +
        java.lang.NullPointerException - if the argument is null
        +
        +
      • +
      + + + +
        +
      • +

        getCode

        +
        public int getCode()
        +
      • +
      + + + +
        +
      • +

        getType

        +
        public static ScreenType getType(int code)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/ScrollBarPolicy.html b/generated/1.5.2/org/getspout/spoutapi/gui/ScrollBarPolicy.html new file mode 100644 index 0000000..17a6ccb --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/ScrollBarPolicy.html @@ -0,0 +1,399 @@ + + + + + +ScrollBarPolicy (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.gui
+

Enum ScrollBarPolicy

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • java.lang.Enum<ScrollBarPolicy>
    • +
    • +
        +
      • org.getspout.spoutapi.gui.ScrollBarPolicy
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable, java.lang.Comparable<ScrollBarPolicy>
    +
    +
    +
    +
    public enum ScrollBarPolicy
    +extends java.lang.Enum<ScrollBarPolicy>
    +
    When a Scrollable scrollbar will be shown.
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Enum Constant Summary

      + + + + + + + + + + + + + + +
      Enum Constants 
      Enum Constant and Description
      SHOW_ALWAYS +
      Always show the scrollbar
      +
      SHOW_IF_NEEDED +
      Shows the scrollbar when getMaximumScrollPosition is greater than 0
      +
      SHOW_NEVER +
      Never show the scrollbar.
      +
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      static ScrollBarPolicygetById(int id) 
      intgetId() 
      static ScrollBarPolicyvalueOf(java.lang.String name) +
      Returns the enum constant of this type with the specified name.
      +
      static ScrollBarPolicy[]values() +
      Returns an array containing the constants of this enum type, in +the order they are declared.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Enum

        +clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +getClass, notify, notifyAll, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Enum Constant Detail

      + + + +
        +
      • +

        SHOW_IF_NEEDED

        +
        public static final ScrollBarPolicy SHOW_IF_NEEDED
        +
        Shows the scrollbar when getMaximumScrollPosition is greater than 0
        +
      • +
      + + + +
        +
      • +

        SHOW_NEVER

        +
        public static final ScrollBarPolicy SHOW_NEVER
        +
        Never show the scrollbar. However, you'll still be able to scroll with + the scroll wheel or your trackpad or with arrow keys if the widget + implemented that (like the list widget).
        +
      • +
      + + + +
        +
      • +

        SHOW_ALWAYS

        +
        public static final ScrollBarPolicy SHOW_ALWAYS
        +
        Always show the scrollbar
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        values

        +
        public static ScrollBarPolicy[] values()
        +
        Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
        +for (ScrollBarPolicy c : ScrollBarPolicy.values())
        +    System.out.println(c);
        +
        +
        +
        Returns:
        +
        an array containing the constants of this enum type, in the order they are declared
        +
        +
      • +
      + + + +
        +
      • +

        valueOf

        +
        public static ScrollBarPolicy valueOf(java.lang.String name)
        +
        Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)
        +
        +
        Parameters:
        +
        name - the name of the enum constant to be returned.
        +
        Returns:
        +
        the enum constant with the specified name
        +
        Throws:
        +
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        +
        java.lang.NullPointerException - if the argument is null
        +
        +
      • +
      + + + +
        +
      • +

        getId

        +
        public int getId()
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/Scrollable.html b/generated/1.5.2/org/getspout/spoutapi/gui/Scrollable.html new file mode 100644 index 0000000..a879588 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/Scrollable.html @@ -0,0 +1,516 @@ + + + + + +Scrollable (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.gui
+

Interface Scrollable

+
+
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getInnerSize

        +
        int getInnerSize(Orientation axis)
        +
        Gets the inner size for given axis, in pixels.
        +
        +
        Parameters:
        +
        axis - of the size vector
        +
        Returns:
        +
        the size of the viewport on given axis
        +
        +
      • +
      + + + +
        +
      • +

        getScrollPosition

        +
        int getScrollPosition(Orientation axis)
        +
        Gets the scroll position, in pixels.
        +
        +
        Parameters:
        +
        axis - of the scroll vector
        +
        Returns:
        +
        the position of the viewport on given axis
        +
        +
      • +
      + + + +
        +
      • +

        setScrollPosition

        +
        void setScrollPosition(Orientation axis,
        +                       int position)
        +
        Sets the scroll position on the axis, in pixels. + The allowed scroll amount ranges from 0 to getMaximumScrollPosition for given axis.
        +
        +
        Parameters:
        +
        axis - the axis to scroll
        +
        position - the position of the viewport on given axis
        +
        +
      • +
      + + + +
        +
      • +

        scroll

        +
        void scroll(int x,
        +            int y)
        +
        Adds x and y to the Horizontal and Vertical scroll position.
        +
        +
        Parameters:
        +
        x -
        +
        y -
        +
        +
      • +
      + + + +
        +
      • +

        ensureVisible

        +
        void ensureVisible(Rectangle rect)
        +
        Adjusts the scroll position so that the given rectangle will fit into the viewport. + If the given rect is too big, it will scroll to the x or y position of the rectangle.
        +
        +
        Parameters:
        +
        rect -
        +
        +
      • +
      + + + +
        +
      • +

        getMaximumScrollPosition

        +
        int getMaximumScrollPosition(Orientation axis)
        +
        Gets the maximum allowed scroll position.
        +
        +
        Parameters:
        +
        axis -
        +
        Returns:
        +
        the maximum scroll position. Use the return value to scroll to the very bottom.
        +
        +
      • +
      + + + +
        +
      • +

        needsScrollBar

        +
        boolean needsScrollBar(Orientation axis)
        +
        Depending on the set ScrollBarPolicy, returns wether to show or not to show a scrollbar on the given axis
        +
        +
        Parameters:
        +
        axis - to check if it should view a scrollbar
        +
        Returns:
        +
        if the scrollbar should be shown for that axis
        +
        +
      • +
      + + + +
        +
      • +

        setScrollBarPolicy

        +
        void setScrollBarPolicy(Orientation axis,
        +                        ScrollBarPolicy policy)
        +
        Sets the scrollbar policy for the given axis
        +
        +
        Parameters:
        +
        axis -
        +
        policy -
        +
        +
      • +
      + + + +
        +
      • +

        getScrollBarPolicy

        +
        ScrollBarPolicy getScrollBarPolicy(Orientation axis)
        +
        Gets the scrollbar policy for the given axis
        +
        +
        Parameters:
        +
        axis -
        +
        Returns:
        +
        the scrollbar policy for the given axis
        +
        +
      • +
      + + + +
        +
      • +

        getViewportSize

        +
        int getViewportSize(Orientation axis)
        +
        Gets the size of the rectangle inside the scrollable. This is usually getWidth/Height() - 16 when the corresponding scrollbar is visible.
        +
        +
        Parameters:
        +
        axis -
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getBackgroundColor

        +
        Color getBackgroundColor()
        +
        Gets the background color of this list
        +
        +
        Returns:
        +
        color
        +
        +
      • +
      + + + +
        +
      • +

        setBackgroundColor

        +
        Scrollable setBackgroundColor(Color color)
        +
        Sets the background color of this list
        +
        +
        Parameters:
        +
        color - to set
        +
        Returns:
        +
        this
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/Slider.html b/generated/1.5.2/org/getspout/spoutapi/gui/Slider.html new file mode 100644 index 0000000..19ad749 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/Slider.html @@ -0,0 +1,412 @@ + + + + + +Slider (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.gui
+

Interface Slider

+
+
+
+
    +
  • +
    +
    All Superinterfaces:
    +
    Control, Label, Widget
    +
    +
    +
    All Known Implementing Classes:
    +
    GenericSlider
    +
    +
    +
    +
    public interface Slider
    +extends Control, Label
    +
    The GenericSlider is a bar with which a user can set a value. +

    + The value is a float between 0f to 1f representing how far from the left + the slider is.

    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getSliderPosition

        +
        float getSliderPosition()
        +
        Gets the slider position (between 0.0f and 1.0f)
        +
        +
        Returns:
        +
        slider position
        +
        +
      • +
      + + + +
        +
      • +

        setSliderPosition

        +
        Slider setSliderPosition(float value)
        +
        Sets the slider position. Values below 0.0f are rounded to 0, and values above 1.0f are rounded to 1
        +
        +
        Parameters:
        +
        value - to set
        +
        Returns:
        +
        slider
        +
        +
      • +
      + + + +
        +
      • +

        setText

        +
        Slider setText(java.lang.String text)
        +
        Description copied from interface: Label
        +
        Sets the text of the label
        +
        +
        Specified by:
        +
        setText in interface Label
        +
        Parameters:
        +
        text - to set
        +
        Returns:
        +
        label
        +
        +
      • +
      + + + +
        +
      • +

        setTextColor

        +
        Slider setTextColor(Color color)
        +
        Description copied from interface: Label
        +
        Sets the color for the text
        +
        +
        Specified by:
        +
        setTextColor in interface Label
        +
        Parameters:
        +
        color - to set
        +
        Returns:
        +
        label
        +
        +
      • +
      + + + +
        +
      • +

        setAuto

        +
        Slider setAuto(boolean auto)
        +
        Description copied from interface: Label
        +
        Determines if text expands to fill width and height
        +
        +
        Specified by:
        +
        setAuto in interface Label
        +
        Returns:
        +
        label
        +
        +
      • +
      + + + +
        +
      • +

        setAlign

        +
        Slider setAlign(WidgetAnchor align)
        +
        Description copied from interface: Label
        +
        Set the text alignment
        +
        +
        Specified by:
        +
        setAlign in interface Label
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        onSliderDrag

        +
        void onSliderDrag(SliderDragEvent event)
        +
        Fires when this slider is dragged on the screen. +

        + This event is also sent to the screen listener, afterwards.

        +
        +
        Parameters:
        +
        event -
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/Slot.html b/generated/1.5.2/org/getspout/spoutapi/gui/Slot.html new file mode 100644 index 0000000..635bd21 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/Slot.html @@ -0,0 +1,400 @@ + + + + + +Slot (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.gui
+

Interface Slot

+
+
+
+
    +
  • +
    +
    All Superinterfaces:
    +
    Control, Widget
    +
    +
    +
    All Known Implementing Classes:
    +
    GenericSlot
    +
    +
    +
    +
    public interface Slot
    +extends Control
    +
    Represents one item slot where items can be put in and out.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getItem

        +
        ItemStack getItem()
        +
        Gets the item of this slot
        +
        +
        Returns:
        +
        the item of the slot
        +
        +
      • +
      + + + +
        +
      • +

        setItem

        +
        Slot setItem(ItemStack item)
        +
        Sets a new item to this slot
        +
        +
        Parameters:
        +
        item - the new item
        +
        Returns:
        +
        the instance
        +
        +
      • +
      + + + +
        +
      • +

        onItemPut

        +
        boolean onItemPut(ItemStack item)
        +
        Called when the user puts an item into the slot.
        +
        +
        Parameters:
        +
        item - the stack that the user wants to put in. + The amount property in the stack will be calculated correctly, for example when the user right-clicks on the slot, it will only give one item.
        +
        Returns:
        +
        false if you want to cancel that.
        +
        +
      • +
      + + + +
        +
      • +

        onItemTake

        +
        boolean onItemTake(ItemStack item)
        +
        Called when the user takes the item out of the slot
        +
        +
        Parameters:
        +
        item - the stack that the user will get. + The amount property in the stack will be calculated correctly,for example when the user right-clicks on the slot, it would split the amount.
        +
        Returns:
        +
        false if you want to cancel that.
        +
        +
      • +
      + + + +
        +
      • +

        onItemShiftClicked

        +
        void onItemShiftClicked()
        +
        Called when the user shift-clicks on the slot. + If the user holds shift while left-clicking, no other actions will be done.
        +
      • +
      + + + +
        +
      • +

        onItemExchange

        +
        boolean onItemExchange(ItemStack current,
        +                       ItemStack cursor)
        +
        Called when the user wants to exchange the item on his cursor with that in the slot.
        +
        +
        Parameters:
        +
        current - the item that is currently in the slot
        +
        cursor - the item that is on the cursor
        +
        Returns:
        +
        false, if you want to cancel the exchange
        +
        +
      • +
      + + + +
        +
      • +

        setDepth

        +
        Slot setDepth(int depth)
        +
      • +
      + + + +
        +
      • +

        getDepth

        +
        int getDepth()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/SolidBackground.html b/generated/1.5.2/org/getspout/spoutapi/gui/SolidBackground.html new file mode 100644 index 0000000..44e020b --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/SolidBackground.html @@ -0,0 +1,242 @@ + + + + + +SolidBackground (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.gui
+

Interface SolidBackground

+
+
+
+
    +
  • +
    +
    +
    public interface SolidBackground
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      All Methods Instance Methods Abstract Methods 
      Modifier and TypeMethod and Description
      voidsetColor(float red, + float green, + float blue, + float alpha) +
      Not implemented.
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        setColor

        +
        void setColor(float red,
        +              float green,
        +              float blue,
        +              float alpha)
        +
        Not implemented.
        +
        +
        Parameters:
        +
        red -
        +
        green -
        +
        blue -
        +
        alpha -
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/TextField.html b/generated/1.5.2/org/getspout/spoutapi/gui/TextField.html new file mode 100644 index 0000000..4e60105 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/TextField.html @@ -0,0 +1,723 @@ + + + + + +TextField (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.gui
+

Interface TextField

+
+
+
+
    +
  • +
    +
    All Superinterfaces:
    +
    Control, Widget
    +
    +
    +
    All Known Implementing Classes:
    +
    GenericTextField
    +
    +
    +
    +
    public interface TextField
    +extends Control
    +
    This is a box where the user can input a string.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getCursorPosition

        +
        int getCursorPosition()
        +
        Gets the position of the cursor in the text field. Position zero is the start of the text.
        +
        +
        Returns:
        +
        position
        +
        +
      • +
      + + + +
        +
      • +

        setCursorPosition

        +
        TextField setCursorPosition(int position)
        +
        Sets the position of the cursor in the text field.
        +
        +
        Parameters:
        +
        position - to set to
        +
        Returns:
        +
        textfield
        +
        +
      • +
      + + + +
        +
      • +

        getText

        +
        java.lang.String getText()
        +
        Gets the text typed in this text field
        +
        +
        Returns:
        +
        text
        +
        +
      • +
      + + + +
        +
      • +

        setText

        +
        TextField setText(java.lang.String text)
        +
        Sets the text visible in this text field
        +
        +
        Parameters:
        +
        text - inside of the text field
        +
        Returns:
        +
        textfield
        +
        +
      • +
      + + + +
        +
      • +

        getMaximumCharacters

        +
        int getMaximumCharacters()
        +
        Gets the maximum characters that can be typed into this text field
        +
        +
        Returns:
        +
        maximum characters
        +
        +
      • +
      + + + +
        +
      • +

        setMaximumCharacters

        +
        TextField setMaximumCharacters(int max)
        +
        Sets the maximum characters that can be typed into this text field
        +
        +
        Parameters:
        +
        max - characters that can be typed
        +
        Returns:
        +
        max chars
        +
        +
      • +
      + + + +
        +
      • +

        getMaximumLines

        +
        int getMaximumLines()
        +
        Gets the maximum line this text field can hold
        +
        +
        Returns:
        +
        max lines
        +
        +
      • +
      + + + +
        +
      • +

        setMaximumLines

        +
        TextField setMaximumLines(int max)
        +
        Sets the maximum lines this text field can hold. If zero is passed, the text field will hold as many lines as it can depending on its size.
        +
        +
        Parameters:
        +
        max - lines (0 – 127)
        +
        Returns:
        +
        textfield
        +
        +
      • +
      + + + +
        +
      • +

        getFieldColor

        +
        Color getFieldColor()
        +
        Gets the color of the inner field area of the text box.
        +
        +
        Returns:
        +
        field color
        +
        +
      • +
      + + + +
        +
      • +

        setFieldColor

        +
        TextField setFieldColor(Color color)
        +
        Sets the field color of the inner field area of the text box.
        +
        +
        Parameters:
        +
        color - to render as
        +
        Returns:
        +
        textfield
        +
        +
      • +
      + + + +
        +
      • +

        getBorderColor

        +
        Color getBorderColor()
        +
        Gets the outside color of the field area of the text box.
        +
        +
        Returns:
        +
        border color
        +
        +
      • +
      + + + +
        +
      • +

        setBorderColor

        +
        TextField setBorderColor(Color color)
        +
        Sets the outside color of the field area of the text box.
        +
        +
        Parameters:
        +
        color - to render as
        +
        Returns:
        +
        textfield
        +
        +
      • +
      + + + +
        +
      • +

        getTabIndex

        +
        int getTabIndex()
        +
        Gets the tab index for this text field
        +
        +
        Returns:
        +
        tab index
        +
        +
      • +
      + + + +
        +
      • +

        setTabIndex

        +
        TextField setTabIndex(int index)
        +
        Sets the tab index for this text field. When the player presses + the tabulator key the text field with index+1 will obtain the focus. + Text fields using the same index may not obtain focus when pressing the tabulator key. + The behaviour discontinuous index sequences is undefined.
        +
        +
        Parameters:
        +
        index - Tab index (0 – 127)
        +
        Returns:
        +
        textfield
        +
        +
      • +
      + + + +
        +
      • +

        isPasswordField

        +
        boolean isPasswordField()
        +
        Determines if this text field is a password field
        +
        +
        Returns:
        +
        password field
        +
        +
      • +
      + + + +
        +
      • +

        setPasswordField

        +
        TextField setPasswordField(boolean password)
        +
        Sets whether the text will be obfuscated by asterisk (*) characters. + Setting to true forces the maximum lines to be 1.
        +
        +
        Parameters:
        +
        password -
        +
        Returns:
        +
        textfield
        +
        +
      • +
      + + + +
        +
      • +

        isFocused

        +
        boolean isFocused()
        +
        Determines if this text field is focused
        +
        +
        Returns:
        +
        focused
        +
        +
      • +
      + + + +
        +
      • +

        setFocus

        +
        TextField setFocus(boolean focus)
        +
        Sets whether this text field shall obtain focus. + Make sure only one text field gets the focus at a time.
        +
        +
        Specified by:
        +
        setFocus in interface Control
        +
        Parameters:
        +
        focus -
        +
        Returns:
        +
        textfield
        +
        +
      • +
      + + + +
        +
      • +

        onTextFieldChange

        +
        void onTextFieldChange(TextFieldChangeEvent event)
        +
        Fires when this text field is typed into on the screen. + This event will also be sent to the screen listener.
        +
        +
        Parameters:
        +
        event -
        +
        +
      • +
      + + + +
        +
      • +

        onTypingFinished

        +
        void onTypingFinished()
        +
        Fires when the user presses Enter.
        +
      • +
      + + + +
        +
      • +

        setPlaceholder

        +
        TextField setPlaceholder(java.lang.String text)
        +
        Sets the placeholder to text. + The placeholder will be displayed when no text is in the TextField
        +
        +
        Parameters:
        +
        text - to set as placeholder
        +
        Returns:
        +
        textfield
        +
        +
      • +
      + + + +
        +
      • +

        getPlaceholder

        +
        java.lang.String getPlaceholder()
        +
        Gets the placeholder
        +
        +
        Returns:
        +
        the placeholder
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/Texture.html b/generated/1.5.2/org/getspout/spoutapi/gui/Texture.html new file mode 100644 index 0000000..eb9552b --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/Texture.html @@ -0,0 +1,416 @@ + + + + + +Texture (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.gui
+

Interface Texture

+
+
+
+
    +
  • +
    +
    All Superinterfaces:
    +
    Widget
    +
    +
    +
    All Known Implementing Classes:
    +
    GenericTexture
    +
    +
    +
    +
    public interface Texture
    +extends Widget
    +
    This allow an image to be downloaded and shown to the user. +

    + Images must be in either png or jpg format. You may pre-cache images using + the FileManager, so only the filename is required afterwards.

    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getUrl

        +
        java.lang.String getUrl()
        +
        Gets the url of this texture to render
        +
        +
        Returns:
        +
        url
        +
        +
      • +
      + + + +
        +
      • +

        setUrl

        +
        Texture setUrl(java.lang.String url)
        +
        Sets the url of this texture to render + All textures must be of png or jpg type and a size that is a factor of + 2 (e.g 64x128). Use the alpha channel for hiding empty space.
        +
        +
        Parameters:
        +
        url - to set this texture to
        +
        Returns:
        +
        texture
        +
        +
      • +
      + + + +
        +
      • +

        isDrawingAlphaChannel

        +
        boolean isDrawingAlphaChannel()
        +
        Gets if the texture draws the full alpha channel instead of just using a bit-mask.
        +
        +
        Returns:
        +
        if it's drawing the alpha channel
        +
        +
      • +
      + + + +
        +
      • +

        setDrawAlphaChannel

        +
        Texture setDrawAlphaChannel(boolean draw)
        +
        Sets if the texture should draw the full alpha channel instead of just using a bit-mask.
        +
        +
        Parameters:
        +
        draw - to set the drawing state
        +
        Returns:
        +
        texture
        +
        +
      • +
      + + + +
        +
      • +

        setTop

        +
        Texture setTop(int top)
        +
        Set the offset to the top of the image. + Setting this to a anything other than -1 will draw a 1:1 slice of the + texture rather than scaling it to fit the width and height.
        +
        +
        Parameters:
        +
        top - the top offset
        +
        Returns:
        +
        texture
        +
        +
      • +
      + + + +
        +
      • +

        getTop

        +
        int getTop()
        +
        Get the offset to the top of the image.
        +
        +
        Returns:
        +
        top offset
        +
        +
      • +
      + + + +
        +
      • +

        setLeft

        +
        Texture setLeft(int left)
        +
        Set the offset to the left of the image. + Setting this to a anything other than -1 will draw a 1:1 slice of the + texture rather than scaling it to fit the width and height.
        +
        +
        Parameters:
        +
        left - the left offset
        +
        Returns:
        +
        texture
        +
        +
      • +
      + + + +
        +
      • +

        getLeft

        +
        int getLeft()
        +
        Get the offset to the left of the image.
        +
        +
        Returns:
        +
        left offset
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/Widget.html b/generated/1.5.2/org/getspout/spoutapi/gui/Widget.html new file mode 100644 index 0000000..6da21b8 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/Widget.html @@ -0,0 +1,1866 @@ + + + + + +Widget (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.gui
+

Interface Widget

+
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and TypeMethod and Description
      Widgetanimate(WidgetAnim type, + float value, + short count, + short ticks) +
      Setup a simple automatic animation that automatically repeats and resets when finished.
      +
      Widgetanimate(WidgetAnim type, + float value, + short count, + short ticks, + boolean repeat) +
      Setup a simple automatic animation that resets when finished.
      +
      Widgetanimate(WidgetAnim type, + float value, + short count, + short ticks, + boolean repeat, + boolean reset) +
      Setup a simple automatic animation.
      +
      WidgetanimateStart() +
      Start the animation.
      +
      WidgetanimateStop(boolean finish) +
      Stop the animation, optionally letting it finish a loop.
      +
      voidautoDirty() +
      Sets the dirty flag automatically is isAutoDirty() returns true.
      +
      Widgetcopy() +
      Returns a copy of this widget with a new UUID.
      +
      WidgetAnchorgetAnchor() +
      Get the current anchor position
      +
      ContainergetContainer() +
      Gets the widget's container
      +
      booleangetFixed() +
      Deprecated.  
      +
      intgetHeight() +
      Gets the height of this widget, in pixels
      +
      java.util.UUIDgetId() +
      Returns a unique id for this widget
      +
      intgetMarginBottom() +
      Container Layout - Get the margin used for container layout
      +
      intgetMarginLeft() +
      Container Layout - Get the margin used for container layout
      +
      intgetMarginRight() +
      Container Layout - Get the margin used for container layout
      +
      intgetMarginTop() +
      Container Layout - Get the margin used for container layout
      +
      intgetMaxHeight() +
      Container Layout - Get the maximum height for this widget
      +
      intgetMaxWidth() +
      Container Layout - Get the maximum width for this widget
      +
      intgetMinHeight() +
      Container Layout - Get the minimum height for this widget
      +
      intgetMinWidth() +
      Container Layout - Get the minimum width for this widget
      +
      PlugingetPlugin() +
      Gets the plugin that attached this widget to the screen, or null if this screen is unattached.
      +
      RenderPrioritygetPriority() +
      Gets the render priority for this widget.
      +
      ScreengetScreen() +
      Gets the screen this widget is attached to, or null if unattached
      +
      java.lang.StringgetTooltip() +
      Gets the widget's tooltip
      +
      WidgetTypegetType() +
      The type of widget this is.
      +
      intgetVersion() +
      The version this widget is.
      +
      intgetWidth() +
      Gets the width of this widget, in pixels
      +
      intgetX() +
      Gets the x coordinate of this widget.
      +
      intgetY() +
      Gets the y coordinate of this widget.
      +
      booleanhasContainer() +
      Does the widget have a container
      +
      booleanhasPosition() +
      Returns true if the widget has had its position set.
      +
      booleanhasSize() +
      Returns true if a widget has had its size set.
      +
      booleanisAutoDirty() +
      Check whether this widget is automatically being marked as dirty.
      +
      booleanisDirty() +
      Is true if this widget has been marked dirty
      +
      booleanisFixed() +
      Container Layout - Whether the widget is fixed size inside its container
      +
      booleanisSpoutcraft() +
      Is this running on Spoutcraft (ie, not on the server) - declared final in GenericWidget!
      +
      booleanisVisible() +
      Is true if this widget is visible and rendering on the screen
      +
      voidonAnimate() +
      This handles animation every frame.
      +
      voidonAnimateStop() +
      This is called when the animation stops, and can be used for chaining + together animations.
      +
      voidonTick() +
      Called each tick this widget is updated.
      +
      voidreadData(SpoutInputStream input) +
      Called after this widget this created for serialization.
      +
      WidgetrestorePos() +
      Container Layout - Restore the earlier saved position
      +
      WidgetsavePos() +
      Container Layout - Save the position for later restoration
      +
      WidgetsetAnchor(WidgetAnchor anchor) +
      Set the anchor point for this widget, default is CENTER
      +
      WidgetsetAutoDirty(boolean dirty) +
      Sets whether this widget should automatically be marked as dirty when it is changed.
      +
      voidsetContainer(Container container) +
      Sets the parant container for this widget
      +
      voidsetDirty(boolean dirty) +
      Marks this widget as needing an update on the client.
      +
      WidgetsetFixed(boolean fixed) +
      Container Layout - Set whether the widget will be resized with its container
      +
      WidgetsetHeight(int height) +
      Sets the height of this widget, in pixels
      +
      WidgetsetMargin(int marginAll) +
      Container Layout - Padding to use for automatic container layout - not included in dimensions
      +
      WidgetsetMargin(int marginTopBottom, + int marginLeftRight) +
      Container Layout - Padding to use for automatic container layout - not included in dimensions
      +
      WidgetsetMargin(int marginTop, + int marginLeftRight, + int marginBottom) +
      Container Layout - Padding to use for automatic container layout - not included in dimensions
      +
      WidgetsetMargin(int marginTop, + int marginRight, + int marginBottom, + int marginLeft) +
      Container Layout - Padding to use for automatic container layout - not included in dimensions
      +
      WidgetsetMarginBottom(int marginBottom) +
      Container Layout - Padding to use for automatic container layout - not included in dimensions
      +
      WidgetsetMarginLeft(int marginLeft) +
      Container Layout - Padding to use for automatic container layout - not included in dimensions
      +
      WidgetsetMarginRight(int marginRight) +
      Container Layout - Padding to use for automatic container layout - not included in dimensions
      +
      WidgetsetMarginTop(int marginTop) +
      Container Layout - Padding to use for automatic container layout - not included in dimensions
      +
      WidgetsetMaxHeight(int max) +
      Container Layout - Set the maximum height for this widget
      +
      WidgetsetMaxWidth(int max) +
      Container Layout - Set the maximum width for this widget
      +
      WidgetsetMinHeight(int min) +
      Container Layout - Set the minimum height for this widget
      +
      WidgetsetMinWidth(int min) +
      Container Layout - Set the minimum width for this widget
      +
      WidgetsetPlugin(Plugin plugin) +
      Internal use only.
      +
      WidgetsetPriority(RenderPriority priority) +
      Sets the render priority for this widget.
      +
      WidgetsetScreen(Plugin plugin, + Screen screen) +
      Sets the screen and plugin this widget is attached to.
      +
      WidgetsetScreen(Screen screen) +
      Sets the screen this widget is attached to.
      +
      WidgetsetTooltip(java.lang.String tooltip) +
      Set the widget's tooltip.
      +
      WidgetsetVisible(boolean enable) +
      Sets the visibility of this widget.
      +
      WidgetsetWidth(int width) +
      Sets the width of this widget, in pixels
      +
      WidgetsetX(int pos) +
      Sets the x coordinate of this widget.
      +
      WidgetsetY(int pos) +
      Sets the y coordinate of this widget.
      +
      WidgetshiftXPos(int x) +
      Shifts this widget the given number of pixels in the x direction.
      +
      WidgetshiftYPos(int y) +
      Shifts this widget the given number of pixels in the y direction
      +
      WidgetupdateSize() +
      Called when any dimension or limit changes
      +
      voidwriteData(SpoutOutputStream output) +
      Called when this widget is serialized to the client.
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        isSpoutcraft

        +
        boolean isSpoutcraft()
        +
        Is this running on Spoutcraft (ie, not on the server) - declared final in GenericWidget!
        +
        +
        Returns:
        +
        if it's running on a client
        +
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        int getVersion()
        +
        The version this widget is. Mismatched versions will fail to be created.
        +
        +
        Returns:
        +
        version
        +
        +
      • +
      + + + +
        +
      • +

        getType

        +
        WidgetType getType()
        +
        The type of widget this is. Required for proper synchronization between the server and client.
        +
        +
        Returns:
        +
        widget type
        +
        +
      • +
      + + + +
        +
      • +

        getId

        +
        java.util.UUID getId()
        +
        Returns a unique id for this widget
        +
        +
        Returns:
        +
        id
        +
        +
      • +
      + + + +
        +
      • +

        readData

        +
        void readData(SpoutInputStream input)
        +       throws java.io.IOException
        +
        Called after this widget this created for serialization.
        +
        +
        Parameters:
        +
        input -
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeData

        +
        void writeData(SpoutOutputStream output)
        +        throws java.io.IOException
        +
        Called when this widget is serialized to the client. +

        + Note: ensure that any changes here are reflected in getNumBytes() and are also present on the client.

        +
        +
        Parameters:
        +
        output -
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        getPlugin

        +
        Plugin getPlugin()
        +
        Gets the plugin that attached this widget to the screen, or null if this screen is unattached.
        +
        +
        Returns:
        +
        plugin that attached this widget to the screen
        +
        +
      • +
      + + + +
        +
      • +

        setPlugin

        +
        Widget setPlugin(Plugin plugin)
        +
        Internal use only.
        +
        +
        Parameters:
        +
        plugin -
        +
        Returns:
        +
        this
        +
        +
      • +
      + + + +
        +
      • +

        setDirty

        +
        void setDirty(boolean dirty)
        +
        Marks this widget as needing an update on the client. It will be updated after the next onTick call, and marked as setDirty(false) + Every widget is dirty immediately after creation
        +
        +
        Parameters:
        +
        dirty -
        +
        +
      • +
      + + + +
        +
      • +

        isDirty

        +
        boolean isDirty()
        +
        Is true if this widget has been marked dirty
        +
        +
        Returns:
        +
        dirty
        +
        +
      • +
      + + + +
        +
      • +

        getPriority

        +
        RenderPriority getPriority()
        +
        Gets the render priority for this widget. Highest priorities render first (in the background), the lowest priorities render on top (in the foreground).
        +
        +
        Returns:
        +
        priority.
        +
        +
      • +
      + + + +
        +
      • +

        setPriority

        +
        Widget setPriority(RenderPriority priority)
        +
        Sets the render priority for this widget. Highest priorities render first (in the background), the lowest priorities render on top (in the foreground).
        +
        +
        Parameters:
        +
        priority - to render at
        +
        Returns:
        +
        widget
        +
        +
      • +
      + + + +
        +
      • +

        getWidth

        +
        int getWidth()
        +
        Gets the width of this widget, in pixels
        +
        +
        Returns:
        +
        width
        +
        +
      • +
      + + + +
        +
      • +

        setWidth

        +
        Widget setWidth(int width)
        +
        Sets the width of this widget, in pixels
        +
        +
        Parameters:
        +
        width - to set
        +
        Returns:
        +
        widget
        +
        +
      • +
      + + + +
        +
      • +

        getHeight

        +
        int getHeight()
        +
        Gets the height of this widget, in pixels
        +
        +
        Returns:
        +
        height
        +
        +
      • +
      + + + +
        +
      • +

        setHeight

        +
        Widget setHeight(int height)
        +
        Sets the height of this widget, in pixels
        +
        +
        Parameters:
        +
        height - to set
        +
        Returns:
        +
        widget
        +
        +
      • +
      + + + +
        +
      • +

        getScreen

        +
        Screen getScreen()
        +
        Gets the screen this widget is attached to, or null if unattached
        +
        +
        Returns:
        +
        screen
        +
        +
      • +
      + + + +
        +
      • +

        setScreen

        +
        Widget setScreen(Screen screen)
        +
        Sets the screen this widget is attached to. Should not be used normally, is handled with screen.attachWidget() is called.
        +
        +
        Parameters:
        +
        screen - this is attached to
        +
        Returns:
        +
        widget
        +
        +
      • +
      + + + +
        +
      • +

        setScreen

        +
        Widget setScreen(Plugin plugin,
        +                 Screen screen)
        +
        Sets the screen and plugin this widget is attached to. Should not be used normally, is handled with screen.attachWidget() is called.
        +
        +
        Parameters:
        +
        screen - this is attached to
        +
        plugin - this is attached to
        +
        Returns:
        +
        widget
        +
        +
      • +
      + + + +
        +
      • +

        getX

        +
        int getX()
        +
        Gets the x coordinate of this widget. Widgets (and screens) render from the top left cornor the screen. 0,0 represents the top left corner.
        +
        +
        Returns:
        +
        x-coordinate
        +
        +
      • +
      + + + +
        +
      • +

        getY

        +
        int getY()
        +
        Gets the y coordinate of this widget. Widgets (and screens) render from the top left cornor the screen. 0,0 represents the top left corner.
        +
        +
        Returns:
        +
        y-coordinate
        +
        +
      • +
      + + + +
        +
      • +

        setX

        +
        Widget setX(int pos)
        +
        Sets the x coordinate of this widget. Widgets (and screens) render from the top left cornor the screen. 0,0 represents the top left corner.
        +
        +
        Parameters:
        +
        pos - to set
        +
        Returns:
        +
        widget
        +
        +
      • +
      + + + +
        +
      • +

        setY

        +
        Widget setY(int pos)
        +
        Sets the y coordinate of this widget. Widgets (and screens) render from the top left cornor the screen. 0,0 represents the top left corner.
        +
        +
        Parameters:
        +
        pos - to set
        +
        Returns:
        +
        widget
        +
        +
      • +
      + + + +
        +
      • +

        shiftXPos

        +
        Widget shiftXPos(int x)
        +
        Shifts this widget the given number of pixels in the x direction.
        +
        +
        Parameters:
        +
        x - pixels to shift
        +
        Returns:
        +
        widget
        +
        +
      • +
      + + + +
        +
      • +

        shiftYPos

        +
        Widget shiftYPos(int y)
        +
        Shifts this widget the given number of pixels in the y direction
        +
        +
        Parameters:
        +
        y - pixels to shift
        +
        Returns:
        +
        widget
        +
        +
      • +
      + + + +
        +
      • +

        isVisible

        +
        boolean isVisible()
        +
        Is true if this widget is visible and rendering on the screen
        +
        +
        Returns:
        +
        visible
        +
        +
      • +
      + + + +
        +
      • +

        setVisible

        +
        Widget setVisible(boolean enable)
        +
        Sets the visibility of this widget. If true, it will render normally. If false, it will not appear on the screen.
        +
        +
        Parameters:
        +
        enable - the visibility
        +
        Returns:
        +
        widget
        +
        +
      • +
      + + + +
        +
      • +

        onTick

        +
        void onTick()
        +
        Called each tick this widget is updated. This widget is processed for isDirty() immediately afterwords.
        +
      • +
      + + + +
        +
      • +

        setTooltip

        +
        Widget setTooltip(java.lang.String tooltip)
        +
        Set the widget's tooltip. + Returns the current instance of the widget to make chainable calls.
        +
      • +
      + + + +
        +
      • +

        getTooltip

        +
        java.lang.String getTooltip()
        +
        Gets the widget's tooltip
        +
      • +
      + + + +
        +
      • +

        getContainer

        +
        Container getContainer()
        +
        Gets the widget's container
        +
      • +
      + + + +
        +
      • +

        hasContainer

        +
        boolean hasContainer()
        +
        Does the widget have a container
        +
      • +
      + + + +
        +
      • +

        setContainer

        +
        void setContainer(Container container)
        +
        Sets the parant container for this widget
        +
      • +
      + + + +
        +
      • +

        setFixed

        +
        Widget setFixed(boolean fixed)
        +
        Container Layout - Set whether the widget will be resized with its container
        +
        +
        Parameters:
        +
        fixed - if it is a static size
        +
        Returns:
        +
        the container
        +
        +
      • +
      + + + +
        +
      • +

        getFixed

        +
        boolean getFixed()
        +
        Deprecated. 
        +
        Use isFixed() instead
        +
      • +
      + + + +
        +
      • +

        isFixed

        +
        boolean isFixed()
        +
        Container Layout - Whether the widget is fixed size inside its container
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        setMargin

        +
        Widget setMargin(int marginAll)
        +
        Container Layout - Padding to use for automatic container layout - not included in dimensions
        +
        +
        Parameters:
        +
        marginAll -
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        setMargin

        +
        Widget setMargin(int marginTopBottom,
        +                 int marginLeftRight)
        +
        Container Layout - Padding to use for automatic container layout - not included in dimensions
        +
        +
        Parameters:
        +
        marginTopBottom -
        +
        marginLeftRight -
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        setMargin

        +
        Widget setMargin(int marginTop,
        +                 int marginLeftRight,
        +                 int marginBottom)
        +
        Container Layout - Padding to use for automatic container layout - not included in dimensions
        +
        +
        Parameters:
        +
        marginTop -
        +
        marginLeftRight -
        +
        marginBottom -
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        setMargin

        +
        Widget setMargin(int marginTop,
        +                 int marginRight,
        +                 int marginBottom,
        +                 int marginLeft)
        +
        Container Layout - Padding to use for automatic container layout - not included in dimensions
        +
        +
        Parameters:
        +
        marginTop -
        +
        marginRight -
        +
        marginBottom -
        +
        marginLeft -
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        setMarginTop

        +
        Widget setMarginTop(int marginTop)
        +
        Container Layout - Padding to use for automatic container layout - not included in dimensions
        +
        +
        Parameters:
        +
        marginLeft -
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        setMarginRight

        +
        Widget setMarginRight(int marginRight)
        +
        Container Layout - Padding to use for automatic container layout - not included in dimensions
        +
        +
        Parameters:
        +
        marginLeft -
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        setMarginBottom

        +
        Widget setMarginBottom(int marginBottom)
        +
        Container Layout - Padding to use for automatic container layout - not included in dimensions
        +
        +
        Parameters:
        +
        marginLeft -
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        setMarginLeft

        +
        Widget setMarginLeft(int marginLeft)
        +
        Container Layout - Padding to use for automatic container layout - not included in dimensions
        +
        +
        Parameters:
        +
        marginLeft -
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getMarginTop

        +
        int getMarginTop()
        +
        Container Layout - Get the margin used for container layout
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getMarginRight

        +
        int getMarginRight()
        +
        Container Layout - Get the margin used for container layout
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getMarginBottom

        +
        int getMarginBottom()
        +
        Container Layout - Get the margin used for container layout
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getMarginLeft

        +
        int getMarginLeft()
        +
        Container Layout - Get the margin used for container layout
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        setMinWidth

        +
        Widget setMinWidth(int min)
        +
        Container Layout - Set the minimum width for this widget
        +
        +
        Parameters:
        +
        min -
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getMinWidth

        +
        int getMinWidth()
        +
        Container Layout - Get the minimum width for this widget
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        setMaxWidth

        +
        Widget setMaxWidth(int max)
        +
        Container Layout - Set the maximum width for this widget
        +
        +
        Parameters:
        +
        min -
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getMaxWidth

        +
        int getMaxWidth()
        +
        Container Layout - Get the maximum width for this widget
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        setMinHeight

        +
        Widget setMinHeight(int min)
        +
        Container Layout - Set the minimum height for this widget
        +
        +
        Parameters:
        +
        min -
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getMinHeight

        +
        int getMinHeight()
        +
        Container Layout - Get the minimum height for this widget
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        setMaxHeight

        +
        Widget setMaxHeight(int max)
        +
        Container Layout - Set the maximum height for this widget
        +
        +
        Parameters:
        +
        min -
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getMaxHeight

        +
        int getMaxHeight()
        +
        Container Layout - Get the maximum height for this widget
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        savePos

        +
        Widget savePos()
        +
        Container Layout - Save the position for later restoration
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        restorePos

        +
        Widget restorePos()
        +
        Container Layout - Restore the earlier saved position
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        setAnchor

        +
        Widget setAnchor(WidgetAnchor anchor)
        +
        Set the anchor point for this widget, default is CENTER
        +
        +
        Parameters:
        +
        anchor -
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getAnchor

        +
        WidgetAnchor getAnchor()
        +
        Get the current anchor position
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        copy

        +
        Widget copy()
        +
        Returns a copy of this widget with a new UUID. +

        + Copies will not be equal to each other, but will have the same internal data. +

        + Note: the copy will not be attached to a screen, nor be part of a container even if the original was. +

        + Warning: copy will not work on screens.

        +
        +
        Returns:
        +
        a copy of this widget
        +
        +
      • +
      + + + +
        +
      • +

        updateSize

        +
        Widget updateSize()
        +
        Called when any dimension or limit changes
        +
        +
        Returns:
        +
        widget
        +
        +
      • +
      + + + +
        +
      • +

        setAutoDirty

        +
        Widget setAutoDirty(boolean dirty)
        +
        Sets whether this widget should automatically be marked as dirty when it is changed.
        +
        +
        Parameters:
        +
        dirty - if it should be automatic (default: true)
        +
        Returns:
        +
        widget
        +
        +
      • +
      + + + +
        +
      • +

        isAutoDirty

        +
        boolean isAutoDirty()
        +
        Check whether this widget is automatically being marked as dirty.
        +
        +
        Returns:
        +
        if autodirty is on
        +
        +
      • +
      + + + +
        +
      • +

        autoDirty

        +
        void autoDirty()
        +
        Sets the dirty flag automatically is isAutoDirty() returns true.
        +
      • +
      + + + +
        +
      • +

        animate

        +
        Widget animate(WidgetAnim type,
        +               float value,
        +               short count,
        +               short ticks)
        +
        Setup a simple automatic animation that automatically repeats and resets when finished. + Please note that some animation types are limited to certain types of widget. + All animation is carried out on the client, so it isn't possible to update + the server side values affected by the animation...
        +
        +
        Parameters:
        +
        type - the type of animation to use
        +
        value - a custom value used by some types (default: 1)
        +
        count - how many frames
        +
        ticks - how many ticks per "frame"
        +
        Returns:
        +
        widget
        +
        +
      • +
      + + + +
        +
      • +

        animate

        +
        Widget animate(WidgetAnim type,
        +               float value,
        +               short count,
        +               short ticks,
        +               boolean repeat)
        +
        Setup a simple automatic animation that resets when finished. + Please note that some animation types are limited to certain types of widget. + All animation is carried out on the client, so it isn't possible to update + the server side values affected by the animation...
        +
        +
        Parameters:
        +
        type - the type of animation to use
        +
        value - a custom value used by some types (default: 1)
        +
        count - how many frames
        +
        ticks - how many ticks per "frame"
        +
        repeat - should the animation be repeated
        +
        Returns:
        +
        widget
        +
        +
      • +
      + + + +
        +
      • +

        animate

        +
        Widget animate(WidgetAnim type,
        +               float value,
        +               short count,
        +               short ticks,
        +               boolean repeat,
        +               boolean reset)
        +
        Setup a simple automatic animation. + Please note that some animation types are limited to certain types of widget. + All animation is carried out on the client, so it isn't possible to update + the server side values affected by the animation...
        +
        +
        Parameters:
        +
        type - the type of animation to use
        +
        value - a custom value used by some types (default: 1)
        +
        count - how many frames
        +
        ticks - how many ticks per "frame"
        +
        repeat - should the animation be repeated
        +
        reset - should it reset back to the first frame after finishing
        +
        Returns:
        +
        widget
        +
        +
      • +
      + + + +
        +
      • +

        animateStart

        +
        Widget animateStart()
        +
        Start the animation.
        +
        +
        Returns:
        +
        widget
        +
        +
      • +
      + + + +
        +
      • +

        animateStop

        +
        Widget animateStop(boolean finish)
        +
        Stop the animation, optionally letting it finish a loop. + If the "reset" option was set when creating the animation it will go + back to the first frame, otherwise it will stop where it is.
        +
        +
        Parameters:
        +
        finish - should it finish the current loop (if repeating)
        +
        Returns:
        +
        widget
        +
        +
      • +
      + + + +
        +
      • +

        onAnimate

        +
        void onAnimate()
        +
        This handles animation every frame. + NOTE: On the server the default animation handler doesn't do anything as + all animation is handled on the client. If you are writing an animation + handler then please keep bandwidth use in mind...
        +
      • +
      + + + +
        +
      • +

        onAnimateStop

        +
        void onAnimateStop()
        +
        This is called when the animation stops, and can be used for chaining + together animations. + This is called whether the stop was automatic or manual, and occurs at + the start of the final frame (so the frame hasn't had any ticks of + visibility yet). + NOTE: On the server the values changed in the animation will not + have changed, this is due to the animation being client side. If you + didn't tell the animation to reset after finishing then please remember + to change them!
        +
      • +
      + + + +
        +
      • +

        hasPosition

        +
        boolean hasPosition()
        +
        Returns true if the widget has had its position set.
        +
        +
        Returns:
        +
        true if it has a position
        +
        +
      • +
      + + + +
        +
      • +

        hasSize

        +
        boolean hasSize()
        +
        Returns true if a widget has had its size set.
        +
        +
        Returns:
        +
        if it has a size
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/WidgetAnchor.html b/generated/1.5.2/org/getspout/spoutapi/gui/WidgetAnchor.html new file mode 100644 index 0000000..9a8a653 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/WidgetAnchor.html @@ -0,0 +1,585 @@ + + + + + +WidgetAnchor (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.gui
+

Enum WidgetAnchor

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • java.lang.Enum<WidgetAnchor>
    • +
    • +
        +
      • org.getspout.spoutapi.gui.WidgetAnchor
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable, java.lang.Comparable<WidgetAnchor>
    +
    +
    +
    +
    public enum WidgetAnchor
    +extends java.lang.Enum<WidgetAnchor>
    +
    Widget anchors allow you to place widgets that + stick or "anchor" to a point on the screen. +

    + A widget's coordinates refer to its top left + corner and anchors change the point they are + relative to on the screen. +

    + You can choose any of nine points to anchor to, + noting that if anchoring to the bottom or right + the widget will be offscreen until you set a + negative y or x value to "correct" it. +

    + When a widget is anchored to any of those points + the display will be scaled to the same GUI Scale + setting as the client options. +

    + The only exception is SCALE (default) which assumes the + screen to always be 427x240 and stretches everything + widgets to conform. +

    + In order to move a set of widgets to a specific + anchor it is advised you use a Container, then + anchor and move that instead. +

    + Widgets are anchored by their top-left corner + because the positioning of one widget may rely + on another widget, and there is no way to know + which widgets are related to each other without + using a Container.

    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Enum Constant Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Enum Constants 
      Enum Constant and Description
      BOTTOM_CENTER +
      Anchor the top-left of the widget to the bottom-center of the display.
      +
      BOTTOM_LEFT +
      Anchor the top-left of the widget to the bottom-left of the display.
      +
      BOTTOM_RIGHT +
      Anchor the top-left of the widget to the bottom-right of the display.
      +
      CENTER_CENTER +
      Anchor the top-left of the widget to the center of the display.
      +
      CENTER_LEFT +
      Anchor the top-left of the widget to the center-left of the display.
      +
      CENTER_RIGHT +
      Anchor the top-left of the widget to the center-right of the display.
      +
      SCALE +
      Scale the widget to a percentage of the display (default).
      +
      TOP_CENTER +
      Anchor the top-left of the widget to the top-center of the display.
      +
      TOP_LEFT +
      Anchor the top-left of the widget to the top-left of the display.
      +
      TOP_RIGHT +
      Anchor the top-left of the widget to the top-right of the display.
      +
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      static WidgetAnchorgetAnchorFromId(int id) 
      intgetId() 
      static WidgetAnchorvalueOf(java.lang.String name) +
      Returns the enum constant of this type with the specified name.
      +
      static WidgetAnchor[]values() +
      Returns an array containing the constants of this enum type, in +the order they are declared.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Enum

        +clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +getClass, notify, notifyAll, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Enum Constant Detail

      + + + +
        +
      • +

        TOP_LEFT

        +
        public static final WidgetAnchor TOP_LEFT
        +
        Anchor the top-left of the widget to the top-left of the display.
        +
      • +
      + + + +
        +
      • +

        TOP_CENTER

        +
        public static final WidgetAnchor TOP_CENTER
        +
        Anchor the top-left of the widget to the top-center of the display. +

        + Horizontal correction: widget.shiftXpos(- widget.getWidth() / 2); +

        + For multiple widgets being anchored it is advised to use a Container + and to anchor that instead.

        +
      • +
      + + + +
        +
      • +

        TOP_RIGHT

        +
        public static final WidgetAnchor TOP_RIGHT
        +
        Anchor the top-left of the widget to the top-right of the display. +

        + Horizontal correction: widget.shiftXpos(- widget.getWidth()); +

        + For multiple widgets being anchored it is advised to use a Container + and to anchor that instead.

        +
      • +
      + + + +
        +
      • +

        CENTER_LEFT

        +
        public static final WidgetAnchor CENTER_LEFT
        +
        Anchor the top-left of the widget to the center-left of the display. +

        + Vertical correction: widget.shiftYpos(- widget.getHeight() / 2); +

        + For multiple widgets being anchored it is advised to use a Container + and to anchor that instead.

        +
      • +
      + + + +
        +
      • +

        CENTER_CENTER

        +
        public static final WidgetAnchor CENTER_CENTER
        +
        Anchor the top-left of the widget to the center of the display. +

        + This is the anchor used by in-game popups and menus. +

        + Horizontal correction: widget.shiftXpos(- widget.getWidth() / 2); + Vertical correction: widget.shiftYpos(- widget.getHeight() / 2); +

        + For multiple widgets being anchored it is advised to use a Container + and to anchor that instead.

        +
      • +
      + + + +
        +
      • +

        CENTER_RIGHT

        +
        public static final WidgetAnchor CENTER_RIGHT
        +
        Anchor the top-left of the widget to the center-right of the display. +

        + Horizontal correction: widget.shiftXpos(- widget.getWidth()); + Vertical correction: widget.shiftYpos(- widget.getHeight() / 2); +

        + For multiple widgets being anchored it is advised to use a Container + and to anchor that instead.

        +
      • +
      + + + +
        +
      • +

        BOTTOM_LEFT

        +
        public static final WidgetAnchor BOTTOM_LEFT
        +
        Anchor the top-left of the widget to the bottom-left of the display. +

        + Vertical correction: widget.shiftYpos(- widget.getHeight()); +

        + For multiple widgets being anchored it is advised to use a Container + and to anchor that instead.

        +
      • +
      + + + +
        +
      • +

        BOTTOM_CENTER

        +
        public static final WidgetAnchor BOTTOM_CENTER
        +
        Anchor the top-left of the widget to the bottom-center of the display. +

        + This is the anchor used by the in-game HUD. +

        + Horizontal correction: widget.shiftXpos(- widget.getWidth() / 2); + Vertical correction: widget.shiftYpos(- widget.getHeight()); +

        + For multiple widgets being anchored it is advised to use a Container + and to anchor that instead.

        +
      • +
      + + + +
        +
      • +

        BOTTOM_RIGHT

        +
        public static final WidgetAnchor BOTTOM_RIGHT
        +
        Anchor the top-left of the widget to the bottom-right of the display. +

        + Horizontal correction: widget.shiftXpos(- widget.getWidth()); + Vertical correction: widget.shiftYpos(- widget.getHeight()); +

        + For multiple widgets being anchored it is advised to use a Container + and to anchor that instead.

        +
      • +
      + + + +
        +
      • +

        SCALE

        +
        public static final WidgetAnchor SCALE
        +
        Scale the widget to a percentage of the display (default). +

        + This will stretch the widget as if the client screen has a 427x240 + pixel display. This can result in significant distortion if the player + is full-screen or has changed their window shape from the default. +

        + NOTE: Do not assume that because it looks ok on your display when + testing that it will look ok for anyone else!!!

        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        values

        +
        public static WidgetAnchor[] values()
        +
        Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
        +for (WidgetAnchor c : WidgetAnchor.values())
        +    System.out.println(c);
        +
        +
        +
        Returns:
        +
        an array containing the constants of this enum type, in the order they are declared
        +
        +
      • +
      + + + +
        +
      • +

        valueOf

        +
        public static WidgetAnchor valueOf(java.lang.String name)
        +
        Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)
        +
        +
        Parameters:
        +
        name - the name of the enum constant to be returned.
        +
        Returns:
        +
        the enum constant with the specified name
        +
        Throws:
        +
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        +
        java.lang.NullPointerException - if the argument is null
        +
        +
      • +
      + + + +
        +
      • +

        getId

        +
        public int getId()
        +
      • +
      + + + +
        +
      • +

        getAnchorFromId

        +
        public static WidgetAnchor getAnchorFromId(int id)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/WidgetAnim.html b/generated/1.5.2/org/getspout/spoutapi/gui/WidgetAnim.html new file mode 100644 index 0000000..c6ef18f --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/WidgetAnim.html @@ -0,0 +1,472 @@ + + + + + +WidgetAnim (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.gui
+

Enum WidgetAnim

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • java.lang.Enum<WidgetAnim>
    • +
    • +
        +
      • org.getspout.spoutapi.gui.WidgetAnim
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable, java.lang.Comparable<WidgetAnim>
    +
    +
    +
    +
    public enum WidgetAnim
    +extends java.lang.Enum<WidgetAnim>
    +
    Types of animation, only one animation is permitted at a time, and note that + some types are limited to certain widget types...
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Enum Constant Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Enum Constants 
      Enum Constant and Description
      HEIGHT +
      Change the Height by "value" pixels (any Widget).
      +
      NONE +
      No animation (default).
      +
      OFFSET_LEFT +
      Change the Left offset by "value" pixels (Texture only).
      +
      OFFSET_TOP +
      Change the Top offset by "value" pixels (Texture only).
      +
      POS_X +
      Change the X by "value" pixels (any Widget).
      +
      POS_Y +
      Change the Y by "value" pixels (any Widget).
      +
      WIDTH +
      Change the Width by "value" pixels (any Widget).
      +
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      booleancheck(Widget widget) 
      static WidgetAnimgetAnimationFromId(int id) 
      intgetId() 
      static WidgetAnimvalueOf(java.lang.String name) +
      Returns the enum constant of this type with the specified name.
      +
      static WidgetAnim[]values() +
      Returns an array containing the constants of this enum type, in +the order they are declared.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Enum

        +clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +getClass, notify, notifyAll, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Enum Constant Detail

      + + + +
        +
      • +

        NONE

        +
        public static final WidgetAnim NONE
        +
        No animation (default).
        +
      • +
      + + + +
        +
      • +

        POS_X

        +
        public static final WidgetAnim POS_X
        +
        Change the X by "value" pixels (any Widget).
        +
      • +
      + + + +
        +
      • +

        POS_Y

        +
        public static final WidgetAnim POS_Y
        +
        Change the Y by "value" pixels (any Widget).
        +
      • +
      + + + +
        +
      • +

        WIDTH

        +
        public static final WidgetAnim WIDTH
        +
        Change the Width by "value" pixels (any Widget).
        +
      • +
      + + + +
        +
      • +

        HEIGHT

        +
        public static final WidgetAnim HEIGHT
        +
        Change the Height by "value" pixels (any Widget).
        +
      • +
      + + + +
        +
      • +

        OFFSET_LEFT

        +
        public static final WidgetAnim OFFSET_LEFT
        +
        Change the Left offset by "value" pixels (Texture only).
        +
      • +
      + + + +
        +
      • +

        OFFSET_TOP

        +
        public static final WidgetAnim OFFSET_TOP
        +
        Change the Top offset by "value" pixels (Texture only).
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        values

        +
        public static WidgetAnim[] values()
        +
        Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
        +for (WidgetAnim c : WidgetAnim.values())
        +    System.out.println(c);
        +
        +
        +
        Returns:
        +
        an array containing the constants of this enum type, in the order they are declared
        +
        +
      • +
      + + + +
        +
      • +

        valueOf

        +
        public static WidgetAnim valueOf(java.lang.String name)
        +
        Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)
        +
        +
        Parameters:
        +
        name - the name of the enum constant to be returned.
        +
        Returns:
        +
        the enum constant with the specified name
        +
        Throws:
        +
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        +
        java.lang.NullPointerException - if the argument is null
        +
        +
      • +
      + + + +
        +
      • +

        getId

        +
        public int getId()
        +
      • +
      + + + +
        +
      • +

        getAnimationFromId

        +
        public static WidgetAnim getAnimationFromId(int id)
        +
      • +
      + + + +
        +
      • +

        check

        +
        public boolean check(Widget widget)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/WidgetType.html b/generated/1.5.2/org/getspout/spoutapi/gui/WidgetType.html new file mode 100644 index 0000000..d915b20 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/WidgetType.html @@ -0,0 +1,706 @@ + + + + + +WidgetType (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.gui
+

Class WidgetType

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.getspout.spoutapi.gui.WidgetType
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public class WidgetType
    +extends java.lang.Object
    +
    This defines the built-in Spout widgets.
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        WidgetType

        +
        public WidgetType(java.lang.Class<? extends Widget> widget)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getId

        +
        public int getId()
        +
      • +
      + + + +
        +
      • +

        getWidgetClass

        +
        public java.lang.Class<? extends Widget> getWidgetClass()
        +
      • +
      + + + +
        +
      • +

        getWidgetId

        +
        public static java.lang.Integer getWidgetId(java.lang.Class<? extends Widget> widget)
        +
      • +
      + + + +
        +
      • +

        getWidgetFromId

        +
        public static WidgetType getWidgetFromId(int id)
        +
      • +
      + + + +
        +
      • +

        getNumWidgetTypes

        +
        public static int getNumWidgetTypes()
        +
      • +
      + + + +
        +
      • +

        isServerOnly

        +
        public boolean isServerOnly()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/class-use/AbstractListModel.html b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/AbstractListModel.html new file mode 100644 index 0000000..5d26f6f --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/AbstractListModel.html @@ -0,0 +1,195 @@ + + + + + +Uses of Class org.getspout.spoutapi.gui.AbstractListModel (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.gui.AbstractListModel

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/class-use/ArmorBar.html b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/ArmorBar.html new file mode 100644 index 0000000..2e4e199 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/ArmorBar.html @@ -0,0 +1,208 @@ + + + + + +Uses of Class org.getspout.spoutapi.gui.ArmorBar (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.gui.ArmorBar

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/class-use/BubbleBar.html b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/BubbleBar.html new file mode 100644 index 0000000..748a576 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/BubbleBar.html @@ -0,0 +1,202 @@ + + + + + +Uses of Class org.getspout.spoutapi.gui.BubbleBar (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.gui.BubbleBar

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/class-use/Button.html b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/Button.html new file mode 100644 index 0000000..c0c561f --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/Button.html @@ -0,0 +1,309 @@ + + + + + +Uses of Interface org.getspout.spoutapi.gui.Button (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Interface
org.getspout.spoutapi.gui.Button

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/class-use/ChatBar.html b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/ChatBar.html new file mode 100644 index 0000000..9b5ecb4 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/ChatBar.html @@ -0,0 +1,208 @@ + + + + + +Uses of Class org.getspout.spoutapi.gui.ChatBar (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.gui.ChatBar

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/class-use/ChatTextBox.html b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/ChatTextBox.html new file mode 100644 index 0000000..ed4860c --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/ChatTextBox.html @@ -0,0 +1,209 @@ + + + + + +Uses of Class org.getspout.spoutapi.gui.ChatTextBox (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.gui.ChatTextBox

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/class-use/CheckBox.html b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/CheckBox.html new file mode 100644 index 0000000..195b097 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/CheckBox.html @@ -0,0 +1,192 @@ + + + + + +Uses of Interface org.getspout.spoutapi.gui.CheckBox (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Interface
org.getspout.spoutapi.gui.CheckBox

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/class-use/Color.html b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/Color.html new file mode 100644 index 0000000..2ef3fd7 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/Color.html @@ -0,0 +1,668 @@ + + + + + +Uses of Class org.getspout.spoutapi.gui.Color (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.gui.Color

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/class-use/ComboBox.html b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/ComboBox.html new file mode 100644 index 0000000..0020c01 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/ComboBox.html @@ -0,0 +1,229 @@ + + + + + +Uses of Interface org.getspout.spoutapi.gui.ComboBox (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Interface
org.getspout.spoutapi.gui.ComboBox

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/class-use/Container.html b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/Container.html new file mode 100644 index 0000000..b938a87 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/Container.html @@ -0,0 +1,352 @@ + + + + + +Uses of Interface org.getspout.spoutapi.gui.Container (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Interface
org.getspout.spoutapi.gui.Container

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/class-use/ContainerType.html b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/ContainerType.html new file mode 100644 index 0000000..8527419 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/ContainerType.html @@ -0,0 +1,222 @@ + + + + + +Uses of Class org.getspout.spoutapi.gui.ContainerType (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.gui.ContainerType

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/class-use/Control.html b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/Control.html new file mode 100644 index 0000000..19b10b1 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/Control.html @@ -0,0 +1,349 @@ + + + + + +Uses of Interface org.getspout.spoutapi.gui.Control (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Interface
org.getspout.spoutapi.gui.Control

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/class-use/EntityWidget.html b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/EntityWidget.html new file mode 100644 index 0000000..5d3afb5 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/EntityWidget.html @@ -0,0 +1,194 @@ + + + + + +Uses of Interface org.getspout.spoutapi.gui.EntityWidget (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Interface
org.getspout.spoutapi.gui.EntityWidget

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/class-use/ExpBar.html b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/ExpBar.html new file mode 100644 index 0000000..82124a2 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/ExpBar.html @@ -0,0 +1,190 @@ + + + + + +Uses of Class org.getspout.spoutapi.gui.ExpBar (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.gui.ExpBar

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericButton.html b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericButton.html new file mode 100644 index 0000000..19928df --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericButton.html @@ -0,0 +1,179 @@ + + + + + +Uses of Class org.getspout.spoutapi.gui.GenericButton (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.gui.GenericButton

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericCheckBox.html b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericCheckBox.html new file mode 100644 index 0000000..325b88a --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericCheckBox.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.gui.GenericCheckBox (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.gui.GenericCheckBox

+
+
No usage of org.getspout.spoutapi.gui.GenericCheckBox
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericComboBox.html b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericComboBox.html new file mode 100644 index 0000000..487e9b6 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericComboBox.html @@ -0,0 +1,169 @@ + + + + + +Uses of Class org.getspout.spoutapi.gui.GenericComboBox (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.gui.GenericComboBox

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericContainer.html b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericContainer.html new file mode 100644 index 0000000..cfdbe06 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericContainer.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.gui.GenericContainer (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.gui.GenericContainer

+
+
No usage of org.getspout.spoutapi.gui.GenericContainer
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericControl.html b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericControl.html new file mode 100644 index 0000000..332e990 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericControl.html @@ -0,0 +1,207 @@ + + + + + +Uses of Class org.getspout.spoutapi.gui.GenericControl (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.gui.GenericControl

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericEntityWidget.html b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericEntityWidget.html new file mode 100644 index 0000000..34b9b1b --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericEntityWidget.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.gui.GenericEntityWidget (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.gui.GenericEntityWidget

+
+
No usage of org.getspout.spoutapi.gui.GenericEntityWidget
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericGradient.html b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericGradient.html new file mode 100644 index 0000000..4388db2 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericGradient.html @@ -0,0 +1,194 @@ + + + + + +Uses of Class org.getspout.spoutapi.gui.GenericGradient (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.gui.GenericGradient

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericItemWidget.html b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericItemWidget.html new file mode 100644 index 0000000..3cf233c --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericItemWidget.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.gui.GenericItemWidget (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.gui.GenericItemWidget

+
+
No usage of org.getspout.spoutapi.gui.GenericItemWidget
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericLabel.html b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericLabel.html new file mode 100644 index 0000000..abb9bfd --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericLabel.html @@ -0,0 +1,171 @@ + + + + + +Uses of Class org.getspout.spoutapi.gui.GenericLabel (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.gui.GenericLabel

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericListView.html b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericListView.html new file mode 100644 index 0000000..e2f75fd --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericListView.html @@ -0,0 +1,188 @@ + + + + + +Uses of Class org.getspout.spoutapi.gui.GenericListView (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.gui.GenericListView

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericListWidget.html b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericListWidget.html new file mode 100644 index 0000000..805d1fc --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericListWidget.html @@ -0,0 +1,171 @@ + + + + + +Uses of Class org.getspout.spoutapi.gui.GenericListWidget (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.gui.GenericListWidget

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericOverlayScreen.html b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericOverlayScreen.html new file mode 100644 index 0000000..6088936 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericOverlayScreen.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.gui.GenericOverlayScreen (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.gui.GenericOverlayScreen

+
+
No usage of org.getspout.spoutapi.gui.GenericOverlayScreen
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericPopup.html b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericPopup.html new file mode 100644 index 0000000..111aed6 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericPopup.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.gui.GenericPopup (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.gui.GenericPopup

+
+
No usage of org.getspout.spoutapi.gui.GenericPopup
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericRadioButton.html b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericRadioButton.html new file mode 100644 index 0000000..9d0a9f2 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericRadioButton.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.gui.GenericRadioButton (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.gui.GenericRadioButton

+
+
No usage of org.getspout.spoutapi.gui.GenericRadioButton
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericRectangle.html b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericRectangle.html new file mode 100644 index 0000000..7d79e7a --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericRectangle.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.gui.GenericRectangle (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.gui.GenericRectangle

+
+
No usage of org.getspout.spoutapi.gui.GenericRectangle
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericScreen.html b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericScreen.html new file mode 100644 index 0000000..83c9fd3 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericScreen.html @@ -0,0 +1,179 @@ + + + + + +Uses of Class org.getspout.spoutapi.gui.GenericScreen (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.gui.GenericScreen

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericScrollable.html b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericScrollable.html new file mode 100644 index 0000000..0529c3f --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericScrollable.html @@ -0,0 +1,175 @@ + + + + + +Uses of Class org.getspout.spoutapi.gui.GenericScrollable (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.gui.GenericScrollable

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericSlider.html b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericSlider.html new file mode 100644 index 0000000..bb8132f --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericSlider.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.gui.GenericSlider (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.gui.GenericSlider

+
+
No usage of org.getspout.spoutapi.gui.GenericSlider
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericSlot.html b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericSlot.html new file mode 100644 index 0000000..046676c --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericSlot.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.gui.GenericSlot (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.gui.GenericSlot

+
+
No usage of org.getspout.spoutapi.gui.GenericSlot
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericTextField.html b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericTextField.html new file mode 100644 index 0000000..6059b94 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericTextField.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.gui.GenericTextField (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.gui.GenericTextField

+
+
No usage of org.getspout.spoutapi.gui.GenericTextField
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericTexture.html b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericTexture.html new file mode 100644 index 0000000..e5ef4f8 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericTexture.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.gui.GenericTexture (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.gui.GenericTexture

+
+
No usage of org.getspout.spoutapi.gui.GenericTexture
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericWidget.html b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericWidget.html new file mode 100644 index 0000000..4b195d5 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/GenericWidget.html @@ -0,0 +1,295 @@ + + + + + +Uses of Class org.getspout.spoutapi.gui.GenericWidget (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.gui.GenericWidget

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/class-use/Gradient.html b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/Gradient.html new file mode 100644 index 0000000..de1c5c4 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/Gradient.html @@ -0,0 +1,230 @@ + + + + + +Uses of Interface org.getspout.spoutapi.gui.Gradient (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Interface
org.getspout.spoutapi.gui.Gradient

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/class-use/HealthBar.html b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/HealthBar.html new file mode 100644 index 0000000..31a4ceb --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/HealthBar.html @@ -0,0 +1,208 @@ + + + + + +Uses of Class org.getspout.spoutapi.gui.HealthBar (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.gui.HealthBar

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/class-use/HungerBar.html b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/HungerBar.html new file mode 100644 index 0000000..28e53ad --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/HungerBar.html @@ -0,0 +1,202 @@ + + + + + +Uses of Class org.getspout.spoutapi.gui.HungerBar (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.gui.HungerBar

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/class-use/InGameHUD.html b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/InGameHUD.html new file mode 100644 index 0000000..b6621c1 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/InGameHUD.html @@ -0,0 +1,199 @@ + + + + + +Uses of Interface org.getspout.spoutapi.gui.InGameHUD (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Interface
org.getspout.spoutapi.gui.InGameHUD

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/class-use/InGameScreen.html b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/InGameScreen.html new file mode 100644 index 0000000..11fcdd1 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/InGameScreen.html @@ -0,0 +1,172 @@ + + + + + +Uses of Class org.getspout.spoutapi.gui.InGameScreen (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.gui.InGameScreen

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/class-use/ItemWidget.html b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/ItemWidget.html new file mode 100644 index 0000000..fe60149 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/ItemWidget.html @@ -0,0 +1,230 @@ + + + + + +Uses of Interface org.getspout.spoutapi.gui.ItemWidget (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Interface
org.getspout.spoutapi.gui.ItemWidget

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/class-use/Label.html b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/Label.html new file mode 100644 index 0000000..198a1b5 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/Label.html @@ -0,0 +1,349 @@ + + + + + +Uses of Interface org.getspout.spoutapi.gui.Label (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Interface
org.getspout.spoutapi.gui.Label

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/class-use/ListWidget.html b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/ListWidget.html new file mode 100644 index 0000000..4c86706 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/ListWidget.html @@ -0,0 +1,267 @@ + + + + + +Uses of Interface org.getspout.spoutapi.gui.ListWidget (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Interface
org.getspout.spoutapi.gui.ListWidget

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/class-use/ListWidgetItem.html b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/ListWidgetItem.html new file mode 100644 index 0000000..caca627 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/ListWidgetItem.html @@ -0,0 +1,270 @@ + + + + + +Uses of Class org.getspout.spoutapi.gui.ListWidgetItem (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.gui.ListWidgetItem

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/class-use/Orientation.html b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/Orientation.html new file mode 100644 index 0000000..a55793c --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/Orientation.html @@ -0,0 +1,323 @@ + + + + + +Uses of Class org.getspout.spoutapi.gui.Orientation (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.gui.Orientation

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/class-use/OverlayScreen.html b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/OverlayScreen.html new file mode 100644 index 0000000..e530b31 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/OverlayScreen.html @@ -0,0 +1,171 @@ + + + + + +Uses of Interface org.getspout.spoutapi.gui.OverlayScreen (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Interface
org.getspout.spoutapi.gui.OverlayScreen

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/class-use/PopupScreen.html b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/PopupScreen.html new file mode 100644 index 0000000..a9cc8be --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/PopupScreen.html @@ -0,0 +1,232 @@ + + + + + +Uses of Interface org.getspout.spoutapi.gui.PopupScreen (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Interface
org.getspout.spoutapi.gui.PopupScreen

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/class-use/RadioButton.html b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/RadioButton.html new file mode 100644 index 0000000..bc66e6b --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/RadioButton.html @@ -0,0 +1,209 @@ + + + + + +Uses of Interface org.getspout.spoutapi.gui.RadioButton (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Interface
org.getspout.spoutapi.gui.RadioButton

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/class-use/Rectangle.html b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/Rectangle.html new file mode 100644 index 0000000..5684551 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/Rectangle.html @@ -0,0 +1,190 @@ + + + + + +Uses of Class org.getspout.spoutapi.gui.Rectangle (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.gui.Rectangle

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/class-use/RenderPriority.html b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/RenderPriority.html new file mode 100644 index 0000000..a3fe66b --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/RenderPriority.html @@ -0,0 +1,230 @@ + + + + + +Uses of Class org.getspout.spoutapi.gui.RenderPriority (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.gui.RenderPriority

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/class-use/Screen.html b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/Screen.html new file mode 100644 index 0000000..aa01557 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/Screen.html @@ -0,0 +1,480 @@ + + + + + +Uses of Interface org.getspout.spoutapi.gui.Screen (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Interface
org.getspout.spoutapi.gui.Screen

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/class-use/ScreenType.html b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/ScreenType.html new file mode 100644 index 0000000..75218df --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/ScreenType.html @@ -0,0 +1,407 @@ + + + + + +Uses of Class org.getspout.spoutapi.gui.ScreenType (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.gui.ScreenType

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/class-use/ScrollBarPolicy.html b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/ScrollBarPolicy.html new file mode 100644 index 0000000..cf11aa8 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/ScrollBarPolicy.html @@ -0,0 +1,232 @@ + + + + + +Uses of Class org.getspout.spoutapi.gui.ScrollBarPolicy (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.gui.ScrollBarPolicy

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/class-use/Scrollable.html b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/Scrollable.html new file mode 100644 index 0000000..e8bcb23 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/Scrollable.html @@ -0,0 +1,213 @@ + + + + + +Uses of Interface org.getspout.spoutapi.gui.Scrollable (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Interface
org.getspout.spoutapi.gui.Scrollable

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/class-use/Slider.html b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/Slider.html new file mode 100644 index 0000000..d61bba6 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/Slider.html @@ -0,0 +1,278 @@ + + + + + +Uses of Interface org.getspout.spoutapi.gui.Slider (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Interface
org.getspout.spoutapi.gui.Slider

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/class-use/Slot.html b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/Slot.html new file mode 100644 index 0000000..1a11c2d --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/Slot.html @@ -0,0 +1,296 @@ + + + + + +Uses of Interface org.getspout.spoutapi.gui.Slot (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Interface
org.getspout.spoutapi.gui.Slot

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/class-use/SolidBackground.html b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/SolidBackground.html new file mode 100644 index 0000000..ac4d8e2 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/SolidBackground.html @@ -0,0 +1,127 @@ + + + + + +Uses of Interface org.getspout.spoutapi.gui.SolidBackground (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Interface
org.getspout.spoutapi.gui.SolidBackground

+
+
No usage of org.getspout.spoutapi.gui.SolidBackground
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/class-use/TextField.html b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/TextField.html new file mode 100644 index 0000000..eb0c5a3 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/TextField.html @@ -0,0 +1,324 @@ + + + + + +Uses of Interface org.getspout.spoutapi.gui.TextField (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Interface
org.getspout.spoutapi.gui.TextField

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/class-use/Texture.html b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/Texture.html new file mode 100644 index 0000000..a266fe3 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/Texture.html @@ -0,0 +1,226 @@ + + + + + +Uses of Interface org.getspout.spoutapi.gui.Texture (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Interface
org.getspout.spoutapi.gui.Texture

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/class-use/Widget.html b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/Widget.html new file mode 100644 index 0000000..73b9d9a --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/Widget.html @@ -0,0 +1,1159 @@ + + + + + +Uses of Interface org.getspout.spoutapi.gui.Widget (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Interface
org.getspout.spoutapi.gui.Widget

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/class-use/WidgetAnchor.html b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/WidgetAnchor.html new file mode 100644 index 0000000..e0003ff --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/WidgetAnchor.html @@ -0,0 +1,298 @@ + + + + + +Uses of Class org.getspout.spoutapi.gui.WidgetAnchor (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.gui.WidgetAnchor

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/class-use/WidgetAnim.html b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/WidgetAnim.html new file mode 100644 index 0000000..9506858 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/WidgetAnim.html @@ -0,0 +1,260 @@ + + + + + +Uses of Class org.getspout.spoutapi.gui.WidgetAnim (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.gui.WidgetAnim

+
+
+
    +
  • + + + + + + + + + + + + +
    Packages that use WidgetAnim 
    PackageDescription
    org.getspout.spoutapi.gui +
    + This package provides the interfaces for a variety of built in widgets, and generic widget implementations, as well as popup and the main game hud +
    +
    +
  • +
  • + +
  • +
+
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/class-use/WidgetType.html b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/WidgetType.html new file mode 100644 index 0000000..53d7292 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/class-use/WidgetType.html @@ -0,0 +1,378 @@ + + + + + +Uses of Class org.getspout.spoutapi.gui.WidgetType (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.gui.WidgetType

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/package-frame.html b/generated/1.5.2/org/getspout/spoutapi/gui/package-frame.html new file mode 100644 index 0000000..1279432 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/package-frame.html @@ -0,0 +1,90 @@ + + + + + +org.getspout.spoutapi.gui (Spoutcraft 1.5.2 JavaDoc) + + + + + + +

org.getspout.spoutapi.gui

+ + + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/package-summary.html b/generated/1.5.2/org/getspout/spoutapi/gui/package-summary.html new file mode 100644 index 0000000..38c89aa --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/package-summary.html @@ -0,0 +1,510 @@ + + + + + +org.getspout.spoutapi.gui (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Package org.getspout.spoutapi.gui

+
+
+ This package provides the interfaces for a variety of built in widgets, and generic widget implementations, as well as popup and the main game hud +
+
+

See: Description

+
+
+
    +
  • + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Interface Summary 
    InterfaceDescription
    Button +
    The GenericButton class represents a Minecraft button with a label placed on it.
    +
    CheckBox +
    This defines a simple checkbox widget.
    +
    ComboBox 
    Container +
    Containers are a specific type of widget that are designed for easy layout + and control of other widgets.
    +
    Control +
    This is the base class for all user input widgets.
    +
    EntityWidget +
    This is used to display any in-game entity on the screen.
    +
    Gradient +
    The GenericGradient represents a vertical gradient only.
    +
    InGameHUD +
    This is the main screen when playing Minecraft.
    +
    ItemWidget +
    The GenericItemWidget class allows you to display a block or item as it + would be in the player's inventory.
    +
    Label +
    The GenericLabel class represents text on the users screen.
    +
    ListWidget +
    This defines a list of ListWidgetItems which can be scrolled into visibility.
    +
    OverlayScreen 
    PopupScreen +
    The GenericPopup class creates an mouseable area where you can put multiple + Widgets.
    +
    RadioButton +
    This is a simple radio button, which does not know anything about any other + radio buttons on the screen.
    +
    Screen +
    This defines the basic Screen, but should not be used directly.
    +
    Scrollable +
    This defines a control for a scrollbar.
    +
    Slider +
    The GenericSlider is a bar with which a user can set a value.
    +
    Slot +
    Represents one item slot where items can be put in and out.
    +
    SolidBackground 
    TextField +
    This is a box where the user can input a string.
    +
    Texture +
    This allow an image to be downloaded and shown to the user.
    +
    Widget +
    This is the base class of all other widgets, and should never be used + directly.
    +
    +
  • +
  • + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Class Summary 
    ClassDescription
    AbstractListModel 
    ArmorBar +
    The Spout implementation of the default Armor Bar.
    +
    BubbleBar +
    The Spout implementation of the default Bubble Bar.
    +
    ChatBar +
    The Spout implementation of the default Chat Bar.
    +
    ChatTextBox +
    The Spout implementation of the default Chat Text Box.
    +
    Color +
    This defines a Color for use within other widgets.
    +
    ExpBar 
    GenericButton 
    GenericCheckBox 
    GenericComboBox 
    GenericContainer 
    GenericControl 
    GenericEntityWidget 
    GenericGradient 
    GenericItemWidget 
    GenericLabel 
    GenericListView 
    GenericListWidget 
    GenericOverlayScreen 
    GenericPopup 
    GenericRadioButton 
    GenericRectangleDeprecated
    GenericScreen 
    GenericScrollable 
    GenericSlider 
    GenericSlot 
    GenericTextField 
    GenericTexture 
    GenericWidget 
    HealthBar +
    The Spout implementation of the default Health Bar.
    +
    HungerBar 
    InGameScreen 
    ListWidgetItem +
    This is a single item for the ListWidget.
    +
    Rectangle +
    Used to create a simple rectangle.
    +
    WidgetType +
    This defines the built-in Spout widgets.
    +
    +
  • +
  • + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Enum Summary 
    EnumDescription
    ContainerType +
    This defines the layout for Containers.
    +
    Orientation +
    This is used to define the orientation for Scrollable widgets.
    +
    RenderPriority +
    Used to define the order widgets are rendered to screen.
    +
    ScreenType +
    The various Screens that Spout knows about.
    +
    ScrollBarPolicy +
    When a Scrollable scrollbar will be shown.
    +
    WidgetAnchor +
    Widget anchors allow you to place widgets that + stick or "anchor" to a point on the screen.
    +
    WidgetAnim +
    Types of animation, only one animation is permitted at a time, and note that + some types are limited to certain widget types...
    +
    +
  • +
+ + + +

Package org.getspout.spoutapi.gui Description

+

+ This package provides the interfaces for a variety of built in widgets, and generic widget implementations, as well as popup and the main game hud +

+
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/package-tree.html b/generated/1.5.2/org/getspout/spoutapi/gui/package-tree.html new file mode 100644 index 0000000..a6f5e23 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/package-tree.html @@ -0,0 +1,264 @@ + + + + + +org.getspout.spoutapi.gui Class Hierarchy (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Hierarchy For Package org.getspout.spoutapi.gui

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +

Enum Hierarchy

+ +
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/gui/package-use.html b/generated/1.5.2/org/getspout/spoutapi/gui/package-use.html new file mode 100644 index 0000000..2b5b09a --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/gui/package-use.html @@ -0,0 +1,597 @@ + + + + + +Uses of Package org.getspout.spoutapi.gui (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Package
org.getspout.spoutapi.gui

+
+
+ +
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/inventory/CraftingInventory.html b/generated/1.5.2/org/getspout/spoutapi/inventory/CraftingInventory.html new file mode 100644 index 0000000..7a6b811 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/inventory/CraftingInventory.html @@ -0,0 +1,300 @@ + + + + + +CraftingInventory (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.inventory
+

Interface CraftingInventory

+
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Abstract Methods 
      Modifier and TypeMethod and Description
      ItemStack[]getMatrix() +
      Gets the matrix of items in the crafting table
      +
      ItemStackgetResult() +
      Gets the item in the result slot of the crafting table
      +
      voidsetMatrix(ItemStack[] contents) +
      Sets the matrix of items in the crafting table
      +
      voidsetResult(ItemStack newResult) +
      Sets the result item in the result slot of the crafting table
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getResult

        +
        ItemStack getResult()
        +
        Gets the item in the result slot of the crafting table
        +
        +
        Returns:
        +
        result
        +
        +
      • +
      + + + +
        +
      • +

        getMatrix

        +
        ItemStack[] getMatrix()
        +
        Gets the matrix of items in the crafting table
        +
        +
        Returns:
        +
        matrix of items
        +
        +
      • +
      + + + +
        +
      • +

        setResult

        +
        void setResult(ItemStack newResult)
        +
        Sets the result item in the result slot of the crafting table
        +
        +
        Parameters:
        +
        newResult - to set
        +
        +
      • +
      + + + +
        +
      • +

        setMatrix

        +
        void setMatrix(ItemStack[] contents)
        +
        Sets the matrix of items in the crafting table
        +
        +
        Parameters:
        +
        contents - to set
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/inventory/DoubleChestInventory.html b/generated/1.5.2/org/getspout/spoutapi/inventory/DoubleChestInventory.html new file mode 100644 index 0000000..8a0b02d --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/inventory/DoubleChestInventory.html @@ -0,0 +1,317 @@ + + + + + +DoubleChestInventory (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.inventory
+

Interface DoubleChestInventory

+
+
+
+
    +
  • +
    +
    +
    public interface DoubleChestInventory
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Abstract Methods 
      Modifier and TypeMethod and Description
      BlockgetBottomHalf() +
      Gets the block containing the bottom half of the double chest
      +
      BlockFacegetDirection() +
      Gets the direction of the front buckle on the double chest
      +
      BlockgetLeftSide() +
      Gets the left half of the double chest
      +
      BlockgetRightSide() +
      Gets the right half of the double chest
      +
      BlockgetTopHalf() +
      Gets the block containing the top half of the double chest
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getTopHalf

        +
        Block getTopHalf()
        +
        Gets the block containing the top half of the double chest
        +
        +
        Returns:
        +
        top half
        +
        +
      • +
      + + + +
        +
      • +

        getBottomHalf

        +
        Block getBottomHalf()
        +
        Gets the block containing the bottom half of the double chest
        +
        +
        Returns:
        +
        bottom half
        +
        +
      • +
      + + + +
        +
      • +

        getLeftSide

        +
        Block getLeftSide()
        +
        Gets the left half of the double chest
        +
        +
        Returns:
        +
        left side
        +
        +
      • +
      + + + +
        +
      • +

        getRightSide

        +
        Block getRightSide()
        +
        Gets the right half of the double chest
        +
        +
        Returns:
        +
        right side
        +
        +
      • +
      + + + +
        +
      • +

        getDirection

        +
        BlockFace getDirection()
        +
        Gets the direction of the front buckle on the double chest
        +
        +
        Returns:
        +
        buckle direction
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/inventory/InventoryBuilder.html b/generated/1.5.2/org/getspout/spoutapi/inventory/InventoryBuilder.html new file mode 100644 index 0000000..aee6a20 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/inventory/InventoryBuilder.html @@ -0,0 +1,307 @@ + + + + + +InventoryBuilder (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.inventory
+

Interface InventoryBuilder

+
+
+
+
    +
  • +
    +
    +
    public interface InventoryBuilder
    +
    The InventoryBuilder can build a org.bukkit.inventory.Inventory object from a predetermined collection, array, or size
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and TypeMethod and Description
      Inventoryconstruct(java.util.Collection<ItemStack> items, + java.lang.String name) +
      Deprecated.  +
      Use org.bukkit.Server#createInventory(org.bukkit.inventory.InventoryHolder, int) instead.

      +

      + Creates an inventory from the given array of itemstacks and name. The inventory will be the same size as the size of the collection

      +
      +
      Inventoryconstruct(int size, + java.lang.String name) +
      Deprecated.  +
      Use org.bukkit.Server#createInventory(org.bukkit.inventory.InventoryHolder, int) instead.

      +

      + Creates an inventory empty inventory with the given size and name

      +
      +
      Inventoryconstruct(ItemStack[] items, + java.lang.String name) +
      Deprecated.  +
      Use org.bukkit.Server#createInventory(org.bukkit.inventory.InventoryHolder, int) instead.

      +

      + Creates an inventory from the given array of itemstacks and name. The inventory will be the same size as the length of the itemstack array.

      +
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        construct

        +
        Inventory construct(ItemStack[] items,
        +                    java.lang.String name)
        +
        Deprecated. Use org.bukkit.Server#createInventory(org.bukkit.inventory.InventoryHolder, int) instead.

        +

        + Creates an inventory from the given array of itemstacks and name. The inventory will be the same size as the length of the itemstack array.

        +
        +
        Parameters:
        +
        items - to populate the inventory with
        +
        name - of the inventory
        +
        Returns:
        +
        Inventory
        +
        +
      • +
      + + + +
        +
      • +

        construct

        +
        Inventory construct(java.util.Collection<ItemStack> items,
        +                    java.lang.String name)
        +
        Deprecated. Use org.bukkit.Server#createInventory(org.bukkit.inventory.InventoryHolder, int) instead.

        +

        + Creates an inventory from the given array of itemstacks and name. The inventory will be the same size as the size of the collection

        +
        +
        Parameters:
        +
        collection - to populate the inventory with
        +
        name - of the inventory
        +
        Returns:
        +
        Inventory
        +
        +
      • +
      + + + +
        +
      • +

        construct

        +
        Inventory construct(int size,
        +                    java.lang.String name)
        +
        Deprecated. Use org.bukkit.Server#createInventory(org.bukkit.inventory.InventoryHolder, int) instead.

        +

        + Creates an inventory empty inventory with the given size and name

        +
        +
        Parameters:
        +
        size - of the inventory to build
        +
        name - of the inventory
        +
        Returns:
        +
        Inventory
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/inventory/ItemMap.html b/generated/1.5.2/org/getspout/spoutapi/inventory/ItemMap.html new file mode 100644 index 0000000..eab9803 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/inventory/ItemMap.html @@ -0,0 +1,434 @@ + + + + + +ItemMap (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.inventory
+

Class ItemMap

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.getspout.spoutapi.inventory.ItemMap
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public class ItemMap
    +extends java.lang.Object
    +
    This is a map which maps custom item ids to Strings and back. + + This map can be backed by File to ensure persistence. + + It also provides functionality to convert ids between 2 maps.
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      intconvertFrom(ItemMap other, + int foreignId) +
      Converts a foreign id, local to a foreign map to an id local to this map.
      +
      intconvertTo(ItemMap other, + int localId) +
      Converts an id local to this map to a foreign id, local to another map.
      +
      java.lang.Integerget(java.lang.String key) +
      Returns the id associated with the key.
      +
      static ItemMapgetRootMap() 
      intregister(java.lang.String key) +
      Registers a key with the map and returns the matching id.
      +
      voidrename(java.lang.String oldKey, + java.lang.String newKey) 
      booleansave() +
      Saves the map to the persistence system
      +
      static voidsetRootMap(ItemMap root) 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        setRootMap

        +
        public static void setRootMap(ItemMap root)
        +
      • +
      + + + +
        +
      • +

        getRootMap

        +
        public static ItemMap getRootMap()
        +
      • +
      + + + +
        +
      • +

        convertTo

        +
        public int convertTo(ItemMap other,
        +                     int localId)
        +
        Converts an id local to this map to a foreign id, local to another map.
        +
        +
        Parameters:
        +
        other - the other map
        +
        Returns:
        +
        returns the foreign id, or 0 on failure
        +
        +
      • +
      + + + +
        +
      • +

        convertFrom

        +
        public int convertFrom(ItemMap other,
        +                       int foreignId)
        +
        Converts a foreign id, local to a foreign map to an id local to this map.
        +
        +
        Parameters:
        +
        other - the other map
        +
        Returns:
        +
        returns the local id, or 0 on failure
        +
        +
      • +
      + + + +
        +
      • +

        register

        +
        public int register(java.lang.String key)
        +
        Registers a key with the map and returns the matching id. + + The id corresponding to a key will be consistent if registered more than once, including over restarts, subject to the persistence of the store.
        +
        +
        Parameters:
        +
        key - the key to be added
        +
        Returns:
        +
        returns the local id, or 0 on failure
        +
        +
      • +
      + + + +
        +
      • +

        save

        +
        public boolean save()
        +
        Saves the map to the persistence system
        +
        +
        Returns:
        +
        returns true if the map saves correctly
        +
        +
      • +
      + + + +
        +
      • +

        rename

        +
        public void rename(java.lang.String oldKey,
        +                   java.lang.String newKey)
        +
      • +
      + + + +
        +
      • +

        get

        +
        public java.lang.Integer get(java.lang.String key)
        +
        Returns the id associated with the key.
        +
        +
        Parameters:
        +
        key - The key to lookup
        +
        Returns:
        +
        The id associated with the key
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/inventory/ItemMapRunnable.html b/generated/1.5.2/org/getspout/spoutapi/inventory/ItemMapRunnable.html new file mode 100644 index 0000000..1f03fdb --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/inventory/ItemMapRunnable.html @@ -0,0 +1,230 @@ + + + + + +ItemMapRunnable (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.inventory
+

Interface ItemMapRunnable

+
+
+
+
    +
  • +
    +
    +
    public interface ItemMapRunnable
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        run

        +
        void run(ItemMap itemMap,
        +         java.lang.String key,
        +         int id)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/inventory/MaterialManager.html b/generated/1.5.2/org/getspout/spoutapi/inventory/MaterialManager.html new file mode 100644 index 0000000..d2fc984 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/inventory/MaterialManager.html @@ -0,0 +1,758 @@ + + + + + +MaterialManager (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.inventory
+

Interface MaterialManager

+
+
+
+
    +
  • +
    +
    +
    public interface MaterialManager
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getStepSound

        +
        java.lang.String getStepSound(Block block)
        +
      • +
      + + + +
        +
      • +

        setStepSound

        +
        void setStepSound(Block block,
        +                  java.lang.String url)
        +
      • +
      + + + +
        +
      • +

        resetStepSound

        +
        void resetStepSound(Block block)
        +
      • +
      + + + +
        +
      • +

        getFriction

        +
        float getFriction(Block block)
        +
      • +
      + + + +
        +
      • +

        setFriction

        +
        void setFriction(Block block,
        +                 float friction)
        +
      • +
      + + + +
        +
      • +

        resetFriction

        +
        void resetFriction(Block block)
        +
      • +
      + + + +
        +
      • +

        getHardness

        +
        float getHardness(Block block)
        +
      • +
      + + + +
        +
      • +

        setHardness

        +
        void setHardness(Block block,
        +                 float hardness)
        +
      • +
      + + + +
        +
      • +

        resetHardness

        +
        void resetHardness(Block block)
        +
      • +
      + + + +
        +
      • +

        isOpaque

        +
        boolean isOpaque(Block block)
        +
      • +
      + + + +
        +
      • +

        setOpaque

        +
        void setOpaque(Block block,
        +               boolean opacity)
        +
      • +
      + + + +
        +
      • +

        resetOpacity

        +
        void resetOpacity(Block block)
        +
      • +
      + + + +
        +
      • +

        getLightLevel

        +
        int getLightLevel(Block block)
        +
      • +
      + + + +
        +
      • +

        setLightLevel

        +
        void setLightLevel(Block block,
        +                   int level)
        +
      • +
      + + + +
        +
      • +

        resetLightLevel

        +
        void resetLightLevel(Block block)
        +
      • +
      + + + +
        +
      • +

        getModifiedBlocks

        +
        java.util.Set<Block> getModifiedBlocks()
        +
      • +
      + + + +
        +
      • +

        onCustomMaterialRegistered

        +
        void onCustomMaterialRegistered(Material mat)
        +
      • +
      + + + +
        +
      • +

        setItemName

        +
        void setItemName(Material item,
        +                 java.lang.String name)
        +
        Sets the name of the item
        +
        +
        Parameters:
        +
        item - to name
        +
        name - to set
        +
        +
      • +
      + + + +
        +
      • +

        resetName

        +
        void resetName(Material item)
        +
        Resets the name of the item back to the notchian default
        +
        +
        Parameters:
        +
        item - to reset
        +
        +
      • +
      + + + +
        +
      • +

        reset

        +
        void reset()
        +
        Resets the names and textures of all items to the notchian defaults. Use with care.
        +
      • +
      + + + +
        +
      • +

        registerCustomItemName

        +
        int registerCustomItemName(Plugin plugin,
        +                           java.lang.String key)
        +
        Registers the id for a custom item. The key should be unique. +

        + The returned id should be used for accessing the item and is persistent between server restarts and reloads

        +
        +
        Parameters:
        +
        key - Key of the new item
        +
        Returns:
        +
        the unique id or null on error
        +
        +
      • +
      + + + +
        +
      • +

        removeBlockOverride

        +
        boolean removeBlockOverride(Block block)
        +
        Removes the custom block override from this block
        +
        +
        Parameters:
        +
        block - to remove the override
        +
        Returns:
        +
        true if successful
        +
        +
      • +
      + + + +
        +
      • +

        overrideBlock

        +
        boolean overrideBlock(Block block,
        +                      CustomBlock customBlock)
        +
        Overrides the block to be the customBlock +

        + This can be used to set custom blocks at the location.

        +
        +
        Parameters:
        +
        block - the block to override
        +
        customBlock - the custom block to use instead of the block
        +
        +
      • +
      + + + +
        +
      • +

        overrideBlock

        +
        boolean overrideBlock(World world,
        +                      int x,
        +                      int y,
        +                      int z,
        +                      CustomBlock customBlock)
        +
        Overrides the block at x y z to be the customBlock +

        + This can be used to set custom blocks at the location.

        +
        +
        Parameters:
        +
        world - the location is in
        +
        x - location
        +
        y - location
        +
        z - location
        +
        customBlock - the custom block to use at the location
        +
        +
      • +
      + + + +
        +
      • +

        overrideBlock

        +
        boolean overrideBlock(Block block,
        +                      CustomBlock customBlock,
        +                      byte data)
        +
      • +
      + + + +
        +
      • +

        overrideBlock

        +
        boolean overrideBlock(World world,
        +                      int x,
        +                      int y,
        +                      int z,
        +                      CustomBlock customBlock,
        +                      byte data)
        +
      • +
      + + + +
        +
      • +

        registerSpoutRecipe

        +
        boolean registerSpoutRecipe(Recipe recipe)
        +
        Registers a SpoutRecipe to the server
        +
        +
        Parameters:
        +
        recipe - to register
        +
        Returns:
        +
        true if successful
        +
        +
      • +
      + + + +
        +
      • +

        renameMaterialKey

        +
        void renameMaterialKey(JavaPlugin plugin,
        +                       java.lang.String oldKey,
        +                       java.lang.String newKey)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/inventory/SpoutEnchantment.html b/generated/1.5.2/org/getspout/spoutapi/inventory/SpoutEnchantment.html new file mode 100644 index 0000000..6d15399 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/inventory/SpoutEnchantment.html @@ -0,0 +1,416 @@ + + + + + +SpoutEnchantment (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.inventory
+

Class SpoutEnchantment

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • Enchantment
    • +
    • +
        +
      • org.getspout.spoutapi.inventory.SpoutEnchantment
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public class SpoutEnchantment
    +extends Enchantment
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static EnchantmentDURABILITY 
      static EnchantmentMAX_DURABILITY 
      static EnchantmentUNSTACKABLE 
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      SpoutEnchantment(int id) 
      +
    • +
    + + +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        UNSTACKABLE

        +
        public static final Enchantment UNSTACKABLE
        +
      • +
      + + + +
        +
      • +

        DURABILITY

        +
        public static final Enchantment DURABILITY
        +
      • +
      + + + +
        +
      • +

        MAX_DURABILITY

        +
        public static final Enchantment MAX_DURABILITY
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        SpoutEnchantment

        +
        public SpoutEnchantment(int id)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getName

        +
        public java.lang.String getName()
        +
      • +
      + + + +
        +
      • +

        getMaxLevel

        +
        public int getMaxLevel()
        +
      • +
      + + + +
        +
      • +

        getStartLevel

        +
        public int getStartLevel()
        +
      • +
      + + + +
        +
      • +

        getItemTarget

        +
        public EnchantmentTarget getItemTarget()
        +
      • +
      + + + +
        +
      • +

        conflictsWith

        +
        public boolean conflictsWith(Enchantment paramEnchantment)
        +
      • +
      + + + +
        +
      • +

        canEnchantItem

        +
        public boolean canEnchantItem(ItemStack paramItemStack)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/inventory/SpoutItemStack.html b/generated/1.5.2/org/getspout/spoutapi/inventory/SpoutItemStack.html new file mode 100644 index 0000000..dc3a420 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/inventory/SpoutItemStack.html @@ -0,0 +1,369 @@ + + + + + +SpoutItemStack (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.inventory
+

Class SpoutItemStack

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • ItemStack
    • +
    • +
        +
      • org.getspout.spoutapi.inventory.SpoutItemStack
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public class SpoutItemStack
    +extends ItemStack
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        SpoutItemStack

        +
        public SpoutItemStack(int typeId,
        +                      int amount,
        +                      short data,
        +                      ItemMeta meta)
        +
      • +
      + + + +
        +
      • +

        SpoutItemStack

        +
        public SpoutItemStack(ItemStack item)
        +
      • +
      + + + +
        +
      • +

        SpoutItemStack

        +
        public SpoutItemStack(int typeId,
        +                      short data)
        +
      • +
      + + + +
        +
      • +

        SpoutItemStack

        +
        public SpoutItemStack(CustomItem item,
        +                      int amount)
        +
      • +
      + + + +
        +
      • +

        SpoutItemStack

        +
        public SpoutItemStack(CustomBlock block,
        +                      int amount)
        +
      • +
      + + + +
        +
      • +

        SpoutItemStack

        +
        public SpoutItemStack(Material material,
        +                      int amount)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getMaterial

        +
        public Material getMaterial()
        +
      • +
      + + + +
        +
      • +

        isCustomItem

        +
        public boolean isCustomItem()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/inventory/SpoutPlayerInventory.html b/generated/1.5.2/org/getspout/spoutapi/inventory/SpoutPlayerInventory.html new file mode 100644 index 0000000..375f488 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/inventory/SpoutPlayerInventory.html @@ -0,0 +1,252 @@ + + + + + +SpoutPlayerInventory (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.inventory
+

Interface SpoutPlayerInventory

+
+
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getItemInHandSlot

        +
        int getItemInHandSlot()
        +
      • +
      + + + +
        +
      • +

        remove

        +
        void remove(Material material)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/inventory/SpoutShapedRecipe.html b/generated/1.5.2/org/getspout/spoutapi/inventory/SpoutShapedRecipe.html new file mode 100644 index 0000000..afb9e18 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/inventory/SpoutShapedRecipe.html @@ -0,0 +1,388 @@ + + + + + +SpoutShapedRecipe (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.inventory
+

Class SpoutShapedRecipe

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.getspout.spoutapi.inventory.SpoutShapedRecipe
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public class SpoutShapedRecipe
    +extends java.lang.Object
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      SpoutShapedRecipe(ItemStack result) +
      Create a shaped recipe to craft the specified ItemStack.
      +
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      java.util.HashMap<java.lang.Character,Material>getIngredientMap() +
      Get the ingredients map.
      +
      ItemStackgetResult() +
      Get the result.
      +
      java.lang.String[]getShape() +
      Get the shape.
      +
      SpoutShapedRecipesetIngredient(char key, + Material ingredient) +
      Sets the material that a character in the recipe shape refers to.
      +
      SpoutShapedRecipeshape(java.lang.String... shape) +
      Set the shape of this recipe to the specified rows.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        SpoutShapedRecipe

        +
        public SpoutShapedRecipe(ItemStack result)
        +
        Create a shaped recipe to craft the specified ItemStack. The constructor merely determines the + result and type; to set the actual recipe, you'll need to call the appropriate methods.
        +
        +
        Parameters:
        +
        result - The item you want the recipe to create.
        +
        See Also:
        +
        ShapedRecipe#shape(String...), +ShapedRecipe#setIngredient(char, Material), +ShapedRecipe#setIngredient(char, Material, int), +ShapedRecipe#setIngredient(char, MaterialData)
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        shape

        +
        public SpoutShapedRecipe shape(java.lang.String... shape)
        +
        Set the shape of this recipe to the specified rows. Each character represents a different + ingredient; exactly what each character represents is set separately.
        +
        +
        Parameters:
        +
        shape - The rows of the recipe (up to 3 rows).
        +
        Returns:
        +
        The changed recipe, so you can chain calls.
        +
        +
      • +
      + + + +
        +
      • +

        setIngredient

        +
        public SpoutShapedRecipe setIngredient(char key,
        +                                       Material ingredient)
        +
        Sets the material that a character in the recipe shape refers to.
        +
        +
        Parameters:
        +
        key - The character that represents the ingredient in the shape.
        +
        ingredient - The ingredient.
        +
        Returns:
        +
        The changed recipe, so you can chain calls.
        +
        +
      • +
      + + + +
        +
      • +

        getIngredientMap

        +
        public java.util.HashMap<java.lang.Character,Material> getIngredientMap()
        +
        Get the ingredients map.
        +
        +
        Returns:
        +
        The mapping of character to ingredients.
        +
        +
      • +
      + + + +
        +
      • +

        getShape

        +
        public java.lang.String[] getShape()
        +
        Get the shape.
        +
        +
        Returns:
        +
        The recipe's shape.
        +
        +
      • +
      + + + +
        +
      • +

        getResult

        +
        public ItemStack getResult()
        +
        Get the result.
        +
        +
        Returns:
        +
        The result stack.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/inventory/SpoutShapelessRecipe.html b/generated/1.5.2/org/getspout/spoutapi/inventory/SpoutShapelessRecipe.html new file mode 100644 index 0000000..2e633c6 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/inventory/SpoutShapelessRecipe.html @@ -0,0 +1,387 @@ + + + + + +SpoutShapelessRecipe (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.inventory
+

Class SpoutShapelessRecipe

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.getspout.spoutapi.inventory.SpoutShapelessRecipe
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public class SpoutShapelessRecipe
    +extends java.lang.Object
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        SpoutShapelessRecipe

        +
        public SpoutShapelessRecipe(ItemStack result)
        +
        Create a shapeless recipe to craft the specified ItemStack. The constructor merely determines the + result and type; to set the actual recipe, you'll need to call the appropriate methods.
        +
        +
        Parameters:
        +
        result - The item you want the recipe to create.
        +
        See Also:
        +
        ShapelessRecipe#addIngredient(Material), +ShapelessRecipe#addIngredient(MaterialData)
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        addIngredient

        +
        public SpoutShapelessRecipe addIngredient(Material ingredient)
        +
        Adds the specified ingredient.
        +
        +
        Parameters:
        +
        ingredient - The ingredient to add.
        +
        Returns:
        +
        The changed recipe, so you can chain calls.
        +
        +
      • +
      + + + +
        +
      • +

        addIngredient

        +
        public SpoutShapelessRecipe addIngredient(int count,
        +                                          Material ingredient)
        +
        Adds multiples of the specified ingredient.
        +
        +
        Parameters:
        +
        count - How many to add (can't be more than 9!)
        +
        ingredient - The ingredient to add.
        +
        Returns:
        +
        The changed recipe, so you can chain calls.
        +
        +
      • +
      + + + +
        +
      • +

        removeIngredient

        +
        public SpoutShapelessRecipe removeIngredient(Material ingredient)
        +
        Removes an ingredient from the list. If the ingredient occurs multiple times, + only one instance of it is removed.
        +
        +
        Parameters:
        +
        ingredient - The ingredient to remove
        +
        Returns:
        +
        The changed recipe.
        +
        +
      • +
      + + + +
        +
      • +

        getResult

        +
        public ItemStack getResult()
        +
        Get the result of this recipe.
        +
        +
        Returns:
        +
        The result stack.
        +
        +
      • +
      + + + +
        +
      • +

        getIngredientList

        +
        public java.util.ArrayList<Material> getIngredientList()
        +
        Get the list of ingredients used for this recipe.
        +
        +
        Returns:
        +
        The input list
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/inventory/class-use/CraftingInventory.html b/generated/1.5.2/org/getspout/spoutapi/inventory/class-use/CraftingInventory.html new file mode 100644 index 0000000..d8b8e4d --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/inventory/class-use/CraftingInventory.html @@ -0,0 +1,223 @@ + + + + + +Uses of Interface org.getspout.spoutapi.inventory.CraftingInventory (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Interface
org.getspout.spoutapi.inventory.CraftingInventory

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/inventory/class-use/DoubleChestInventory.html b/generated/1.5.2/org/getspout/spoutapi/inventory/class-use/DoubleChestInventory.html new file mode 100644 index 0000000..1c87b05 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/inventory/class-use/DoubleChestInventory.html @@ -0,0 +1,173 @@ + + + + + +Uses of Interface org.getspout.spoutapi.inventory.DoubleChestInventory (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Interface
org.getspout.spoutapi.inventory.DoubleChestInventory

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/inventory/class-use/InventoryBuilder.html b/generated/1.5.2/org/getspout/spoutapi/inventory/class-use/InventoryBuilder.html new file mode 100644 index 0000000..3fde432 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/inventory/class-use/InventoryBuilder.html @@ -0,0 +1,186 @@ + + + + + +Uses of Interface org.getspout.spoutapi.inventory.InventoryBuilder (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Interface
org.getspout.spoutapi.inventory.InventoryBuilder

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/inventory/class-use/ItemMap.html b/generated/1.5.2/org/getspout/spoutapi/inventory/class-use/ItemMap.html new file mode 100644 index 0000000..8b114fc --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/inventory/class-use/ItemMap.html @@ -0,0 +1,277 @@ + + + + + +Uses of Class org.getspout.spoutapi.inventory.ItemMap (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.inventory.ItemMap

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/inventory/class-use/ItemMapRunnable.html b/generated/1.5.2/org/getspout/spoutapi/inventory/class-use/ItemMapRunnable.html new file mode 100644 index 0000000..3476062 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/inventory/class-use/ItemMapRunnable.html @@ -0,0 +1,171 @@ + + + + + +Uses of Interface org.getspout.spoutapi.inventory.ItemMapRunnable (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Interface
org.getspout.spoutapi.inventory.ItemMapRunnable

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/inventory/class-use/MaterialManager.html b/generated/1.5.2/org/getspout/spoutapi/inventory/class-use/MaterialManager.html new file mode 100644 index 0000000..c90fd18 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/inventory/class-use/MaterialManager.html @@ -0,0 +1,212 @@ + + + + + +Uses of Interface org.getspout.spoutapi.inventory.MaterialManager (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Interface
org.getspout.spoutapi.inventory.MaterialManager

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/inventory/class-use/SpoutEnchantment.html b/generated/1.5.2/org/getspout/spoutapi/inventory/class-use/SpoutEnchantment.html new file mode 100644 index 0000000..47ac29a --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/inventory/class-use/SpoutEnchantment.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.inventory.SpoutEnchantment (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.inventory.SpoutEnchantment

+
+
No usage of org.getspout.spoutapi.inventory.SpoutEnchantment
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/inventory/class-use/SpoutItemStack.html b/generated/1.5.2/org/getspout/spoutapi/inventory/class-use/SpoutItemStack.html new file mode 100644 index 0000000..fac32a9 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/inventory/class-use/SpoutItemStack.html @@ -0,0 +1,232 @@ + + + + + +Uses of Class org.getspout.spoutapi.inventory.SpoutItemStack (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.inventory.SpoutItemStack

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/inventory/class-use/SpoutPlayerInventory.html b/generated/1.5.2/org/getspout/spoutapi/inventory/class-use/SpoutPlayerInventory.html new file mode 100644 index 0000000..9c90278 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/inventory/class-use/SpoutPlayerInventory.html @@ -0,0 +1,127 @@ + + + + + +Uses of Interface org.getspout.spoutapi.inventory.SpoutPlayerInventory (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Interface
org.getspout.spoutapi.inventory.SpoutPlayerInventory

+
+
No usage of org.getspout.spoutapi.inventory.SpoutPlayerInventory
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/inventory/class-use/SpoutShapedRecipe.html b/generated/1.5.2/org/getspout/spoutapi/inventory/class-use/SpoutShapedRecipe.html new file mode 100644 index 0000000..88b7b27 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/inventory/class-use/SpoutShapedRecipe.html @@ -0,0 +1,180 @@ + + + + + +Uses of Class org.getspout.spoutapi.inventory.SpoutShapedRecipe (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.inventory.SpoutShapedRecipe

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/inventory/class-use/SpoutShapelessRecipe.html b/generated/1.5.2/org/getspout/spoutapi/inventory/class-use/SpoutShapelessRecipe.html new file mode 100644 index 0000000..35cd0d7 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/inventory/class-use/SpoutShapelessRecipe.html @@ -0,0 +1,186 @@ + + + + + +Uses of Class org.getspout.spoutapi.inventory.SpoutShapelessRecipe (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.inventory.SpoutShapelessRecipe

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/inventory/package-frame.html b/generated/1.5.2/org/getspout/spoutapi/inventory/package-frame.html new file mode 100644 index 0000000..7b523f6 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/inventory/package-frame.html @@ -0,0 +1,34 @@ + + + + + +org.getspout.spoutapi.inventory (Spoutcraft 1.5.2 JavaDoc) + + + + + + +

org.getspout.spoutapi.inventory

+ + + diff --git a/generated/1.5.2/org/getspout/spoutapi/inventory/package-summary.html b/generated/1.5.2/org/getspout/spoutapi/inventory/package-summary.html new file mode 100644 index 0000000..df4933f --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/inventory/package-summary.html @@ -0,0 +1,214 @@ + + + + + +org.getspout.spoutapi.inventory (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Package org.getspout.spoutapi.inventory

+
+
+ This package provides the interfaces for custom inventories, the inventory building, and the item manager +
+
+

See: Description

+
+
+ + + + +

Package org.getspout.spoutapi.inventory Description

+

+ This package provides the interfaces for custom inventories, the inventory building, and the item manager +

+
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/inventory/package-tree.html b/generated/1.5.2/org/getspout/spoutapi/inventory/package-tree.html new file mode 100644 index 0000000..5dca9c0 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/inventory/package-tree.html @@ -0,0 +1,164 @@ + + + + + +org.getspout.spoutapi.inventory Class Hierarchy (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Hierarchy For Package org.getspout.spoutapi.inventory

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/inventory/package-use.html b/generated/1.5.2/org/getspout/spoutapi/inventory/package-use.html new file mode 100644 index 0000000..07cbfe8 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/inventory/package-use.html @@ -0,0 +1,368 @@ + + + + + +Uses of Package org.getspout.spoutapi.inventory (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Package
org.getspout.spoutapi.inventory

+
+
+ +
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/io/AddonPacket.html b/generated/1.5.2/org/getspout/spoutapi/io/AddonPacket.html new file mode 100644 index 0000000..80025d2 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/io/AddonPacket.html @@ -0,0 +1,431 @@ + + + + + +AddonPacket (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.io
+

Class AddonPacket

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.getspout.spoutapi.io.AddonPacket
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public abstract class AddonPacket
    +extends java.lang.Object
    +
    AddonPacket provides a concise and safe way for server plugins to communicate with client side addons.
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      AddonPacket() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Static Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and TypeMethod and Description
      static java.lang.Class<? extends AddonPacket>getPacketFromId(java.lang.String uniqueId) +
      Gets the the packet from the unique identifying string, or null if there is no packet associated with it.
      +
      static java.lang.StringgetPacketId(java.lang.Class<? extends AddonPacket> packet) +
      Gets the unique identifying string for the given packet class, or null if none has been registered.
      +
      abstract voidread(SpoutInputStream input) +
      Reads the incoming data from the client.
      +
      static voidregister(java.lang.Class<? extends AddonPacket> packet, + java.lang.String uniqueId) 
      abstract voidrun(SpoutPlayer player) +
      Called when this packet has been successfully deserialized from the client
      +
      voidsend(java.util.Collection<SpoutPlayer> players) +
      Sends this packet to the collection of players
      +
      voidsend(SpoutPlayer player) +
      Sends this packet to the given player
      +
      abstract voidwrite(SpoutOutputStream output) +
      Writes the outgoing data to the output stream.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        AddonPacket

        +
        public AddonPacket()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        run

        +
        public abstract void run(SpoutPlayer player)
        +
        Called when this packet has been successfully deserialized from the client
        +
        +
        Parameters:
        +
        player - that sent this packet to the server
        +
        +
      • +
      + + + +
        +
      • +

        read

        +
        public abstract void read(SpoutInputStream input)
        +
        Reads the incoming data from the client. +

        + Note: Data should be read in exactly the same order as it was written.

        +
        +
        Parameters:
        +
        input - stream to read data from
        +
        +
      • +
      + + + +
        +
      • +

        write

        +
        public abstract void write(SpoutOutputStream output)
        +
        Writes the outgoing data to the output stream.
        +
        +
        Parameters:
        +
        output - to write data to
        +
        +
      • +
      + + + +
        +
      • +

        send

        +
        public final void send(java.util.Collection<SpoutPlayer> players)
        +
        Sends this packet to the collection of players
        +
        +
        Parameters:
        +
        players - to send this packet to
        +
        +
      • +
      + + + +
        +
      • +

        send

        +
        public final void send(SpoutPlayer player)
        +
        Sends this packet to the given player
        +
        +
        Parameters:
        +
        player - to send this packet to
        +
        +
      • +
      + + + +
        +
      • +

        register

        +
        public static void register(java.lang.Class<? extends AddonPacket> packet,
        +                            java.lang.String uniqueId)
        +
      • +
      + + + +
        +
      • +

        getPacketId

        +
        public static java.lang.String getPacketId(java.lang.Class<? extends AddonPacket> packet)
        +
        Gets the unique identifying string for the given packet class, or null if none has been registered.
        +
        +
        Parameters:
        +
        packet - class
        +
        Returns:
        +
        unique string
        +
        +
      • +
      + + + +
        +
      • +

        getPacketFromId

        +
        public static java.lang.Class<? extends AddonPacket> getPacketFromId(java.lang.String uniqueId)
        +
        Gets the the packet from the unique identifying string, or null if there is no packet associated with it.
        +
        +
        Parameters:
        +
        uniqueId - to get the class for
        +
        Returns:
        +
        class
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/io/CRCStore.URLCheck.html b/generated/1.5.2/org/getspout/spoutapi/io/CRCStore.URLCheck.html new file mode 100644 index 0000000..5eaa07a --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/io/CRCStore.URLCheck.html @@ -0,0 +1,336 @@ + + + + + +CRCStore.URLCheck (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.io
+

Class CRCStore.URLCheck

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • java.lang.Thread
    • +
    • +
        +
      • org.getspout.spoutapi.io.CRCStore.URLCheck
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.lang.Runnable
    +
    +
    +
    Enclosing class:
    +
    CRCStore
    +
    +
    +
    +
    public static class CRCStore.URLCheck
    +extends java.lang.Thread
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class java.lang.Thread

        +java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler
      • +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      +
        +
      • + + +

        Fields inherited from class java.lang.Thread

        +MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      URLCheck(java.lang.String url, + byte[] buffer, + CRCStoreRunnable runnable) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidrun() 
      +
        +
      • + + +

        Methods inherited from class java.lang.Thread

        +activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        URLCheck

        +
        public URLCheck(java.lang.String url,
        +                byte[] buffer,
        +                CRCStoreRunnable runnable)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        run

        +
        public void run()
        +
        +
        Specified by:
        +
        run in interface java.lang.Runnable
        +
        Overrides:
        +
        run in class java.lang.Thread
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/io/CRCStore.html b/generated/1.5.2/org/getspout/spoutapi/io/CRCStore.html new file mode 100644 index 0000000..e891c4a --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/io/CRCStore.html @@ -0,0 +1,311 @@ + + + + + +CRCStore (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.io
+

Class CRCStore

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.getspout.spoutapi.io.CRCStore
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public class CRCStore
    +extends java.lang.Object
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      + + + + + + + + + + +
      Nested Classes 
      Modifier and TypeClass and Description
      static class CRCStore.URLCheck 
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      CRCStore() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Static Methods Concrete Methods 
      Modifier and TypeMethod and Description
      static longgetCRC(java.lang.String urlString, + byte[] buffer) 
      static voidsetConfigFile(FlatFileStore<java.lang.String> config) 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        CRCStore

        +
        public CRCStore()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        setConfigFile

        +
        public static void setConfigFile(FlatFileStore<java.lang.String> config)
        +
      • +
      + + + +
        +
      • +

        getCRC

        +
        public static long getCRC(java.lang.String urlString,
        +                          byte[] buffer)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/io/CRCStoreRunnable.html b/generated/1.5.2/org/getspout/spoutapi/io/CRCStoreRunnable.html new file mode 100644 index 0000000..a081055 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/io/CRCStoreRunnable.html @@ -0,0 +1,238 @@ + + + + + +CRCStoreRunnable (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.io
+

Interface CRCStoreRunnable

+
+
+
+
    +
  • +
    +
    All Superinterfaces:
    +
    java.lang.Runnable
    +
    +
    +
    +
    public interface CRCStoreRunnable
    +extends java.lang.Runnable
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      All Methods Instance Methods Abstract Methods 
      Modifier and TypeMethod and Description
      voidsetCRC(java.lang.Long CRC) 
      +
        +
      • + + +

        Methods inherited from interface java.lang.Runnable

        +run
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        setCRC

        +
        void setCRC(java.lang.Long CRC)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/io/FileUtil.html b/generated/1.5.2/org/getspout/spoutapi/io/FileUtil.html new file mode 100644 index 0000000..834d845 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/io/FileUtil.html @@ -0,0 +1,486 @@ + + + + + +FileUtil (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.io
+

Class FileUtil

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.getspout.spoutapi.io.FileUtil
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public class FileUtil
    +extends java.lang.Object
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      FileUtil() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Static Methods Concrete Methods 
      Modifier and TypeMethod and Description
      static booleancopy(java.io.File inFile, + java.io.File outFile) +
      Copies one file to another location
      +
      static voidcopyFileMkdirs(java.io.File sourceFile, + java.io.File destFile) 
      static booleancreateFile(java.io.File file) +
      Creates a blank file
      +
      static java.util.Collection<java.lang.String>fileToString(java.io.File file) +
      Reads a File and places the contents into a collection of Strings.
      +
      static longgetCRC(java.io.File file, + byte[] buffer) +
      Computes a long CRC of a File
      +
      static longgetCRC(java.io.InputStream in, + byte[] buffer) +
      Computes a long CRC of the data in an InputStream until the stream ends.
      +
      static longgetCRC(java.net.URL url, + byte[] buffer) +
      Computes a long CRC of the file stored at a URL
      +
      static java.lang.StringgetFileName(java.lang.String url) +
      Converts the String representation of a URL into its corresponding filename.
      +
      static booleanstringToFile(java.util.Collection<java.lang.String> strings, + java.io.File file) +
      Writes a Collection of Strings to a File, overwriting any previous file contents.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        FileUtil

        +
        public FileUtil()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getCRC

        +
        public static long getCRC(java.io.File file,
        +                          byte[] buffer)
        +
        Computes a long CRC of a File
        +
        +
        Parameters:
        +
        file - the file to process
        +
        a - buffer for temporary data
        +
        Returns:
        +
        the CRC or 0 on failure
        +
        +
      • +
      + + + +
        +
      • +

        getCRC

        +
        public static long getCRC(java.net.URL url,
        +                          byte[] buffer)
        +
        Computes a long CRC of the file stored at a URL
        +
        +
        Parameters:
        +
        url - the URL that the file is stored at
        +
        a - buffer for temporary data
        +
        Returns:
        +
        the CRC or 0 on failure
        +
        +
      • +
      + + + +
        +
      • +

        getCRC

        +
        public static long getCRC(java.io.InputStream in,
        +                          byte[] buffer)
        +
        Computes a long CRC of the data in an InputStream until the stream ends.
        +
        +
        Parameters:
        +
        in - the InputStream to process
        +
        a - buffer for temporary data
        +
        Returns:
        +
        the CRC or 0 on failure
        +
        +
      • +
      + + + +
        +
      • +

        getFileName

        +
        public static java.lang.String getFileName(java.lang.String url)
        +
        Converts the String representation of a URL into its corresponding filename.
        +
        +
        Parameters:
        +
        the - url to process
        +
        Returns:
        +
        true the coresponding filename
        +
        +
      • +
      + + + +
        +
      • +

        stringToFile

        +
        public static boolean stringToFile(java.util.Collection<java.lang.String> strings,
        +                                   java.io.File file)
        +
        Writes a Collection of Strings to a File, overwriting any previous file contents. + + Each String is converted into a line in the File.
        +
        +
        Parameters:
        +
        strings - the Collection of Strings
        +
        file - the file to write
        +
        Returns:
        +
        true on success
        +
        +
      • +
      + + + +
        +
      • +

        fileToString

        +
        public static java.util.Collection<java.lang.String> fileToString(java.io.File file)
        +
        Reads a File and places the contents into a collection of Strings. + + Each line in the File is converted into a String. + + Iterators on the List will iterate through the Strings in the order the lines appear in the file
        +
        +
        Parameters:
        +
        the - file to read
        +
        Returns:
        +
        the Collection of Strings or null on failure
        +
        +
      • +
      + + + +
        +
      • +

        createFile

        +
        public static boolean createFile(java.io.File file)
        +
        Creates a blank file
        +
        +
        Parameters:
        +
        the - file to create
        +
        Returns:
        +
        true on success
        +
        +
      • +
      + + + +
        +
      • +

        copy

        +
        public static boolean copy(java.io.File inFile,
        +                           java.io.File outFile)
        +
        Copies one file to another location
        +
        +
        Parameters:
        +
        inFile - the source filename
        +
        outFile - the target filename
        +
        Returns:
        +
        true on success
        +
        +
      • +
      + + + +
        +
      • +

        copyFileMkdirs

        +
        public static void copyFileMkdirs(java.io.File sourceFile,
        +                                  java.io.File destFile)
        +                           throws java.io.IOException
        +
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/io/SpoutInputStream.html b/generated/1.5.2/org/getspout/spoutapi/io/SpoutInputStream.html new file mode 100644 index 0000000..28116b3 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/io/SpoutInputStream.html @@ -0,0 +1,617 @@ + + + + + +SpoutInputStream (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.io
+

Class SpoutInputStream

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • java.io.InputStream
    • +
    • +
        +
      • org.getspout.spoutapi.io.SpoutInputStream
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Closeable, java.lang.AutoCloseable
    +
    +
    +
    +
    public class SpoutInputStream
    +extends java.io.InputStream
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        SpoutInputStream

        +
        public SpoutInputStream(java.nio.ByteBuffer buffer)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        readBlock

        +
        public Block readBlock()
        +
      • +
      + + + +
        +
      • +

        readLocation

        +
        public Location readLocation()
        +
      • +
      + + + +
        +
      • +

        readVector

        +
        public Vector readVector()
        +
      • +
      + + + +
        +
      • +

        readItemStack

        +
        public ItemStack readItemStack(ItemStack item)
        +
      • +
      + + + +
        +
      • +

        readMaterial

        +
        public Material readMaterial()
        +
      • +
      + + + +
        +
      • +

        readUUID

        +
        public java.util.UUID readUUID()
        +
      • +
      + + + +
        +
      • +

        read

        +
        public int read()
        +
        +
        Specified by:
        +
        read in class java.io.InputStream
        +
        +
      • +
      + + + +
        +
      • +

        read

        +
        public int read(byte[] b,
        +                int len,
        +                int off)
        +
        +
        Overrides:
        +
        read in class java.io.InputStream
        +
        +
      • +
      + + + +
        +
      • +

        read

        +
        public int read(byte[] b)
        +
        +
        Overrides:
        +
        read in class java.io.InputStream
        +
        +
      • +
      + + + +
        +
      • +

        readShort

        +
        public short readShort()
        +
      • +
      + + + +
        +
      • +

        readInt

        +
        public int readInt()
        +
      • +
      + + + +
        +
      • +

        readLong

        +
        public long readLong()
        +
      • +
      + + + +
        +
      • +

        readFloat

        +
        public float readFloat()
        +
      • +
      + + + +
        +
      • +

        readDouble

        +
        public double readDouble()
        +
      • +
      + + + +
        +
      • +

        readChar

        +
        public char readChar()
        +
      • +
      + + + +
        +
      • +

        readBoolean

        +
        public boolean readBoolean()
        +
      • +
      + + + +
        +
      • +

        readString

        +
        public java.lang.String readString()
        +
      • +
      + + + +
        +
      • +

        readColor

        +
        public Color readColor()
        +
      • +
      + + + +
        +
      • +

        getRawBuffer

        +
        public java.nio.ByteBuffer getRawBuffer()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/io/SpoutOutputStream.html b/generated/1.5.2/org/getspout/spoutapi/io/SpoutOutputStream.html new file mode 100644 index 0000000..fd1af01 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/io/SpoutOutputStream.html @@ -0,0 +1,617 @@ + + + + + +SpoutOutputStream (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.io
+

Class SpoutOutputStream

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • java.io.OutputStream
    • +
    • +
        +
      • org.getspout.spoutapi.io.SpoutOutputStream
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Closeable, java.io.Flushable, java.lang.AutoCloseable
    +
    +
    +
    +
    public class SpoutOutputStream
    +extends java.io.OutputStream
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        SpoutOutputStream

        +
        public SpoutOutputStream()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        writeBlock

        +
        public void writeBlock(Block block)
        +
      • +
      + + + +
        +
      • +

        writeLocation

        +
        public void writeLocation(Location location)
        +
      • +
      + + + +
        +
      • +

        writeVector

        +
        public void writeVector(Vector vector)
        +
      • +
      + + + +
        +
      • +

        writeItemStack

        +
        public void writeItemStack(ItemStack item)
        +
      • +
      + + + +
        +
      • +

        writeMaterial

        +
        public void writeMaterial(Material material)
        +
      • +
      + + + +
        +
      • +

        writeUUID

        +
        public void writeUUID(java.util.UUID uuid)
        +
      • +
      + + + +
        +
      • +

        write

        +
        public void write(byte[] b)
        +
        +
        Overrides:
        +
        write in class java.io.OutputStream
        +
        +
      • +
      + + + +
        +
      • +

        write

        +
        public void write(byte[] b,
        +                  int len,
        +                  int off)
        +
        +
        Overrides:
        +
        write in class java.io.OutputStream
        +
        +
      • +
      + + + +
        +
      • +

        write

        +
        public void write(int b)
        +
        +
        Specified by:
        +
        write in class java.io.OutputStream
        +
        +
      • +
      + + + +
        +
      • +

        writeShort

        +
        public void writeShort(short s)
        +
      • +
      + + + +
        +
      • +

        writeInt

        +
        public void writeInt(int i)
        +
      • +
      + + + +
        +
      • +

        writeLong

        +
        public void writeLong(long l)
        +
      • +
      + + + +
        +
      • +

        writeFloat

        +
        public void writeFloat(float f)
        +
      • +
      + + + +
        +
      • +

        writeDouble

        +
        public void writeDouble(double d)
        +
      • +
      + + + +
        +
      • +

        writeChar

        +
        public void writeChar(char ch)
        +
      • +
      + + + +
        +
      • +

        writeBoolean

        +
        public void writeBoolean(boolean b)
        +
      • +
      + + + +
        +
      • +

        writeString

        +
        public void writeString(java.lang.String s)
        +
      • +
      + + + +
        +
      • +

        writeColor

        +
        public void writeColor(Color c)
        +
      • +
      + + + +
        +
      • +

        getRawBuffer

        +
        public java.nio.ByteBuffer getRawBuffer()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/io/class-use/AddonPacket.html b/generated/1.5.2/org/getspout/spoutapi/io/class-use/AddonPacket.html new file mode 100644 index 0000000..3445e07 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/io/class-use/AddonPacket.html @@ -0,0 +1,216 @@ + + + + + +Uses of Class org.getspout.spoutapi.io.AddonPacket (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.io.AddonPacket

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/io/class-use/CRCStore.URLCheck.html b/generated/1.5.2/org/getspout/spoutapi/io/class-use/CRCStore.URLCheck.html new file mode 100644 index 0000000..c1ac917 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/io/class-use/CRCStore.URLCheck.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.io.CRCStore.URLCheck (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.io.CRCStore.URLCheck

+
+
No usage of org.getspout.spoutapi.io.CRCStore.URLCheck
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/io/class-use/CRCStore.html b/generated/1.5.2/org/getspout/spoutapi/io/class-use/CRCStore.html new file mode 100644 index 0000000..beb0121 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/io/class-use/CRCStore.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.io.CRCStore (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.io.CRCStore

+
+
No usage of org.getspout.spoutapi.io.CRCStore
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/io/class-use/CRCStoreRunnable.html b/generated/1.5.2/org/getspout/spoutapi/io/class-use/CRCStoreRunnable.html new file mode 100644 index 0000000..788f58d --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/io/class-use/CRCStoreRunnable.html @@ -0,0 +1,170 @@ + + + + + +Uses of Interface org.getspout.spoutapi.io.CRCStoreRunnable (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Interface
org.getspout.spoutapi.io.CRCStoreRunnable

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/io/class-use/FileUtil.html b/generated/1.5.2/org/getspout/spoutapi/io/class-use/FileUtil.html new file mode 100644 index 0000000..8176590 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/io/class-use/FileUtil.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.io.FileUtil (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.io.FileUtil

+
+
No usage of org.getspout.spoutapi.io.FileUtil
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/io/class-use/SpoutInputStream.html b/generated/1.5.2/org/getspout/spoutapi/io/class-use/SpoutInputStream.html new file mode 100644 index 0000000..cf60287 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/io/class-use/SpoutInputStream.html @@ -0,0 +1,630 @@ + + + + + +Uses of Class org.getspout.spoutapi.io.SpoutInputStream (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.io.SpoutInputStream

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/io/class-use/SpoutOutputStream.html b/generated/1.5.2/org/getspout/spoutapi/io/class-use/SpoutOutputStream.html new file mode 100644 index 0000000..24c5cf8 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/io/class-use/SpoutOutputStream.html @@ -0,0 +1,641 @@ + + + + + +Uses of Class org.getspout.spoutapi.io.SpoutOutputStream (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.io.SpoutOutputStream

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/io/package-frame.html b/generated/1.5.2/org/getspout/spoutapi/io/package-frame.html new file mode 100644 index 0000000..e223a09 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/io/package-frame.html @@ -0,0 +1,30 @@ + + + + + +org.getspout.spoutapi.io (Spoutcraft 1.5.2 JavaDoc) + + + + + + +

org.getspout.spoutapi.io

+ + + diff --git a/generated/1.5.2/org/getspout/spoutapi/io/package-summary.html b/generated/1.5.2/org/getspout/spoutapi/io/package-summary.html new file mode 100644 index 0000000..4180706 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/io/package-summary.html @@ -0,0 +1,195 @@ + + + + + +org.getspout.spoutapi.io (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Package org.getspout.spoutapi.io

+
+
+ This package provides utility methods for files.
+
+

See: Description

+
+
+ + + + +

Package org.getspout.spoutapi.io Description

+

+ This package provides utility methods for files. +

+
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/io/package-tree.html b/generated/1.5.2/org/getspout/spoutapi/io/package-tree.html new file mode 100644 index 0000000..3532806 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/io/package-tree.html @@ -0,0 +1,165 @@ + + + + + +org.getspout.spoutapi.io Class Hierarchy (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Hierarchy For Package org.getspout.spoutapi.io

+Package Hierarchies: + +
+
+

Class Hierarchy

+
    +
  • java.lang.Object +
      +
    • org.getspout.spoutapi.io.AddonPacket
    • +
    • org.getspout.spoutapi.io.CRCStore
    • +
    • org.getspout.spoutapi.io.FileUtil
    • +
    • java.io.InputStream (implements java.io.Closeable) + +
    • +
    • java.io.OutputStream (implements java.io.Closeable, java.io.Flushable) + +
    • +
    • java.lang.Thread (implements java.lang.Runnable) + +
    • +
    +
  • +
+

Interface Hierarchy

+ +
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/io/package-use.html b/generated/1.5.2/org/getspout/spoutapi/io/package-use.html new file mode 100644 index 0000000..19152b0 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/io/package-use.html @@ -0,0 +1,305 @@ + + + + + +Uses of Package org.getspout.spoutapi.io (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Package
org.getspout.spoutapi.io

+
+
+ +
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/io/store/FlatFileStore.html b/generated/1.5.2/org/getspout/spoutapi/io/store/FlatFileStore.html new file mode 100644 index 0000000..40d5430 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/io/store/FlatFileStore.html @@ -0,0 +1,425 @@ + + + + + +FlatFileStore (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.io.store
+

Class FlatFileStore<T>

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    SimpleStore<T>
    +
    +
    +
    +
    public class FlatFileStore<T>
    +extends MemoryStore<T>
    +implements SimpleStore<T>
    +
    This implements a SimpleStore that is stored in memory. The save and load methods can be used to write the map to a File.
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      FlatFileStore(java.io.File file, + java.lang.Class<?> clazz) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      booleanclear() +
      Wipes all the key value pairs for the store
      +
      booleanload() +
      Loads the map from the persistence system associated with the store.
      +
      Tremove(java.lang.String key) +
      Removes a key, value pair
      +
      booleansave() +
      Save the map to the persistence system associated with the store.
      +
      Tset(java.lang.String key, + T value) +
      Sets the value associated with a key
      +
      + +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        FlatFileStore

        +
        public FlatFileStore(java.io.File file,
        +                     java.lang.Class<?> clazz)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        clear

        +
        public boolean clear()
        +
        Description copied from interface: SimpleStore
        +
        Wipes all the key value pairs for the store
        +
        +
        Specified by:
        +
        clear in interface SimpleStore<T>
        +
        Overrides:
        +
        clear in class MemoryStore<T>
        +
        +
      • +
      + + + +
        +
      • +

        save

        +
        public boolean save()
        +
        Description copied from interface: SimpleStore
        +
        Save the map to the persistence system associated with the store. + + If the store is a memory based volatile map, then this method will have no effect and will always return true.
        +
        +
        Specified by:
        +
        save in interface SimpleStore<T>
        +
        Overrides:
        +
        save in class MemoryStore<T>
        +
        Returns:
        +
        returns true if the save was successful
        +
        +
      • +
      + + + +
        +
      • +

        load

        +
        public boolean load()
        +
        Description copied from interface: SimpleStore
        +
        Loads the map from the persistence system associated with the store. + + If the store is a memory based volatile map, then this method will have no effect and will always return true.
        +
        +
        Specified by:
        +
        load in interface SimpleStore<T>
        +
        Overrides:
        +
        load in class MemoryStore<T>
        +
        Returns:
        +
        returns true if the load was successful
        +
        +
      • +
      + + + +
        +
      • +

        remove

        +
        public T remove(java.lang.String key)
        +
        Description copied from interface: SimpleStore
        +
        Removes a key, value pair
        +
        +
        Specified by:
        +
        remove in interface SimpleStore<T>
        +
        Overrides:
        +
        remove in class MemoryStore<T>
        +
        Returns:
        +
        returns the old value associated with the key, or null if the key, value pair doesn't exist
        +
        +
      • +
      + + + + + +
        +
      • +

        set

        +
        public T set(java.lang.String key,
        +             T value)
        +
        Description copied from interface: SimpleStore
        +
        Sets the value associated with a key
        +
        +
        Specified by:
        +
        set in interface SimpleStore<T>
        +
        Overrides:
        +
        set in class MemoryStore<T>
        +
        Returns:
        +
        returns the old value associated with the key
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/io/store/MemoryStore.html b/generated/1.5.2/org/getspout/spoutapi/io/store/MemoryStore.html new file mode 100644 index 0000000..3d2574e --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/io/store/MemoryStore.html @@ -0,0 +1,547 @@ + + + + + +MemoryStore (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.io.store
+

Class MemoryStore<T>

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.getspout.spoutapi.io.store.MemoryStore<T>
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    SimpleStore<T>
    +
    +
    +
    Direct Known Subclasses:
    +
    FlatFileStore
    +
    +
    +
    +
    public class MemoryStore<T>
    +extends java.lang.Object
    +implements SimpleStore<T>
    +
    This implements a SimpleStore that is stored in memory. It is no persisted between restarts.
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      MemoryStore() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      booleanclear() +
      Wipes all the key value pairs for the store
      +
      Tget(java.lang.String key) +
      Gets the value associated with a key
      +
      Tget(java.lang.String key, + T def) +
      Gets the value associated with a key and allows a default to be set
      +
      java.util.Set<java.util.Map.Entry<java.lang.String,T>>getEntrySet() +
      Returns an entry set containing all the key, value pairs within the Store
      +
      java.util.Collection<java.lang.String>getKeys() +
      Returns a collection of all keys for all key, value pairs within the Store
      +
      intgetSize() +
      Returns the number of key, value pairs within the Store
      +
      booleanload() +
      Loads the map from the persistence system associated with the store.
      +
      Tremove(java.lang.String key) +
      Removes a key, value pair
      +
      java.lang.StringreverseGet(T value) +
      Gets the key associated with a value
      +
      booleansave() +
      Save the map to the persistence system associated with the store.
      +
      Tset(java.lang.String key, + T value) +
      Sets the value associated with a key
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MemoryStore

        +
        public MemoryStore()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        save

        +
        public boolean save()
        +
        Description copied from interface: SimpleStore
        +
        Save the map to the persistence system associated with the store. + + If the store is a memory based volatile map, then this method will have no effect and will always return true.
        +
        +
        Specified by:
        +
        save in interface SimpleStore<T>
        +
        Returns:
        +
        returns true if the save was successful
        +
        +
      • +
      + + + +
        +
      • +

        load

        +
        public boolean load()
        +
        Description copied from interface: SimpleStore
        +
        Loads the map from the persistence system associated with the store. + + If the store is a memory based volatile map, then this method will have no effect and will always return true.
        +
        +
        Specified by:
        +
        load in interface SimpleStore<T>
        +
        Returns:
        +
        returns true if the load was successful
        +
        +
      • +
      + + + +
        +
      • +

        getKeys

        +
        public java.util.Collection<java.lang.String> getKeys()
        +
        Description copied from interface: SimpleStore
        +
        Returns a collection of all keys for all key, value pairs within the Store
        +
        +
        Specified by:
        +
        getKeys in interface SimpleStore<T>
        +
        Returns:
        +
        returns a Collection containing all the keys
        +
        +
      • +
      + + + +
        +
      • +

        getEntrySet

        +
        public java.util.Set<java.util.Map.Entry<java.lang.String,T>> getEntrySet()
        +
        Description copied from interface: SimpleStore
        +
        Returns an entry set containing all the key, value pairs within the Store
        +
        +
        Specified by:
        +
        getEntrySet in interface SimpleStore<T>
        +
        Returns:
        +
        returns a Set containing all the keys, value entries
        +
        +
      • +
      + + + +
        +
      • +

        getSize

        +
        public int getSize()
        +
        Description copied from interface: SimpleStore
        +
        Returns the number of key, value pairs within the Store
        +
        +
        Specified by:
        +
        getSize in interface SimpleStore<T>
        +
        Returns:
        +
        the size of the store
        +
        +
      • +
      + + + +
        +
      • +

        clear

        +
        public boolean clear()
        +
        Description copied from interface: SimpleStore
        +
        Wipes all the key value pairs for the store
        +
        +
        Specified by:
        +
        clear in interface SimpleStore<T>
        +
        +
      • +
      + + + +
        +
      • +

        get

        +
        public T get(java.lang.String key)
        +
        Description copied from interface: SimpleStore
        +
        Gets the value associated with a key
        +
        +
        Specified by:
        +
        get in interface SimpleStore<T>
        +
        Returns:
        +
        returns the value associated with the key
        +
        +
      • +
      + + + + + +
        +
      • +

        reverseGet

        +
        public java.lang.String reverseGet(T value)
        +
        Description copied from interface: SimpleStore
        +
        Gets the key associated with a value
        +
        +
        Specified by:
        +
        reverseGet in interface SimpleStore<T>
        +
        Returns:
        +
        returns the key associated with the value
        +
        +
      • +
      + + + + + +
        +
      • +

        get

        +
        public T get(java.lang.String key,
        +             T def)
        +
        Description copied from interface: SimpleStore
        +
        Gets the value associated with a key and allows a default to be set
        +
        +
        Specified by:
        +
        get in interface SimpleStore<T>
        +
        Returns:
        +
        returns the value associated with the key, or the default if there is no mapping
        +
        +
      • +
      + + + +
        +
      • +

        remove

        +
        public T remove(java.lang.String key)
        +
        Description copied from interface: SimpleStore
        +
        Removes a key, value pair
        +
        +
        Specified by:
        +
        remove in interface SimpleStore<T>
        +
        Returns:
        +
        returns the old value associated with the key, or null if the key, value pair doesn't exist
        +
        +
      • +
      + + + + + +
        +
      • +

        set

        +
        public T set(java.lang.String key,
        +             T value)
        +
        Description copied from interface: SimpleStore
        +
        Sets the value associated with a key
        +
        +
        Specified by:
        +
        set in interface SimpleStore<T>
        +
        Returns:
        +
        returns the old value associated with the key
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/io/store/SimpleStore.html b/generated/1.5.2/org/getspout/spoutapi/io/store/SimpleStore.html new file mode 100644 index 0000000..db8c0d3 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/io/store/SimpleStore.html @@ -0,0 +1,461 @@ + + + + + +SimpleStore (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.io.store
+

Interface SimpleStore<T>

+
+
+
+
    +
  • +
    +
    All Known Implementing Classes:
    +
    FlatFileStore, MemoryStore
    +
    +
    +
    +
    public interface SimpleStore<T>
    +
    Basic Store interface. + + It is used to store maps that map Strings to classes of type T + + Subclasses can implement backing to the file system.
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Abstract Methods 
      Modifier and TypeMethod and Description
      booleanclear() +
      Wipes all the key value pairs for the store
      +
      Tget(java.lang.String key) +
      Gets the value associated with a key
      +
      Tget(java.lang.String key, + T def) +
      Gets the value associated with a key and allows a default to be set
      +
      java.util.Set<java.util.Map.Entry<java.lang.String,T>>getEntrySet() +
      Returns an entry set containing all the key, value pairs within the Store
      +
      java.util.Collection<java.lang.String>getKeys() +
      Returns a collection of all keys for all key, value pairs within the Store
      +
      intgetSize() +
      Returns the number of key, value pairs within the Store
      +
      booleanload() +
      Loads the map from the persistence system associated with the store.
      +
      Tremove(java.lang.String key) +
      Removes a key, value pair
      +
      java.lang.StringreverseGet(T value) +
      Gets the key associated with a value
      +
      booleansave() +
      Save the map to the persistence system associated with the store.
      +
      Tset(java.lang.String key, + T value) +
      Sets the value associated with a key
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        save

        +
        boolean save()
        +
        Save the map to the persistence system associated with the store. + + If the store is a memory based volatile map, then this method will have no effect and will always return true.
        +
        +
        Returns:
        +
        returns true if the save was successful
        +
        +
      • +
      + + + +
        +
      • +

        load

        +
        boolean load()
        +
        Loads the map from the persistence system associated with the store. + + If the store is a memory based volatile map, then this method will have no effect and will always return true.
        +
        +
        Returns:
        +
        returns true if the load was successful
        +
        +
      • +
      + + + +
        +
      • +

        getKeys

        +
        java.util.Collection<java.lang.String> getKeys()
        +
        Returns a collection of all keys for all key, value pairs within the Store
        +
        +
        Returns:
        +
        returns a Collection containing all the keys
        +
        +
      • +
      + + + +
        +
      • +

        getEntrySet

        +
        java.util.Set<java.util.Map.Entry<java.lang.String,T>> getEntrySet()
        +
        Returns an entry set containing all the key, value pairs within the Store
        +
        +
        Returns:
        +
        returns a Set containing all the keys, value entries
        +
        +
      • +
      + + + +
        +
      • +

        getSize

        +
        int getSize()
        +
        Returns the number of key, value pairs within the Store
        +
        +
        Returns:
        +
        the size of the store
        +
        +
      • +
      + + + +
        +
      • +

        clear

        +
        boolean clear()
        +
        Wipes all the key value pairs for the store
        +
      • +
      + + + +
        +
      • +

        get

        +
        T get(java.lang.String key)
        +
        Gets the value associated with a key
        +
        +
        Returns:
        +
        returns the value associated with the key
        +
        +
      • +
      + + + + + +
        +
      • +

        get

        +
        T get(java.lang.String key,
        +      T def)
        +
        Gets the value associated with a key and allows a default to be set
        +
        +
        Returns:
        +
        returns the value associated with the key, or the default if there is no mapping
        +
        +
      • +
      + + + + + +
        +
      • +

        reverseGet

        +
        java.lang.String reverseGet(T value)
        +
        Gets the key associated with a value
        +
        +
        Returns:
        +
        returns the key associated with the value
        +
        +
      • +
      + + + +
        +
      • +

        remove

        +
        T remove(java.lang.String key)
        +
        Removes a key, value pair
        +
        +
        Returns:
        +
        returns the old value associated with the key, or null if the key, value pair doesn't exist
        +
        +
      • +
      + + + + + +
        +
      • +

        set

        +
        T set(java.lang.String key,
        +      T value)
        +
        Sets the value associated with a key
        +
        +
        Returns:
        +
        returns the old value associated with the key
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/io/store/class-use/FlatFileStore.html b/generated/1.5.2/org/getspout/spoutapi/io/store/class-use/FlatFileStore.html new file mode 100644 index 0000000..1fef9a5 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/io/store/class-use/FlatFileStore.html @@ -0,0 +1,170 @@ + + + + + +Uses of Class org.getspout.spoutapi.io.store.FlatFileStore (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.io.store.FlatFileStore

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/io/store/class-use/MemoryStore.html b/generated/1.5.2/org/getspout/spoutapi/io/store/class-use/MemoryStore.html new file mode 100644 index 0000000..5f2ff3e --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/io/store/class-use/MemoryStore.html @@ -0,0 +1,169 @@ + + + + + +Uses of Class org.getspout.spoutapi.io.store.MemoryStore (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.io.store.MemoryStore

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/io/store/class-use/SimpleStore.html b/generated/1.5.2/org/getspout/spoutapi/io/store/class-use/SimpleStore.html new file mode 100644 index 0000000..cac6ab0 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/io/store/class-use/SimpleStore.html @@ -0,0 +1,201 @@ + + + + + +Uses of Interface org.getspout.spoutapi.io.store.SimpleStore (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Interface
org.getspout.spoutapi.io.store.SimpleStore

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/io/store/package-frame.html b/generated/1.5.2/org/getspout/spoutapi/io/store/package-frame.html new file mode 100644 index 0000000..2bda86c --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/io/store/package-frame.html @@ -0,0 +1,26 @@ + + + + + +org.getspout.spoutapi.io.store (Spoutcraft 1.5.2 JavaDoc) + + + + + + +

org.getspout.spoutapi.io.store

+
+

Interfaces

+ +

Classes

+ +
+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/io/store/package-summary.html b/generated/1.5.2/org/getspout/spoutapi/io/store/package-summary.html new file mode 100644 index 0000000..46f3e67 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/io/store/package-summary.html @@ -0,0 +1,171 @@ + + + + + +org.getspout.spoutapi.io.store (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Package org.getspout.spoutapi.io.store

+
+
+
    +
  • + + + + + + + + + + + + +
    Interface Summary 
    InterfaceDescription
    SimpleStore<T> +
    Basic Store interface.
    +
    +
  • +
  • + + + + + + + + + + + + + + + + +
    Class Summary 
    ClassDescription
    FlatFileStore<T> +
    This implements a SimpleStore that is stored in memory.
    +
    MemoryStore<T> +
    This implements a SimpleStore that is stored in memory.
    +
    +
  • +
+
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/io/store/package-tree.html b/generated/1.5.2/org/getspout/spoutapi/io/store/package-tree.html new file mode 100644 index 0000000..9a86b02 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/io/store/package-tree.html @@ -0,0 +1,148 @@ + + + + + +org.getspout.spoutapi.io.store Class Hierarchy (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Hierarchy For Package org.getspout.spoutapi.io.store

+Package Hierarchies: + +
+
+

Class Hierarchy

+
    +
  • java.lang.Object + +
  • +
+

Interface Hierarchy

+ +
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/io/store/package-use.html b/generated/1.5.2/org/getspout/spoutapi/io/store/package-use.html new file mode 100644 index 0000000..3bedded --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/io/store/package-use.html @@ -0,0 +1,216 @@ + + + + + +Uses of Package org.getspout.spoutapi.io.store (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Package
org.getspout.spoutapi.io.store

+
+
+ +
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/keyboard/BindingExecutionDelegate.html b/generated/1.5.2/org/getspout/spoutapi/keyboard/BindingExecutionDelegate.html new file mode 100644 index 0000000..2050552 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/keyboard/BindingExecutionDelegate.html @@ -0,0 +1,260 @@ + + + + + +BindingExecutionDelegate (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.keyboard
+

Interface BindingExecutionDelegate

+
+
+
+
    +
  • +
    +
    +
    public interface BindingExecutionDelegate
    +
    Implement this interface to provide your custom action what should happen when a user presses a registered keybinding. + Register your keybinding using the KeyBindingManager
    +
    +
    See Also:
    +
    KeyBindingManager
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        keyPressed

        +
        void keyPressed(KeyBindingEvent event)
        +
        Called when the key bound to the delegate is pressed
        +
        +
        Parameters:
        +
        event - args
        +
        +
      • +
      + + + +
        +
      • +

        keyReleased

        +
        void keyReleased(KeyBindingEvent event)
        +
        Called when the key bound to the delegate is released
        +
        +
        Parameters:
        +
        event - args
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/keyboard/KeyBinding.html b/generated/1.5.2/org/getspout/spoutapi/keyboard/KeyBinding.html new file mode 100644 index 0000000..fb47132 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/keyboard/KeyBinding.html @@ -0,0 +1,520 @@ + + + + + +KeyBinding (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.keyboard
+

Class KeyBinding

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.getspout.spoutapi.keyboard.KeyBinding
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public class KeyBinding
    +extends java.lang.Object
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      KeyBinding(java.lang.String id, + Keyboard defaultkey, + java.lang.String description, + Plugin plugin, + BindingExecutionDelegate delegate) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      KeyboardgetDefaultKey() +
      Gets the default key for this keybinding
      +
      BindingExecutionDelegategetDelegate() +
      Gets the key binding delegate object for this keybinding
      +
      java.lang.StringgetDescription() +
      Gets the description that will be shown to players about the purpose of this keybinding
      +
      java.lang.StringgetId() +
      The unique id for this keybinding
      +
      PlugingetPlugin() +
      Gets the plugin associated with this keybinding
      +
      java.util.UUIDgetUniqueId() +
      Gets the unique id of this keybinding
      +
      voidsetDefaultKey(Keyboard defaultKey) +
      Sets the default key for this keybinding
      +
      voidsetDelegate(BindingExecutionDelegate delegate) +
      Sets the key binding delegate object for this keybinding
      +
      voidsetDescription(java.lang.String description) +
      Sets the description of the keybinding
      +
      voidsetId(java.lang.String id) +
      Sets the unique id for this keybinding
      +
      voidsetPlugin(Plugin plugin) +
      Sets the plugin associated with this keybinding
      +
      voidsetUniqueId(java.util.UUID uniqueId) +
      Sets the unique id for this keybinding
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        KeyBinding

        +
        public KeyBinding(java.lang.String id,
        +                  Keyboard defaultkey,
        +                  java.lang.String description,
        +                  Plugin plugin,
        +                  BindingExecutionDelegate delegate)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getId

        +
        public java.lang.String getId()
        +
        The unique id for this keybinding
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        setId

        +
        public void setId(java.lang.String id)
        +
        Sets the unique id for this keybinding
        +
        +
        Parameters:
        +
        id -
        +
        +
      • +
      + + + +
        +
      • +

        getDefaultKey

        +
        public Keyboard getDefaultKey()
        +
        Gets the default key for this keybinding
        +
        +
        Returns:
        +
        default key
        +
        +
      • +
      + + + +
        +
      • +

        setDefaultKey

        +
        public void setDefaultKey(Keyboard defaultKey)
        +
        Sets the default key for this keybinding
        +
        +
        Parameters:
        +
        defaultKey -
        +
        +
      • +
      + + + +
        +
      • +

        getDescription

        +
        public java.lang.String getDescription()
        +
        Gets the description that will be shown to players about the purpose of this keybinding
        +
        +
        Returns:
        +
        description
        +
        +
      • +
      + + + +
        +
      • +

        setDescription

        +
        public void setDescription(java.lang.String description)
        +
        Sets the description of the keybinding
        +
        +
        Parameters:
        +
        description -
        +
        +
      • +
      + + + +
        +
      • +

        getPlugin

        +
        public Plugin getPlugin()
        +
        Gets the plugin associated with this keybinding
        +
        +
        Returns:
        +
        plugin
        +
        +
      • +
      + + + +
        +
      • +

        setPlugin

        +
        public void setPlugin(Plugin plugin)
        +
        Sets the plugin associated with this keybinding
        +
        +
        Parameters:
        +
        plugin -
        +
        +
      • +
      + + + +
        +
      • +

        getDelegate

        +
        public BindingExecutionDelegate getDelegate()
        +
        Gets the key binding delegate object for this keybinding
        +
        +
        Returns:
        +
        delegate
        +
        +
      • +
      + + + +
        +
      • +

        setDelegate

        +
        public void setDelegate(BindingExecutionDelegate delegate)
        +
        Sets the key binding delegate object for this keybinding
        +
        +
        Parameters:
        +
        delegate -
        +
        +
      • +
      + + + +
        +
      • +

        setUniqueId

        +
        public void setUniqueId(java.util.UUID uniqueId)
        +
        Sets the unique id for this keybinding
        +
        +
        Parameters:
        +
        uniqueId -
        +
        +
      • +
      + + + +
        +
      • +

        getUniqueId

        +
        public java.util.UUID getUniqueId()
        +
        Gets the unique id of this keybinding
        +
        +
        Returns:
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/keyboard/KeyBindingManager.html b/generated/1.5.2/org/getspout/spoutapi/keyboard/KeyBindingManager.html new file mode 100644 index 0000000..3a0fd53 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/keyboard/KeyBindingManager.html @@ -0,0 +1,271 @@ + + + + + +KeyBindingManager (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.keyboard
+

Interface KeyBindingManager

+
+
+
+
    +
  • +
    +
    +
    public interface KeyBindingManager
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        registerBinding

        +
        void registerBinding(java.lang.String id,
        +                     Keyboard defaultKey,
        +                     java.lang.String description,
        +                     BindingExecutionDelegate callback,
        +                     Plugin plugin)
        +              throws java.lang.IllegalArgumentException
        +
        Registers a new kind binding
        +
        +
        Parameters:
        +
        id - unique id that represents your binding. IT MUST BE UNIQUE!
        +
        defaultKey - for this binding.
        +
        description - of this key binding, that players will see.
        +
        callback - the class that will receive the event callbacks.
        +
        plugin - that registered this binding.
        +
        Throws:
        +
        java.lang.IllegalArgumentException - if the id passed is not unique.
        +
        +
      • +
      + + + +
        +
      • +

        summonKey

        +
        void summonKey(java.util.UUID uniqueId,
        +               SpoutPlayer player,
        +               Keyboard key,
        +               boolean pressed)
        +
        Internal use only
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/keyboard/Keyboard.html b/generated/1.5.2/org/getspout/spoutapi/keyboard/Keyboard.html new file mode 100644 index 0000000..d63fd22 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/keyboard/Keyboard.html @@ -0,0 +1,1935 @@ + + + + + +Keyboard (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.keyboard
+

Enum Keyboard

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • java.lang.Enum<Keyboard>
    • +
    • +
        +
      • org.getspout.spoutapi.keyboard.Keyboard
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable, java.lang.Comparable<Keyboard>
    +
    +
    +
    +
    public enum Keyboard
    +extends java.lang.Enum<Keyboard>
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Enum Constant Detail

      + + + +
        +
      • +

        CHAR_NONE

        +
        public static final Keyboard CHAR_NONE
        +
      • +
      + + + +
        +
      • +

        KEY_NONE

        +
        public static final Keyboard KEY_NONE
        +
      • +
      + + + +
        +
      • +

        KEY_ESCAPE

        +
        public static final Keyboard KEY_ESCAPE
        +
      • +
      + + + +
        +
      • +

        KEY_1

        +
        public static final Keyboard KEY_1
        +
      • +
      + + + +
        +
      • +

        KEY_2

        +
        public static final Keyboard KEY_2
        +
      • +
      + + + +
        +
      • +

        KEY_3

        +
        public static final Keyboard KEY_3
        +
      • +
      + + + +
        +
      • +

        KEY_4

        +
        public static final Keyboard KEY_4
        +
      • +
      + + + +
        +
      • +

        KEY_5

        +
        public static final Keyboard KEY_5
        +
      • +
      + + + +
        +
      • +

        KEY_6

        +
        public static final Keyboard KEY_6
        +
      • +
      + + + +
        +
      • +

        KEY_7

        +
        public static final Keyboard KEY_7
        +
      • +
      + + + +
        +
      • +

        KEY_8

        +
        public static final Keyboard KEY_8
        +
      • +
      + + + +
        +
      • +

        KEY_9

        +
        public static final Keyboard KEY_9
        +
      • +
      + + + +
        +
      • +

        KEY_0

        +
        public static final Keyboard KEY_0
        +
      • +
      + + + +
        +
      • +

        KEY_MINUS

        +
        public static final Keyboard KEY_MINUS
        +
      • +
      + + + +
        +
      • +

        KEY_EQUALS

        +
        public static final Keyboard KEY_EQUALS
        +
      • +
      + + + +
        +
      • +

        KEY_BACK

        +
        public static final Keyboard KEY_BACK
        +
      • +
      + + + +
        +
      • +

        KEY_TAB

        +
        public static final Keyboard KEY_TAB
        +
      • +
      + + + +
        +
      • +

        KEY_Q

        +
        public static final Keyboard KEY_Q
        +
      • +
      + + + +
        +
      • +

        KEY_W

        +
        public static final Keyboard KEY_W
        +
      • +
      + + + +
        +
      • +

        KEY_E

        +
        public static final Keyboard KEY_E
        +
      • +
      + + + +
        +
      • +

        KEY_R

        +
        public static final Keyboard KEY_R
        +
      • +
      + + + +
        +
      • +

        KEY_T

        +
        public static final Keyboard KEY_T
        +
      • +
      + + + +
        +
      • +

        KEY_Y

        +
        public static final Keyboard KEY_Y
        +
      • +
      + + + +
        +
      • +

        KEY_U

        +
        public static final Keyboard KEY_U
        +
      • +
      + + + +
        +
      • +

        KEY_I

        +
        public static final Keyboard KEY_I
        +
      • +
      + + + +
        +
      • +

        KEY_O

        +
        public static final Keyboard KEY_O
        +
      • +
      + + + +
        +
      • +

        KEY_P

        +
        public static final Keyboard KEY_P
        +
      • +
      + + + +
        +
      • +

        KEY_LBRACKET

        +
        public static final Keyboard KEY_LBRACKET
        +
      • +
      + + + +
        +
      • +

        KEY_RBRACKET

        +
        public static final Keyboard KEY_RBRACKET
        +
      • +
      + + + +
        +
      • +

        KEY_RETURN

        +
        public static final Keyboard KEY_RETURN
        +
      • +
      + + + +
        +
      • +

        KEY_LCONTROL

        +
        public static final Keyboard KEY_LCONTROL
        +
      • +
      + + + +
        +
      • +

        KEY_A

        +
        public static final Keyboard KEY_A
        +
      • +
      + + + +
        +
      • +

        KEY_S

        +
        public static final Keyboard KEY_S
        +
      • +
      + + + +
        +
      • +

        KEY_D

        +
        public static final Keyboard KEY_D
        +
      • +
      + + + +
        +
      • +

        KEY_F

        +
        public static final Keyboard KEY_F
        +
      • +
      + + + +
        +
      • +

        KEY_G

        +
        public static final Keyboard KEY_G
        +
      • +
      + + + +
        +
      • +

        KEY_H

        +
        public static final Keyboard KEY_H
        +
      • +
      + + + +
        +
      • +

        KEY_J

        +
        public static final Keyboard KEY_J
        +
      • +
      + + + +
        +
      • +

        KEY_K

        +
        public static final Keyboard KEY_K
        +
      • +
      + + + +
        +
      • +

        KEY_L

        +
        public static final Keyboard KEY_L
        +
      • +
      + + + +
        +
      • +

        KEY_SEMICOLON

        +
        public static final Keyboard KEY_SEMICOLON
        +
      • +
      + + + +
        +
      • +

        KEY_APOSTROPHE

        +
        public static final Keyboard KEY_APOSTROPHE
        +
      • +
      + + + +
        +
      • +

        KEY_GRAVE

        +
        public static final Keyboard KEY_GRAVE
        +
      • +
      + + + +
        +
      • +

        KEY_LSHIFT

        +
        public static final Keyboard KEY_LSHIFT
        +
      • +
      + + + +
        +
      • +

        KEY_BACKSLASH

        +
        public static final Keyboard KEY_BACKSLASH
        +
      • +
      + + + +
        +
      • +

        KEY_Z

        +
        public static final Keyboard KEY_Z
        +
      • +
      + + + +
        +
      • +

        KEY_X

        +
        public static final Keyboard KEY_X
        +
      • +
      + + + +
        +
      • +

        KEY_C

        +
        public static final Keyboard KEY_C
        +
      • +
      + + + +
        +
      • +

        KEY_V

        +
        public static final Keyboard KEY_V
        +
      • +
      + + + +
        +
      • +

        KEY_B

        +
        public static final Keyboard KEY_B
        +
      • +
      + + + +
        +
      • +

        KEY_N

        +
        public static final Keyboard KEY_N
        +
      • +
      + + + +
        +
      • +

        KEY_M

        +
        public static final Keyboard KEY_M
        +
      • +
      + + + +
        +
      • +

        KEY_COMMA

        +
        public static final Keyboard KEY_COMMA
        +
      • +
      + + + +
        +
      • +

        KEY_PERIOD

        +
        public static final Keyboard KEY_PERIOD
        +
      • +
      + + + +
        +
      • +

        KEY_SLASH

        +
        public static final Keyboard KEY_SLASH
        +
      • +
      + + + +
        +
      • +

        KEY_RSHIFT

        +
        public static final Keyboard KEY_RSHIFT
        +
      • +
      + + + +
        +
      • +

        KEY_MULTIPLY

        +
        public static final Keyboard KEY_MULTIPLY
        +
      • +
      + + + +
        +
      • +

        KEY_LMENU

        +
        public static final Keyboard KEY_LMENU
        +
      • +
      + + + +
        +
      • +

        KEY_SPACE

        +
        public static final Keyboard KEY_SPACE
        +
      • +
      + + + +
        +
      • +

        KEY_CAPITAL

        +
        public static final Keyboard KEY_CAPITAL
        +
      • +
      + + + +
        +
      • +

        KEY_F1

        +
        public static final Keyboard KEY_F1
        +
      • +
      + + + +
        +
      • +

        KEY_F2

        +
        public static final Keyboard KEY_F2
        +
      • +
      + + + +
        +
      • +

        KEY_F3

        +
        public static final Keyboard KEY_F3
        +
      • +
      + + + +
        +
      • +

        KEY_F4

        +
        public static final Keyboard KEY_F4
        +
      • +
      + + + +
        +
      • +

        KEY_F5

        +
        public static final Keyboard KEY_F5
        +
      • +
      + + + +
        +
      • +

        KEY_F6

        +
        public static final Keyboard KEY_F6
        +
      • +
      + + + +
        +
      • +

        KEY_F7

        +
        public static final Keyboard KEY_F7
        +
      • +
      + + + +
        +
      • +

        KEY_F8

        +
        public static final Keyboard KEY_F8
        +
      • +
      + + + +
        +
      • +

        KEY_F9

        +
        public static final Keyboard KEY_F9
        +
      • +
      + + + +
        +
      • +

        KEY_F10

        +
        public static final Keyboard KEY_F10
        +
      • +
      + + + +
        +
      • +

        KEY_NUMLOCK

        +
        public static final Keyboard KEY_NUMLOCK
        +
      • +
      + + + +
        +
      • +

        KEY_SCROLL

        +
        public static final Keyboard KEY_SCROLL
        +
      • +
      + + + +
        +
      • +

        KEY_NUMPAD7

        +
        public static final Keyboard KEY_NUMPAD7
        +
      • +
      + + + +
        +
      • +

        KEY_NUMPAD8

        +
        public static final Keyboard KEY_NUMPAD8
        +
      • +
      + + + +
        +
      • +

        KEY_NUMPAD9

        +
        public static final Keyboard KEY_NUMPAD9
        +
      • +
      + + + +
        +
      • +

        KEY_SUBTRACT

        +
        public static final Keyboard KEY_SUBTRACT
        +
      • +
      + + + +
        +
      • +

        KEY_NUMPAD4

        +
        public static final Keyboard KEY_NUMPAD4
        +
      • +
      + + + +
        +
      • +

        KEY_NUMPAD5

        +
        public static final Keyboard KEY_NUMPAD5
        +
      • +
      + + + +
        +
      • +

        KEY_NUMPAD6

        +
        public static final Keyboard KEY_NUMPAD6
        +
      • +
      + + + +
        +
      • +

        KEY_ADD

        +
        public static final Keyboard KEY_ADD
        +
      • +
      + + + +
        +
      • +

        KEY_NUMPAD1

        +
        public static final Keyboard KEY_NUMPAD1
        +
      • +
      + + + +
        +
      • +

        KEY_NUMPAD2

        +
        public static final Keyboard KEY_NUMPAD2
        +
      • +
      + + + +
        +
      • +

        KEY_NUMPAD3

        +
        public static final Keyboard KEY_NUMPAD3
        +
      • +
      + + + +
        +
      • +

        KEY_NUMPAD0

        +
        public static final Keyboard KEY_NUMPAD0
        +
      • +
      + + + +
        +
      • +

        KEY_DECIMAL

        +
        public static final Keyboard KEY_DECIMAL
        +
      • +
      + + + +
        +
      • +

        KEY_F11

        +
        public static final Keyboard KEY_F11
        +
      • +
      + + + +
        +
      • +

        KEY_F12

        +
        public static final Keyboard KEY_F12
        +
      • +
      + + + +
        +
      • +

        KEY_F13

        +
        public static final Keyboard KEY_F13
        +
      • +
      + + + +
        +
      • +

        KEY_F14

        +
        public static final Keyboard KEY_F14
        +
      • +
      + + + +
        +
      • +

        KEY_F15

        +
        public static final Keyboard KEY_F15
        +
      • +
      + + + +
        +
      • +

        KEY_KANA

        +
        public static final Keyboard KEY_KANA
        +
      • +
      + + + +
        +
      • +

        KEY_CONVERT

        +
        public static final Keyboard KEY_CONVERT
        +
      • +
      + + + +
        +
      • +

        KEY_NOCONVERT

        +
        public static final Keyboard KEY_NOCONVERT
        +
      • +
      + + + +
        +
      • +

        KEY_YEN

        +
        public static final Keyboard KEY_YEN
        +
      • +
      + + + +
        +
      • +

        KEY_NUMPADEQUALS

        +
        public static final Keyboard KEY_NUMPADEQUALS
        +
      • +
      + + + +
        +
      • +

        KEY_CIRCUMFLEX

        +
        public static final Keyboard KEY_CIRCUMFLEX
        +
      • +
      + + + +
        +
      • +

        KEY_AT

        +
        public static final Keyboard KEY_AT
        +
      • +
      + + + +
        +
      • +

        KEY_COLON

        +
        public static final Keyboard KEY_COLON
        +
      • +
      + + + +
        +
      • +

        KEY_UNDERLINE

        +
        public static final Keyboard KEY_UNDERLINE
        +
      • +
      + + + +
        +
      • +

        KEY_KANJI

        +
        public static final Keyboard KEY_KANJI
        +
      • +
      + + + +
        +
      • +

        KEY_STOP

        +
        public static final Keyboard KEY_STOP
        +
      • +
      + + + +
        +
      • +

        KEY_AX

        +
        public static final Keyboard KEY_AX
        +
      • +
      + + + +
        +
      • +

        KEY_UNLABELED

        +
        public static final Keyboard KEY_UNLABELED
        +
      • +
      + + + +
        +
      • +

        KEY_NUMPADENTER

        +
        public static final Keyboard KEY_NUMPADENTER
        +
      • +
      + + + +
        +
      • +

        KEY_RCONTROL

        +
        public static final Keyboard KEY_RCONTROL
        +
      • +
      + + + +
        +
      • +

        KEY_NUMPADCOMMA

        +
        public static final Keyboard KEY_NUMPADCOMMA
        +
      • +
      + + + +
        +
      • +

        KEY_DIVIDE

        +
        public static final Keyboard KEY_DIVIDE
        +
      • +
      + + + +
        +
      • +

        KEY_SYSRQ

        +
        public static final Keyboard KEY_SYSRQ
        +
      • +
      + + + +
        +
      • +

        KEY_RMENU

        +
        public static final Keyboard KEY_RMENU
        +
      • +
      + + + +
        +
      • +

        KEY_PAUSE

        +
        public static final Keyboard KEY_PAUSE
        +
      • +
      + + + +
        +
      • +

        KEY_HOME

        +
        public static final Keyboard KEY_HOME
        +
      • +
      + + + +
        +
      • +

        KEY_UP

        +
        public static final Keyboard KEY_UP
        +
      • +
      + + + +
        +
      • +

        KEY_PRIOR

        +
        public static final Keyboard KEY_PRIOR
        +
      • +
      + + + +
        +
      • +

        KEY_LEFT

        +
        public static final Keyboard KEY_LEFT
        +
      • +
      + + + +
        +
      • +

        KEY_RIGHT

        +
        public static final Keyboard KEY_RIGHT
        +
      • +
      + + + +
        +
      • +

        KEY_END

        +
        public static final Keyboard KEY_END
        +
      • +
      + + + +
        +
      • +

        KEY_DOWN

        +
        public static final Keyboard KEY_DOWN
        +
      • +
      + + + +
        +
      • +

        KEY_NEXT

        +
        public static final Keyboard KEY_NEXT
        +
      • +
      + + + +
        +
      • +

        KEY_INSERT

        +
        public static final Keyboard KEY_INSERT
        +
      • +
      + + + +
        +
      • +

        KEY_DELETE

        +
        public static final Keyboard KEY_DELETE
        +
      • +
      + + + +
        +
      • +

        KEY_LMETA

        +
        public static final Keyboard KEY_LMETA
        +
      • +
      + + + +
        +
      • +

        KEY_LWIN

        +
        public static final Keyboard KEY_LWIN
        +
      • +
      + + + +
        +
      • +

        KEY_RMETA

        +
        public static final Keyboard KEY_RMETA
        +
      • +
      + + + +
        +
      • +

        KEY_RWIN

        +
        public static final Keyboard KEY_RWIN
        +
      • +
      + + + +
        +
      • +

        KEY_APPS

        +
        public static final Keyboard KEY_APPS
        +
      • +
      + + + +
        +
      • +

        KEY_POWER

        +
        public static final Keyboard KEY_POWER
        +
      • +
      + + + +
        +
      • +

        KEY_SLEEP

        +
        public static final Keyboard KEY_SLEEP
        +
      • +
      + + + +
        +
      • +

        KEYBOARD_SIZE

        +
        public static final Keyboard KEYBOARD_SIZE
        +
      • +
      + + + +
        +
      • +

        MOUSE_RIGHT

        +
        public static final Keyboard MOUSE_RIGHT
        +
      • +
      + + + +
        +
      • +

        MOUSE_LEFT

        +
        public static final Keyboard MOUSE_LEFT
        +
      • +
      + + + +
        +
      • +

        MOUSE_MIDDLE

        +
        public static final Keyboard MOUSE_MIDDLE
        +
      • +
      + + + +
        +
      • +

        KEY_UNKNOWN

        +
        public static final Keyboard KEY_UNKNOWN
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        values

        +
        public static Keyboard[] values()
        +
        Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
        +for (Keyboard c : Keyboard.values())
        +    System.out.println(c);
        +
        +
        +
        Returns:
        +
        an array containing the constants of this enum type, in the order they are declared
        +
        +
      • +
      + + + +
        +
      • +

        valueOf

        +
        public static Keyboard valueOf(java.lang.String name)
        +
        Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)
        +
        +
        Parameters:
        +
        name - the name of the enum constant to be returned.
        +
        Returns:
        +
        the enum constant with the specified name
        +
        Throws:
        +
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        +
        java.lang.NullPointerException - if the argument is null
        +
        +
      • +
      + + + +
        +
      • +

        getKeyCode

        +
        public int getKeyCode()
        +
      • +
      + + + +
        +
      • +

        getKey

        +
        public static Keyboard getKey(int key)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/keyboard/KeyboardBinding.html b/generated/1.5.2/org/getspout/spoutapi/keyboard/KeyboardBinding.html new file mode 100644 index 0000000..f2fb7df --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/keyboard/KeyboardBinding.html @@ -0,0 +1,287 @@ + + + + + +KeyboardBinding (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.keyboard
+

Interface KeyboardBinding

+
+
+
+
    +
  • +
    +
    Deprecated.
    +
    +
    @Deprecated
    +public interface KeyboardBinding
    +
    Please use the KeyBinding class instead
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        onPreKeyPress

        +
        @Deprecated
        +void onPreKeyPress(SpoutPlayer player)
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        onPostKeyPress

        +
        @Deprecated
        +void onPostKeyPress(SpoutPlayer player)
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        onPreKeyRelease

        +
        @Deprecated
        +void onPreKeyRelease(SpoutPlayer player)
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        onPostKeyRelease

        +
        @Deprecated
        +void onPostKeyRelease(SpoutPlayer player)
        +
        Deprecated. 
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/keyboard/KeyboardManager.html b/generated/1.5.2/org/getspout/spoutapi/keyboard/KeyboardManager.html new file mode 100644 index 0000000..a2cd183 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/keyboard/KeyboardManager.html @@ -0,0 +1,398 @@ + + + + + +KeyboardManager (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.keyboard
+

Interface KeyboardManager

+
+
+
+
    +
  • +
    +
    Deprecated.
    +
    +
    @Deprecated
    +public interface KeyboardManager
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getNumKeyBindings

        +
        @Deprecated
        +int getNumKeyBindings(Keyboard key)
        +
        Deprecated. use KeyBindingManager instead, it provides more flexibility to the user.
        +
        Gets the number of key bindings associated with this key
        +
        +
        Parameters:
        +
        key - to check against
        +
        Returns:
        +
        number of key bindings
        +
        +
      • +
      + + + +
        +
      • +

        addKeyBinding

        +
        @Deprecated
        +void addKeyBinding(Keyboard key,
        +                                KeyboardBinding keyBinding,
        +                                Plugin plugin)
        +
        Deprecated. 
        +
        Adds a key binding to a particular key
        +
        +
        Parameters:
        +
        key - to bind to
        +
        keyBinding - to bind to the key
        +
        plugin - for this binding
        +
        +
      • +
      + + + +
        +
      • +

        removeKeyBinding

        +
        @Deprecated
        +void removeKeyBinding(Keyboard key,
        +                                   java.lang.Class<? extends KeyboardBinding> keyBindingClass,
        +                                   Plugin plugin)
        +
        Deprecated. 
        +
        Removes a key binding from a particular key
        +
        +
        Parameters:
        +
        key - to remove the binding from
        +
        keyBindingClass - that the keyboardbinding is an instanceof
        +
        plugin - for this binding
        +
        +
      • +
      + + + +
        +
      • +

        removeAllKeyBindings

        +
        @Deprecated
        +void removeAllKeyBindings(Plugin plugin)
        +
        Deprecated. 
        +
        Removes all the keyboard bindings associated with this particular plugin. Automatically called onPluginDisable.
        +
        +
        Parameters:
        +
        plugin - to remove key bindings for
        +
        +
      • +
      + + + +
        +
      • +

        onPreKeyPress

        +
        void onPreKeyPress(Keyboard pressed,
        +                   SpoutPlayer player)
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        onPostKeyPress

        +
        void onPostKeyPress(Keyboard pressed,
        +                    SpoutPlayer player)
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        onPreKeyRelease

        +
        void onPreKeyRelease(Keyboard pressed,
        +                     SpoutPlayer player)
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        onPostKeyRelease

        +
        void onPostKeyRelease(Keyboard pressed,
        +                      SpoutPlayer player)
        +
        Deprecated. 
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/keyboard/class-use/BindingExecutionDelegate.html b/generated/1.5.2/org/getspout/spoutapi/keyboard/class-use/BindingExecutionDelegate.html new file mode 100644 index 0000000..28a1d66 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/keyboard/class-use/BindingExecutionDelegate.html @@ -0,0 +1,213 @@ + + + + + +Uses of Interface org.getspout.spoutapi.keyboard.BindingExecutionDelegate (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Interface
org.getspout.spoutapi.keyboard.BindingExecutionDelegate

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/keyboard/class-use/KeyBinding.html b/generated/1.5.2/org/getspout/spoutapi/keyboard/class-use/KeyBinding.html new file mode 100644 index 0000000..7e4acf3 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/keyboard/class-use/KeyBinding.html @@ -0,0 +1,207 @@ + + + + + +Uses of Class org.getspout.spoutapi.keyboard.KeyBinding (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.keyboard.KeyBinding

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/keyboard/class-use/KeyBindingManager.html b/generated/1.5.2/org/getspout/spoutapi/keyboard/class-use/KeyBindingManager.html new file mode 100644 index 0000000..00a6d9f --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/keyboard/class-use/KeyBindingManager.html @@ -0,0 +1,186 @@ + + + + + +Uses of Interface org.getspout.spoutapi.keyboard.KeyBindingManager (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Interface
org.getspout.spoutapi.keyboard.KeyBindingManager

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/keyboard/class-use/Keyboard.html b/generated/1.5.2/org/getspout/spoutapi/keyboard/class-use/Keyboard.html new file mode 100644 index 0000000..cd1e1e3 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/keyboard/class-use/Keyboard.html @@ -0,0 +1,403 @@ + + + + + +Uses of Class org.getspout.spoutapi.keyboard.Keyboard (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.keyboard.Keyboard

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/keyboard/class-use/KeyboardBinding.html b/generated/1.5.2/org/getspout/spoutapi/keyboard/class-use/KeyboardBinding.html new file mode 100644 index 0000000..68291ef --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/keyboard/class-use/KeyboardBinding.html @@ -0,0 +1,192 @@ + + + + + +Uses of Interface org.getspout.spoutapi.keyboard.KeyboardBinding (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Interface
org.getspout.spoutapi.keyboard.KeyboardBinding

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/keyboard/class-use/KeyboardManager.html b/generated/1.5.2/org/getspout/spoutapi/keyboard/class-use/KeyboardManager.html new file mode 100644 index 0000000..2403efb --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/keyboard/class-use/KeyboardManager.html @@ -0,0 +1,127 @@ + + + + + +Uses of Interface org.getspout.spoutapi.keyboard.KeyboardManager (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Interface
org.getspout.spoutapi.keyboard.KeyboardManager

+
+
No usage of org.getspout.spoutapi.keyboard.KeyboardManager
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/keyboard/package-frame.html b/generated/1.5.2/org/getspout/spoutapi/keyboard/package-frame.html new file mode 100644 index 0000000..e5d95f7 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/keyboard/package-frame.html @@ -0,0 +1,32 @@ + + + + + +org.getspout.spoutapi.keyboard (Spoutcraft 1.5.2 JavaDoc) + + + + + + +

org.getspout.spoutapi.keyboard

+ + + diff --git a/generated/1.5.2/org/getspout/spoutapi/keyboard/package-summary.html b/generated/1.5.2/org/getspout/spoutapi/keyboard/package-summary.html new file mode 100644 index 0000000..e0aedb9 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/keyboard/package-summary.html @@ -0,0 +1,203 @@ + + + + + +org.getspout.spoutapi.keyboard (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Package org.getspout.spoutapi.keyboard

+
+
+ This package provides the implementation of the keyboard, and the bindings and binding manager +
+
+

See: Description

+
+
+
    +
  • + + + + + + + + + + + + + + + + + + + + + + + + +
    Interface Summary 
    InterfaceDescription
    BindingExecutionDelegate +
    Implement this interface to provide your custom action what should happen when a user presses a registered keybinding.
    +
    KeyBindingManager 
    KeyboardBindingDeprecated
    KeyboardManagerDeprecated
    +
  • +
  • + + + + + + + + + + + + +
    Class Summary 
    ClassDescription
    KeyBinding 
    +
  • +
  • + + + + + + + + + + + + +
    Enum Summary 
    EnumDescription
    Keyboard 
    +
  • +
+ + + +

Package org.getspout.spoutapi.keyboard Description

+

+ This package provides the implementation of the keyboard, and the bindings and binding manager +

+
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/keyboard/package-tree.html b/generated/1.5.2/org/getspout/spoutapi/keyboard/package-tree.html new file mode 100644 index 0000000..6e0d719 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/keyboard/package-tree.html @@ -0,0 +1,159 @@ + + + + + +org.getspout.spoutapi.keyboard Class Hierarchy (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Hierarchy For Package org.getspout.spoutapi.keyboard

+Package Hierarchies: + +
+
+

Class Hierarchy

+
    +
  • java.lang.Object + +
  • +
+

Interface Hierarchy

+ +

Enum Hierarchy

+
    +
  • java.lang.Object +
      +
    • java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable) +
        +
      • org.getspout.spoutapi.keyboard.Keyboard
      • +
      +
    • +
    +
  • +
+
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/keyboard/package-use.html b/generated/1.5.2/org/getspout/spoutapi/keyboard/package-use.html new file mode 100644 index 0000000..5d69012 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/keyboard/package-use.html @@ -0,0 +1,269 @@ + + + + + +Uses of Package org.getspout.spoutapi.keyboard (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Package
org.getspout.spoutapi.keyboard

+
+
+ +
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/Armor.html b/generated/1.5.2/org/getspout/spoutapi/material/Armor.html new file mode 100644 index 0000000..4339402 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/Armor.html @@ -0,0 +1,201 @@ + + + + + +Armor (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.material
+

Interface Armor

+
+
+
+
    +
  • +
    +
    All Superinterfaces:
    +
    Item, Material
    +
    +
    +
    All Known Implementing Classes:
    +
    GenericArmor
    +
    +
    +
    +
    public interface Armor
    +extends Item
    +
  • +
+
+
+ +
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/Block.html b/generated/1.5.2/org/getspout/spoutapi/material/Block.html new file mode 100644 index 0000000..b037f85 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/Block.html @@ -0,0 +1,372 @@ + + + + + +Block (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.material
+

Interface Block

+
+
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + + + + + + + + + +
        +
      • +

        getFriction

        +
        float getFriction()
        +
      • +
      + + + +
        +
      • +

        setFriction

        +
        Block setFriction(float slip)
        +
      • +
      + + + +
        +
      • +

        getHardness

        +
        float getHardness()
        +
      • +
      + + + +
        +
      • +

        setHardness

        +
        Block setHardness(float hardness)
        +
      • +
      + + + +
        +
      • +

        isOpaque

        +
        boolean isOpaque()
        +
      • +
      + + + +
        +
      • +

        setOpaque

        +
        Block setOpaque(boolean opaque)
        +
      • +
      + + + +
        +
      • +

        getLightLevel

        +
        int getLightLevel()
        +
      • +
      + + + +
        +
      • +

        setLightLevel

        +
        Block setLightLevel(int level)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/CustomBlock.html b/generated/1.5.2/org/getspout/spoutapi/material/CustomBlock.html new file mode 100644 index 0000000..7bc4682 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/CustomBlock.html @@ -0,0 +1,962 @@ + + + + + +CustomBlock (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.material
+

Interface CustomBlock

+
+
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getBlockDesign

        +
        BlockDesign getBlockDesign()
        +
        Gets the BlockDesign associated with this CustomBlock
        +
        +
        Returns:
        +
        design
        +
        +
      • +
      + + + +
        +
      • +

        setBlockDesign

        +
        CustomBlock setBlockDesign(BlockDesign design)
        +
        Sets the BlockDesign to use with this CustomBlock
        +
        +
        Parameters:
        +
        design - to use
        +
        Returns:
        +
        this
        +
        +
      • +
      + + + +
        +
      • +

        getBlockDesign

        +
        BlockDesign getBlockDesign(int id)
        +
      • +
      + + + + + + + +
        +
      • +

        getCustomId

        +
        int getCustomId()
        +
        Gets the Custom ID number associated with this CustomBlock
        +
        +
        Returns:
        +
        customId
        +
        +
      • +
      + + + +
        +
      • +

        getFullName

        +
        java.lang.String getFullName()
        +
        Gets the full name of this CustomBlock, which is plugin name + block name
        +
        +
        Returns:
        +
        fullName
        +
        +
      • +
      + + + +
        +
      • +

        getPlugin

        +
        Plugin getPlugin()
        +
        Gets the plugin associated with this CustomBlock.
        +
        +
        Returns:
        +
        plugin
        +
        +
      • +
      + + + +
        +
      • +

        getBlockItem

        +
        CustomItem getBlockItem()
        +
        Gets the CustomItem that representts this CustomBlock in the inventory
        +
        +
        Returns:
        +
        blockItem
        +
        +
      • +
      + + + +
        +
      • +

        getBlockId

        +
        int getBlockId()
        +
        Gets the Id of the underlying block
        +
        +
        Returns:
        +
        blockId
        +
        +
      • +
      + + + +
        +
      • +

        getBlockData

        +
        int getBlockData()
        +
        Gets the metadata of the underlying block
        +
        +
        Returns:
        +
        metadata
        +
        +
      • +
      + + + +
        +
      • +

        setItemDrop

        +
        CustomBlock setItemDrop(ItemStack item)
        +
        Sets the ItemStack that drops when breaking this CustomBlock, set to null for no drop
        +
        +
        Parameters:
        +
        item - to set
        +
        Returns:
        +
        this
        +
        +
      • +
      + + + +
        +
      • +

        getItemDrop

        +
        SpoutItemStack getItemDrop()
        +
        Gets the ItemStack that drops when breaking this custom block. Null if no drop.
        +
        +
        Returns:
        +
        dropped itemstack
        +
        +
      • +
      + + + +
        +
      • +

        canRotate

        +
        boolean canRotate()
        +
        Whether or not this CustomBlock will rotate to face the player when placed.
        +
        +
        Returns:
        +
        Should the block rotate
        +
        +
      • +
      + + + +
        +
      • +

        setRotate

        +
        CustomBlock setRotate(boolean rotate)
        +
        Sets whether or not this CustomBlock will rotate to face the player when placed.
        +
        +
        Parameters:
        +
        rotate - Should the block rotate
        +
        Returns:
        +
        this
        +
        +
      • +
      + + + +
        +
      • +

        canMirroredRotate

        +
        boolean canMirroredRotate()
        +
        Whether or not this CustomBlock can also rotate upside-down.
        +
        +
        Returns:
        +
        Should the block rotate
        +
        +
      • +
      + + + +
        +
      • +

        setMirroredRotate

        +
        CustomBlock setMirroredRotate(boolean mirroredRotate)
        +
        Sets whether or not this CustomBlock can also rotate upside-down.
        +
        +
        Parameters:
        +
        rotate - Should the block rotate
        +
        Returns:
        +
        this
        +
        +
      • +
      + + + +
        +
      • +

        canFullRotate

        +
        boolean canFullRotate()
        +
        Whether or not this CustomBlock can rotate in all directions.
        +
        +
        Returns:
        +
        Should the block rotate
        +
        +
      • +
      + + + +
        +
      • +

        setFullRotate

        +
        CustomBlock setFullRotate(boolean fullRotate)
        +
        Sets whether or not this CustomBlock can rotate in all directions.
        +
        +
        Parameters:
        +
        rotate - Should the block rotate
        +
        Returns:
        +
        this
        +
        +
      • +
      + + + +
        +
      • +

        onNeighborBlockChange

        +
        void onNeighborBlockChange(World world,
        +                           int x,
        +                           int y,
        +                           int z,
        +                           int changedId)
        +
        Fires when a neighboring block changes
        +
        +
        Parameters:
        +
        world - the block is in
        +
        x - location of the block
        +
        y - location of the block
        +
        z - location of the block
        +
        changedId - - Id of the changed block
        +
        +
      • +
      + + + +
        +
      • +

        onBlockPlace

        +
        void onBlockPlace(World world,
        +                  int x,
        +                  int y,
        +                  int z)
        +
        Fires when the block is placed
        +
        +
        Parameters:
        +
        world - the block is placed in
        +
        x - location of the block
        +
        y - location of the block
        +
        z - location of the block
        +
        +
      • +
      + + + +
        +
      • +

        onBlockPlace

        +
        void onBlockPlace(World world,
        +                  int x,
        +                  int y,
        +                  int z,
        +                  LivingEntity living)
        +
        Fires when the block is placed
        +
        +
        Parameters:
        +
        world - the block is placed in
        +
        x - location of the block
        +
        y - location of the block
        +
        z - location of the block
        +
        living - entity who placed the block
        +
        +
      • +
      + + + +
        +
      • +

        onBlockDestroyed

        +
        void onBlockDestroyed(World world,
        +                      int x,
        +                      int y,
        +                      int z)
        +
        Fires when the block is destroyed
        +
        +
        Parameters:
        +
        world - the block was in
        +
        x - location of the block
        +
        y - location of the block
        +
        z - location of the block
        +
        +
      • +
      + + + +
        +
      • +

        onBlockDestroyed

        +
        void onBlockDestroyed(World world,
        +                      int x,
        +                      int y,
        +                      int z,
        +                      LivingEntity living)
        +
        Fires when the block is destroyed
        +
        +
        Parameters:
        +
        world - the block was in
        +
        x - location of the block
        +
        y - location of the block
        +
        z - location of the block
        +
        living - entity who destroyed the block
        +
        +
      • +
      + + + +
        +
      • +

        onBlockInteract

        +
        boolean onBlockInteract(World world,
        +                        int x,
        +                        int y,
        +                        int z,
        +                        SpoutPlayer player)
        +
        Called when the block is interacted with. +

        + Return TRUE if you do not want to allow vanilla interactions like placement to happen when you interact with it. +

        + Return FALSE if you wish to allow placement of vanilla blocks and usage of items while targetting it.

        +
        +
        Parameters:
        +
        world - the block is in
        +
        x - location of the block
        +
        y - location of the block
        +
        z - location of the block
        +
        player - who interacted with the block
        +
        Returns:
        +
        true if successful
        +
        +
      • +
      + + + +
        +
      • +

        onEntityMoveAt

        +
        void onEntityMoveAt(World world,
        +                    int x,
        +                    int y,
        +                    int z,
        +                    Entity entity)
        +
        Called if an entity has moved on this block
        +
        +
        Parameters:
        +
        world - the block is in
        +
        x - location of the block
        +
        y - location of the block
        +
        z - location of the block
        +
        entity - that moved on it
        +
        +
      • +
      + + + +
        +
      • +

        onBlockClicked

        +
        void onBlockClicked(World world,
        +                    int x,
        +                    int y,
        +                    int z,
        +                    SpoutPlayer player)
        +
        Called when the block is clicked
        +
        +
        Parameters:
        +
        world - the block is in
        +
        x - location of the block
        +
        y - location of the block
        +
        z - location of the block
        +
        player - who clicked the block
        +
        +
      • +
      + + + +
        +
      • +

        isProvidingPowerTo

        +
        boolean isProvidingPowerTo(World world,
        +                           int x,
        +                           int y,
        +                           int z,
        +                           BlockFace face)
        +
        Called to check if the block is providing redstone power to a face
        +
        +
        Parameters:
        +
        world - the block is in
        +
        x - location of the block
        +
        y - location of the block
        +
        z - location of the block
        +
        face - to check
        +
        Returns:
        +
        true if the face is powered
        +
        +
      • +
      + + + +
        +
      • +

        isIndirectlyProvidingPowerTo

        +
        boolean isIndirectlyProvidingPowerTo(World world,
        +                                     int x,
        +                                     int y,
        +                                     int z,
        +                                     BlockFace face)
        +
        Called to check if the block is indirectly providing redstone power to a face
        +
        +
        Parameters:
        +
        world - the block is in
        +
        x - location of the block
        +
        y - location of the block
        +
        z - location of the block
        +
        face - to check
        +
        Returns:
        +
        true if the face is powered
        +
        +
      • +
      + + + +
        +
      • +

        isPowerSource

        +
        boolean isPowerSource()
        +
        True if this custom block is capable of providing redstone power to adjacent blocks
        +
        +
        Returns:
        +
        true if power source
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/CustomItem.html b/generated/1.5.2/org/getspout/spoutapi/material/CustomItem.html new file mode 100644 index 0000000..d78b80a --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/CustomItem.html @@ -0,0 +1,411 @@ + + + + + +CustomItem (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.material
+

Interface CustomItem

+
+
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getCustomId

        +
        int getCustomId()
        +
        Gets the Custom ID number associated with this CustomItem
        +
        +
        Returns:
        +
        customId
        +
        +
      • +
      + + + +
        +
      • +

        getFullName

        +
        java.lang.String getFullName()
        +
        Gets the full name of this CustomItem, which is plugin name + item name
        +
        +
        Returns:
        +
        fullName
        +
        +
      • +
      + + + +
        +
      • +

        getPlugin

        +
        Plugin getPlugin()
        +
        Gets the plugin associated with this CustomItem.
        +
        +
        Returns:
        +
        plugin
        +
        +
      • +
      + + + +
        +
      • +

        setTexture

        +
        CustomItem setTexture(java.lang.String texture)
        +
        Sets the URL of the texture on the item
        +
        +
        Parameters:
        +
        texture -
        +
        Returns:
        +
        this
        +
        +
      • +
      + + + +
        +
      • +

        getTexture

        +
        java.lang.String getTexture()
        +
        Gets the URL for the texture
        +
        +
        Returns:
        +
        texture
        +
        +
      • +
      + + + +
        +
      • +

        setStackable

        +
        CustomItem setStackable(boolean stackable)
        +
      • +
      + + + +
        +
      • +

        isStackable

        +
        boolean isStackable()
        +
      • +
      + + + +
        +
      • +

        getCounter

        +
        short getCounter()
        +
        Gets the next short. Starts at Short.MIN_VALUE and loopss back at Short.MAX_VALUE. This is used internally.
        +
      • +
      + + + +
        +
      • +

        onItemInteract

        +
        boolean onItemInteract(SpoutPlayer player,
        +                       SpoutBlock block,
        +                       BlockFace face)
        +
        Occurs when a player right clicks on a block face of a air block in game, while holding this item +

        + Returns true if the item interaction was allowed, false if it was disallowed

        +
        +
        Parameters:
        +
        player - who right clicked
        +
        block - that was clicked
        +
        face - that was clicked on
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/Food.html b/generated/1.5.2/org/getspout/spoutapi/material/Food.html new file mode 100644 index 0000000..5c0e138 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/Food.html @@ -0,0 +1,242 @@ + + + + + +Food (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.material
+

Interface Food

+
+
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getHungerRestored

        +
        int getHungerRestored()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/Item.html b/generated/1.5.2/org/getspout/spoutapi/material/Item.html new file mode 100644 index 0000000..327e232 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/Item.html @@ -0,0 +1,205 @@ + + + + + +Item (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.material
+

Interface Item

+
+
+
+ +
+
+ +
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/Liquid.html b/generated/1.5.2/org/getspout/spoutapi/material/Liquid.html new file mode 100644 index 0000000..4f69fd6 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/Liquid.html @@ -0,0 +1,249 @@ + + + + + +Liquid (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.material
+

Interface Liquid

+
+
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        isFlowing

        +
        boolean isFlowing()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/Material.html b/generated/1.5.2/org/getspout/spoutapi/material/Material.html new file mode 100644 index 0000000..c76e062 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/Material.html @@ -0,0 +1,304 @@ + + + + + +Material (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.material
+

Interface Material

+
+
+ +
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getRawId

        +
        int getRawId()
        +
      • +
      + + + +
        +
      • +

        getRawData

        +
        int getRawData()
        +
      • +
      + + + +
        +
      • +

        hasSubtypes

        +
        boolean hasSubtypes()
        +
      • +
      + + + +
        +
      • +

        getNotchianName

        +
        java.lang.String getNotchianName()
        +
      • +
      + + + +
        +
      • +

        getName

        +
        java.lang.String getName()
        +
      • +
      + + + +
        +
      • +

        setName

        +
        void setName(java.lang.String name)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/MaterialData.html b/generated/1.5.2/org/getspout/spoutapi/material/MaterialData.html new file mode 100644 index 0000000..4972c8f --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/MaterialData.html @@ -0,0 +1,7093 @@ + + + + + +MaterialData (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.material
+

Class MaterialData

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.getspout.spoutapi.material.MaterialData
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public class MaterialData
    +extends java.lang.Object
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        air

        +
        public static final Block air
        +
      • +
      + + + +
        +
      • +

        stone

        +
        public static final Block stone
        +
      • +
      + + + +
        +
      • +

        grass

        +
        public static final Block grass
        +
      • +
      + + + +
        +
      • +

        dirt

        +
        public static final Block dirt
        +
      • +
      + + + +
        +
      • +

        cobblestone

        +
        public static final Block cobblestone
        +
      • +
      + + + +
        +
      • +

        wood

        +
        public static final Block wood
        +
      • +
      + + + +
        +
      • +

        spruceWood

        +
        public static final Block spruceWood
        +
      • +
      + + + +
        +
      • +

        birchWood

        +
        public static final Block birchWood
        +
      • +
      + + + +
        +
      • +

        jungleWood

        +
        public static final Block jungleWood
        +
      • +
      + + + +
        +
      • +

        sapling

        +
        public static final Block sapling
        +
      • +
      + + + +
        +
      • +

        spruceSapling

        +
        public static final Block spruceSapling
        +
      • +
      + + + +
        +
      • +

        birchSapling

        +
        public static final Block birchSapling
        +
      • +
      + + + +
        +
      • +

        jungleSapling

        +
        public static final Block jungleSapling
        +
      • +
      + + + +
        +
      • +

        bedrock

        +
        public static final Block bedrock
        +
      • +
      + + + +
        +
      • +

        water

        +
        public static final Block water
        +
      • +
      + + + +
        +
      • +

        stationaryWater

        +
        public static final Block stationaryWater
        +
      • +
      + + + +
        +
      • +

        lava

        +
        public static final Block lava
        +
      • +
      + + + +
        +
      • +

        stationaryLava

        +
        public static final Block stationaryLava
        +
      • +
      + + + +
        +
      • +

        sand

        +
        public static final Block sand
        +
      • +
      + + + +
        +
      • +

        gravel

        +
        public static final Block gravel
        +
      • +
      + + + +
        +
      • +

        goldOre

        +
        public static final Block goldOre
        +
      • +
      + + + +
        +
      • +

        ironOre

        +
        public static final Block ironOre
        +
      • +
      + + + +
        +
      • +

        coalOre

        +
        public static final Block coalOre
        +
      • +
      + + + +
        +
      • +

        log

        +
        public static final Block log
        +
      • +
      + + + +
        +
      • +

        spruceLog

        +
        public static final Block spruceLog
        +
      • +
      + + + +
        +
      • +

        birchLog

        +
        public static final Block birchLog
        +
      • +
      + + + +
        +
      • +

        jungleLog

        +
        public static final Block jungleLog
        +
      • +
      + + + +
        +
      • +

        leaves

        +
        public static final Block leaves
        +
      • +
      + + + +
        +
      • +

        spruceLeaves

        +
        public static final Block spruceLeaves
        +
      • +
      + + + +
        +
      • +

        birchLeaves

        +
        public static final Block birchLeaves
        +
      • +
      + + + +
        +
      • +

        jungleLeaves

        +
        public static final Block jungleLeaves
        +
      • +
      + + + +
        +
      • +

        sponge

        +
        public static final Block sponge
        +
      • +
      + + + +
        +
      • +

        glass

        +
        public static final Block glass
        +
      • +
      + + + +
        +
      • +

        lapisOre

        +
        public static final Block lapisOre
        +
      • +
      + + + +
        +
      • +

        lapisBlock

        +
        public static final Block lapisBlock
        +
      • +
      + + + +
        +
      • +

        dispenser

        +
        public static final Block dispenser
        +
      • +
      + + + +
        +
      • +

        sandstone

        +
        public static final Block sandstone
        +
      • +
      + + + +
        +
      • +

        decorativeSandstone

        +
        public static final Block decorativeSandstone
        +
      • +
      + + + +
        +
      • +

        smoothSandstone

        +
        public static final Block smoothSandstone
        +
      • +
      + + + +
        +
      • +

        noteblock

        +
        public static final Block noteblock
        +
      • +
      + + + +
        +
      • +

        bedBlock

        +
        public static final Block bedBlock
        +
      • +
      + + + +
        +
      • +

        poweredRail

        +
        public static final Block poweredRail
        +
      • +
      + + + +
        +
      • +

        detectorRail

        +
        public static final Block detectorRail
        +
      • +
      + + + +
        +
      • +

        pistonStickyBase

        +
        public static final Block pistonStickyBase
        +
      • +
      + + + +
        +
      • +

        web

        +
        public static final Block web
        +
      • +
      + + + +
        +
      • +

        deadShrub

        +
        public static final Block deadShrub
        +
      • +
      + + + +
        +
      • +

        tallGrass

        +
        public static final Block tallGrass
        +
      • +
      + + + +
        +
      • +

        fern

        +
        public static final Block fern
        +
      • +
      + + + +
        +
      • +

        deadBush

        +
        public static final Block deadBush
        +
      • +
      + + + +
        +
      • +

        pistonBase

        +
        public static final Block pistonBase
        +
      • +
      + + + +
        +
      • +

        pistonExtension

        +
        public static final Block pistonExtension
        +
      • +
      + + + +
        +
      • +

        whiteWool

        +
        public static final Block whiteWool
        +
      • +
      + + + +
        +
      • +

        orangeWool

        +
        public static final Block orangeWool
        +
      • +
      + + + +
        +
      • +

        magentaWool

        +
        public static final Block magentaWool
        +
      • +
      + + + +
        +
      • +

        lightBlueWool

        +
        public static final Block lightBlueWool
        +
      • +
      + + + +
        +
      • +

        yellowWool

        +
        public static final Block yellowWool
        +
      • +
      + + + +
        +
      • +

        limeWool

        +
        public static final Block limeWool
        +
      • +
      + + + +
        +
      • +

        pinkWool

        +
        public static final Block pinkWool
        +
      • +
      + + + +
        +
      • +

        greyWool

        +
        public static final Block greyWool
        +
      • +
      + + + +
        +
      • +

        lightGreyWool

        +
        public static final Block lightGreyWool
        +
      • +
      + + + +
        +
      • +

        cyanWool

        +
        public static final Block cyanWool
        +
      • +
      + + + +
        +
      • +

        purpleWool

        +
        public static final Block purpleWool
        +
      • +
      + + + +
        +
      • +

        blueWool

        +
        public static final Block blueWool
        +
      • +
      + + + +
        +
      • +

        brownWool

        +
        public static final Block brownWool
        +
      • +
      + + + +
        +
      • +

        greenWool

        +
        public static final Block greenWool
        +
      • +
      + + + +
        +
      • +

        redWool

        +
        public static final Block redWool
        +
      • +
      + + + +
        +
      • +

        blackWool

        +
        public static final Block blackWool
        +
      • +
      + + + +
        +
      • +

        movedByPiston

        +
        public static final Block movedByPiston
        +
      • +
      + + + +
        +
      • +

        dandelion

        +
        public static final Block dandelion
        +
      • +
      + + + +
        +
      • +

        rose

        +
        public static final Block rose
        +
      • +
      + + + +
        +
      • +

        brownMushroom

        +
        public static final Block brownMushroom
        +
      • +
      + + + +
        +
      • +

        redMushroom

        +
        public static final Block redMushroom
        +
      • +
      + + + +
        +
      • +

        goldBlock

        +
        public static final Block goldBlock
        +
      • +
      + + + +
        +
      • +

        ironBlock

        +
        public static final Block ironBlock
        +
      • +
      + + + +
        +
      • +

        stoneDoubleSlabs

        +
        public static final Block stoneDoubleSlabs
        +
      • +
      + + + +
        +
      • +

        sandstoneDoubleSlabs

        +
        public static final Block sandstoneDoubleSlabs
        +
      • +
      + + + +
        +
      • +

        cobblestoneDoubleSlabs

        +
        public static final Block cobblestoneDoubleSlabs
        +
      • +
      + + + +
        +
      • +

        brickDoubleSlabs

        +
        public static final Block brickDoubleSlabs
        +
      • +
      + + + +
        +
      • +

        stoneBrickDoubleSlabs

        +
        public static final Block stoneBrickDoubleSlabs
        +
      • +
      + + + +
        +
      • +

        stoneSlab

        +
        public static final Block stoneSlab
        +
      • +
      + + + +
        +
      • +

        sandstoneSlab

        +
        public static final Block sandstoneSlab
        +
      • +
      + + + +
        +
      • +

        cobblestoneSlab

        +
        public static final Block cobblestoneSlab
        +
      • +
      + + + +
        +
      • +

        brickSlab

        +
        public static final Block brickSlab
        +
      • +
      + + + +
        +
      • +

        stoneBrickSlab

        +
        public static final Block stoneBrickSlab
        +
      • +
      + + + +
        +
      • +

        brick

        +
        public static final Block brick
        +
      • +
      + + + +
        +
      • +

        tnt

        +
        public static final Block tnt
        +
      • +
      + + + +
        +
      • +

        bookshelf

        +
        public static final Block bookshelf
        +
      • +
      + + + +
        +
      • +

        mossStone

        +
        public static final Block mossStone
        +
      • +
      + + + +
        +
      • +

        obsidian

        +
        public static final Block obsidian
        +
      • +
      + + + +
        +
      • +

        torch

        +
        public static final Block torch
        +
      • +
      + + + +
        +
      • +

        fire

        +
        public static final Block fire
        +
      • +
      + + + +
        +
      • +

        monsterSpawner

        +
        public static final Block monsterSpawner
        +
      • +
      + + + +
        +
      • +

        woodenStairs

        +
        public static final Block woodenStairs
        +
      • +
      + + + +
        +
      • +

        chest

        +
        public static final Block chest
        +
      • +
      + + + +
        +
      • +

        redstoneWire

        +
        public static final Block redstoneWire
        +
      • +
      + + + +
        +
      • +

        diamondOre

        +
        public static final Block diamondOre
        +
      • +
      + + + +
        +
      • +

        diamondBlock

        +
        public static final Block diamondBlock
        +
      • +
      + + + +
        +
      • +

        craftingTable

        +
        public static final Block craftingTable
        +
      • +
      + + + +
        +
      • +

        crops

        +
        public static final Block crops
        +
      • +
      + + + +
        +
      • +

        farmland

        +
        public static final Block farmland
        +
      • +
      + + + +
        +
      • +

        furnace

        +
        public static final Block furnace
        +
      • +
      + + + +
        +
      • +

        burningfurnace

        +
        public static final Block burningfurnace
        +
      • +
      + + + +
        +
      • +

        signPost

        +
        public static final Block signPost
        +
      • +
      + + + +
        +
      • +

        woodenDoorBlock

        +
        public static final Block woodenDoorBlock
        +
      • +
      + + + +
        +
      • +

        ladders

        +
        public static final Block ladders
        +
      • +
      + + + +
        +
      • +

        rails

        +
        public static final Block rails
        +
      • +
      + + + +
        +
      • +

        cobblestoneStairs

        +
        public static final Block cobblestoneStairs
        +
      • +
      + + + +
        +
      • +

        wallSign

        +
        public static final Block wallSign
        +
      • +
      + + + +
        +
      • +

        lever

        +
        public static final Block lever
        +
      • +
      + + + +
        +
      • +

        stonePressurePlate

        +
        public static final Block stonePressurePlate
        +
      • +
      + + + +
        +
      • +

        ironDoorBlock

        +
        public static final Block ironDoorBlock
        +
      • +
      + + + +
        +
      • +

        woodenPressurePlate

        +
        public static final Block woodenPressurePlate
        +
      • +
      + + + +
        +
      • +

        redstoneOre

        +
        public static final Block redstoneOre
        +
      • +
      + + + +
        +
      • +

        glowingRedstoneOre

        +
        public static final Block glowingRedstoneOre
        +
      • +
      + + + +
        +
      • +

        redstoneTorchOff

        +
        public static final Block redstoneTorchOff
        +
      • +
      + + + +
        +
      • +

        redstoneTorchOn

        +
        public static final Block redstoneTorchOn
        +
      • +
      + + + +
        +
      • +

        stoneButton

        +
        public static final Block stoneButton
        +
      • +
      + + + +
        +
      • +

        snow

        +
        public static final Block snow
        +
      • +
      + + + +
        +
      • +

        ice

        +
        public static final Block ice
        +
      • +
      + + + +
        +
      • +

        snowBlock

        +
        public static final Block snowBlock
        +
      • +
      + + + +
        +
      • +

        cactus

        +
        public static final Block cactus
        +
      • +
      + + + +
        +
      • +

        clayBlock

        +
        public static final Block clayBlock
        +
      • +
      + + + +
        +
      • +

        sugarCaneBlock

        +
        public static final Block sugarCaneBlock
        +
      • +
      + + + +
        +
      • +

        jukebox

        +
        public static final Block jukebox
        +
      • +
      + + + +
        +
      • +

        fence

        +
        public static final Block fence
        +
      • +
      + + + +
        +
      • +

        pumpkin

        +
        public static final Block pumpkin
        +
      • +
      + + + +
        +
      • +

        netherrack

        +
        public static final Block netherrack
        +
      • +
      + + + +
        +
      • +

        soulSand

        +
        public static final Block soulSand
        +
      • +
      + + + +
        +
      • +

        glowstoneBlock

        +
        public static final Block glowstoneBlock
        +
      • +
      + + + +
        +
      • +

        portal

        +
        public static final Block portal
        +
      • +
      + + + +
        +
      • +

        jackOLantern

        +
        public static final Block jackOLantern
        +
      • +
      + + + +
        +
      • +

        cakeBlock

        +
        public static final Block cakeBlock
        +
      • +
      + + + +
        +
      • +

        redstoneRepeaterOff

        +
        public static final Block redstoneRepeaterOff
        +
      • +
      + + + +
        +
      • +

        redstoneRepeaterOn

        +
        public static final Block redstoneRepeaterOn
        +
      • +
      + + + +
        +
      • +

        lockedChest

        +
        public static final Block lockedChest
        +
      • +
      + + + +
        +
      • +

        trapdoor

        +
        public static final Block trapdoor
        +
      • +
      + + + +
        +
      • +

        silverfishStone

        +
        public static final Block silverfishStone
        +
      • +
      + + + +
        +
      • +

        stoneBricks

        +
        public static final Block stoneBricks
        +
      • +
      + + + +
        +
      • +

        mossyStoneBricks

        +
        public static final Block mossyStoneBricks
        +
      • +
      + + + +
        +
      • +

        crackedStoneBricks

        +
        public static final Block crackedStoneBricks
        +
      • +
      + + + +
        +
      • +

        circleStoneBricks

        +
        public static final Block circleStoneBricks
        +
      • +
      + + + +
        +
      • +

        hugeBrownMushroom

        +
        public static final Block hugeBrownMushroom
        +
      • +
      + + + +
        +
      • +

        hugeRedMushroom

        +
        public static final Block hugeRedMushroom
        +
      • +
      + + + +
        +
      • +

        ironBars

        +
        public static final Block ironBars
        +
      • +
      + + + +
        +
      • +

        glassPane

        +
        public static final Block glassPane
        +
      • +
      + + + +
        +
      • +

        watermelon

        +
        public static final Block watermelon
        +
      • +
      + + + +
        +
      • +

        pumpkinStem

        +
        public static final Block pumpkinStem
        +
      • +
      + + + +
        +
      • +

        melonStem

        +
        public static final Block melonStem
        +
      • +
      + + + +
        +
      • +

        vines

        +
        public static final Block vines
        +
      • +
      + + + +
        +
      • +

        fenceGate

        +
        public static final Block fenceGate
        +
      • +
      + + + +
        +
      • +

        brickStairs

        +
        public static final Block brickStairs
        +
      • +
      + + + +
        +
      • +

        stoneBrickStairs

        +
        public static final Block stoneBrickStairs
        +
      • +
      + + + +
        +
      • +

        mycelium

        +
        public static final Block mycelium
        +
      • +
      + + + +
        +
      • +

        lilyPad

        +
        public static final Block lilyPad
        +
      • +
      + + + +
        +
      • +

        netherBrick

        +
        public static final Block netherBrick
        +
      • +
      + + + +
        +
      • +

        netherBrickFence

        +
        public static final Block netherBrickFence
        +
      • +
      + + + +
        +
      • +

        netherBrickStairs

        +
        public static final Block netherBrickStairs
        +
      • +
      + + + +
        +
      • +

        netherWartBlock

        +
        public static final Block netherWartBlock
        +
      • +
      + + + +
        +
      • +

        enchantmentTable

        +
        public static final Block enchantmentTable
        +
      • +
      + + + +
        +
      • +

        brewingStandBlock

        +
        public static final Block brewingStandBlock
        +
      • +
      + + + +
        +
      • +

        cauldronBlock

        +
        public static final Block cauldronBlock
        +
      • +
      + + + +
        +
      • +

        endPortal

        +
        public static final Block endPortal
        +
      • +
      + + + +
        +
      • +

        endPortalFrame

        +
        public static final Block endPortalFrame
        +
      • +
      + + + +
        +
      • +

        endStone

        +
        public static final Block endStone
        +
      • +
      + + + +
        +
      • +

        dragonEgg

        +
        public static final Block dragonEgg
        +
      • +
      + + + +
        +
      • +

        redstoneLampOff

        +
        public static final Block redstoneLampOff
        +
      • +
      + + + +
        +
      • +

        redstoneLampOn

        +
        public static final Block redstoneLampOn
        +
      • +
      + + + +
        +
      • +

        oakWoodDoubleSlabs

        +
        public static final Block oakWoodDoubleSlabs
        +
      • +
      + + + +
        +
      • +

        spruceWoodDoubleSlabs

        +
        public static final Block spruceWoodDoubleSlabs
        +
      • +
      + + + +
        +
      • +

        birchWoodDoubleSlabs

        +
        public static final Block birchWoodDoubleSlabs
        +
      • +
      + + + +
        +
      • +

        jungleWoodDoubleSlabs

        +
        public static final Block jungleWoodDoubleSlabs
        +
      • +
      + + + +
        +
      • +

        oakWoodSlab

        +
        public static final Block oakWoodSlab
        +
      • +
      + + + +
        +
      • +

        spruceWoodSlab

        +
        public static final Block spruceWoodSlab
        +
      • +
      + + + +
        +
      • +

        birchWoodSlab

        +
        public static final Block birchWoodSlab
        +
      • +
      + + + +
        +
      • +

        jungleWoodSlab

        +
        public static final Block jungleWoodSlab
        +
      • +
      + + + +
        +
      • +

        cocoa

        +
        public static final Block cocoa
        +
      • +
      + + + +
        +
      • +

        sandstoneStairs

        +
        public static final Block sandstoneStairs
        +
      • +
      + + + +
        +
      • +

        emeraldOre

        +
        public static final Block emeraldOre
        +
      • +
      + + + +
        +
      • +

        enderChest

        +
        public static final Block enderChest
        +
      • +
      + + + +
        +
      • +

        tripwireHook

        +
        public static final Block tripwireHook
        +
      • +
      + + + +
        +
      • +

        tripwire

        +
        public static final Block tripwire
        +
      • +
      + + + +
        +
      • +

        emeraldBlock

        +
        public static final Block emeraldBlock
        +
      • +
      + + + +
        +
      • +

        spruceWoodStairs

        +
        public static final Block spruceWoodStairs
        +
      • +
      + + + +
        +
      • +

        birchWoodStairs

        +
        public static final Block birchWoodStairs
        +
      • +
      + + + +
        +
      • +

        jungleWoodStairs

        +
        public static final Block jungleWoodStairs
        +
      • +
      + + + +
        +
      • +

        command

        +
        public static final Block command
        +
      • +
      + + + +
        +
      • +

        beacon

        +
        public static final Block beacon
        +
      • +
      + + + +
        +
      • +

        cobblewall

        +
        public static final Block cobblewall
        +
      • +
      + + + +
        +
      • +

        flowerpot

        +
        public static final Block flowerpot
        +
      • +
      + + + +
        +
      • +

        carrot

        +
        public static final Block carrot
        +
      • +
      + + + +
        +
      • +

        potato

        +
        public static final Block potato
        +
      • +
      + + + +
        +
      • +

        woodbutton

        +
        public static final Block woodbutton
        +
      • +
      + + + +
        +
      • +

        skull

        +
        public static final Block skull
        +
      • +
      + + + +
        +
      • +

        anvil

        +
        public static final Block anvil
        +
      • +
      + + + +
        +
      • +

        ironShovel

        +
        public static final Item ironShovel
        +
      • +
      + + + +
        +
      • +

        ironPickaxe

        +
        public static final Item ironPickaxe
        +
      • +
      + + + +
        +
      • +

        ironAxe

        +
        public static final Item ironAxe
        +
      • +
      + + + +
        +
      • +

        flintAndSteel

        +
        public static final Item flintAndSteel
        +
      • +
      + + + +
        +
      • +

        redApple

        +
        public static final Item redApple
        +
      • +
      + + + +
        +
      • +

        bow

        +
        public static final Item bow
        +
      • +
      + + + +
        +
      • +

        arrow

        +
        public static final Item arrow
        +
      • +
      + + + +
        +
      • +

        coal

        +
        public static final Item coal
        +
      • +
      + + + +
        +
      • +

        charcoal

        +
        public static final Item charcoal
        +
      • +
      + + + +
        +
      • +

        diamond

        +
        public static final Item diamond
        +
      • +
      + + + +
        +
      • +

        ironIngot

        +
        public static final Item ironIngot
        +
      • +
      + + + +
        +
      • +

        goldIngot

        +
        public static final Item goldIngot
        +
      • +
      + + + +
        +
      • +

        ironSword

        +
        public static final Item ironSword
        +
      • +
      + + + +
        +
      • +

        woodenSword

        +
        public static final Item woodenSword
        +
      • +
      + + + +
        +
      • +

        woodenShovel

        +
        public static final Item woodenShovel
        +
      • +
      + + + +
        +
      • +

        woodenPickaxe

        +
        public static final Item woodenPickaxe
        +
      • +
      + + + +
        +
      • +

        woodenAxe

        +
        public static final Item woodenAxe
        +
      • +
      + + + +
        +
      • +

        stoneSword

        +
        public static final Item stoneSword
        +
      • +
      + + + +
        +
      • +

        stoneShovel

        +
        public static final Item stoneShovel
        +
      • +
      + + + +
        +
      • +

        stonePickaxe

        +
        public static final Item stonePickaxe
        +
      • +
      + + + +
        +
      • +

        stoneAxe

        +
        public static final Item stoneAxe
        +
      • +
      + + + +
        +
      • +

        diamondSword

        +
        public static final Item diamondSword
        +
      • +
      + + + +
        +
      • +

        diamondShovel

        +
        public static final Item diamondShovel
        +
      • +
      + + + +
        +
      • +

        diamondPickaxe

        +
        public static final Item diamondPickaxe
        +
      • +
      + + + +
        +
      • +

        diamondAxe

        +
        public static final Item diamondAxe
        +
      • +
      + + + +
        +
      • +

        stick

        +
        public static final Item stick
        +
      • +
      + + + +
        +
      • +

        bowl

        +
        public static final Item bowl
        +
      • +
      + + + +
        +
      • +

        mushroomSoup

        +
        public static final Item mushroomSoup
        +
      • +
      + + + +
        +
      • +

        goldSword

        +
        public static final Item goldSword
        +
      • +
      + + + +
        +
      • +

        goldShovel

        +
        public static final Item goldShovel
        +
      • +
      + + + +
        +
      • +

        goldPickaxe

        +
        public static final Item goldPickaxe
        +
      • +
      + + + +
        +
      • +

        goldAxe

        +
        public static final Item goldAxe
        +
      • +
      + + + +
        +
      • +

        string

        +
        public static final Item string
        +
      • +
      + + + +
        +
      • +

        feather

        +
        public static final Item feather
        +
      • +
      + + + +
        +
      • +

        gunpowder

        +
        public static final Item gunpowder
        +
      • +
      + + + +
        +
      • +

        woodenHoe

        +
        public static final Item woodenHoe
        +
      • +
      + + + +
        +
      • +

        stoneHoe

        +
        public static final Item stoneHoe
        +
      • +
      + + + +
        +
      • +

        ironHoe

        +
        public static final Item ironHoe
        +
      • +
      + + + +
        +
      • +

        diamondHoe

        +
        public static final Item diamondHoe
        +
      • +
      + + + +
        +
      • +

        goldHoe

        +
        public static final Item goldHoe
        +
      • +
      + + + +
        +
      • +

        seeds

        +
        public static final Item seeds
        +
      • +
      + + + +
        +
      • +

        wheat

        +
        public static final Item wheat
        +
      • +
      + + + +
        +
      • +

        bread

        +
        public static final Item bread
        +
      • +
      + + + +
        +
      • +

        leatherCap

        +
        public static final Item leatherCap
        +
      • +
      + + + +
        +
      • +

        leatherTunic

        +
        public static final Item leatherTunic
        +
      • +
      + + + +
        +
      • +

        leatherPants

        +
        public static final Item leatherPants
        +
      • +
      + + + +
        +
      • +

        leatherBoots

        +
        public static final Item leatherBoots
        +
      • +
      + + + +
        +
      • +

        chainHelmet

        +
        public static final Item chainHelmet
        +
      • +
      + + + +
        +
      • +

        chainChestplate

        +
        public static final Item chainChestplate
        +
      • +
      + + + +
        +
      • +

        chainLeggings

        +
        public static final Item chainLeggings
        +
      • +
      + + + +
        +
      • +

        chainBoots

        +
        public static final Item chainBoots
        +
      • +
      + + + +
        +
      • +

        ironHelmet

        +
        public static final Item ironHelmet
        +
      • +
      + + + +
        +
      • +

        ironChestplate

        +
        public static final Item ironChestplate
        +
      • +
      + + + +
        +
      • +

        ironLeggings

        +
        public static final Item ironLeggings
        +
      • +
      + + + +
        +
      • +

        ironBoots

        +
        public static final Item ironBoots
        +
      • +
      + + + +
        +
      • +

        diamondHelmet

        +
        public static final Item diamondHelmet
        +
      • +
      + + + +
        +
      • +

        diamondChestplate

        +
        public static final Item diamondChestplate
        +
      • +
      + + + +
        +
      • +

        diamondLeggings

        +
        public static final Item diamondLeggings
        +
      • +
      + + + +
        +
      • +

        diamondBoots

        +
        public static final Item diamondBoots
        +
      • +
      + + + +
        +
      • +

        goldHelmet

        +
        public static final Item goldHelmet
        +
      • +
      + + + +
        +
      • +

        goldChestplate

        +
        public static final Item goldChestplate
        +
      • +
      + + + +
        +
      • +

        goldLeggings

        +
        public static final Item goldLeggings
        +
      • +
      + + + +
        +
      • +

        goldBoots

        +
        public static final Item goldBoots
        +
      • +
      + + + +
        +
      • +

        flint

        +
        public static final Item flint
        +
      • +
      + + + +
        +
      • +

        rawPorkchop

        +
        public static final Item rawPorkchop
        +
      • +
      + + + +
        +
      • +

        cookedPorkchop

        +
        public static final Item cookedPorkchop
        +
      • +
      + + + +
        +
      • +

        paintings

        +
        public static final Item paintings
        +
      • +
      + + + +
        +
      • +

        goldenApple

        +
        public static final Item goldenApple
        +
      • +
      + + + +
        +
      • +

        sign

        +
        public static final Item sign
        +
      • +
      + + + +
        +
      • +

        woodenDoor

        +
        public static final Item woodenDoor
        +
      • +
      + + + +
        +
      • +

        bucket

        +
        public static final Item bucket
        +
      • +
      + + + +
        +
      • +

        waterBucket

        +
        public static final Item waterBucket
        +
      • +
      + + + +
        +
      • +

        lavaBucket

        +
        public static final Item lavaBucket
        +
      • +
      + + + +
        +
      • +

        minecart

        +
        public static final Item minecart
        +
      • +
      + + + +
        +
      • +

        saddle

        +
        public static final Item saddle
        +
      • +
      + + + +
        +
      • +

        ironDoor

        +
        public static final Item ironDoor
        +
      • +
      + + + +
        +
      • +

        redstone

        +
        public static final Item redstone
        +
      • +
      + + + +
        +
      • +

        snowball

        +
        public static final Item snowball
        +
      • +
      + + + +
        +
      • +

        boat

        +
        public static final Item boat
        +
      • +
      + + + +
        +
      • +

        leather

        +
        public static final Item leather
        +
      • +
      + + + +
        +
      • +

        milk

        +
        public static final Item milk
        +
      • +
      + + + +
        +
      • +

        clayBrick

        +
        public static final Item clayBrick
        +
      • +
      + + + +
        +
      • +

        clay

        +
        public static final Item clay
        +
      • +
      + + + +
        +
      • +

        sugarCane

        +
        public static final Item sugarCane
        +
      • +
      + + + +
        +
      • +

        paper

        +
        public static final Item paper
        +
      • +
      + + + +
        +
      • +

        book

        +
        public static final Item book
        +
      • +
      + + + +
        +
      • +

        slimeball

        +
        public static final Item slimeball
        +
      • +
      + + + +
        +
      • +

        minecartChest

        +
        public static final Item minecartChest
        +
      • +
      + + + +
        +
      • +

        minecartFurnace

        +
        public static final Item minecartFurnace
        +
      • +
      + + + +
        +
      • +

        egg

        +
        public static final Item egg
        +
      • +
      + + + +
        +
      • +

        compass

        +
        public static final Item compass
        +
      • +
      + + + +
        +
      • +

        fishingRod

        +
        public static final Item fishingRod
        +
      • +
      + + + +
        +
      • +

        clock

        +
        public static final Item clock
        +
      • +
      + + + +
        +
      • +

        glowstoneDust

        +
        public static final Item glowstoneDust
        +
      • +
      + + + +
        +
      • +

        rawFish

        +
        public static final Item rawFish
        +
      • +
      + + + +
        +
      • +

        cookedFish

        +
        public static final Item cookedFish
        +
      • +
      + + + +
        +
      • +

        inkSac

        +
        public static final Item inkSac
        +
      • +
      + + + +
        +
      • +

        roseRed

        +
        public static final Item roseRed
        +
      • +
      + + + +
        +
      • +

        cactusGreen

        +
        public static final Item cactusGreen
        +
      • +
      + + + +
        +
      • +

        cocoaBeans

        +
        public static final Item cocoaBeans
        +
      • +
      + + + +
        +
      • +

        lapisLazuli

        +
        public static final Item lapisLazuli
        +
      • +
      + + + +
        +
      • +

        purpleDye

        +
        public static final Item purpleDye
        +
      • +
      + + + +
        +
      • +

        cyanDye

        +
        public static final Item cyanDye
        +
      • +
      + + + +
        +
      • +

        lightGrayDye

        +
        public static final Item lightGrayDye
        +
      • +
      + + + +
        +
      • +

        grayDye

        +
        public static final Item grayDye
        +
      • +
      + + + +
        +
      • +

        pinkDye

        +
        public static final Item pinkDye
        +
      • +
      + + + +
        +
      • +

        limeDye

        +
        public static final Item limeDye
        +
      • +
      + + + +
        +
      • +

        dandelionYellow

        +
        public static final Item dandelionYellow
        +
      • +
      + + + +
        +
      • +

        lightBlueDye

        +
        public static final Item lightBlueDye
        +
      • +
      + + + +
        +
      • +

        magentaDye

        +
        public static final Item magentaDye
        +
      • +
      + + + +
        +
      • +

        orangeDye

        +
        public static final Item orangeDye
        +
      • +
      + + + +
        +
      • +

        boneMeal

        +
        public static final Item boneMeal
        +
      • +
      + + + +
        +
      • +

        bone

        +
        public static final Item bone
        +
      • +
      + + + +
        +
      • +

        sugar

        +
        public static final Item sugar
        +
      • +
      + + + +
        +
      • +

        cake

        +
        public static final Item cake
        +
      • +
      + + + +
        +
      • +

        bed

        +
        public static final Item bed
        +
      • +
      + + + +
        +
      • +

        redstoneRepeater

        +
        public static final Item redstoneRepeater
        +
      • +
      + + + +
        +
      • +

        cookie

        +
        public static final Item cookie
        +
      • +
      + + + +
        +
      • +

        map

        +
        public static final Item map
        +
      • +
      + + + +
        +
      • +

        shears

        +
        public static final Item shears
        +
      • +
      + + + +
        +
      • +

        melonSlice

        +
        public static final Item melonSlice
        +
      • +
      + + + +
        +
      • +

        pumpkinSeeds

        +
        public static final Item pumpkinSeeds
        +
      • +
      + + + +
        +
      • +

        melonSeeds

        +
        public static final Item melonSeeds
        +
      • +
      + + + +
        +
      • +

        rawBeef

        +
        public static final Item rawBeef
        +
      • +
      + + + +
        +
      • +

        steak

        +
        public static final Item steak
        +
      • +
      + + + +
        +
      • +

        rawChicken

        +
        public static final Item rawChicken
        +
      • +
      + + + +
        +
      • +

        cookedChicken

        +
        public static final Item cookedChicken
        +
      • +
      + + + +
        +
      • +

        rottenFlesh

        +
        public static final Item rottenFlesh
        +
      • +
      + + + +
        +
      • +

        enderPearl

        +
        public static final Item enderPearl
        +
      • +
      + + + +
        +
      • +

        blazeRod

        +
        public static final Item blazeRod
        +
      • +
      + + + +
        +
      • +

        ghastTear

        +
        public static final Item ghastTear
        +
      • +
      + + + +
        +
      • +

        goldNugget

        +
        public static final Item goldNugget
        +
      • +
      + + + +
        +
      • +

        netherWart

        +
        public static final Item netherWart
        +
      • +
      + + + +
        +
      • +

        waterBottle

        +
        public static final Item waterBottle
        +
      • +
      + + + +
        +
      • +

        awkwardPotion

        +
        public static final Item awkwardPotion
        +
      • +
      + + + +
        +
      • +

        thickPotion

        +
        public static final Item thickPotion
        +
      • +
      + + + +
        +
      • +

        mundanePotion

        +
        public static final Item mundanePotion
        +
      • +
      + + + +
        +
      • +

        mundanePotionExtended

        +
        public static final Item mundanePotionExtended
        +
      • +
      + + + +
        +
      • +

        potionOfRegeneration

        +
        public static final Item potionOfRegeneration
        +
      • +
      + + + +
        +
      • +

        potionOfRegenerationExtended

        +
        public static final Item potionOfRegenerationExtended
        +
      • +
      + + + +
        +
      • +

        potionOfRegenerationII

        +
        public static final Item potionOfRegenerationII
        +
      • +
      + + + +
        +
      • +

        potionOfSwiftness

        +
        public static final Item potionOfSwiftness
        +
      • +
      + + + +
        +
      • +

        potionOfSwiftnessExt

        +
        public static final Item potionOfSwiftnessExt
        +
      • +
      + + + +
        +
      • +

        potionOfSwiftnessII

        +
        public static final Item potionOfSwiftnessII
        +
      • +
      + + + +
        +
      • +

        potionOfFireResistance

        +
        public static final Item potionOfFireResistance
        +
      • +
      + + + +
        +
      • +

        potionOfFireResistanceExtended

        +
        public static final Item potionOfFireResistanceExtended
        +
      • +
      + + + +
        +
      • +

        potionOfFireResistanceReverted

        +
        public static final Item potionOfFireResistanceReverted
        +
      • +
      + + + +
        +
      • +

        potionOfHealing

        +
        public static final Item potionOfHealing
        +
      • +
      + + + +
        +
      • +

        potionOfHealingReverted

        +
        public static final Item potionOfHealingReverted
        +
      • +
      + + + +
        +
      • +

        potionOfHealingII

        +
        public static final Item potionOfHealingII
        +
      • +
      + + + +
        +
      • +

        potionOfStrength

        +
        public static final Item potionOfStrength
        +
      • +
      + + + +
        +
      • +

        potionOfStrengthExtended

        +
        public static final Item potionOfStrengthExtended
        +
      • +
      + + + +
        +
      • +

        potionOfStrengthII

        +
        public static final Item potionOfStrengthII
        +
      • +
      + + + +
        +
      • +

        potionOfPoison

        +
        public static final Item potionOfPoison
        +
      • +
      + + + +
        +
      • +

        potionOfPoisonExtended

        +
        public static final Item potionOfPoisonExtended
        +
      • +
      + + + +
        +
      • +

        potionOfPoisonII

        +
        public static final Item potionOfPoisonII
        +
      • +
      + + + +
        +
      • +

        potionOfWeakness

        +
        public static final Item potionOfWeakness
        +
      • +
      + + + +
        +
      • +

        potionOfWeaknessExtended

        +
        public static final Item potionOfWeaknessExtended
        +
      • +
      + + + +
        +
      • +

        potionOfWeaknessReverted

        +
        public static final Item potionOfWeaknessReverted
        +
      • +
      + + + +
        +
      • +

        potionOfSlowness

        +
        public static final Item potionOfSlowness
        +
      • +
      + + + +
        +
      • +

        potionOfSlownessExtended

        +
        public static final Item potionOfSlownessExtended
        +
      • +
      + + + +
        +
      • +

        potionOfSlownessReverted

        +
        public static final Item potionOfSlownessReverted
        +
      • +
      + + + +
        +
      • +

        potionOfHarming

        +
        public static final Item potionOfHarming
        +
      • +
      + + + +
        +
      • +

        potionOfHarmingReverted

        +
        public static final Item potionOfHarmingReverted
        +
      • +
      + + + +
        +
      • +

        potionOfHarmingII

        +
        public static final Item potionOfHarmingII
        +
      • +
      + + + +
        +
      • +

        potionOfRegenerationIIExtended

        +
        public static final Item potionOfRegenerationIIExtended
        +
      • +
      + + + +
        +
      • +

        potionOfSwiftnessIIExtended

        +
        public static final Item potionOfSwiftnessIIExtended
        +
      • +
      + + + +
        +
      • +

        potionOfStrengthIIExtended

        +
        public static final Item potionOfStrengthIIExtended
        +
      • +
      + + + +
        +
      • +

        potionOfPoisonIIExtended

        +
        public static final Item potionOfPoisonIIExtended
        +
      • +
      + + + +
        +
      • +

        splashMundanePotion

        +
        public static final Item splashMundanePotion
        +
      • +
      + + + +
        +
      • +

        splashPotionOfRegeneration

        +
        public static final Item splashPotionOfRegeneration
        +
      • +
      + + + +
        +
      • +

        splashPotionOfRegenerationExtended

        +
        public static final Item splashPotionOfRegenerationExtended
        +
      • +
      + + + +
        +
      • +

        splashPotionOfRegenerationII

        +
        public static final Item splashPotionOfRegenerationII
        +
      • +
      + + + +
        +
      • +

        splashPotionOfSwiftness

        +
        public static final Item splashPotionOfSwiftness
        +
      • +
      + + + +
        +
      • +

        splashPotionOfSwiftnessExt

        +
        public static final Item splashPotionOfSwiftnessExt
        +
      • +
      + + + +
        +
      • +

        splashPotionOfSwiftnessII

        +
        public static final Item splashPotionOfSwiftnessII
        +
      • +
      + + + +
        +
      • +

        splashPotionOfFireResistance

        +
        public static final Item splashPotionOfFireResistance
        +
      • +
      + + + +
        +
      • +

        splashPotionOfFireResistanceExtended

        +
        public static final Item splashPotionOfFireResistanceExtended
        +
      • +
      + + + +
        +
      • +

        splashPotionOfFireResistanceReverted

        +
        public static final Item splashPotionOfFireResistanceReverted
        +
      • +
      + + + +
        +
      • +

        splashPotionOfHealing

        +
        public static final Item splashPotionOfHealing
        +
      • +
      + + + +
        +
      • +

        splashPotionOfHealingReverted

        +
        public static final Item splashPotionOfHealingReverted
        +
      • +
      + + + +
        +
      • +

        splashPotionOfHealingII

        +
        public static final Item splashPotionOfHealingII
        +
      • +
      + + + +
        +
      • +

        splashPotionOfStrength

        +
        public static final Item splashPotionOfStrength
        +
      • +
      + + + +
        +
      • +

        splashPotionOfStrengthExtended

        +
        public static final Item splashPotionOfStrengthExtended
        +
      • +
      + + + +
        +
      • +

        splashPotionOfStrengthII

        +
        public static final Item splashPotionOfStrengthII
        +
      • +
      + + + +
        +
      • +

        splashPotionOfPoison

        +
        public static final Item splashPotionOfPoison
        +
      • +
      + + + +
        +
      • +

        splashPotionOfPoisonExtended

        +
        public static final Item splashPotionOfPoisonExtended
        +
      • +
      + + + +
        +
      • +

        splashPotionOfPoisonII

        +
        public static final Item splashPotionOfPoisonII
        +
      • +
      + + + +
        +
      • +

        splashPotionOfWeakness

        +
        public static final Item splashPotionOfWeakness
        +
      • +
      + + + +
        +
      • +

        splashPotionOfWeaknessExtended

        +
        public static final Item splashPotionOfWeaknessExtended
        +
      • +
      + + + +
        +
      • +

        splashPotionOfWeaknessReverted

        +
        public static final Item splashPotionOfWeaknessReverted
        +
      • +
      + + + +
        +
      • +

        splashPotionOfSlowness

        +
        public static final Item splashPotionOfSlowness
        +
      • +
      + + + +
        +
      • +

        splashPotionOfSlownessExtended

        +
        public static final Item splashPotionOfSlownessExtended
        +
      • +
      + + + +
        +
      • +

        splashPotionOfSlownessReverted

        +
        public static final Item splashPotionOfSlownessReverted
        +
      • +
      + + + +
        +
      • +

        splashPotionOfHarming

        +
        public static final Item splashPotionOfHarming
        +
      • +
      + + + +
        +
      • +

        splashPotionOfHarmingReverted

        +
        public static final Item splashPotionOfHarmingReverted
        +
      • +
      + + + +
        +
      • +

        splashPotionOfHarmingII

        +
        public static final Item splashPotionOfHarmingII
        +
      • +
      + + + +
        +
      • +

        glassBottle

        +
        public static final Item glassBottle
        +
      • +
      + + + +
        +
      • +

        spiderEye

        +
        public static final Item spiderEye
        +
      • +
      + + + +
        +
      • +

        fermentedSpiderEye

        +
        public static final Item fermentedSpiderEye
        +
      • +
      + + + +
        +
      • +

        blazePowder

        +
        public static final Item blazePowder
        +
      • +
      + + + +
        +
      • +

        magmaCream

        +
        public static final Item magmaCream
        +
      • +
      + + + +
        +
      • +

        brewingStand

        +
        public static final Item brewingStand
        +
      • +
      + + + +
        +
      • +

        cauldron

        +
        public static final Item cauldron
        +
      • +
      + + + +
        +
      • +

        eyeOfEnder

        +
        public static final Item eyeOfEnder
        +
      • +
      + + + +
        +
      • +

        glisteringMelon

        +
        public static final Item glisteringMelon
        +
      • +
      + + + +
        +
      • +

        spawnEggMooshroom

        +
        public static final Item spawnEggMooshroom
        +
      • +
      + + + +
        +
      • +

        spawnEggSkeleton

        +
        public static final Item spawnEggSkeleton
        +
      • +
      + + + +
        +
      • +

        spawnEggCreeper

        +
        public static final Item spawnEggCreeper
        +
      • +
      + + + +
        +
      • +

        spawnEggSlime

        +
        public static final Item spawnEggSlime
        +
      • +
      + + + +
        +
      • +

        spawnEggZombie

        +
        public static final Item spawnEggZombie
        +
      • +
      + + + +
        +
      • +

        spawnEggSpider

        +
        public static final Item spawnEggSpider
        +
      • +
      + + + +
        +
      • +

        spawnEggChicken

        +
        public static final Item spawnEggChicken
        +
      • +
      + + + +
        +
      • +

        spawnEggCaveSpider

        +
        public static final Item spawnEggCaveSpider
        +
      • +
      + + + +
        +
      • +

        spawnEggCow

        +
        public static final Item spawnEggCow
        +
      • +
      + + + +
        +
      • +

        spawnEggEnderman

        +
        public static final Item spawnEggEnderman
        +
      • +
      + + + +
        +
      • +

        spawnEggWolf

        +
        public static final Item spawnEggWolf
        +
      • +
      + + + +
        +
      • +

        spawnEggPigZombie

        +
        public static final Item spawnEggPigZombie
        +
      • +
      + + + +
        +
      • +

        spawnEggSquid

        +
        public static final Item spawnEggSquid
        +
      • +
      + + + +
        +
      • +

        spawnEggGhast

        +
        public static final Item spawnEggGhast
        +
      • +
      + + + +
        +
      • +

        spawnEggMagmaCube

        +
        public static final Item spawnEggMagmaCube
        +
      • +
      + + + +
        +
      • +

        spawnEggSheep

        +
        public static final Item spawnEggSheep
        +
      • +
      + + + +
        +
      • +

        spawnEggBlaze

        +
        public static final Item spawnEggBlaze
        +
      • +
      + + + +
        +
      • +

        spawnEggVillager

        +
        public static final Item spawnEggVillager
        +
      • +
      + + + +
        +
      • +

        spawnEggSilverfish

        +
        public static final Item spawnEggSilverfish
        +
      • +
      + + + +
        +
      • +

        spawnEggPig

        +
        public static final Item spawnEggPig
        +
      • +
      + + + +
        +
      • +

        spawnEggOcelot

        +
        public static final Item spawnEggOcelot
        +
      • +
      + + + +
        +
      • +

        bottleOEnchanting

        +
        public static final Item bottleOEnchanting
        +
      • +
      + + + +
        +
      • +

        fireCharge

        +
        public static final Item fireCharge
        +
      • +
      + + + +
        +
      • +

        bookAndQuill

        +
        public static final Item bookAndQuill
        +
      • +
      + + + +
        +
      • +

        writtenBook

        +
        public static final Item writtenBook
        +
      • +
      + + + +
        +
      • +

        emerald

        +
        public static final Item emerald
        +
      • +
      + + + +
        +
      • +

        itemframe

        +
        public static final Item itemframe
        +
      • +
      + + + +
        +
      • +

        flowerpotitem

        +
        public static final Item flowerpotitem
        +
      • +
      + + + +
        +
      • +

        carrotitem

        +
        public static final Item carrotitem
        +
      • +
      + + + +
        +
      • +

        potatoitem

        +
        public static final Item potatoitem
        +
      • +
      + + + +
        +
      • +

        bakedpotato

        +
        public static final Item bakedpotato
        +
      • +
      + + + +
        +
      • +

        poisonouspotato

        +
        public static final Item poisonouspotato
        +
      • +
      + + + +
        +
      • +

        emptymap

        +
        public static final Item emptymap
        +
      • +
      + + + +
        +
      • +

        goldencarrot

        +
        public static final Item goldencarrot
        +
      • +
      + + + +
        +
      • +

        skullitem

        +
        public static final Item skullitem
        +
      • +
      + + + +
        +
      • +

        carrotstick

        +
        public static final Item carrotstick
        +
      • +
      + + + +
        +
      • +

        netherstar

        +
        public static final Item netherstar
        +
      • +
      + + + +
        +
      • +

        pumpkinpie

        +
        public static final Item pumpkinpie
        +
      • +
      + + + +
        +
      • +

        firework

        +
        public static final Item firework
        +
      • +
      + + + +
        +
      • +

        fireworkcharge

        +
        public static final Item fireworkcharge
        +
      • +
      + + + +
        +
      • +

        enchantedbook

        +
        public static final Item enchantedbook
        +
      • +
      + + + +
        +
      • +

        goldMusicDisc

        +
        public static final Item goldMusicDisc
        +
      • +
      + + + +
        +
      • +

        greenMusicDisc

        +
        public static final Item greenMusicDisc
        +
      • +
      + + + +
        +
      • +

        orangeMusicDisc

        +
        public static final Item orangeMusicDisc
        +
      • +
      + + + +
        +
      • +

        redMusicDisc

        +
        public static final Item redMusicDisc
        +
      • +
      + + + +
        +
      • +

        cyanMusicDisc

        +
        public static final Item cyanMusicDisc
        +
      • +
      + + + +
        +
      • +

        blueMusicDisc

        +
        public static final Item blueMusicDisc
        +
      • +
      + + + +
        +
      • +

        purpleMusicDisc

        +
        public static final Item purpleMusicDisc
        +
      • +
      + + + +
        +
      • +

        blackMusicDisc

        +
        public static final Item blackMusicDisc
        +
      • +
      + + + +
        +
      • +

        whiteMusicDisc

        +
        public static final Item whiteMusicDisc
        +
      • +
      + + + +
        +
      • +

        forestGreenMusicDisc

        +
        public static final Item forestGreenMusicDisc
        +
      • +
      + + + +
        +
      • +

        brokenMusicDisc

        +
        public static final Item brokenMusicDisc
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MaterialData

        +
        public MaterialData()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        reset

        +
        public static void reset()
        +
      • +
      + + + +
        +
      • +

        addCustomItem

        +
        public static void addCustomItem(CustomItem item)
        +
        Adds a custom item to the material list
        +
        +
        Parameters:
        +
        item - to add
        +
        +
      • +
      + + + +
        +
      • +

        addCustomBlock

        +
        public static void addCustomBlock(CustomBlock block)
        +
        Adds a custom block to the material list
        +
        +
        Parameters:
        +
        block - to add
        +
        +
      • +
      + + + +
        +
      • +

        getMaterial

        +
        public static Material getMaterial(int id)
        +
        +
        Parameters:
        +
        Gets - the material from the given id
        +
        Returns:
        +
        material, or null if none found
        +
        +
      • +
      + + + +
        +
      • +

        getMaterial

        +
        public static Material getMaterial(int id,
        +                                   short data)
        +
        Gets the material from the given id and data. +

        + If a non-zero data value is given for a material with no subtypes, the material at the id and data value of zero will be returned instead.

        +
        +
        Parameters:
        +
        id - to get
        +
        data - to get
        +
        Returns:
        +
        material or null if none found
        +
        +
      • +
      + + + +
        +
      • +

        getOrCreateMaterial

        +
        public static Material getOrCreateMaterial(int id,
        +                                           short data)
        +
        Gets the material from the given id and data, or creates it if nessecary. +

        + Creation occurs when a material exists at the given id, and zero data value, but does not have any subtypes. + A new material that is a copy of the material at the given id and zero data value is created. + If creation fails for any reason, null will be returned. + If the material has subtypes normally, null will be returned if there is no subtype at the given data value

        +
        +
        Parameters:
        +
        id - to get
        +
        data - to get
        +
        Returns:
        +
        material found, created, or null
        +
        +
      • +
      + + + +
        +
      • +

        getBlock

        +
        public static Block getBlock(int id)
        +
        Gets the block at the given id, or null if none found
        +
        +
        Parameters:
        +
        id - to get
        +
        Returns:
        +
        block, or null if none found
        +
        +
      • +
      + + + +
        +
      • +

        getBlock

        +
        public static Block getBlock(int id,
        +                             short data)
        +
        Gets the block at the given id and data, or null if none found
        +
        +
        Parameters:
        +
        id - to get
        +
        data - to get
        +
        Returns:
        +
        block, or null if none found
        +
        +
      • +
      + + + +
        +
      • +

        getCustomBlocks

        +
        public static CustomBlock[] getCustomBlocks()
        +
        Gets an array of all currently registered custom blocks
        +
        +
        Returns:
        +
        all registered custom blocks
        +
        +
      • +
      + + + +
        +
      • +

        getCustomBlocks

        +
        public static java.util.List<CustomBlock> getCustomBlocks(Plugin plugin)
        +
        Gets a list of all currently registered custom blocks for a specific plugin
        +
        +
        Parameters:
        +
        plugin - The plugin in which owns the custom blocks
        +
        Returns:
        +
        custom block list for given plugin
        +
        +
      • +
      + + + +
        +
      • +

        getCustomItems

        +
        public static CustomItem[] getCustomItems()
        +
        Gets an array of all currently registered custom items
        +
        +
        Returns:
        +
        all registered custom items
        +
        +
      • +
      + + + +
        +
      • +

        getCustomBlock

        +
        public static CustomBlock getCustomBlock(int customId)
        +
        Gets the custom block associated with the custom block id
        +
        +
        Parameters:
        +
        customId -
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        getCustomItem

        +
        public static CustomItem getCustomItem(int customId)
        +
        Gets the custom item associated with the given id
        +
        +
        Parameters:
        +
        customId - to look up from
        +
        Returns:
        +
        custom item
        +
        +
      • +
      + + + +
        +
      • +

        getItem

        +
        public static Item getItem(int id)
        +
        Gets the item at the given id, or null if none found
        +
        +
        Parameters:
        +
        id - to get
        +
        Returns:
        +
        item or null if none found
        +
        +
      • +
      + + + +
        +
      • +

        getItem

        +
        public static Item getItem(int id,
        +                           short data)
        +
        Gets the item at the given id and data, or null if none found
        +
        +
        Parameters:
        +
        id - to get
        +
        data - to get
        +
        Returns:
        +
        item or null if none found
        +
        +
      • +
      + + + +
        +
      • +

        getMaterials

        +
        public static java.util.List<Material> getMaterials()
        +
        Returns a list of all the current materials in the game, notchian, custom, or otherwise
        +
        +
        Returns:
        +
        a list of all materials
        +
        +
      • +
      + + + +
        +
      • +

        getMaterial

        +
        public static Material getMaterial(java.lang.String notchianName)
        +
        Gets the associated material with its notchian name
        +
        +
        Parameters:
        +
        name - to lookup
        +
        Returns:
        +
        material, or null if none found
        +
        +
      • +
      + + + +
        +
      • +

        getCustomBlock

        +
        public static CustomBlock getCustomBlock(java.lang.String plugin,
        +                                         java.lang.String name)
        +
        Fetches a CustomBlock from the map based on plugin and name.
        +
        +
        Parameters:
        +
        plugin - The name of the plugin where the custom block is registered in
        +
        name - The name of the custom block
        +
        Returns:
        +
        The custom block found or null
        +
        +
      • +
      + + + +
        +
      • +

        getCustomBlock

        +
        public static CustomBlock getCustomBlock(java.lang.String name)
        +
        Fetches a CustomBlock from the map based on the name provided. + + CustomBlocks are keyed to pluginname.name so keep this in mind when passing a full string.
        +
        +
        Parameters:
        +
        name - The name to lookup
        +
        Returns:
        +
        The custom block found or null
        +
        +
      • +
      + + + +
        +
      • +

        getCustomItem

        +
        public static CustomItem getCustomItem(java.lang.String plugin,
        +                                       java.lang.String name)
        +
        Fetches a CustomItem from the map based on plugin and name.
        +
        +
        Parameters:
        +
        plugin - The name of the plugin where the custom item is registered in
        +
        name - The name of the custom item
        +
        Returns:
        +
        The custom item found or null
        +
        +
      • +
      + + + +
        +
      • +

        getCustomItem

        +
        public static CustomItem getCustomItem(java.lang.String name)
        +
        Fetches a CustomItem from the map based on the name provided. + + CustomItems are keyed to pluginname.name so keep this in mind when passing a full string.
        +
        +
        Parameters:
        +
        name - The name to lookup
        +
        Returns:
        +
        The custom item found or null
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/Plant.html b/generated/1.5.2/org/getspout/spoutapi/material/Plant.html new file mode 100644 index 0000000..515fa72 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/Plant.html @@ -0,0 +1,277 @@ + + + + + +Plant (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.material
+

Interface Plant

+
+
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        isHasGrowthStages

        +
        boolean isHasGrowthStages()
        +
      • +
      + + + +
        +
      • +

        getNumGrowthStages

        +
        int getNumGrowthStages()
        +
      • +
      + + + +
        +
      • +

        getMinimumLightToGrow

        +
        int getMinimumLightToGrow()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/SolidBlock.html b/generated/1.5.2/org/getspout/spoutapi/material/SolidBlock.html new file mode 100644 index 0000000..9e12dcc --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/SolidBlock.html @@ -0,0 +1,249 @@ + + + + + +SolidBlock (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.material
+

Interface SolidBlock

+
+
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        isFallingBlock

        +
        boolean isFallingBlock()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/Tool.html b/generated/1.5.2/org/getspout/spoutapi/material/Tool.html new file mode 100644 index 0000000..93fa9bf --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/Tool.html @@ -0,0 +1,300 @@ + + + + + +Tool (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.material
+

Interface Tool

+
+
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        setMaxDurability

        +
        Tool setMaxDurability(short durability)
        +
      • +
      + + + +
        +
      • +

        getMaxDurability

        +
        short getMaxDurability()
        +
      • +
      + + + +
        +
      • +

        getStrengthModifier

        +
        float getStrengthModifier(Block block)
        +
      • +
      + + + +
        +
      • +

        setStrengthModifier

        +
        Tool setStrengthModifier(Block block,
        +                         float modifier)
        +
      • +
      + + + +
        +
      • +

        getStrengthModifiedBlocks

        +
        Block[] getStrengthModifiedBlocks()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/Weapon.html b/generated/1.5.2/org/getspout/spoutapi/material/Weapon.html new file mode 100644 index 0000000..d7781e0 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/Weapon.html @@ -0,0 +1,201 @@ + + + + + +Weapon (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.material
+

Interface Weapon

+
+
+
+ +
+
+ +
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/block/Air.html b/generated/1.5.2/org/getspout/spoutapi/material/block/Air.html new file mode 100644 index 0000000..e253f67 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/block/Air.html @@ -0,0 +1,486 @@ + + + + + +Air (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.material.block
+

Class Air

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/block/DoubleSlabs.html b/generated/1.5.2/org/getspout/spoutapi/material/block/DoubleSlabs.html new file mode 100644 index 0000000..a09332a --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/block/DoubleSlabs.html @@ -0,0 +1,315 @@ + + + + + +DoubleSlabs (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.material.block
+

Class DoubleSlabs

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        DoubleSlabs

        +
        public DoubleSlabs(java.lang.String name,
        +                   int id,
        +                   int data)
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/block/GenericBlock.html b/generated/1.5.2/org/getspout/spoutapi/material/block/GenericBlock.html new file mode 100644 index 0000000..88840a4 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/block/GenericBlock.html @@ -0,0 +1,580 @@ + + + + + +GenericBlock (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.material.block
+

Class GenericBlock

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.getspout.spoutapi.material.block.GenericBlock
    • +
    +
  • +
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        GenericBlock

        +
        protected GenericBlock(java.lang.String name,
        +                       int id,
        +                       int data)
        +
      • +
      + + + +
        +
      • +

        GenericBlock

        +
        protected GenericBlock(java.lang.String name,
        +                       int id)
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/block/GenericCubeCustomBlock.html b/generated/1.5.2/org/getspout/spoutapi/material/block/GenericCubeCustomBlock.html new file mode 100644 index 0000000..6bf0571 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/block/GenericCubeCustomBlock.html @@ -0,0 +1,724 @@ + + + + + +GenericCubeCustomBlock (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.material.block
+

Class GenericCubeCustomBlock

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        GenericCubeCustomBlock

        +
        public GenericCubeCustomBlock(Plugin plugin,
        +                              java.lang.String name,
        +                              boolean isOpaque,
        +                              GenericCubeBlockDesign design)
        +
        Creates a new cube block material
        +
        +
        Parameters:
        +
        plugin - making the block
        +
        name - of the block
        +
        isOpaque - true if you want the block solid
        +
        design - to use for the block
        +
        customMetaData - of the block
        +
        +
      • +
      + + + +
        +
      • +

        GenericCubeCustomBlock

        +
        public GenericCubeCustomBlock(Plugin plugin,
        +                              java.lang.String name,
        +                              boolean isOpaque,
        +                              GenericCubeBlockDesign design,
        +                              boolean rotate)
        +
        Creates a new cube block material
        +
        +
        Parameters:
        +
        plugin - making the block
        +
        name - of the block
        +
        isOpaque - true if you want the block solid
        +
        design - to use for the block
        +
        customMetaData - of the block
        +
        rotate - will the block rotate to face the player when placed
        +
        +
      • +
      + + + +
        +
      • +

        GenericCubeCustomBlock

        +
        public GenericCubeCustomBlock(Plugin plugin,
        +                              java.lang.String name,
        +                              GenericCubeBlockDesign design)
        +
        Creates a new opaque/solid cube block material
        +
        +
        Parameters:
        +
        plugin - making the block
        +
        name - of the block
        +
        design - to use for the block
        +
        +
      • +
      + + + +
        +
      • +

        GenericCubeCustomBlock

        +
        public GenericCubeCustomBlock(Plugin plugin,
        +                              java.lang.String name,
        +                              GenericCubeBlockDesign design,
        +                              boolean rotate)
        +
        Creates a new opaque/solid cube block material
        +
        +
        Parameters:
        +
        plugin - making the block
        +
        name - of the block
        +
        design - to use for the block
        +
        rotate - will the block rotate to face the player when placed
        +
        +
      • +
      + + + +
        +
      • +

        GenericCubeCustomBlock

        +
        public GenericCubeCustomBlock(Plugin plugin,
        +                              java.lang.String name,
        +                              java.lang.String texture,
        +                              int textureSize)
        +
        Creates a new basic opaque/solid cube block material
        +
        +
        Parameters:
        +
        plugin - making the block
        +
        name - of the block
        +
        texture - url to use for the block - must be a square PNG
        +
        textureSize - width and height of the texture in pixels
        +
        +
      • +
      + + + +
        +
      • +

        GenericCubeCustomBlock

        +
        public GenericCubeCustomBlock(Plugin plugin,
        +                              java.lang.String name,
        +                              java.lang.String texture,
        +                              int textureSize,
        +                              boolean rotate)
        +
        Creates a new basic opaque/solid cube block material
        +
        +
        Parameters:
        +
        plugin - making the block
        +
        name - of the block
        +
        texture - url to use for the block - must be a square PNG
        +
        textureSize - width and height of the texture in pixels
        +
        rotate - will the block rotate to face the player when placed
        +
        +
      • +
      + + + +
        +
      • +

        GenericCubeCustomBlock

        +
        public GenericCubeCustomBlock(Plugin plugin,
        +                              java.lang.String name,
        +                              int blockId,
        +                              GenericCubeBlockDesign design)
        +
        Creates a new cube block material with underlying block ID.
        +
        +
        Parameters:
        +
        plugin - making the block
        +
        name - of the block
        +
        blockID - of the underlying vanilla block
        +
        design - to use for the block
        +
        +
      • +
      + + + +
        +
      • +

        GenericCubeCustomBlock

        +
        public GenericCubeCustomBlock(Plugin plugin,
        +                              java.lang.String name,
        +                              int blockId,
        +                              GenericCubeBlockDesign design,
        +                              boolean rotate)
        +
        Creates a new cube block material with underlying block ID.
        +
        +
        Parameters:
        +
        plugin - making the block
        +
        name - of the block
        +
        blockID - of the underlying vanilla block
        +
        design - to use for the block
        +
        rotate - will the block rotate to face the player when placed
        +
        +
      • +
      + + + +
        +
      • +

        GenericCubeCustomBlock

        +
        public GenericCubeCustomBlock(Plugin plugin,
        +                              java.lang.String name,
        +                              int blockId,
        +                              int metadata,
        +                              GenericCubeBlockDesign design)
        +
        Creates a new cube block material with underlying block ID.
        +
        +
        Parameters:
        +
        plugin - making the block
        +
        name - of the block
        +
        blockID - of the underlying vanilla block
        +
        metadata - of the underlying vanilla block
        +
        design - to use for the block
        +
        +
      • +
      + + + +
        +
      • +

        GenericCubeCustomBlock

        +
        public GenericCubeCustomBlock(Plugin plugin,
        +                              java.lang.String name,
        +                              int blockId,
        +                              int metadata,
        +                              GenericCubeBlockDesign design,
        +                              boolean rotate)
        +
        Creates a new cube block material with underlying block ID.
        +
        +
        Parameters:
        +
        plugin - making the block
        +
        name - of the block
        +
        blockID - of the underlying vanilla block
        +
        metadata - of the underlying vanilla block
        +
        design - to use for the block
        +
        rotate - will the block rotate to face the player when placed
        +
        +
      • +
      + + + +
        +
      • +

        GenericCubeCustomBlock

        +
        public GenericCubeCustomBlock(Plugin plugin,
        +                              java.lang.String name,
        +                              int blockId,
        +                              java.lang.String texture,
        +                              int textureSize)
        +
        Creates a new basic opaque/solid cube block material with underlying block ID.
        +
        +
        Parameters:
        +
        plugin - making the block
        +
        name - of the block
        +
        blockID - of the underlying vanilla block
        +
        texture - url to use for the block - must be a square PNG
        +
        textureSize - width and height of the texture in pixels
        +
        +
      • +
      + + + +
        +
      • +

        GenericCubeCustomBlock

        +
        public GenericCubeCustomBlock(Plugin plugin,
        +                              java.lang.String name,
        +                              int blockId,
        +                              java.lang.String texture,
        +                              int textureSize,
        +                              boolean rotate)
        +
        Creates a new basic opaque/solid cube block material with underlying block ID.
        +
        +
        Parameters:
        +
        plugin - making the block
        +
        name - of the block
        +
        blockID - of the underlying vanilla block
        +
        texture - url to use for the block - must be a square PNG
        +
        textureSize - width and height of the texture in pixels
        +
        rotate - will the block rotate to face the player when placed
        +
        +
      • +
      + + + +
        +
      • +

        GenericCubeCustomBlock

        +
        public GenericCubeCustomBlock(Plugin plugin,
        +                              java.lang.String name,
        +                              int blockId,
        +                              int metadata,
        +                              java.lang.String texture,
        +                              int textureSize)
        +
        Creates a new basic opaque/solid cube block material with underlying block ID + metadata.
        +
        +
        Parameters:
        +
        plugin - making the block
        +
        name - of the block
        +
        blockID - of the underlying vanilla block
        +
        metadata - of the underlying vanilla block
        +
        texture - url to use for the block - must be a square PNG
        +
        textureSize - width and height of the texture in pixels
        +
        +
      • +
      + + + +
        +
      • +

        GenericCubeCustomBlock

        +
        public GenericCubeCustomBlock(Plugin plugin,
        +                              java.lang.String name,
        +                              int blockId,
        +                              int metadata,
        +                              java.lang.String texture,
        +                              int textureSize,
        +                              boolean rotate)
        +
        Creates a new basic opaque/solid cube block material with underlying block ID + metadata.
        +
        +
        Parameters:
        +
        plugin - making the block
        +
        name - of the block
        +
        blockID - of the underlying vanilla block
        +
        metadata - of the underlying vanilla block
        +
        texture - url to use for the block - must be a square PNG
        +
        textureSize - width and height of the texture in pixels
        +
        rotate - will the block rotate to face the player when placed
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/block/GenericCuboidCustomBlock.html b/generated/1.5.2/org/getspout/spoutapi/material/block/GenericCuboidCustomBlock.html new file mode 100644 index 0000000..8c36032 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/block/GenericCuboidCustomBlock.html @@ -0,0 +1,991 @@ + + + + + +GenericCuboidCustomBlock (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.material.block
+

Class GenericCuboidCustomBlock

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        GenericCuboidCustomBlock

        +
        public GenericCuboidCustomBlock(Plugin plugin,
        +                                java.lang.String name)
        +
        Creates a basic GenericCustomblock with no design that is opaque/solid.
        +
        +
        Parameters:
        +
        plugin - creating the block
        +
        name - of the block
        +
        rotate - will the block rotate to face the player when placed
        +
        +
      • +
      + + + +
        +
      • +

        GenericCuboidCustomBlock

        +
        public GenericCuboidCustomBlock(Plugin plugin,
        +                                java.lang.String name,
        +                                boolean rotate)
        +
        Creates a basic GenericCustomblock with no design that is opaque/solid.
        +
        +
        Parameters:
        +
        plugin - creating the block
        +
        name - of the block
        +
        rotate - will the block rotate to face the player when placed
        +
        +
      • +
      + + + +
        +
      • +

        GenericCuboidCustomBlock

        +
        public GenericCuboidCustomBlock(Plugin plugin,
        +                                java.lang.String name,
        +                                boolean isOpaque,
        +                                GenericCuboidBlockDesign design)
        +
        Creates a new cube block material
        +
        +
        Parameters:
        +
        plugin - making the block
        +
        name - of the block
        +
        isOpaque - true if you want the block solid
        +
        design - to use for the block
        +
        customMetaData - of the block
        +
        +
      • +
      + + + +
        +
      • +

        GenericCuboidCustomBlock

        +
        public GenericCuboidCustomBlock(Plugin plugin,
        +                                java.lang.String name,
        +                                boolean isOpaque,
        +                                GenericCuboidBlockDesign design,
        +                                boolean rotate)
        +
        Creates a new cube block material
        +
        +
        Parameters:
        +
        plugin - making the block
        +
        name - of the block
        +
        isOpaque - true if you want the block solid
        +
        design - to use for the block
        +
        customMetaData - of the block
        +
        rotate - will the block rotate to face the player when placed
        +
        +
      • +
      + + + +
        +
      • +

        GenericCuboidCustomBlock

        +
        public GenericCuboidCustomBlock(Plugin plugin,
        +                                java.lang.String name,
        +                                GenericCuboidBlockDesign design)
        +
        Creates a new opaque/solid cube block material
        +
        +
        Parameters:
        +
        plugin - making the block
        +
        name - of the block
        +
        design - to use for the block
        +
        +
      • +
      + + + +
        +
      • +

        GenericCuboidCustomBlock

        +
        public GenericCuboidCustomBlock(Plugin plugin,
        +                                java.lang.String name,
        +                                GenericCuboidBlockDesign design,
        +                                boolean rotate)
        +
        Creates a new opaque/solid cube block material
        +
        +
        Parameters:
        +
        plugin - making the block
        +
        name - of the block
        +
        design - to use for the block
        +
        rotate - will the block rotate to face the player when placed
        +
        +
      • +
      + + + +
        +
      • +

        GenericCuboidCustomBlock

        +
        public GenericCuboidCustomBlock(Plugin plugin,
        +                                java.lang.String name,
        +                                java.lang.String texture,
        +                                int textureSize,
        +                                float xMin,
        +                                float yMin,
        +                                float zMin,
        +                                float xMax,
        +                                float yMax,
        +                                float zMax)
        +
        Creates a new basic opaque/solid cube block material
        +
        +
        Parameters:
        +
        plugin - making the block
        +
        name - of the block
        +
        texture - url to use for the block - must be a square PNG
        +
        textureSize - width and height of the texture in pixels
        +
        xMin - minimum x coordinate of the cuboid
        +
        yMin - minimum y coordinate of the cuboid
        +
        zMin - minimum z coordinate of the cuboid
        +
        xMax - maximum x coordinate of the cuboid
        +
        yMax - maximum y coordinate of the cuboid
        +
        zMax - maximum z coordinate of the cuboid
        +
        +
      • +
      + + + +
        +
      • +

        GenericCuboidCustomBlock

        +
        public GenericCuboidCustomBlock(Plugin plugin,
        +                                java.lang.String name,
        +                                java.lang.String texture,
        +                                int textureSize,
        +                                float xMin,
        +                                float yMin,
        +                                float zMin,
        +                                float xMax,
        +                                float yMax,
        +                                float zMax,
        +                                boolean rotate)
        +
        Creates a new basic opaque/solid cube block material
        +
        +
        Parameters:
        +
        plugin - making the block
        +
        name - of the block
        +
        texture - url to use for the block - must be a square PNG
        +
        textureSize - width and height of the texture in pixels
        +
        xMin - minimum x coordinate of the cuboid
        +
        yMin - minimum y coordinate of the cuboid
        +
        zMin - minimum z coordinate of the cuboid
        +
        xMax - maximum x coordinate of the cuboid
        +
        yMax - maximum y coordinate of the cuboid
        +
        zMax - maximum z coordinate of the cuboid
        +
        rotate - will the block rotate to face the player when placed
        +
        +
      • +
      + + + +
        +
      • +

        GenericCuboidCustomBlock

        +
        public GenericCuboidCustomBlock(Plugin plugin,
        +                                java.lang.String name,
        +                                int blockId)
        +
        Creates a basic GenericCustomblock with no design that has an underlying block ID.
        +
        +
        Parameters:
        +
        plugin - creating the block
        +
        name - of the block
        +
        blockID - of the underlying vanilla block
        +
        +
      • +
      + + + +
        +
      • +

        GenericCuboidCustomBlock

        +
        public GenericCuboidCustomBlock(Plugin plugin,
        +                                java.lang.String name,
        +                                int blockId,
        +                                boolean rotate)
        +
        Creates a basic GenericCustomblock with no design that has an underlying block ID.
        +
        +
        Parameters:
        +
        plugin - creating the block
        +
        name - of the block
        +
        blockID - of the underlying vanilla block
        +
        rotate - will the block rotate to face the player when placed
        +
        +
      • +
      + + + +
        +
      • +

        GenericCuboidCustomBlock

        +
        public GenericCuboidCustomBlock(Plugin plugin,
        +                                java.lang.String name,
        +                                int blockId,
        +                                int metadata)
        +
        Creates a basic GenericCustomblock with no design that has an underlying block ID + metadata.
        +
        +
        Parameters:
        +
        plugin - creating the block
        +
        name - of the block
        +
        blockID - of the underlying vanilla block
        +
        metadata - of the underlying vanilla block
        +
        +
      • +
      + + + +
        +
      • +

        GenericCuboidCustomBlock

        +
        public GenericCuboidCustomBlock(Plugin plugin,
        +                                java.lang.String name,
        +                                int blockId,
        +                                int metadata,
        +                                boolean rotate)
        +
        Creates a basic GenericCustomblock with no design that has an underlying block ID + metadata.
        +
        +
        Parameters:
        +
        plugin - creating the block
        +
        name - of the block
        +
        blockID - of the underlying vanilla block
        +
        metadata - of the underlying vanilla block
        +
        rotate - will the block rotate to face the player when placed
        +
        +
      • +
      + + + +
        +
      • +

        GenericCuboidCustomBlock

        +
        public GenericCuboidCustomBlock(Plugin plugin,
        +                                java.lang.String name,
        +                                int blockId,
        +                                GenericCuboidBlockDesign design)
        +
        Creates a new cube block material that has an underlying block ID.
        +
        +
        Parameters:
        +
        plugin - making the block
        +
        name - of the block
        +
        blockID - of the underlying vanilla block
        +
        design - to use for the block
        +
        +
      • +
      + + + +
        +
      • +

        GenericCuboidCustomBlock

        +
        public GenericCuboidCustomBlock(Plugin plugin,
        +                                java.lang.String name,
        +                                int blockId,
        +                                GenericCuboidBlockDesign design,
        +                                boolean rotate)
        +
        Creates a new cube block material that has an underlying block ID.
        +
        +
        Parameters:
        +
        plugin - making the block
        +
        name - of the block
        +
        blockID - of the underlying vanilla block
        +
        design - to use for the block
        +
        rotate - will the block rotate to face the player when placed
        +
        +
      • +
      + + + +
        +
      • +

        GenericCuboidCustomBlock

        +
        public GenericCuboidCustomBlock(Plugin plugin,
        +                                java.lang.String name,
        +                                int blockId,
        +                                int metadata,
        +                                GenericCuboidBlockDesign design)
        +
        Creates a new cube block material that has an underlying block ID + metadata.
        +
        +
        Parameters:
        +
        plugin - making the block
        +
        name - of the block
        +
        blockID - of the underlying vanilla block
        +
        metadata - of the underlying vanilla block
        +
        design - to use for the block
        +
        +
      • +
      + + + +
        +
      • +

        GenericCuboidCustomBlock

        +
        public GenericCuboidCustomBlock(Plugin plugin,
        +                                java.lang.String name,
        +                                int blockId,
        +                                int metadata,
        +                                GenericCuboidBlockDesign design,
        +                                boolean rotate)
        +
        Creates a new cube block material that has an underlying block ID + metadata.
        +
        +
        Parameters:
        +
        plugin - making the block
        +
        name - of the block
        +
        blockID - of the underlying vanilla block
        +
        metadata - of the underlying vanilla block
        +
        design - to use for the block
        +
        rotate - will the block rotate to face the player when placed
        +
        +
      • +
      + + + +
        +
      • +

        GenericCuboidCustomBlock

        +
        public GenericCuboidCustomBlock(Plugin plugin,
        +                                java.lang.String name,
        +                                int blockId,
        +                                java.lang.String texture,
        +                                int textureSize,
        +                                float xMin,
        +                                float yMin,
        +                                float zMin,
        +                                float xMax,
        +                                float yMax,
        +                                float zMax)
        +
        Creates a new basic opaque/solid cube block material that has an underlying block ID.
        +
        +
        Parameters:
        +
        plugin - making the block
        +
        name - of the block
        +
        blockID - of the underlying vanilla block
        +
        texture - url to use for the block - must be a square PNG
        +
        textureSize - width and height of the texture in pixels
        +
        xMin - minimum x coordinate of the cuboid
        +
        yMin - minimum y coordinate of the cuboid
        +
        zMin - minimum z coordinate of the cuboid
        +
        xMax - maximum x coordinate of the cuboid
        +
        yMax - maximum y coordinate of the cuboid
        +
        zMax - maximum z coordinate of the cuboid
        +
        +
      • +
      + + + +
        +
      • +

        GenericCuboidCustomBlock

        +
        public GenericCuboidCustomBlock(Plugin plugin,
        +                                java.lang.String name,
        +                                int blockId,
        +                                java.lang.String texture,
        +                                int textureSize,
        +                                float xMin,
        +                                float yMin,
        +                                float zMin,
        +                                float xMax,
        +                                float yMax,
        +                                float zMax,
        +                                boolean rotate)
        +
        Creates a new basic opaque/solid cube block material that has an underlying block ID.
        +
        +
        Parameters:
        +
        plugin - making the block
        +
        name - of the block
        +
        blockID - of the underlying vanilla block
        +
        texture - url to use for the block - must be a square PNG
        +
        textureSize - width and height of the texture in pixels
        +
        xMin - minimum x coordinate of the cuboid
        +
        yMin - minimum y coordinate of the cuboid
        +
        zMin - minimum z coordinate of the cuboid
        +
        xMax - maximum x coordinate of the cuboid
        +
        yMax - maximum y coordinate of the cuboid
        +
        zMax - maximum z coordinate of the cuboid
        +
        rotate - will the block rotate to face the player when placed
        +
        +
      • +
      + + + +
        +
      • +

        GenericCuboidCustomBlock

        +
        public GenericCuboidCustomBlock(Plugin plugin,
        +                                java.lang.String name,
        +                                int blockId,
        +                                int metadata,
        +                                java.lang.String texture,
        +                                int textureSize,
        +                                float xMin,
        +                                float yMin,
        +                                float zMin,
        +                                float xMax,
        +                                float yMax,
        +                                float zMax)
        +
        Creates a new basic opaque/solid cube block material that has an underlying block ID + metadata.
        +
        +
        Parameters:
        +
        plugin - making the block
        +
        name - of the block
        +
        blockID - of the underlying vanilla block
        +
        metadata - of the underlying vanilla block
        +
        texture - url to use for the block - must be a square PNG
        +
        textureSize - width and height of the texture in pixels
        +
        xMin - minimum x coordinate of the cuboid
        +
        yMin - minimum y coordinate of the cuboid
        +
        zMin - minimum z coordinate of the cuboid
        +
        xMax - maximum x coordinate of the cuboid
        +
        yMax - maximum y coordinate of the cuboid
        +
        zMax - maximum z coordinate of the cuboid
        +
        +
      • +
      + + + +
        +
      • +

        GenericCuboidCustomBlock

        +
        public GenericCuboidCustomBlock(Plugin plugin,
        +                                java.lang.String name,
        +                                int blockId,
        +                                int metadata,
        +                                java.lang.String texture,
        +                                int textureSize,
        +                                float xMin,
        +                                float yMin,
        +                                float zMin,
        +                                float xMax,
        +                                float yMax,
        +                                float zMax,
        +                                boolean rotate)
        +
        Creates a new basic opaque/solid cube block material that has an underlying block ID + metadata.
        +
        +
        Parameters:
        +
        plugin - making the block
        +
        name - of the block
        +
        blockID - of the underlying vanilla block
        +
        metadata - of the underlying vanilla block
        +
        texture - url to use for the block - must be a square PNG
        +
        textureSize - width and height of the texture in pixels
        +
        xMin - minimum x coordinate of the cuboid
        +
        yMin - minimum y coordinate of the cuboid
        +
        zMin - minimum z coordinate of the cuboid
        +
        xMax - maximum x coordinate of the cuboid
        +
        yMax - maximum y coordinate of the cuboid
        +
        zMax - maximum z coordinate of the cuboid
        +
        rotate - will the block rotate to face the player when placed
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/block/GenericCustomBlock.html b/generated/1.5.2/org/getspout/spoutapi/material/block/GenericCustomBlock.html new file mode 100644 index 0000000..573d104 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/block/GenericCustomBlock.html @@ -0,0 +1,2100 @@ + + + + + +GenericCustomBlock (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.material.block
+

Class GenericCustomBlock

+
+
+ +
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      BlockDesign[]design 
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Constructors 
      ModifierConstructor and Description
       GenericCustomBlock(Plugin plugin, + java.lang.String name) +
      Creates a basic GenericCustomblock with no design that is opaque/solid.
      +
      protected GenericCustomBlock(Plugin plugin, + java.lang.String name, + boolean isOpaque) +
      Creates a GenericCustomBlock with no model yet.
      +
       GenericCustomBlock(Plugin plugin, + java.lang.String name, + boolean isOpaque, + BlockDesign design) +
      Creates a GenericCustomBlock with a specified design and underlying block ID
      +
       GenericCustomBlock(Plugin plugin, + java.lang.String name, + boolean isOpaque, + BlockDesign design, + boolean rotate) +
      Creates a GenericCustomBlock with a specified design and underlying block ID
      +
       GenericCustomBlock(Plugin plugin, + java.lang.String name, + boolean isOpaque, + BlockDesign design, + boolean rotate, + boolean mirroredRotate, + boolean fullRotate) +
      Creates a GenericCustomBlock with a specified design and underlying block ID
      +
      protected GenericCustomBlock(Plugin plugin, + java.lang.String name, + boolean isOpaque, + boolean rotate) +
      Creates a GenericCustomBlock with no model yet.
      +
      protected GenericCustomBlock(Plugin plugin, + java.lang.String name, + boolean isOpaque, + boolean rotate, + boolean mirroredRotate, + boolean fullRotate) +
      Creates a GenericCustomBlock with no model yet.
      +
      protected GenericCustomBlock(Plugin plugin, + java.lang.String name, + int blockId) +
      Creates a GenericCustomBlock with no model yet and underlying vanilla block
      +
       GenericCustomBlock(Plugin plugin, + java.lang.String name, + int blockId, + BlockDesign design) +
      Creates a GenericCustomBlock with a specified design and underlying vanilla block
      +
       GenericCustomBlock(Plugin plugin, + java.lang.String name, + int blockId, + BlockDesign design, + boolean rotate) +
      Creates a GenericCustomBlock with a specified design and underlying vanilla block
      +
       GenericCustomBlock(Plugin plugin, + java.lang.String name, + int blockId, + BlockDesign design, + boolean rotate, + boolean mirroredRotate, + boolean fullRotate) +
      Creates a GenericCustomBlock with a specified design and underlying vanilla block
      +
      protected GenericCustomBlock(Plugin plugin, + java.lang.String name, + int blockId, + boolean rotate) +
      Creates a GenericCustomBlock with no model yet and underlying vanilla block
      +
      protected GenericCustomBlock(Plugin plugin, + java.lang.String name, + int blockId, + boolean rotate, + boolean mirroredRotate, + boolean fullRotate) +
      Creates a GenericCustomBlock with no model yet and underlying vanilla block
      +
      protected GenericCustomBlock(Plugin plugin, + java.lang.String name, + int blockId, + int metadata) +
      Creates a GenericCustomBlock with no model yet.
      +
       GenericCustomBlock(Plugin plugin, + java.lang.String name, + int blockId, + int metadata, + BlockDesign design) +
      Creates a GenericCustomBlock with a specified design and underlying vanilla block + metadata
      +
       GenericCustomBlock(Plugin plugin, + java.lang.String name, + int blockId, + int metadata, + BlockDesign design, + boolean rotate) +
      Creates a GenericCustomBlock with a specified design and underlying vanilla block + metadata
      +
       GenericCustomBlock(Plugin plugin, + java.lang.String name, + int blockId, + int metadata, + BlockDesign design, + boolean rotate, + boolean mirroredRotate, + boolean fullRotate) +
      Creates a GenericCustomBlock with a specified design and underlying vanilla block + metadata
      +
      protected GenericCustomBlock(Plugin plugin, + java.lang.String name, + int blockId, + int metadata, + boolean rotate) +
      Creates a GenericCustomBlock with no model yet.
      +
      protected GenericCustomBlock(Plugin plugin, + java.lang.String name, + int blockId, + int metadata, + boolean rotate, + boolean mirroredRotate, + boolean fullRotate) +
      Creates a GenericCustomBlock with no model yet.
      +
      +
    • +
    + + +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        GenericCustomBlock

        +
        protected GenericCustomBlock(Plugin plugin,
        +                             java.lang.String name,
        +                             int blockId,
        +                             int metadata,
        +                             boolean rotate,
        +                             boolean mirroredRotate,
        +                             boolean fullRotate)
        +
        Creates a GenericCustomBlock with no model yet.
        +
        +
        Parameters:
        +
        plugin - creating the block
        +
        name - of the block
        +
        blockID - of the underlying vanilla block
        +
        metadata - of the underlying vanilla block
        +
        rotate - will the block rotate to face the player when placed
        +
        mirroredRotate - can the block rotate upside-down
        +
        fullRotate - can the block rotate in all directions
        +
        +
      • +
      + + + +
        +
      • +

        GenericCustomBlock

        +
        protected GenericCustomBlock(Plugin plugin,
        +                             java.lang.String name,
        +                             int blockId,
        +                             int metadata,
        +                             boolean rotate)
        +
        Creates a GenericCustomBlock with no model yet.
        +
        +
        Parameters:
        +
        plugin - creating the block
        +
        name - of the block
        +
        blockID - of the underlying vanilla block
        +
        metadata - of the underlying vanilla block
        +
        rotate - will the block rotate to face the player when placed
        +
        +
      • +
      + + + +
        +
      • +

        GenericCustomBlock

        +
        protected GenericCustomBlock(Plugin plugin,
        +                             java.lang.String name,
        +                             int blockId,
        +                             int metadata)
        +
        Creates a GenericCustomBlock with no model yet.
        +
        +
        Parameters:
        +
        plugin - creating the block
        +
        name - of the block
        +
        blockID - of the underlying vanilla block
        +
        metadata - of the underlying vanilla block
        +
        +
      • +
      + + + +
        +
      • +

        GenericCustomBlock

        +
        protected GenericCustomBlock(Plugin plugin,
        +                             java.lang.String name,
        +                             boolean isOpaque)
        +
        Creates a GenericCustomBlock with no model yet.
        +
        +
        Parameters:
        +
        plugin - creating the block
        +
        name - of the block
        +
        isOpaque - true if you want the block solid
        +
        +
      • +
      + + + +
        +
      • +

        GenericCustomBlock

        +
        protected GenericCustomBlock(Plugin plugin,
        +                             java.lang.String name,
        +                             boolean isOpaque,
        +                             boolean rotate)
        +
        Creates a GenericCustomBlock with no model yet.
        +
        +
        Parameters:
        +
        plugin - creating the block
        +
        name - of the block
        +
        isOpaque - true if you want the block solid
        +
        rotate - will the block rotate to face the player when placed
        +
        +
      • +
      + + + +
        +
      • +

        GenericCustomBlock

        +
        protected GenericCustomBlock(Plugin plugin,
        +                             java.lang.String name,
        +                             boolean isOpaque,
        +                             boolean rotate,
        +                             boolean mirroredRotate,
        +                             boolean fullRotate)
        +
        Creates a GenericCustomBlock with no model yet.
        +
        +
        Parameters:
        +
        plugin - creating the block
        +
        name - of the block
        +
        isOpaque - true if you want the block solid
        +
        rotate - will the block rotate to face the player when placed
        +
        mirroredRotate - can the block rotate upside-down
        +
        fullRotate - can the block rotate in all directions
        +
        +
      • +
      + + + +
        +
      • +

        GenericCustomBlock

        +
        protected GenericCustomBlock(Plugin plugin,
        +                             java.lang.String name,
        +                             int blockId)
        +
        Creates a GenericCustomBlock with no model yet and underlying vanilla block
        +
        +
        Parameters:
        +
        plugin - creating the block
        +
        name - of the block
        +
        blockID - of the underlying vanilla block
        +
        +
      • +
      + + + +
        +
      • +

        GenericCustomBlock

        +
        protected GenericCustomBlock(Plugin plugin,
        +                             java.lang.String name,
        +                             int blockId,
        +                             boolean rotate)
        +
        Creates a GenericCustomBlock with no model yet and underlying vanilla block
        +
        +
        Parameters:
        +
        plugin - creating the block
        +
        name - of the block
        +
        blockID - of the underlying vanilla block
        +
        rotate - will the block rotate to face the player when placed
        +
        +
      • +
      + + + +
        +
      • +

        GenericCustomBlock

        +
        protected GenericCustomBlock(Plugin plugin,
        +                             java.lang.String name,
        +                             int blockId,
        +                             boolean rotate,
        +                             boolean mirroredRotate,
        +                             boolean fullRotate)
        +
        Creates a GenericCustomBlock with no model yet and underlying vanilla block
        +
        +
        Parameters:
        +
        plugin - creating the block
        +
        name - of the block
        +
        blockID - of the underlying vanilla block
        +
        rotate - will the block rotate to face the player when placed
        +
        mirroredRotate - can the block rotate upside-down
        +
        fullRotate - can the block rotate in all directions
        +
        +
      • +
      + + + +
        +
      • +

        GenericCustomBlock

        +
        public GenericCustomBlock(Plugin plugin,
        +                          java.lang.String name,
        +                          int blockId,
        +                          BlockDesign design)
        +
        Creates a GenericCustomBlock with a specified design and underlying vanilla block
        +
        +
        Parameters:
        +
        plugin - creating the block
        +
        name - of the block
        +
        blockID - of the underlying vanilla block
        +
        design - to use for the block
        +
        +
      • +
      + + + +
        +
      • +

        GenericCustomBlock

        +
        public GenericCustomBlock(Plugin plugin,
        +                          java.lang.String name,
        +                          int blockId,
        +                          BlockDesign design,
        +                          boolean rotate)
        +
        Creates a GenericCustomBlock with a specified design and underlying vanilla block
        +
        +
        Parameters:
        +
        plugin - creating the block
        +
        name - of the block
        +
        blockID - of the underlying vanilla block
        +
        design - to use for the block
        +
        rotate - will the block rotate to face the player when placed
        +
        +
      • +
      + + + +
        +
      • +

        GenericCustomBlock

        +
        public GenericCustomBlock(Plugin plugin,
        +                          java.lang.String name,
        +                          int blockId,
        +                          BlockDesign design,
        +                          boolean rotate,
        +                          boolean mirroredRotate,
        +                          boolean fullRotate)
        +
        Creates a GenericCustomBlock with a specified design and underlying vanilla block
        +
        +
        Parameters:
        +
        plugin - creating the block
        +
        name - of the block
        +
        blockID - of the underlying vanilla block
        +
        design - to use for the block
        +
        rotate - will the block rotate to face the player when placed
        +
        mirroredRotate - can the block rotate upside-down
        +
        fullRotate - can the block rotate in all directions
        +
        +
      • +
      + + + +
        +
      • +

        GenericCustomBlock

        +
        public GenericCustomBlock(Plugin plugin,
        +                          java.lang.String name,
        +                          int blockId,
        +                          int metadata,
        +                          BlockDesign design)
        +
        Creates a GenericCustomBlock with a specified design and underlying vanilla block + metadata
        +
        +
        Parameters:
        +
        plugin - creating the block
        +
        name - of the block
        +
        blockID - of the underlying vanilla block
        +
        metadata - of the underlying vanilla block
        +
        design - to use for the block
        +
        +
      • +
      + + + +
        +
      • +

        GenericCustomBlock

        +
        public GenericCustomBlock(Plugin plugin,
        +                          java.lang.String name,
        +                          int blockId,
        +                          int metadata,
        +                          BlockDesign design,
        +                          boolean rotate)
        +
        Creates a GenericCustomBlock with a specified design and underlying vanilla block + metadata
        +
        +
        Parameters:
        +
        plugin - creating the block
        +
        name - of the block
        +
        blockID - of the underlying vanilla block
        +
        metadata - of the underlying vanilla block
        +
        design - to use for the block
        +
        rotate - will the block rotate to face the player when placed
        +
        +
      • +
      + + + +
        +
      • +

        GenericCustomBlock

        +
        public GenericCustomBlock(Plugin plugin,
        +                          java.lang.String name,
        +                          int blockId,
        +                          int metadata,
        +                          BlockDesign design,
        +                          boolean rotate,
        +                          boolean mirroredRotate,
        +                          boolean fullRotate)
        +
        Creates a GenericCustomBlock with a specified design and underlying vanilla block + metadata
        +
        +
        Parameters:
        +
        plugin - creating the block
        +
        name - of the block
        +
        blockID - of the underlying vanilla block
        +
        metadata - of the underlying vanilla block
        +
        design - to use for the block
        +
        rotate - will the block rotate to face the player when placed
        +
        mirroredRotate - can the block rotate upside-down
        +
        fullRotate - can the block rotate in all directions
        +
        +
      • +
      + + + +
        +
      • +

        GenericCustomBlock

        +
        public GenericCustomBlock(Plugin plugin,
        +                          java.lang.String name,
        +                          boolean isOpaque,
        +                          BlockDesign design)
        +
        Creates a GenericCustomBlock with a specified design and underlying block ID
        +
        +
        Parameters:
        +
        plugin - creating the block
        +
        name - of the block
        +
        isOpaque - true if you want the block solid
        +
        design - to use for the block
        +
        +
      • +
      + + + +
        +
      • +

        GenericCustomBlock

        +
        public GenericCustomBlock(Plugin plugin,
        +                          java.lang.String name,
        +                          boolean isOpaque,
        +                          BlockDesign design,
        +                          boolean rotate)
        +
        Creates a GenericCustomBlock with a specified design and underlying block ID
        +
        +
        Parameters:
        +
        plugin - creating the block
        +
        name - of the block
        +
        isOpaque - true if you want the block solid
        +
        design - to use for the block
        +
        rotate - will the block rotate to face the player when placed
        +
        +
      • +
      + + + +
        +
      • +

        GenericCustomBlock

        +
        public GenericCustomBlock(Plugin plugin,
        +                          java.lang.String name,
        +                          boolean isOpaque,
        +                          BlockDesign design,
        +                          boolean rotate,
        +                          boolean mirroredRotate,
        +                          boolean fullRotate)
        +
        Creates a GenericCustomBlock with a specified design and underlying block ID
        +
        +
        Parameters:
        +
        plugin - creating the block
        +
        name - of the block
        +
        isOpaque - true if you want the block solid
        +
        design - to use for the block
        +
        rotate - will the block rotate to face the player when placed
        +
        mirroredRotate - can the block rotate upside-down
        +
        fullRotate - can the block rotate in all directions
        +
        +
      • +
      + + + +
        +
      • +

        GenericCustomBlock

        +
        public GenericCustomBlock(Plugin plugin,
        +                          java.lang.String name)
        +
        Creates a basic GenericCustomblock with no design that is opaque/solid.
        +
        +
        Parameters:
        +
        plugin - creating the block
        +
        name - of the block
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + + + + + + + +
        +
      • +

        getBlockDesign

        +
        public BlockDesign getBlockDesign()
        +
        Description copied from interface: CustomBlock
        +
        Gets the BlockDesign associated with this CustomBlock
        +
        +
        Specified by:
        +
        getBlockDesign in interface CustomBlock
        +
        Returns:
        +
        design
        +
        +
      • +
      + + + + + + + + + + + + + + + +
        +
      • +

        getCustomId

        +
        public int getCustomId()
        +
        Description copied from interface: CustomBlock
        +
        Gets the Custom ID number associated with this CustomBlock
        +
        +
        Specified by:
        +
        getCustomId in interface CustomBlock
        +
        Returns:
        +
        customId
        +
        +
      • +
      + + + +
        +
      • +

        getFullName

        +
        public java.lang.String getFullName()
        +
        Description copied from interface: CustomBlock
        +
        Gets the full name of this CustomBlock, which is plugin name + block name
        +
        +
        Specified by:
        +
        getFullName in interface CustomBlock
        +
        Returns:
        +
        fullName
        +
        +
      • +
      + + + +
        +
      • +

        getPlugin

        +
        public Plugin getPlugin()
        +
        Description copied from interface: CustomBlock
        +
        Gets the plugin associated with this CustomBlock.
        +
        +
        Specified by:
        +
        getPlugin in interface CustomBlock
        +
        Returns:
        +
        plugin
        +
        +
      • +
      + + + +
        +
      • +

        getBlockItem

        +
        public CustomItem getBlockItem()
        +
        Description copied from interface: CustomBlock
        +
        Gets the CustomItem that representts this CustomBlock in the inventory
        +
        +
        Specified by:
        +
        getBlockItem in interface CustomBlock
        +
        Returns:
        +
        blockItem
        +
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        getBlockId

        +
        public int getBlockId()
        +
        Description copied from interface: CustomBlock
        +
        Gets the Id of the underlying block
        +
        +
        Specified by:
        +
        getBlockId in interface CustomBlock
        +
        Returns:
        +
        blockId
        +
        +
      • +
      + + + +
        +
      • +

        getBlockData

        +
        public int getBlockData()
        +
        Description copied from interface: CustomBlock
        +
        Gets the metadata of the underlying block
        +
        +
        Specified by:
        +
        getBlockData in interface CustomBlock
        +
        Returns:
        +
        metadata
        +
        +
      • +
      + + + +
        +
      • +

        setItemDrop

        +
        public CustomBlock setItemDrop(ItemStack item)
        +
        Description copied from interface: CustomBlock
        +
        Sets the ItemStack that drops when breaking this CustomBlock, set to null for no drop
        +
        +
        Specified by:
        +
        setItemDrop in interface CustomBlock
        +
        Parameters:
        +
        item - to set
        +
        Returns:
        +
        this
        +
        +
      • +
      + + + +
        +
      • +

        getItemDrop

        +
        public SpoutItemStack getItemDrop()
        +
        Description copied from interface: CustomBlock
        +
        Gets the ItemStack that drops when breaking this custom block. Null if no drop.
        +
        +
        Specified by:
        +
        getItemDrop in interface CustomBlock
        +
        Returns:
        +
        dropped itemstack
        +
        +
      • +
      + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        +
      • +

        canRotate

        +
        public boolean canRotate()
        +
        Description copied from interface: CustomBlock
        +
        Whether or not this CustomBlock will rotate to face the player when placed.
        +
        +
        Specified by:
        +
        canRotate in interface CustomBlock
        +
        Returns:
        +
        Should the block rotate
        +
        +
      • +
      + + + +
        +
      • +

        setRotate

        +
        public CustomBlock setRotate(boolean rotate)
        +
        Description copied from interface: CustomBlock
        +
        Sets whether or not this CustomBlock will rotate to face the player when placed.
        +
        +
        Specified by:
        +
        setRotate in interface CustomBlock
        +
        Parameters:
        +
        rotate - Should the block rotate
        +
        Returns:
        +
        this
        +
        +
      • +
      + + + +
        +
      • +

        canMirroredRotate

        +
        public boolean canMirroredRotate()
        +
        Description copied from interface: CustomBlock
        +
        Whether or not this CustomBlock can also rotate upside-down.
        +
        +
        Specified by:
        +
        canMirroredRotate in interface CustomBlock
        +
        Returns:
        +
        Should the block rotate
        +
        +
      • +
      + + + +
        +
      • +

        setMirroredRotate

        +
        public CustomBlock setMirroredRotate(boolean mirroredRotate)
        +
        Description copied from interface: CustomBlock
        +
        Sets whether or not this CustomBlock can also rotate upside-down.
        +
        +
        Specified by:
        +
        setMirroredRotate in interface CustomBlock
        +
        Returns:
        +
        this
        +
        +
      • +
      + + + +
        +
      • +

        canFullRotate

        +
        public boolean canFullRotate()
        +
        Description copied from interface: CustomBlock
        +
        Whether or not this CustomBlock can rotate in all directions.
        +
        +
        Specified by:
        +
        canFullRotate in interface CustomBlock
        +
        Returns:
        +
        Should the block rotate
        +
        +
      • +
      + + + +
        +
      • +

        setFullRotate

        +
        public CustomBlock setFullRotate(boolean fullRotate)
        +
        Description copied from interface: CustomBlock
        +
        Sets whether or not this CustomBlock can rotate in all directions.
        +
        +
        Specified by:
        +
        setFullRotate in interface CustomBlock
        +
        Returns:
        +
        this
        +
        +
      • +
      + + + +
        +
      • +

        onNeighborBlockChange

        +
        public void onNeighborBlockChange(World world,
        +                                  int x,
        +                                  int y,
        +                                  int z,
        +                                  int changedId)
        +
        Description copied from interface: CustomBlock
        +
        Fires when a neighboring block changes
        +
        +
        Specified by:
        +
        onNeighborBlockChange in interface CustomBlock
        +
        Parameters:
        +
        world - the block is in
        +
        x - location of the block
        +
        y - location of the block
        +
        z - location of the block
        +
        changedId - - Id of the changed block
        +
        +
      • +
      + + + +
        +
      • +

        onBlockPlace

        +
        public void onBlockPlace(World world,
        +                         int x,
        +                         int y,
        +                         int z)
        +
        Description copied from interface: CustomBlock
        +
        Fires when the block is placed
        +
        +
        Specified by:
        +
        onBlockPlace in interface CustomBlock
        +
        Parameters:
        +
        world - the block is placed in
        +
        x - location of the block
        +
        y - location of the block
        +
        z - location of the block
        +
        +
      • +
      + + + +
        +
      • +

        onBlockPlace

        +
        public void onBlockPlace(World world,
        +                         int x,
        +                         int y,
        +                         int z,
        +                         LivingEntity living)
        +
        Description copied from interface: CustomBlock
        +
        Fires when the block is placed
        +
        +
        Specified by:
        +
        onBlockPlace in interface CustomBlock
        +
        Parameters:
        +
        world - the block is placed in
        +
        x - location of the block
        +
        y - location of the block
        +
        z - location of the block
        +
        living - entity who placed the block
        +
        +
      • +
      + + + +
        +
      • +

        onBlockDestroyed

        +
        public void onBlockDestroyed(World world,
        +                             int x,
        +                             int y,
        +                             int z)
        +
        Description copied from interface: CustomBlock
        +
        Fires when the block is destroyed
        +
        +
        Specified by:
        +
        onBlockDestroyed in interface CustomBlock
        +
        Parameters:
        +
        world - the block was in
        +
        x - location of the block
        +
        y - location of the block
        +
        z - location of the block
        +
        +
      • +
      + + + +
        +
      • +

        onBlockDestroyed

        +
        public void onBlockDestroyed(World world,
        +                             int x,
        +                             int y,
        +                             int z,
        +                             LivingEntity living)
        +
        Description copied from interface: CustomBlock
        +
        Fires when the block is destroyed
        +
        +
        Specified by:
        +
        onBlockDestroyed in interface CustomBlock
        +
        Parameters:
        +
        world - the block was in
        +
        x - location of the block
        +
        y - location of the block
        +
        z - location of the block
        +
        living - entity who destroyed the block
        +
        +
      • +
      + + + +
        +
      • +

        onBlockInteract

        +
        public boolean onBlockInteract(World world,
        +                               int x,
        +                               int y,
        +                               int z,
        +                               SpoutPlayer player)
        +
        Description copied from interface: CustomBlock
        +
        Called when the block is interacted with. +

        + Return TRUE if you do not want to allow vanilla interactions like placement to happen when you interact with it. +

        + Return FALSE if you wish to allow placement of vanilla blocks and usage of items while targetting it.

        +
        +
        Specified by:
        +
        onBlockInteract in interface CustomBlock
        +
        Parameters:
        +
        world - the block is in
        +
        x - location of the block
        +
        y - location of the block
        +
        z - location of the block
        +
        player - who interacted with the block
        +
        Returns:
        +
        true if successful
        +
        +
      • +
      + + + +
        +
      • +

        onEntityMoveAt

        +
        public void onEntityMoveAt(World world,
        +                           int x,
        +                           int y,
        +                           int z,
        +                           Entity entity)
        +
        Description copied from interface: CustomBlock
        +
        Called if an entity has moved on this block
        +
        +
        Specified by:
        +
        onEntityMoveAt in interface CustomBlock
        +
        Parameters:
        +
        world - the block is in
        +
        x - location of the block
        +
        y - location of the block
        +
        z - location of the block
        +
        entity - that moved on it
        +
        +
      • +
      + + + +
        +
      • +

        onBlockClicked

        +
        public void onBlockClicked(World world,
        +                           int x,
        +                           int y,
        +                           int z,
        +                           SpoutPlayer player)
        +
        Description copied from interface: CustomBlock
        +
        Called when the block is clicked
        +
        +
        Specified by:
        +
        onBlockClicked in interface CustomBlock
        +
        Parameters:
        +
        world - the block is in
        +
        x - location of the block
        +
        y - location of the block
        +
        z - location of the block
        +
        player - who clicked the block
        +
        +
      • +
      + + + +
        +
      • +

        isProvidingPowerTo

        +
        public boolean isProvidingPowerTo(World world,
        +                                  int x,
        +                                  int y,
        +                                  int z,
        +                                  BlockFace face)
        +
        Description copied from interface: CustomBlock
        +
        Called to check if the block is providing redstone power to a face
        +
        +
        Specified by:
        +
        isProvidingPowerTo in interface CustomBlock
        +
        Parameters:
        +
        world - the block is in
        +
        x - location of the block
        +
        y - location of the block
        +
        z - location of the block
        +
        face - to check
        +
        Returns:
        +
        true if the face is powered
        +
        +
      • +
      + + + +
        +
      • +

        isIndirectlyProvidingPowerTo

        +
        public boolean isIndirectlyProvidingPowerTo(World world,
        +                                            int x,
        +                                            int y,
        +                                            int z,
        +                                            BlockFace face)
        +
        Description copied from interface: CustomBlock
        +
        Called to check if the block is indirectly providing redstone power to a face
        +
        +
        Specified by:
        +
        isIndirectlyProvidingPowerTo in interface CustomBlock
        +
        Parameters:
        +
        world - the block is in
        +
        x - location of the block
        +
        y - location of the block
        +
        z - location of the block
        +
        face - to check
        +
        Returns:
        +
        true if the face is powered
        +
        +
      • +
      + + + +
        +
      • +

        readData

        +
        public void readData(SpoutInputStream input)
        +              throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Reads the incoming data from the client. +

        + Note: Data should be read in exactly the same order as it was written.

        +
        +
        Specified by:
        +
        readData in interface SpoutPacket
        +
        Parameters:
        +
        input - stream to read data from
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeData

        +
        public void writeData(SpoutOutputStream output)
        +               throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Writes the outgoing data to the output stream.
        +
        +
        Specified by:
        +
        writeData in interface SpoutPacket
        +
        Parameters:
        +
        output - to write data to
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        run

        +
        public void run(int playerId)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after data has been successfully read into the packet.
        +
        +
        Specified by:
        +
        run in interface SpoutPacket
        +
        Parameters:
        +
        playerId - for the packet
        +
        +
      • +
      + + + +
        +
      • +

        failure

        +
        public void failure(int playerId)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after the data has NOT been successfully read into the packet. + All values will be at defaults (0, null, etc) and are unsafe. +

        + Failure is run when the packet versions mismatch and data could not be safely read. +

        + It may not be called for all cases of failure.

        +
        +
        Specified by:
        +
        failure in interface SpoutPacket
        +
        +
      • +
      + + + +
        +
      • +

        getPacketType

        +
        public PacketType getPacketType()
        +
        Description copied from interface: SpoutPacket
        +
        The type of packet represented. Used to rebuild the correct packet on the client.
        +
        +
        Specified by:
        +
        getPacketType in interface SpoutPacket
        +
        Returns:
        +
        packet type.
        +
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        Description copied from interface: SpoutPacket
        +
        Version of the packet this represents. Version numbers should start with 0. + Versions should be incremented any time the member variables or serialization of the packet changes, to prevent crashing. + Mismatched packet versions are discarded, and SpoutPacket.failure(int) is called.
        +
        +
        Specified by:
        +
        getVersion in interface SpoutPacket
        +
        Returns:
        +
        version
        +
        +
      • +
      + + + +
        +
      • +

        isPowerSource

        +
        public boolean isPowerSource()
        +
        Description copied from interface: CustomBlock
        +
        True if this custom block is capable of providing redstone power to adjacent blocks
        +
        +
        Specified by:
        +
        isPowerSource in interface CustomBlock
        +
        Returns:
        +
        true if power source
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/block/GenericLiquid.html b/generated/1.5.2/org/getspout/spoutapi/material/block/GenericLiquid.html new file mode 100644 index 0000000..076b984 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/block/GenericLiquid.html @@ -0,0 +1,315 @@ + + + + + +GenericLiquid (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.material.block
+

Class GenericLiquid

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        GenericLiquid

        +
        public GenericLiquid(java.lang.String name,
        +                     int id,
        +                     boolean flowing)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        isFlowing

        +
        public boolean isFlowing()
        +
        +
        Specified by:
        +
        isFlowing in interface Liquid
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/block/Grass.html b/generated/1.5.2/org/getspout/spoutapi/material/block/Grass.html new file mode 100644 index 0000000..126ffad --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/block/Grass.html @@ -0,0 +1,347 @@ + + + + + +Grass (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.material.block
+

Class Grass

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Grass

        +
        public Grass(java.lang.String name)
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/block/LongGrass.html b/generated/1.5.2/org/getspout/spoutapi/material/block/LongGrass.html new file mode 100644 index 0000000..ddb8092 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/block/LongGrass.html @@ -0,0 +1,351 @@ + + + + + +LongGrass (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.material.block
+

Class LongGrass

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        LongGrass

        +
        public LongGrass(java.lang.String name,
        +                 int id,
        +                 int data)
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/block/Sapling.html b/generated/1.5.2/org/getspout/spoutapi/material/block/Sapling.html new file mode 100644 index 0000000..2199696 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/block/Sapling.html @@ -0,0 +1,349 @@ + + + + + +Sapling (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.material.block
+

Class Sapling

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Sapling

        +
        public Sapling(java.lang.String name,
        +               int data)
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/block/Slab.html b/generated/1.5.2/org/getspout/spoutapi/material/block/Slab.html new file mode 100644 index 0000000..7d8f761 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/block/Slab.html @@ -0,0 +1,315 @@ + + + + + +Slab (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.material.block
+

Class Slab

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Slab

        +
        public Slab(java.lang.String name,
        +            int id,
        +            int data)
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/block/Solid.html b/generated/1.5.2/org/getspout/spoutapi/material/block/Solid.html new file mode 100644 index 0000000..39ce600 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/block/Solid.html @@ -0,0 +1,363 @@ + + + + + +Solid (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.material.block
+

Class Solid

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Solid

        +
        public Solid(java.lang.String name,
        +             int id,
        +             int data,
        +             boolean falling)
        +
      • +
      + + + +
        +
      • +

        Solid

        +
        public Solid(java.lang.String name,
        +             int id,
        +             boolean falling)
        +
      • +
      + + + +
        +
      • +

        Solid

        +
        public Solid(java.lang.String name,
        +             int id)
        +
      • +
      + + + +
        +
      • +

        Solid

        +
        public Solid(java.lang.String name,
        +             int id,
        +             int data)
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/block/StoneBricks.html b/generated/1.5.2/org/getspout/spoutapi/material/block/StoneBricks.html new file mode 100644 index 0000000..22a1bfb --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/block/StoneBricks.html @@ -0,0 +1,261 @@ + + + + + +StoneBricks (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.material.block
+

Class StoneBricks

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        StoneBricks

        +
        public StoneBricks(java.lang.String name,
        +                   int id,
        +                   int data)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/block/Tree.html b/generated/1.5.2/org/getspout/spoutapi/material/block/Tree.html new file mode 100644 index 0000000..fdd9a36 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/block/Tree.html @@ -0,0 +1,351 @@ + + + + + +Tree (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.material.block
+

Class Tree

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Tree

        +
        public Tree(java.lang.String name,
        +            int id,
        +            int data)
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/block/Wool.html b/generated/1.5.2/org/getspout/spoutapi/material/block/Wool.html new file mode 100644 index 0000000..a64e770 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/block/Wool.html @@ -0,0 +1,315 @@ + + + + + +Wool (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.material.block
+

Class Wool

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Wool

        +
        public Wool(java.lang.String name,
        +            int id,
        +            int data)
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/block/class-use/Air.html b/generated/1.5.2/org/getspout/spoutapi/material/block/class-use/Air.html new file mode 100644 index 0000000..d0aa20f --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/block/class-use/Air.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.material.block.Air (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.material.block.Air

+
+
No usage of org.getspout.spoutapi.material.block.Air
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/block/class-use/DoubleSlabs.html b/generated/1.5.2/org/getspout/spoutapi/material/block/class-use/DoubleSlabs.html new file mode 100644 index 0000000..36af531 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/block/class-use/DoubleSlabs.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.material.block.DoubleSlabs (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.material.block.DoubleSlabs

+
+
No usage of org.getspout.spoutapi.material.block.DoubleSlabs
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/block/class-use/GenericBlock.html b/generated/1.5.2/org/getspout/spoutapi/material/block/class-use/GenericBlock.html new file mode 100644 index 0000000..d5582a6 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/block/class-use/GenericBlock.html @@ -0,0 +1,223 @@ + + + + + +Uses of Class org.getspout.spoutapi.material.block.GenericBlock (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.material.block.GenericBlock

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/block/class-use/GenericCubeCustomBlock.html b/generated/1.5.2/org/getspout/spoutapi/material/block/class-use/GenericCubeCustomBlock.html new file mode 100644 index 0000000..a578e50 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/block/class-use/GenericCubeCustomBlock.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.material.block.GenericCubeCustomBlock (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.material.block.GenericCubeCustomBlock

+
+
No usage of org.getspout.spoutapi.material.block.GenericCubeCustomBlock
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/block/class-use/GenericCuboidCustomBlock.html b/generated/1.5.2/org/getspout/spoutapi/material/block/class-use/GenericCuboidCustomBlock.html new file mode 100644 index 0000000..1994b5e --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/block/class-use/GenericCuboidCustomBlock.html @@ -0,0 +1,171 @@ + + + + + +Uses of Class org.getspout.spoutapi.material.block.GenericCuboidCustomBlock (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.material.block.GenericCuboidCustomBlock

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/block/class-use/GenericCustomBlock.html b/generated/1.5.2/org/getspout/spoutapi/material/block/class-use/GenericCustomBlock.html new file mode 100644 index 0000000..51ec24b --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/block/class-use/GenericCustomBlock.html @@ -0,0 +1,175 @@ + + + + + +Uses of Class org.getspout.spoutapi.material.block.GenericCustomBlock (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.material.block.GenericCustomBlock

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/block/class-use/GenericLiquid.html b/generated/1.5.2/org/getspout/spoutapi/material/block/class-use/GenericLiquid.html new file mode 100644 index 0000000..630e8a0 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/block/class-use/GenericLiquid.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.material.block.GenericLiquid (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.material.block.GenericLiquid

+
+
No usage of org.getspout.spoutapi.material.block.GenericLiquid
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/block/class-use/Grass.html b/generated/1.5.2/org/getspout/spoutapi/material/block/class-use/Grass.html new file mode 100644 index 0000000..8d0aff7 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/block/class-use/Grass.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.material.block.Grass (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.material.block.Grass

+
+
No usage of org.getspout.spoutapi.material.block.Grass
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/block/class-use/LongGrass.html b/generated/1.5.2/org/getspout/spoutapi/material/block/class-use/LongGrass.html new file mode 100644 index 0000000..fed2ad6 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/block/class-use/LongGrass.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.material.block.LongGrass (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.material.block.LongGrass

+
+
No usage of org.getspout.spoutapi.material.block.LongGrass
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/block/class-use/Sapling.html b/generated/1.5.2/org/getspout/spoutapi/material/block/class-use/Sapling.html new file mode 100644 index 0000000..8c2367a --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/block/class-use/Sapling.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.material.block.Sapling (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.material.block.Sapling

+
+
No usage of org.getspout.spoutapi.material.block.Sapling
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/block/class-use/Slab.html b/generated/1.5.2/org/getspout/spoutapi/material/block/class-use/Slab.html new file mode 100644 index 0000000..9d38d33 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/block/class-use/Slab.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.material.block.Slab (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.material.block.Slab

+
+
No usage of org.getspout.spoutapi.material.block.Slab
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/block/class-use/Solid.html b/generated/1.5.2/org/getspout/spoutapi/material/block/class-use/Solid.html new file mode 100644 index 0000000..595ad90 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/block/class-use/Solid.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.material.block.Solid (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.material.block.Solid

+
+
No usage of org.getspout.spoutapi.material.block.Solid
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/block/class-use/StoneBricks.html b/generated/1.5.2/org/getspout/spoutapi/material/block/class-use/StoneBricks.html new file mode 100644 index 0000000..fcbdbbe --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/block/class-use/StoneBricks.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.material.block.StoneBricks (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.material.block.StoneBricks

+
+
No usage of org.getspout.spoutapi.material.block.StoneBricks
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/block/class-use/Tree.html b/generated/1.5.2/org/getspout/spoutapi/material/block/class-use/Tree.html new file mode 100644 index 0000000..0e04f38 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/block/class-use/Tree.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.material.block.Tree (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.material.block.Tree

+
+
No usage of org.getspout.spoutapi.material.block.Tree
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/block/class-use/Wool.html b/generated/1.5.2/org/getspout/spoutapi/material/block/class-use/Wool.html new file mode 100644 index 0000000..3ebc6f0 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/block/class-use/Wool.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.material.block.Wool (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.material.block.Wool

+
+
No usage of org.getspout.spoutapi.material.block.Wool
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/block/package-frame.html b/generated/1.5.2/org/getspout/spoutapi/material/block/package-frame.html new file mode 100644 index 0000000..b04e556 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/block/package-frame.html @@ -0,0 +1,35 @@ + + + + + +org.getspout.spoutapi.material.block (Spoutcraft 1.5.2 JavaDoc) + + + + + + +

org.getspout.spoutapi.material.block

+ + + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/block/package-summary.html b/generated/1.5.2/org/getspout/spoutapi/material/block/package-summary.html new file mode 100644 index 0000000..342af50 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/block/package-summary.html @@ -0,0 +1,215 @@ + + + + + +org.getspout.spoutapi.material.block (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Package org.getspout.spoutapi.material.block

+
+
+ This package provides the implementation of materials in Minecraft +
+
+

See: Description

+
+
+ + + + +

Package org.getspout.spoutapi.material.block Description

+

+ This package provides the implementation of materials in Minecraft +

+
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/block/package-tree.html b/generated/1.5.2/org/getspout/spoutapi/material/block/package-tree.html new file mode 100644 index 0000000..a86f4dc --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/block/package-tree.html @@ -0,0 +1,163 @@ + + + + + +org.getspout.spoutapi.material.block Class Hierarchy (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Hierarchy For Package org.getspout.spoutapi.material.block

+Package Hierarchies: + +
+
+

Class Hierarchy

+
    +
  • java.lang.Object +
      +
    • org.getspout.spoutapi.material.block.GenericBlock (implements org.getspout.spoutapi.material.Block) +
        +
      • org.getspout.spoutapi.material.block.Air (implements org.getspout.spoutapi.material.Block)
      • +
      • org.getspout.spoutapi.material.block.DoubleSlabs (implements org.getspout.spoutapi.material.SolidBlock)
      • +
      • org.getspout.spoutapi.material.block.GenericCustomBlock (implements org.getspout.spoutapi.material.CustomBlock, org.getspout.spoutapi.packet.SpoutPacket) + +
      • +
      • org.getspout.spoutapi.material.block.GenericLiquid (implements org.getspout.spoutapi.material.Liquid)
      • +
      • org.getspout.spoutapi.material.block.Grass (implements org.getspout.spoutapi.material.Plant)
      • +
      • org.getspout.spoutapi.material.block.LongGrass (implements org.getspout.spoutapi.material.Plant)
      • +
      • org.getspout.spoutapi.material.block.Sapling (implements org.getspout.spoutapi.material.Plant)
      • +
      • org.getspout.spoutapi.material.block.Slab (implements org.getspout.spoutapi.material.SolidBlock)
      • +
      • org.getspout.spoutapi.material.block.Solid (implements org.getspout.spoutapi.material.SolidBlock)
      • +
      • org.getspout.spoutapi.material.block.StoneBricks
      • +
      • org.getspout.spoutapi.material.block.Tree (implements org.getspout.spoutapi.material.Plant)
      • +
      • org.getspout.spoutapi.material.block.Wool (implements org.getspout.spoutapi.material.SolidBlock)
      • +
      +
    • +
    +
  • +
+
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/block/package-use.html b/generated/1.5.2/org/getspout/spoutapi/material/block/package-use.html new file mode 100644 index 0000000..f986f75 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/block/package-use.html @@ -0,0 +1,170 @@ + + + + + +Uses of Package org.getspout.spoutapi.material.block (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Package
org.getspout.spoutapi.material.block

+
+
+ +
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/class-use/Armor.html b/generated/1.5.2/org/getspout/spoutapi/material/class-use/Armor.html new file mode 100644 index 0000000..389ff6d --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/class-use/Armor.html @@ -0,0 +1,171 @@ + + + + + +Uses of Interface org.getspout.spoutapi.material.Armor (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Interface
org.getspout.spoutapi.material.Armor

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/class-use/Block.html b/generated/1.5.2/org/getspout/spoutapi/material/class-use/Block.html new file mode 100644 index 0000000..1a3b249 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/class-use/Block.html @@ -0,0 +1,1371 @@ + + + + + +Uses of Interface org.getspout.spoutapi.material.Block (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Interface
org.getspout.spoutapi.material.Block

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/class-use/CustomBlock.html b/generated/1.5.2/org/getspout/spoutapi/material/class-use/CustomBlock.html new file mode 100644 index 0000000..59106b0 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/class-use/CustomBlock.html @@ -0,0 +1,485 @@ + + + + + +Uses of Interface org.getspout.spoutapi.material.CustomBlock (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Interface
org.getspout.spoutapi.material.CustomBlock

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/class-use/CustomItem.html b/generated/1.5.2/org/getspout/spoutapi/material/class-use/CustomItem.html new file mode 100644 index 0000000..499b548 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/class-use/CustomItem.html @@ -0,0 +1,339 @@ + + + + + +Uses of Interface org.getspout.spoutapi.material.CustomItem (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Interface
org.getspout.spoutapi.material.CustomItem

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/class-use/Food.html b/generated/1.5.2/org/getspout/spoutapi/material/class-use/Food.html new file mode 100644 index 0000000..6f8e953 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/class-use/Food.html @@ -0,0 +1,175 @@ + + + + + +Uses of Interface org.getspout.spoutapi.material.Food (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Interface
org.getspout.spoutapi.material.Food

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/class-use/Item.html b/generated/1.5.2/org/getspout/spoutapi/material/class-use/Item.html new file mode 100644 index 0000000..f22eaf1 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/class-use/Item.html @@ -0,0 +1,1320 @@ + + + + + +Uses of Interface org.getspout.spoutapi.material.Item (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Interface
org.getspout.spoutapi.material.Item

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/class-use/Liquid.html b/generated/1.5.2/org/getspout/spoutapi/material/class-use/Liquid.html new file mode 100644 index 0000000..d1ead16 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/class-use/Liquid.html @@ -0,0 +1,171 @@ + + + + + +Uses of Interface org.getspout.spoutapi.material.Liquid (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Interface
org.getspout.spoutapi.material.Liquid

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/class-use/Material.html b/generated/1.5.2/org/getspout/spoutapi/material/class-use/Material.html new file mode 100644 index 0000000..23f66ee --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/class-use/Material.html @@ -0,0 +1,564 @@ + + + + + +Uses of Interface org.getspout.spoutapi.material.Material (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Interface
org.getspout.spoutapi.material.Material

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/class-use/MaterialData.html b/generated/1.5.2/org/getspout/spoutapi/material/class-use/MaterialData.html new file mode 100644 index 0000000..b410f52 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/class-use/MaterialData.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.material.MaterialData (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.material.MaterialData

+
+
No usage of org.getspout.spoutapi.material.MaterialData
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/class-use/Plant.html b/generated/1.5.2/org/getspout/spoutapi/material/class-use/Plant.html new file mode 100644 index 0000000..626ed8c --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/class-use/Plant.html @@ -0,0 +1,183 @@ + + + + + +Uses of Interface org.getspout.spoutapi.material.Plant (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Interface
org.getspout.spoutapi.material.Plant

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/class-use/SolidBlock.html b/generated/1.5.2/org/getspout/spoutapi/material/class-use/SolidBlock.html new file mode 100644 index 0000000..de728c0 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/class-use/SolidBlock.html @@ -0,0 +1,183 @@ + + + + + +Uses of Interface org.getspout.spoutapi.material.SolidBlock (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Interface
org.getspout.spoutapi.material.SolidBlock

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/class-use/Tool.html b/generated/1.5.2/org/getspout/spoutapi/material/class-use/Tool.html new file mode 100644 index 0000000..747a5e0 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/class-use/Tool.html @@ -0,0 +1,233 @@ + + + + + +Uses of Interface org.getspout.spoutapi.material.Tool (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Interface
org.getspout.spoutapi.material.Tool

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/class-use/Weapon.html b/generated/1.5.2/org/getspout/spoutapi/material/class-use/Weapon.html new file mode 100644 index 0000000..eb607fc --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/class-use/Weapon.html @@ -0,0 +1,171 @@ + + + + + +Uses of Interface org.getspout.spoutapi.material.Weapon (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Interface
org.getspout.spoutapi.material.Weapon

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/item/Coal.html b/generated/1.5.2/org/getspout/spoutapi/material/item/Coal.html new file mode 100644 index 0000000..1f89d77 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/item/Coal.html @@ -0,0 +1,261 @@ + + + + + +Coal (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.material.item
+

Class Coal

+
+
+ +
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Coal(java.lang.String name, + int id, + int data) 
      +
    • +
    + + +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Coal

        +
        public Coal(java.lang.String name,
        +            int id,
        +            int data)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/item/Dye.html b/generated/1.5.2/org/getspout/spoutapi/material/item/Dye.html new file mode 100644 index 0000000..e82ab66 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/item/Dye.html @@ -0,0 +1,261 @@ + + + + + +Dye (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.material.item
+

Class Dye

+
+
+ +
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Dye(java.lang.String name, + int id, + int data) 
      +
    • +
    + + +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Dye

        +
        public Dye(java.lang.String name,
        +           int id,
        +           int data)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/item/GenericArmor.html b/generated/1.5.2/org/getspout/spoutapi/material/item/GenericArmor.html new file mode 100644 index 0000000..edcb2e8 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/item/GenericArmor.html @@ -0,0 +1,267 @@ + + + + + +GenericArmor (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.material.item
+

Class GenericArmor

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        GenericArmor

        +
        public GenericArmor(java.lang.String name,
        +                    int id)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/item/GenericCustomFood.html b/generated/1.5.2/org/getspout/spoutapi/material/item/GenericCustomFood.html new file mode 100644 index 0000000..9600cce --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/item/GenericCustomFood.html @@ -0,0 +1,423 @@ + + + + + +GenericCustomFood (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.material.item
+

Class GenericCustomFood

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        GenericCustomFood

        +
        public GenericCustomFood(Plugin plugin,
        +                         java.lang.String name,
        +                         java.lang.String texture,
        +                         int hungerRestored)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getHungerRestored

        +
        public int getHungerRestored()
        +
        +
        Specified by:
        +
        getHungerRestored in interface Food
        +
        +
      • +
      + + + +
        +
      • +

        readData

        +
        public void readData(SpoutInputStream input)
        +              throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Reads the incoming data from the client. +

        + Note: Data should be read in exactly the same order as it was written.

        +
        +
        Specified by:
        +
        readData in interface SpoutPacket
        +
        Overrides:
        +
        readData in class GenericCustomItem
        +
        Parameters:
        +
        input - stream to read data from
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeData

        +
        public void writeData(SpoutOutputStream output)
        +               throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Writes the outgoing data to the output stream.
        +
        +
        Specified by:
        +
        writeData in interface SpoutPacket
        +
        Overrides:
        +
        writeData in class GenericCustomItem
        +
        Parameters:
        +
        output - to write data to
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/item/GenericCustomItem.html b/generated/1.5.2/org/getspout/spoutapi/material/item/GenericCustomItem.html new file mode 100644 index 0000000..46e9109 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/item/GenericCustomItem.html @@ -0,0 +1,791 @@ + + + + + +GenericCustomItem (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.material.item
+

Class GenericCustomItem

+
+
+ +
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static MaterialManagermm 
      java.lang.Stringtexture 
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + + +
      Constructors 
      Constructor and Description
      GenericCustomItem(Plugin plugin, + java.lang.String name) 
      GenericCustomItem(Plugin plugin, + java.lang.String name, + java.lang.String texture) 
      +
    • +
    + + +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        GenericCustomItem

        +
        public GenericCustomItem(Plugin plugin,
        +                         java.lang.String name)
        +
      • +
      + + + +
        +
      • +

        GenericCustomItem

        +
        public GenericCustomItem(Plugin plugin,
        +                         java.lang.String name,
        +                         java.lang.String texture)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        isStackable

        +
        public boolean isStackable()
        +
        +
        Specified by:
        +
        isStackable in interface CustomItem
        +
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        getCustomId

        +
        public int getCustomId()
        +
        Description copied from interface: CustomItem
        +
        Gets the Custom ID number associated with this CustomItem
        +
        +
        Specified by:
        +
        getCustomId in interface CustomItem
        +
        Returns:
        +
        customId
        +
        +
      • +
      + + + +
        +
      • +

        getFullName

        +
        public java.lang.String getFullName()
        +
        Description copied from interface: CustomItem
        +
        Gets the full name of this CustomItem, which is plugin name + item name
        +
        +
        Specified by:
        +
        getFullName in interface CustomItem
        +
        Returns:
        +
        fullName
        +
        +
      • +
      + + + +
        +
      • +

        getPlugin

        +
        public Plugin getPlugin()
        +
        Description copied from interface: CustomItem
        +
        Gets the plugin associated with this CustomItem.
        +
        +
        Specified by:
        +
        getPlugin in interface CustomItem
        +
        Returns:
        +
        plugin
        +
        +
      • +
      + + + +
        +
      • +

        setTexture

        +
        public CustomItem setTexture(java.lang.String texture)
        +
        Description copied from interface: CustomItem
        +
        Sets the URL of the texture on the item
        +
        +
        Specified by:
        +
        setTexture in interface CustomItem
        +
        Returns:
        +
        this
        +
        +
      • +
      + + + +
        +
      • +

        setTexture

        +
        public CustomItem setTexture(java.lang.String texture,
        +                             boolean addToCache)
        +
      • +
      + + + +
        +
      • +

        setTexture

        +
        public CustomItem setTexture(java.io.File texture)
        +
      • +
      + + + +
        +
      • +

        setTexture

        +
        public CustomItem setTexture(java.io.InputStream input,
        +                             java.lang.String cacheName)
        +
      • +
      + + + +
        +
      • +

        getTexture

        +
        public java.lang.String getTexture()
        +
        Description copied from interface: CustomItem
        +
        Gets the URL for the texture
        +
        +
        Specified by:
        +
        getTexture in interface CustomItem
        +
        Returns:
        +
        texture
        +
        +
      • +
      + + + +
        +
      • +

        onItemInteract

        +
        public boolean onItemInteract(SpoutPlayer player,
        +                              SpoutBlock block,
        +                              BlockFace face)
        +
        Description copied from interface: CustomItem
        +
        Occurs when a player right clicks on a block face of a air block in game, while holding this item +

        + Returns true if the item interaction was allowed, false if it was disallowed

        +
        +
        Specified by:
        +
        onItemInteract in interface CustomItem
        +
        Parameters:
        +
        player - who right clicked
        +
        block - that was clicked
        +
        face - that was clicked on
        +
        +
      • +
      + + + +
        +
      • +

        readData

        +
        public void readData(SpoutInputStream input)
        +              throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Reads the incoming data from the client. +

        + Note: Data should be read in exactly the same order as it was written.

        +
        +
        Specified by:
        +
        readData in interface SpoutPacket
        +
        Parameters:
        +
        input - stream to read data from
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeData

        +
        public void writeData(SpoutOutputStream output)
        +               throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Writes the outgoing data to the output stream.
        +
        +
        Specified by:
        +
        writeData in interface SpoutPacket
        +
        Parameters:
        +
        output - to write data to
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        run

        +
        public void run(int playerId)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after data has been successfully read into the packet.
        +
        +
        Specified by:
        +
        run in interface SpoutPacket
        +
        Parameters:
        +
        playerId - for the packet
        +
        +
      • +
      + + + +
        +
      • +

        failure

        +
        public void failure(int playerId)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after the data has NOT been successfully read into the packet. + All values will be at defaults (0, null, etc) and are unsafe. +

        + Failure is run when the packet versions mismatch and data could not be safely read. +

        + It may not be called for all cases of failure.

        +
        +
        Specified by:
        +
        failure in interface SpoutPacket
        +
        +
      • +
      + + + +
        +
      • +

        getPacketType

        +
        public PacketType getPacketType()
        +
        Description copied from interface: SpoutPacket
        +
        The type of packet represented. Used to rebuild the correct packet on the client.
        +
        +
        Specified by:
        +
        getPacketType in interface SpoutPacket
        +
        Returns:
        +
        packet type.
        +
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        Description copied from interface: SpoutPacket
        +
        Version of the packet this represents. Version numbers should start with 0. + Versions should be incremented any time the member variables or serialization of the packet changes, to prevent crashing. + Mismatched packet versions are discarded, and SpoutPacket.failure(int) is called.
        +
        +
        Specified by:
        +
        getVersion in interface SpoutPacket
        +
        Returns:
        +
        version
        +
        +
      • +
      + + + +
        +
      • +

        getCounter

        +
        public short getCounter()
        +
        Description copied from interface: CustomItem
        +
        Gets the next short. Starts at Short.MIN_VALUE and loopss back at Short.MAX_VALUE. This is used internally.
        +
        +
        Specified by:
        +
        getCounter in interface CustomItem
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/item/GenericCustomTool.html b/generated/1.5.2/org/getspout/spoutapi/material/item/GenericCustomTool.html new file mode 100644 index 0000000..a6d0860 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/item/GenericCustomTool.html @@ -0,0 +1,553 @@ + + + + + +GenericCustomTool (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.material.item
+

Class GenericCustomTool

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        GenericCustomTool

        +
        public GenericCustomTool(Plugin plugin,
        +                         java.lang.String name,
        +                         java.lang.String texture)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        setMaxDurability

        +
        public Tool setMaxDurability(short durability)
        +
        +
        Specified by:
        +
        setMaxDurability in interface Tool
        +
        +
      • +
      + + + +
        +
      • +

        getMaxDurability

        +
        public short getMaxDurability()
        +
        +
        Specified by:
        +
        getMaxDurability in interface Tool
        +
        +
      • +
      + + + + + + + + + + + + + + + +
        +
      • +

        readData

        +
        public void readData(SpoutInputStream input)
        +              throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Reads the incoming data from the client. +

        + Note: Data should be read in exactly the same order as it was written.

        +
        +
        Specified by:
        +
        readData in interface SpoutPacket
        +
        Overrides:
        +
        readData in class GenericCustomItem
        +
        Parameters:
        +
        input - stream to read data from
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeData

        +
        public void writeData(SpoutOutputStream output)
        +               throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Writes the outgoing data to the output stream.
        +
        +
        Specified by:
        +
        writeData in interface SpoutPacket
        +
        Overrides:
        +
        writeData in class GenericCustomItem
        +
        Parameters:
        +
        output - to write data to
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + + + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        Description copied from interface: SpoutPacket
        +
        Version of the packet this represents. Version numbers should start with 0. + Versions should be incremented any time the member variables or serialization of the packet changes, to prevent crashing. + Mismatched packet versions are discarded, and SpoutPacket.failure(int) is called.
        +
        +
        Specified by:
        +
        getVersion in interface SpoutPacket
        +
        Overrides:
        +
        getVersion in class GenericCustomItem
        +
        Returns:
        +
        version
        +
        +
      • +
      + + + +
        +
      • +

        getDurability

        +
        public static short getDurability(ItemStack is)
        +
      • +
      + + + +
        +
      • +

        setDurability

        +
        public static void setDurability(ItemStack is,
        +                                 short durability)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/item/GenericFood.html b/generated/1.5.2/org/getspout/spoutapi/material/item/GenericFood.html new file mode 100644 index 0000000..70e4b6a --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/item/GenericFood.html @@ -0,0 +1,308 @@ + + + + + +GenericFood (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.material.item
+

Class GenericFood

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        GenericFood

        +
        public GenericFood(java.lang.String name,
        +                   int id,
        +                   int hunger)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getHungerRestored

        +
        public int getHungerRestored()
        +
        +
        Specified by:
        +
        getHungerRestored in interface Food
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/item/GenericItem.html b/generated/1.5.2/org/getspout/spoutapi/material/item/GenericItem.html new file mode 100644 index 0000000..37ce5a3 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/item/GenericItem.html @@ -0,0 +1,415 @@ + + + + + +GenericItem (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.material.item
+

Class GenericItem

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.getspout.spoutapi.material.item.GenericItem
    • +
    +
  • +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + + + + + +
      Constructors 
      Constructor and Description
      GenericItem(java.lang.String name, + int id) 
      GenericItem(java.lang.String name, + int id, + int data) 
      GenericItem(java.lang.String name, + int id, + int data, + boolean subtypes) 
      +
    • +
    + + +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        GenericItem

        +
        public GenericItem(java.lang.String name,
        +                   int id,
        +                   int data,
        +                   boolean subtypes)
        +
      • +
      + + + +
        +
      • +

        GenericItem

        +
        public GenericItem(java.lang.String name,
        +                   int id,
        +                   int data)
        +
      • +
      + + + +
        +
      • +

        GenericItem

        +
        public GenericItem(java.lang.String name,
        +                   int id)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getRawId

        +
        public int getRawId()
        +
        +
        Specified by:
        +
        getRawId in interface Material
        +
        +
      • +
      + + + +
        +
      • +

        getRawData

        +
        public int getRawData()
        +
        +
        Specified by:
        +
        getRawData in interface Material
        +
        +
      • +
      + + + +
        +
      • +

        hasSubtypes

        +
        public boolean hasSubtypes()
        +
        +
        Specified by:
        +
        hasSubtypes in interface Material
        +
        +
      • +
      + + + +
        +
      • +

        getName

        +
        public java.lang.String getName()
        +
        +
        Specified by:
        +
        getName in interface Material
        +
        +
      • +
      + + + +
        +
      • +

        getNotchianName

        +
        public java.lang.String getNotchianName()
        +
        +
        Specified by:
        +
        getNotchianName in interface Material
        +
        +
      • +
      + + + +
        +
      • +

        setName

        +
        public void setName(java.lang.String name)
        +
        +
        Specified by:
        +
        setName in interface Material
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/item/GenericTool.html b/generated/1.5.2/org/getspout/spoutapi/material/item/GenericTool.html new file mode 100644 index 0000000..b131fdd --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/item/GenericTool.html @@ -0,0 +1,380 @@ + + + + + +GenericTool (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.material.item
+

Class GenericTool

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        GenericTool

        +
        public GenericTool(java.lang.String name,
        +                   int id)
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/item/GenericWeapon.html b/generated/1.5.2/org/getspout/spoutapi/material/item/GenericWeapon.html new file mode 100644 index 0000000..7c95539 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/item/GenericWeapon.html @@ -0,0 +1,267 @@ + + + + + +GenericWeapon (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.material.item
+

Class GenericWeapon

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        GenericWeapon

        +
        public GenericWeapon(java.lang.String name,
        +                     int id)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/item/Potion.html b/generated/1.5.2/org/getspout/spoutapi/material/item/Potion.html new file mode 100644 index 0000000..0c874ac --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/item/Potion.html @@ -0,0 +1,261 @@ + + + + + +Potion (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.material.item
+

Class Potion

+
+
+ +
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Potion(java.lang.String name, + int id, + int data) 
      +
    • +
    + + +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Potion

        +
        public Potion(java.lang.String name,
        +              int id,
        +              int data)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/item/SpawnEgg.html b/generated/1.5.2/org/getspout/spoutapi/material/item/SpawnEgg.html new file mode 100644 index 0000000..db42cc4 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/item/SpawnEgg.html @@ -0,0 +1,261 @@ + + + + + +SpawnEgg (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.material.item
+

Class SpawnEgg

+
+
+ +
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      SpawnEgg(java.lang.String name, + int id, + int data) 
      +
    • +
    + + +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        SpawnEgg

        +
        public SpawnEgg(java.lang.String name,
        +                int id,
        +                int data)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/item/class-use/Coal.html b/generated/1.5.2/org/getspout/spoutapi/material/item/class-use/Coal.html new file mode 100644 index 0000000..e15124b --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/item/class-use/Coal.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.material.item.Coal (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.material.item.Coal

+
+
No usage of org.getspout.spoutapi.material.item.Coal
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/item/class-use/Dye.html b/generated/1.5.2/org/getspout/spoutapi/material/item/class-use/Dye.html new file mode 100644 index 0000000..11c08c9 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/item/class-use/Dye.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.material.item.Dye (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.material.item.Dye

+
+
No usage of org.getspout.spoutapi.material.item.Dye
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/item/class-use/GenericArmor.html b/generated/1.5.2/org/getspout/spoutapi/material/item/class-use/GenericArmor.html new file mode 100644 index 0000000..28d6f46 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/item/class-use/GenericArmor.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.material.item.GenericArmor (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.material.item.GenericArmor

+
+
No usage of org.getspout.spoutapi.material.item.GenericArmor
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/item/class-use/GenericCustomFood.html b/generated/1.5.2/org/getspout/spoutapi/material/item/class-use/GenericCustomFood.html new file mode 100644 index 0000000..ae42db1 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/item/class-use/GenericCustomFood.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.material.item.GenericCustomFood (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.material.item.GenericCustomFood

+
+
No usage of org.getspout.spoutapi.material.item.GenericCustomFood
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/item/class-use/GenericCustomItem.html b/generated/1.5.2/org/getspout/spoutapi/material/item/class-use/GenericCustomItem.html new file mode 100644 index 0000000..241fd85 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/item/class-use/GenericCustomItem.html @@ -0,0 +1,175 @@ + + + + + +Uses of Class org.getspout.spoutapi.material.item.GenericCustomItem (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.material.item.GenericCustomItem

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/item/class-use/GenericCustomTool.html b/generated/1.5.2/org/getspout/spoutapi/material/item/class-use/GenericCustomTool.html new file mode 100644 index 0000000..7acc4ea --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/item/class-use/GenericCustomTool.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.material.item.GenericCustomTool (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.material.item.GenericCustomTool

+
+
No usage of org.getspout.spoutapi.material.item.GenericCustomTool
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/item/class-use/GenericFood.html b/generated/1.5.2/org/getspout/spoutapi/material/item/class-use/GenericFood.html new file mode 100644 index 0000000..963f878 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/item/class-use/GenericFood.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.material.item.GenericFood (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.material.item.GenericFood

+
+
No usage of org.getspout.spoutapi.material.item.GenericFood
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/item/class-use/GenericItem.html b/generated/1.5.2/org/getspout/spoutapi/material/item/class-use/GenericItem.html new file mode 100644 index 0000000..b153192 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/item/class-use/GenericItem.html @@ -0,0 +1,211 @@ + + + + + +Uses of Class org.getspout.spoutapi.material.item.GenericItem (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.material.item.GenericItem

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/item/class-use/GenericTool.html b/generated/1.5.2/org/getspout/spoutapi/material/item/class-use/GenericTool.html new file mode 100644 index 0000000..338df1d --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/item/class-use/GenericTool.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.material.item.GenericTool (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.material.item.GenericTool

+
+
No usage of org.getspout.spoutapi.material.item.GenericTool
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/item/class-use/GenericWeapon.html b/generated/1.5.2/org/getspout/spoutapi/material/item/class-use/GenericWeapon.html new file mode 100644 index 0000000..59c0b57 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/item/class-use/GenericWeapon.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.material.item.GenericWeapon (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.material.item.GenericWeapon

+
+
No usage of org.getspout.spoutapi.material.item.GenericWeapon
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/item/class-use/Potion.html b/generated/1.5.2/org/getspout/spoutapi/material/item/class-use/Potion.html new file mode 100644 index 0000000..3668b9f --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/item/class-use/Potion.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.material.item.Potion (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.material.item.Potion

+
+
No usage of org.getspout.spoutapi.material.item.Potion
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/item/class-use/SpawnEgg.html b/generated/1.5.2/org/getspout/spoutapi/material/item/class-use/SpawnEgg.html new file mode 100644 index 0000000..e578a84 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/item/class-use/SpawnEgg.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.material.item.SpawnEgg (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.material.item.SpawnEgg

+
+
No usage of org.getspout.spoutapi.material.item.SpawnEgg
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/item/package-frame.html b/generated/1.5.2/org/getspout/spoutapi/material/item/package-frame.html new file mode 100644 index 0000000..eb02dce --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/item/package-frame.html @@ -0,0 +1,32 @@ + + + + + +org.getspout.spoutapi.material.item (Spoutcraft 1.5.2 JavaDoc) + + + + + + +

org.getspout.spoutapi.material.item

+ + + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/item/package-summary.html b/generated/1.5.2/org/getspout/spoutapi/material/item/package-summary.html new file mode 100644 index 0000000..02dc852 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/item/package-summary.html @@ -0,0 +1,203 @@ + + + + + +org.getspout.spoutapi.material.item (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Package org.getspout.spoutapi.material.item

+
+
+ This package provides the implementation of items in Minecraft +
+
+

See: Description

+
+
+ + + + +

Package org.getspout.spoutapi.material.item Description

+

+ This package provides the implementation of items in Minecraft +

+
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/item/package-tree.html b/generated/1.5.2/org/getspout/spoutapi/material/item/package-tree.html new file mode 100644 index 0000000..c685355 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/item/package-tree.html @@ -0,0 +1,157 @@ + + + + + +org.getspout.spoutapi.material.item Class Hierarchy (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Hierarchy For Package org.getspout.spoutapi.material.item

+Package Hierarchies: + +
+
+

Class Hierarchy

+
    +
  • java.lang.Object +
      +
    • org.getspout.spoutapi.material.item.GenericItem (implements org.getspout.spoutapi.material.Item) +
        +
      • org.getspout.spoutapi.material.item.Coal
      • +
      • org.getspout.spoutapi.material.item.Dye
      • +
      • org.getspout.spoutapi.material.item.GenericArmor (implements org.getspout.spoutapi.material.Armor)
      • +
      • org.getspout.spoutapi.material.item.GenericCustomItem (implements org.getspout.spoutapi.material.CustomItem, org.getspout.spoutapi.packet.SpoutPacket) +
          +
        • org.getspout.spoutapi.material.item.GenericCustomFood (implements org.getspout.spoutapi.material.Food)
        • +
        • org.getspout.spoutapi.material.item.GenericCustomTool (implements org.getspout.spoutapi.material.Tool)
        • +
        +
      • +
      • org.getspout.spoutapi.material.item.GenericFood (implements org.getspout.spoutapi.material.Food)
      • +
      • org.getspout.spoutapi.material.item.GenericTool (implements org.getspout.spoutapi.material.Tool)
      • +
      • org.getspout.spoutapi.material.item.GenericWeapon (implements org.getspout.spoutapi.material.Weapon)
      • +
      • org.getspout.spoutapi.material.item.Potion
      • +
      • org.getspout.spoutapi.material.item.SpawnEgg
      • +
      +
    • +
    +
  • +
+
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/item/package-use.html b/generated/1.5.2/org/getspout/spoutapi/material/item/package-use.html new file mode 100644 index 0000000..82d447a --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/item/package-use.html @@ -0,0 +1,167 @@ + + + + + +Uses of Package org.getspout.spoutapi.material.item (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Package
org.getspout.spoutapi.material.item

+
+
+ +
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/package-frame.html b/generated/1.5.2/org/getspout/spoutapi/material/package-frame.html new file mode 100644 index 0000000..accf6fe --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/package-frame.html @@ -0,0 +1,36 @@ + + + + + +org.getspout.spoutapi.material (Spoutcraft 1.5.2 JavaDoc) + + + + + + +

org.getspout.spoutapi.material

+ + + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/package-summary.html b/generated/1.5.2/org/getspout/spoutapi/material/package-summary.html new file mode 100644 index 0000000..c1dae5a --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/package-summary.html @@ -0,0 +1,218 @@ + + + + + +org.getspout.spoutapi.material (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Package org.getspout.spoutapi.material

+
+
+ This package provides the interface for materials in Minecraft +
+
+

See: Description

+
+
+ + + + +

Package org.getspout.spoutapi.material Description

+

+ This package provides the interface for materials in Minecraft +

+
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/package-tree.html b/generated/1.5.2/org/getspout/spoutapi/material/package-tree.html new file mode 100644 index 0000000..3f74eaf --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/package-tree.html @@ -0,0 +1,164 @@ + + + + + +org.getspout.spoutapi.material Class Hierarchy (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Hierarchy For Package org.getspout.spoutapi.material

+Package Hierarchies: + +
+
+

Class Hierarchy

+
    +
  • java.lang.Object + +
  • +
+

Interface Hierarchy

+
    +
  • org.getspout.spoutapi.material.Material +
      +
    • org.getspout.spoutapi.material.Block +
        +
      • org.getspout.spoutapi.material.CustomBlock
      • +
      • org.getspout.spoutapi.material.Liquid
      • +
      • org.getspout.spoutapi.material.Plant
      • +
      • org.getspout.spoutapi.material.SolidBlock
      • +
      +
    • +
    • org.getspout.spoutapi.material.Item +
        +
      • org.getspout.spoutapi.material.Armor
      • +
      • org.getspout.spoutapi.material.CustomItem
      • +
      • org.getspout.spoutapi.material.Food
      • +
      • org.getspout.spoutapi.material.Tool
      • +
      • org.getspout.spoutapi.material.Weapon
      • +
      +
    • +
    +
  • +
+
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/material/package-use.html b/generated/1.5.2/org/getspout/spoutapi/material/package-use.html new file mode 100644 index 0000000..1a1fc6e --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/material/package-use.html @@ -0,0 +1,366 @@ + + + + + +Uses of Package org.getspout.spoutapi.material (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Package
org.getspout.spoutapi.material

+
+
+ +
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/package-frame.html b/generated/1.5.2/org/getspout/spoutapi/package-frame.html new file mode 100644 index 0000000..8fcb872 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/package-frame.html @@ -0,0 +1,32 @@ + + + + + +org.getspout.spoutapi (Spoutcraft 1.5.2 JavaDoc) + + + + + + +

org.getspout.spoutapi

+
+

Interfaces

+ +

Classes

+ +

Annotation Types

+ +
+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/package-summary.html b/generated/1.5.2/org/getspout/spoutapi/package-summary.html new file mode 100644 index 0000000..b740e65 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/package-summary.html @@ -0,0 +1,208 @@ + + + + + +org.getspout.spoutapi (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Package org.getspout.spoutapi

+
+
+ This package provides for access to the SpoutManager, which is the top-level manager for all other management classes, as well as various utility methods +
+
+

See: Description

+
+
+
    +
  • + + + + + + + + + + + + +
    Interface Summary 
    InterfaceDescription
    WorldManager +
    Internal use only.
    +
    +
  • +
  • + + + + + + + + + + + + + + + + + + + + + + + + +
    Class Summary 
    ClassDescription
    Spout 
    SpoutManager 
    SpoutServer +
    A proxy class that provides Spout objects for the Server class
    +
    SpoutWorld +
    A proxy class providing easy to use Spout objects from the World + interface.
    +
    +
  • +
  • + + + + + + + + + + + + +
    Annotation Types Summary 
    Annotation TypeDescription
    ClientOnly 
    +
  • +
+ + + +

Package org.getspout.spoutapi Description

+

+ This package provides for access to the SpoutManager, which is the top-level manager for all other management classes, as well as various utility methods +

+
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/package-tree.html b/generated/1.5.2/org/getspout/spoutapi/package-tree.html new file mode 100644 index 0000000..314e10c --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/package-tree.html @@ -0,0 +1,151 @@ + + + + + +org.getspout.spoutapi Class Hierarchy (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Hierarchy For Package org.getspout.spoutapi

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +

Annotation Type Hierarchy

+
    +
  • org.getspout.spoutapi.ClientOnly (implements java.lang.annotation.Annotation)
  • +
+
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/package-use.html b/generated/1.5.2/org/getspout/spoutapi/package-use.html new file mode 100644 index 0000000..638f718 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/package-use.html @@ -0,0 +1,250 @@ + + + + + +Uses of Package org.getspout.spoutapi (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Package
org.getspout.spoutapi

+
+
+ +
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/CompressablePacket.html b/generated/1.5.2/org/getspout/spoutapi/packet/CompressablePacket.html new file mode 100644 index 0000000..8a40643 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/CompressablePacket.html @@ -0,0 +1,285 @@ + + + + + +CompressablePacket (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.packet
+

Interface CompressablePacket

+
+
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        compress

        +
        void compress()
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        decompress

        +
        void decompress()
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        isCompressed

        +
        boolean isCompressed()
        +
        Deprecated. 
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/CompressiblePacket.html b/generated/1.5.2/org/getspout/spoutapi/packet/CompressiblePacket.html new file mode 100644 index 0000000..bda27d6 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/CompressiblePacket.html @@ -0,0 +1,208 @@ + + + + + +CompressiblePacket (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.packet
+

Interface CompressiblePacket

+
+
+
+ +
+
+ +
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/PacketAccessory.html b/generated/1.5.2/org/getspout/spoutapi/packet/PacketAccessory.html new file mode 100644 index 0000000..a07a81e --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/PacketAccessory.html @@ -0,0 +1,458 @@ + + + + + +PacketAccessory (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.packet
+

Class PacketAccessory

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.getspout.spoutapi.packet.PacketAccessory
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    SpoutPacket
    +
    +
    +
    +
    public class PacketAccessory
    +extends java.lang.Object
    +implements SpoutPacket
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidfailure(int playerId) +
      Performs any tasks for the packet after the data has NOT been successfully read into the packet.
      +
      PacketTypegetPacketType() +
      The type of packet represented.
      +
      intgetVersion() +
      Version of the packet this represents.
      +
      voidreadData(SpoutInputStream input) +
      Reads the incoming data from the client.
      +
      voidrun(int playerId) +
      Performs any tasks for the packet after data has been successfully read into the packet.
      +
      voidwriteData(SpoutOutputStream output) +
      Writes the outgoing data to the output stream.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PacketAccessory

        +
        public PacketAccessory()
        +
      • +
      + + + +
        +
      • +

        PacketAccessory

        +
        public PacketAccessory(java.lang.String who,
        +                       AccessoryType type,
        +                       java.lang.String url)
        +
      • +
      + + + +
        +
      • +

        PacketAccessory

        +
        public PacketAccessory(java.lang.String who,
        +                       AccessoryType type,
        +                       java.lang.String url,
        +                       boolean add)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        readData

        +
        public void readData(SpoutInputStream input)
        +              throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Reads the incoming data from the client. +

        + Note: Data should be read in exactly the same order as it was written.

        +
        +
        Specified by:
        +
        readData in interface SpoutPacket
        +
        Parameters:
        +
        input - stream to read data from
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeData

        +
        public void writeData(SpoutOutputStream output)
        +               throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Writes the outgoing data to the output stream.
        +
        +
        Specified by:
        +
        writeData in interface SpoutPacket
        +
        Parameters:
        +
        output - to write data to
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        run

        +
        public void run(int playerId)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after data has been successfully read into the packet.
        +
        +
        Specified by:
        +
        run in interface SpoutPacket
        +
        Parameters:
        +
        playerId - for the packet
        +
        +
      • +
      + + + +
        +
      • +

        failure

        +
        public void failure(int playerId)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after the data has NOT been successfully read into the packet. + All values will be at defaults (0, null, etc) and are unsafe. +

        + Failure is run when the packet versions mismatch and data could not be safely read. +

        + It may not be called for all cases of failure.

        +
        +
        Specified by:
        +
        failure in interface SpoutPacket
        +
        +
      • +
      + + + +
        +
      • +

        getPacketType

        +
        public PacketType getPacketType()
        +
        Description copied from interface: SpoutPacket
        +
        The type of packet represented. Used to rebuild the correct packet on the client.
        +
        +
        Specified by:
        +
        getPacketType in interface SpoutPacket
        +
        Returns:
        +
        packet type.
        +
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        Description copied from interface: SpoutPacket
        +
        Version of the packet this represents. Version numbers should start with 0. + Versions should be incremented any time the member variables or serialization of the packet changes, to prevent crashing. + Mismatched packet versions are discarded, and SpoutPacket.failure(int) is called.
        +
        +
        Specified by:
        +
        getVersion in interface SpoutPacket
        +
        Returns:
        +
        version
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/PacketAddonData.html b/generated/1.5.2/org/getspout/spoutapi/packet/PacketAddonData.html new file mode 100644 index 0000000..d050bec --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/PacketAddonData.html @@ -0,0 +1,490 @@ + + + + + +PacketAddonData (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.packet
+

Class PacketAddonData

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.getspout.spoutapi.packet.PacketAddonData
    • +
    +
  • +
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidcompress() 
      voiddecompress() 
      voidfailure(int playerId) +
      Performs any tasks for the packet after the data has NOT been successfully read into the packet.
      +
      PacketTypegetPacketType() +
      The type of packet represented.
      +
      intgetVersion() +
      Version of the packet this represents.
      +
      booleanisCompressed() 
      voidreadData(SpoutInputStream input) +
      Reads the incoming data from the client.
      +
      voidrun(int playerId) +
      Performs any tasks for the packet after data has been successfully read into the packet.
      +
      voidwriteData(SpoutOutputStream output) +
      Writes the outgoing data to the output stream.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PacketAddonData

        +
        public PacketAddonData()
        +
      • +
      + + + +
        +
      • +

        PacketAddonData

        +
        public PacketAddonData(AddonPacket packet)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        readData

        +
        public void readData(SpoutInputStream input)
        +              throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Reads the incoming data from the client. +

        + Note: Data should be read in exactly the same order as it was written.

        +
        +
        Specified by:
        +
        readData in interface SpoutPacket
        +
        Parameters:
        +
        input - stream to read data from
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeData

        +
        public void writeData(SpoutOutputStream output)
        +               throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Writes the outgoing data to the output stream.
        +
        +
        Specified by:
        +
        writeData in interface SpoutPacket
        +
        Parameters:
        +
        output - to write data to
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        run

        +
        public void run(int playerId)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after data has been successfully read into the packet.
        +
        +
        Specified by:
        +
        run in interface SpoutPacket
        +
        Parameters:
        +
        playerId - for the packet
        +
        +
      • +
      + + + +
        +
      • +

        failure

        +
        public void failure(int playerId)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after the data has NOT been successfully read into the packet. + All values will be at defaults (0, null, etc) and are unsafe. +

        + Failure is run when the packet versions mismatch and data could not be safely read. +

        + It may not be called for all cases of failure.

        +
        +
        Specified by:
        +
        failure in interface SpoutPacket
        +
        +
      • +
      + + + +
        +
      • +

        getPacketType

        +
        public PacketType getPacketType()
        +
        Description copied from interface: SpoutPacket
        +
        The type of packet represented. Used to rebuild the correct packet on the client.
        +
        +
        Specified by:
        +
        getPacketType in interface SpoutPacket
        +
        Returns:
        +
        packet type.
        +
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        Description copied from interface: SpoutPacket
        +
        Version of the packet this represents. Version numbers should start with 0. + Versions should be incremented any time the member variables or serialization of the packet changes, to prevent crashing. + Mismatched packet versions are discarded, and SpoutPacket.failure(int) is called.
        +
        +
        Specified by:
        +
        getVersion in interface SpoutPacket
        +
        Returns:
        +
        version
        +
        +
      • +
      + + + + + + + + + + + + +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/PacketAirTime.html b/generated/1.5.2/org/getspout/spoutapi/packet/PacketAirTime.html new file mode 100644 index 0000000..c8b8e76 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/PacketAirTime.html @@ -0,0 +1,489 @@ + + + + + +PacketAirTime (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.packet
+

Class PacketAirTime

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.getspout.spoutapi.packet.PacketAirTime
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    SpoutPacket
    +
    +
    +
    +
    public class PacketAirTime
    +extends java.lang.Object
    +implements SpoutPacket
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      intair 
      intairTime 
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + + +
      Constructors 
      Constructor and Description
      PacketAirTime() 
      PacketAirTime(int maxTime, + int time) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidfailure(int id) +
      Performs any tasks for the packet after the data has NOT been successfully read into the packet.
      +
      PacketTypegetPacketType() +
      The type of packet represented.
      +
      intgetVersion() +
      Version of the packet this represents.
      +
      voidreadData(SpoutInputStream input) +
      Reads the incoming data from the client.
      +
      voidrun(int id) +
      Performs any tasks for the packet after data has been successfully read into the packet.
      +
      voidwriteData(SpoutOutputStream output) +
      Writes the outgoing data to the output stream.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        airTime

        +
        public int airTime
        +
      • +
      + + + +
        +
      • +

        air

        +
        public int air
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PacketAirTime

        +
        public PacketAirTime()
        +
      • +
      + + + +
        +
      • +

        PacketAirTime

        +
        public PacketAirTime(int maxTime,
        +                     int time)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        readData

        +
        public void readData(SpoutInputStream input)
        +              throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Reads the incoming data from the client. +

        + Note: Data should be read in exactly the same order as it was written.

        +
        +
        Specified by:
        +
        readData in interface SpoutPacket
        +
        Parameters:
        +
        input - stream to read data from
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeData

        +
        public void writeData(SpoutOutputStream output)
        +               throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Writes the outgoing data to the output stream.
        +
        +
        Specified by:
        +
        writeData in interface SpoutPacket
        +
        Parameters:
        +
        output - to write data to
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        run

        +
        public void run(int id)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after data has been successfully read into the packet.
        +
        +
        Specified by:
        +
        run in interface SpoutPacket
        +
        Parameters:
        +
        id - for the packet
        +
        +
      • +
      + + + +
        +
      • +

        failure

        +
        public void failure(int id)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after the data has NOT been successfully read into the packet. + All values will be at defaults (0, null, etc) and are unsafe. +

        + Failure is run when the packet versions mismatch and data could not be safely read. +

        + It may not be called for all cases of failure.

        +
        +
        Specified by:
        +
        failure in interface SpoutPacket
        +
        +
      • +
      + + + +
        +
      • +

        getPacketType

        +
        public PacketType getPacketType()
        +
        Description copied from interface: SpoutPacket
        +
        The type of packet represented. Used to rebuild the correct packet on the client.
        +
        +
        Specified by:
        +
        getPacketType in interface SpoutPacket
        +
        Returns:
        +
        packet type.
        +
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        Description copied from interface: SpoutPacket
        +
        Version of the packet this represents. Version numbers should start with 0. + Versions should be incremented any time the member variables or serialization of the packet changes, to prevent crashing. + Mismatched packet versions are discarded, and SpoutPacket.failure(int) is called.
        +
        +
        Specified by:
        +
        getVersion in interface SpoutPacket
        +
        Returns:
        +
        version
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/PacketAlert.html b/generated/1.5.2/org/getspout/spoutapi/packet/PacketAlert.html new file mode 100644 index 0000000..82fec83 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/PacketAlert.html @@ -0,0 +1,444 @@ + + + + + +PacketAlert (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.packet
+

Class PacketAlert

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.getspout.spoutapi.packet.PacketAlert
    • +
    +
  • +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + + +
      Constructors 
      Constructor and Description
      PacketAlert() 
      PacketAlert(java.lang.String title, + java.lang.String message, + int itemId) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidfailure(int id) +
      Performs any tasks for the packet after the data has NOT been successfully read into the packet.
      +
      PacketTypegetPacketType() +
      The type of packet represented.
      +
      intgetVersion() +
      Version of the packet this represents.
      +
      voidreadData(SpoutInputStream input) +
      Reads the incoming data from the client.
      +
      voidrun(int PlayerId) +
      Performs any tasks for the packet after data has been successfully read into the packet.
      +
      voidwriteData(SpoutOutputStream output) +
      Writes the outgoing data to the output stream.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PacketAlert

        +
        public PacketAlert()
        +
      • +
      + + + +
        +
      • +

        PacketAlert

        +
        public PacketAlert(java.lang.String title,
        +                   java.lang.String message,
        +                   int itemId)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        readData

        +
        public void readData(SpoutInputStream input)
        +              throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Reads the incoming data from the client. +

        + Note: Data should be read in exactly the same order as it was written.

        +
        +
        Specified by:
        +
        readData in interface SpoutPacket
        +
        Parameters:
        +
        input - stream to read data from
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeData

        +
        public void writeData(SpoutOutputStream output)
        +               throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Writes the outgoing data to the output stream.
        +
        +
        Specified by:
        +
        writeData in interface SpoutPacket
        +
        Parameters:
        +
        output - to write data to
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        run

        +
        public void run(int PlayerId)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after data has been successfully read into the packet.
        +
        +
        Specified by:
        +
        run in interface SpoutPacket
        +
        Parameters:
        +
        PlayerId - for the packet
        +
        +
      • +
      + + + +
        +
      • +

        failure

        +
        public void failure(int id)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after the data has NOT been successfully read into the packet. + All values will be at defaults (0, null, etc) and are unsafe. +

        + Failure is run when the packet versions mismatch and data could not be safely read. +

        + It may not be called for all cases of failure.

        +
        +
        Specified by:
        +
        failure in interface SpoutPacket
        +
        +
      • +
      + + + +
        +
      • +

        getPacketType

        +
        public PacketType getPacketType()
        +
        Description copied from interface: SpoutPacket
        +
        The type of packet represented. Used to rebuild the correct packet on the client.
        +
        +
        Specified by:
        +
        getPacketType in interface SpoutPacket
        +
        Returns:
        +
        packet type.
        +
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        Description copied from interface: SpoutPacket
        +
        Version of the packet this represents. Version numbers should start with 0. + Versions should be incremented any time the member variables or serialization of the packet changes, to prevent crashing. + Mismatched packet versions are discarded, and SpoutPacket.failure(int) is called.
        +
        +
        Specified by:
        +
        getVersion in interface SpoutPacket
        +
        Returns:
        +
        version
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/PacketAllowVisualCheats.html b/generated/1.5.2/org/getspout/spoutapi/packet/PacketAllowVisualCheats.html new file mode 100644 index 0000000..1bf8f98 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/PacketAllowVisualCheats.html @@ -0,0 +1,472 @@ + + + + + +PacketAllowVisualCheats (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.packet
+

Class PacketAllowVisualCheats

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.getspout.spoutapi.packet.PacketAllowVisualCheats
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    SpoutPacket
    +
    +
    +
    +
    public class PacketAllowVisualCheats
    +extends java.lang.Object
    +implements SpoutPacket
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + + +
      Constructors 
      Constructor and Description
      PacketAllowVisualCheats() 
      PacketAllowVisualCheats(boolean tsky, + boolean fsky, + boolean ssky, + boolean tclearwater, + boolean fclearwater, + boolean sclearwater, + boolean tstars, + boolean fstars, + boolean sstars, + boolean tweather, + boolean fweather, + boolean sweather, + boolean ttime, + boolean tcoords, + boolean tentitylabel, + boolean tvoidfog, + boolean fvoidfog, + boolean svoidfog, + boolean tflightspeed) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidfailure(int id) +
      Performs any tasks for the packet after the data has NOT been successfully read into the packet.
      +
      PacketTypegetPacketType() +
      The type of packet represented.
      +
      intgetVersion() +
      Version of the packet this represents.
      +
      voidreadData(SpoutInputStream input) +
      Reads the incoming data from the client.
      +
      voidrun(int playerId) +
      Performs any tasks for the packet after data has been successfully read into the packet.
      +
      voidwriteData(SpoutOutputStream output) +
      Writes the outgoing data to the output stream.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PacketAllowVisualCheats

        +
        public PacketAllowVisualCheats()
        +
      • +
      + + + +
        +
      • +

        PacketAllowVisualCheats

        +
        public PacketAllowVisualCheats(boolean tsky,
        +                               boolean fsky,
        +                               boolean ssky,
        +                               boolean tclearwater,
        +                               boolean fclearwater,
        +                               boolean sclearwater,
        +                               boolean tstars,
        +                               boolean fstars,
        +                               boolean sstars,
        +                               boolean tweather,
        +                               boolean fweather,
        +                               boolean sweather,
        +                               boolean ttime,
        +                               boolean tcoords,
        +                               boolean tentitylabel,
        +                               boolean tvoidfog,
        +                               boolean fvoidfog,
        +                               boolean svoidfog,
        +                               boolean tflightspeed)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        readData

        +
        public void readData(SpoutInputStream input)
        +              throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Reads the incoming data from the client. +

        + Note: Data should be read in exactly the same order as it was written.

        +
        +
        Specified by:
        +
        readData in interface SpoutPacket
        +
        Parameters:
        +
        input - stream to read data from
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeData

        +
        public void writeData(SpoutOutputStream output)
        +               throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Writes the outgoing data to the output stream.
        +
        +
        Specified by:
        +
        writeData in interface SpoutPacket
        +
        Parameters:
        +
        output - to write data to
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        run

        +
        public void run(int playerId)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after data has been successfully read into the packet.
        +
        +
        Specified by:
        +
        run in interface SpoutPacket
        +
        Parameters:
        +
        playerId - for the packet
        +
        +
      • +
      + + + +
        +
      • +

        failure

        +
        public void failure(int id)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after the data has NOT been successfully read into the packet. + All values will be at defaults (0, null, etc) and are unsafe. +

        + Failure is run when the packet versions mismatch and data could not be safely read. +

        + It may not be called for all cases of failure.

        +
        +
        Specified by:
        +
        failure in interface SpoutPacket
        +
        +
      • +
      + + + +
        +
      • +

        getPacketType

        +
        public PacketType getPacketType()
        +
        Description copied from interface: SpoutPacket
        +
        The type of packet represented. Used to rebuild the correct packet on the client.
        +
        +
        Specified by:
        +
        getPacketType in interface SpoutPacket
        +
        Returns:
        +
        packet type.
        +
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        Description copied from interface: SpoutPacket
        +
        Version of the packet this represents. Version numbers should start with 0. + Versions should be incremented any time the member variables or serialization of the packet changes, to prevent crashing. + Mismatched packet versions are discarded, and SpoutPacket.failure(int) is called.
        +
        +
        Specified by:
        +
        getVersion in interface SpoutPacket
        +
        Returns:
        +
        version
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/PacketBlockData.html b/generated/1.5.2/org/getspout/spoutapi/packet/PacketBlockData.html new file mode 100644 index 0000000..02f800c --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/PacketBlockData.html @@ -0,0 +1,490 @@ + + + + + +PacketBlockData (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.packet
+

Class PacketBlockData

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.getspout.spoutapi.packet.PacketBlockData
    • +
    +
  • +
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidcompress() 
      voiddecompress() 
      voidfailure(int playerId) +
      Performs any tasks for the packet after the data has NOT been successfully read into the packet.
      +
      PacketTypegetPacketType() +
      The type of packet represented.
      +
      intgetVersion() +
      Version of the packet this represents.
      +
      booleanisCompressed() 
      voidreadData(SpoutInputStream input) +
      Reads the incoming data from the client.
      +
      voidrun(int playerId) +
      Performs any tasks for the packet after data has been successfully read into the packet.
      +
      voidwriteData(SpoutOutputStream output) +
      Writes the outgoing data to the output stream.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PacketBlockData

        +
        public PacketBlockData()
        +
      • +
      + + + +
        +
      • +

        PacketBlockData

        +
        public PacketBlockData(java.util.Set<Block> modifiedData)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + + + + + + + + + + + +
        +
      • +

        readData

        +
        public void readData(SpoutInputStream input)
        +              throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Reads the incoming data from the client. +

        + Note: Data should be read in exactly the same order as it was written.

        +
        +
        Specified by:
        +
        readData in interface SpoutPacket
        +
        Parameters:
        +
        input - stream to read data from
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeData

        +
        public void writeData(SpoutOutputStream output)
        +               throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Writes the outgoing data to the output stream.
        +
        +
        Specified by:
        +
        writeData in interface SpoutPacket
        +
        Parameters:
        +
        output - to write data to
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        run

        +
        public void run(int playerId)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after data has been successfully read into the packet.
        +
        +
        Specified by:
        +
        run in interface SpoutPacket
        +
        Parameters:
        +
        playerId - for the packet
        +
        +
      • +
      + + + +
        +
      • +

        failure

        +
        public void failure(int playerId)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after the data has NOT been successfully read into the packet. + All values will be at defaults (0, null, etc) and are unsafe. +

        + Failure is run when the packet versions mismatch and data could not be safely read. +

        + It may not be called for all cases of failure.

        +
        +
        Specified by:
        +
        failure in interface SpoutPacket
        +
        +
      • +
      + + + +
        +
      • +

        getPacketType

        +
        public PacketType getPacketType()
        +
        Description copied from interface: SpoutPacket
        +
        The type of packet represented. Used to rebuild the correct packet on the client.
        +
        +
        Specified by:
        +
        getPacketType in interface SpoutPacket
        +
        Returns:
        +
        packet type.
        +
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        Description copied from interface: SpoutPacket
        +
        Version of the packet this represents. Version numbers should start with 0. + Versions should be incremented any time the member variables or serialization of the packet changes, to prevent crashing. + Mismatched packet versions are discarded, and SpoutPacket.failure(int) is called.
        +
        +
        Specified by:
        +
        getVersion in interface SpoutPacket
        +
        Returns:
        +
        version
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/PacketCacheDeleteFile.html b/generated/1.5.2/org/getspout/spoutapi/packet/PacketCacheDeleteFile.html new file mode 100644 index 0000000..74a7a78 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/PacketCacheDeleteFile.html @@ -0,0 +1,438 @@ + + + + + +PacketCacheDeleteFile (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.packet
+

Class PacketCacheDeleteFile

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.getspout.spoutapi.packet.PacketCacheDeleteFile
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    SpoutPacket
    +
    +
    +
    +
    public class PacketCacheDeleteFile
    +extends java.lang.Object
    +implements SpoutPacket
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidfailure(int playerId) +
      Performs any tasks for the packet after the data has NOT been successfully read into the packet.
      +
      PacketTypegetPacketType() +
      The type of packet represented.
      +
      intgetVersion() +
      Version of the packet this represents.
      +
      voidreadData(SpoutInputStream input) +
      Reads the incoming data from the client.
      +
      voidrun(int playerId) +
      Performs any tasks for the packet after data has been successfully read into the packet.
      +
      voidwriteData(SpoutOutputStream output) +
      Writes the outgoing data to the output stream.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PacketCacheDeleteFile

        +
        public PacketCacheDeleteFile()
        +
      • +
      + + + +
        +
      • +

        PacketCacheDeleteFile

        +
        public PacketCacheDeleteFile(java.lang.String plugin,
        +                             java.lang.String fileName)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        readData

        +
        public void readData(SpoutInputStream input)
        +              throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Reads the incoming data from the client. +

        + Note: Data should be read in exactly the same order as it was written.

        +
        +
        Specified by:
        +
        readData in interface SpoutPacket
        +
        Parameters:
        +
        input - stream to read data from
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeData

        +
        public void writeData(SpoutOutputStream output)
        +               throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Writes the outgoing data to the output stream.
        +
        +
        Specified by:
        +
        writeData in interface SpoutPacket
        +
        Parameters:
        +
        output - to write data to
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        run

        +
        public void run(int playerId)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after data has been successfully read into the packet.
        +
        +
        Specified by:
        +
        run in interface SpoutPacket
        +
        Parameters:
        +
        playerId - for the packet
        +
        +
      • +
      + + + +
        +
      • +

        failure

        +
        public void failure(int playerId)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after the data has NOT been successfully read into the packet. + All values will be at defaults (0, null, etc) and are unsafe. +

        + Failure is run when the packet versions mismatch and data could not be safely read. +

        + It may not be called for all cases of failure.

        +
        +
        Specified by:
        +
        failure in interface SpoutPacket
        +
        +
      • +
      + + + +
        +
      • +

        getPacketType

        +
        public PacketType getPacketType()
        +
        Description copied from interface: SpoutPacket
        +
        The type of packet represented. Used to rebuild the correct packet on the client.
        +
        +
        Specified by:
        +
        getPacketType in interface SpoutPacket
        +
        Returns:
        +
        packet type.
        +
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        Description copied from interface: SpoutPacket
        +
        Version of the packet this represents. Version numbers should start with 0. + Versions should be incremented any time the member variables or serialization of the packet changes, to prevent crashing. + Mismatched packet versions are discarded, and SpoutPacket.failure(int) is called.
        +
        +
        Specified by:
        +
        getVersion in interface SpoutPacket
        +
        Returns:
        +
        version
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/PacketCacheFile.html b/generated/1.5.2/org/getspout/spoutapi/packet/PacketCacheFile.html new file mode 100644 index 0000000..2bfab28 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/PacketCacheFile.html @@ -0,0 +1,492 @@ + + + + + +PacketCacheFile (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.packet
+

Class PacketCacheFile

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.getspout.spoutapi.packet.PacketCacheFile
    • +
    +
  • +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + + +
      Constructors 
      Constructor and Description
      PacketCacheFile() 
      PacketCacheFile(java.lang.String plugin, + java.io.File file) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidcompress() 
      voiddecompress() 
      voidfailure(int playerId) +
      Performs any tasks for the packet after the data has NOT been successfully read into the packet.
      +
      PacketTypegetPacketType() +
      The type of packet represented.
      +
      intgetVersion() +
      Version of the packet this represents.
      +
      booleanisCompressed() 
      voidreadData(SpoutInputStream input) +
      Reads the incoming data from the client.
      +
      voidrun(int playerId) +
      Performs any tasks for the packet after data has been successfully read into the packet.
      +
      voidwriteData(SpoutOutputStream output) +
      Writes the outgoing data to the output stream.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PacketCacheFile

        +
        public PacketCacheFile()
        +
      • +
      + + + +
        +
      • +

        PacketCacheFile

        +
        public PacketCacheFile(java.lang.String plugin,
        +                       java.io.File file)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + + + + + + + + + + + +
        +
      • +

        readData

        +
        public void readData(SpoutInputStream input)
        +              throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Reads the incoming data from the client. +

        + Note: Data should be read in exactly the same order as it was written.

        +
        +
        Specified by:
        +
        readData in interface SpoutPacket
        +
        Parameters:
        +
        input - stream to read data from
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeData

        +
        public void writeData(SpoutOutputStream output)
        +               throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Writes the outgoing data to the output stream.
        +
        +
        Specified by:
        +
        writeData in interface SpoutPacket
        +
        Parameters:
        +
        output - to write data to
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        run

        +
        public void run(int playerId)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after data has been successfully read into the packet.
        +
        +
        Specified by:
        +
        run in interface SpoutPacket
        +
        Parameters:
        +
        playerId - for the packet
        +
        +
      • +
      + + + +
        +
      • +

        failure

        +
        public void failure(int playerId)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after the data has NOT been successfully read into the packet. + All values will be at defaults (0, null, etc) and are unsafe. +

        + Failure is run when the packet versions mismatch and data could not be safely read. +

        + It may not be called for all cases of failure.

        +
        +
        Specified by:
        +
        failure in interface SpoutPacket
        +
        +
      • +
      + + + +
        +
      • +

        getPacketType

        +
        public PacketType getPacketType()
        +
        Description copied from interface: SpoutPacket
        +
        The type of packet represented. Used to rebuild the correct packet on the client.
        +
        +
        Specified by:
        +
        getPacketType in interface SpoutPacket
        +
        Returns:
        +
        packet type.
        +
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        Description copied from interface: SpoutPacket
        +
        Version of the packet this represents. Version numbers should start with 0. + Versions should be incremented any time the member variables or serialization of the packet changes, to prevent crashing. + Mismatched packet versions are discarded, and SpoutPacket.failure(int) is called.
        +
        +
        Specified by:
        +
        getVersion in interface SpoutPacket
        +
        Returns:
        +
        version
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/PacketClientAddons.html b/generated/1.5.2/org/getspout/spoutapi/packet/PacketClientAddons.html new file mode 100644 index 0000000..94d0e01 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/PacketClientAddons.html @@ -0,0 +1,436 @@ + + + + + +PacketClientAddons (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.packet
+

Class PacketClientAddons

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.getspout.spoutapi.packet.PacketClientAddons
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    SpoutPacket
    +
    +
    +
    +
    public class PacketClientAddons
    +extends java.lang.Object
    +implements SpoutPacket
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidfailure(int playerId) +
      Performs any tasks for the packet after the data has NOT been successfully read into the packet.
      +
      PacketTypegetPacketType() +
      The type of packet represented.
      +
      intgetVersion() +
      Version of the packet this represents.
      +
      voidreadData(SpoutInputStream input) +
      Reads the incoming data from the client.
      +
      voidrun(int playerId) +
      Performs any tasks for the packet after data has been successfully read into the packet.
      +
      voidwriteData(SpoutOutputStream output) +
      Writes the outgoing data to the output stream.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PacketClientAddons

        +
        public PacketClientAddons()
        +
      • +
      + + + +
        +
      • +

        PacketClientAddons

        +
        public PacketClientAddons(java.util.Map<java.lang.String,java.lang.String> addons)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        readData

        +
        public void readData(SpoutInputStream input)
        +              throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Reads the incoming data from the client. +

        + Note: Data should be read in exactly the same order as it was written.

        +
        +
        Specified by:
        +
        readData in interface SpoutPacket
        +
        Parameters:
        +
        input - stream to read data from
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeData

        +
        public void writeData(SpoutOutputStream output)
        +               throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Writes the outgoing data to the output stream.
        +
        +
        Specified by:
        +
        writeData in interface SpoutPacket
        +
        Parameters:
        +
        output - to write data to
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        run

        +
        public void run(int playerId)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after data has been successfully read into the packet.
        +
        +
        Specified by:
        +
        run in interface SpoutPacket
        +
        Parameters:
        +
        playerId - for the packet
        +
        +
      • +
      + + + +
        +
      • +

        failure

        +
        public void failure(int playerId)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after the data has NOT been successfully read into the packet. + All values will be at defaults (0, null, etc) and are unsafe. +

        + Failure is run when the packet versions mismatch and data could not be safely read. +

        + It may not be called for all cases of failure.

        +
        +
        Specified by:
        +
        failure in interface SpoutPacket
        +
        +
      • +
      + + + +
        +
      • +

        getPacketType

        +
        public PacketType getPacketType()
        +
        Description copied from interface: SpoutPacket
        +
        The type of packet represented. Used to rebuild the correct packet on the client.
        +
        +
        Specified by:
        +
        getPacketType in interface SpoutPacket
        +
        Returns:
        +
        packet type.
        +
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        Description copied from interface: SpoutPacket
        +
        Version of the packet this represents. Version numbers should start with 0. + Versions should be incremented any time the member variables or serialization of the packet changes, to prevent crashing. + Mismatched packet versions are discarded, and SpoutPacket.failure(int) is called.
        +
        +
        Specified by:
        +
        getVersion in interface SpoutPacket
        +
        Returns:
        +
        version
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/PacketClipboardText.html b/generated/1.5.2/org/getspout/spoutapi/packet/PacketClipboardText.html new file mode 100644 index 0000000..16cee49 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/PacketClipboardText.html @@ -0,0 +1,473 @@ + + + + + +PacketClipboardText (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.packet
+

Class PacketClipboardText

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.getspout.spoutapi.packet.PacketClipboardText
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    SpoutPacket
    +
    +
    +
    +
    public class PacketClipboardText
    +extends java.lang.Object
    +implements SpoutPacket
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      protected java.lang.Stringtext 
      +
    • +
    + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidfailure(int id) +
      Performs any tasks for the packet after the data has NOT been successfully read into the packet.
      +
      PacketTypegetPacketType() +
      The type of packet represented.
      +
      intgetVersion() +
      Version of the packet this represents.
      +
      voidreadData(SpoutInputStream input) +
      Reads the incoming data from the client.
      +
      voidrun(int playerId) +
      Performs any tasks for the packet after data has been successfully read into the packet.
      +
      voidwriteData(SpoutOutputStream output) +
      Writes the outgoing data to the output stream.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        text

        +
        protected java.lang.String text
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PacketClipboardText

        +
        public PacketClipboardText()
        +
      • +
      + + + +
        +
      • +

        PacketClipboardText

        +
        public PacketClipboardText(java.lang.String text)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        readData

        +
        public void readData(SpoutInputStream input)
        +              throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Reads the incoming data from the client. +

        + Note: Data should be read in exactly the same order as it was written.

        +
        +
        Specified by:
        +
        readData in interface SpoutPacket
        +
        Parameters:
        +
        input - stream to read data from
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeData

        +
        public void writeData(SpoutOutputStream output)
        +               throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Writes the outgoing data to the output stream.
        +
        +
        Specified by:
        +
        writeData in interface SpoutPacket
        +
        Parameters:
        +
        output - to write data to
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        run

        +
        public void run(int playerId)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after data has been successfully read into the packet.
        +
        +
        Specified by:
        +
        run in interface SpoutPacket
        +
        Parameters:
        +
        playerId - for the packet
        +
        +
      • +
      + + + +
        +
      • +

        failure

        +
        public void failure(int id)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after the data has NOT been successfully read into the packet. + All values will be at defaults (0, null, etc) and are unsafe. +

        + Failure is run when the packet versions mismatch and data could not be safely read. +

        + It may not be called for all cases of failure.

        +
        +
        Specified by:
        +
        failure in interface SpoutPacket
        +
        +
      • +
      + + + +
        +
      • +

        getPacketType

        +
        public PacketType getPacketType()
        +
        Description copied from interface: SpoutPacket
        +
        The type of packet represented. Used to rebuild the correct packet on the client.
        +
        +
        Specified by:
        +
        getPacketType in interface SpoutPacket
        +
        Returns:
        +
        packet type.
        +
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        Description copied from interface: SpoutPacket
        +
        Version of the packet this represents. Version numbers should start with 0. + Versions should be incremented any time the member variables or serialization of the packet changes, to prevent crashing. + Mismatched packet versions are discarded, and SpoutPacket.failure(int) is called.
        +
        +
        Specified by:
        +
        getVersion in interface SpoutPacket
        +
        Returns:
        +
        version
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/PacketComboBox.html b/generated/1.5.2/org/getspout/spoutapi/packet/PacketComboBox.html new file mode 100644 index 0000000..4f358eb --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/PacketComboBox.html @@ -0,0 +1,436 @@ + + + + + +PacketComboBox (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.packet
+

Class PacketComboBox

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.getspout.spoutapi.packet.PacketComboBox
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    SpoutPacket
    +
    +
    +
    +
    public class PacketComboBox
    +extends java.lang.Object
    +implements SpoutPacket
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidfailure(int playerId) +
      Performs any tasks for the packet after the data has NOT been successfully read into the packet.
      +
      PacketTypegetPacketType() +
      The type of packet represented.
      +
      intgetVersion() +
      Version of the packet this represents.
      +
      voidreadData(SpoutInputStream input) +
      Reads the incoming data from the client.
      +
      voidrun(int playerId) +
      Performs any tasks for the packet after data has been successfully read into the packet.
      +
      voidwriteData(SpoutOutputStream output) +
      Writes the outgoing data to the output stream.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PacketComboBox

        +
        public PacketComboBox()
        +
      • +
      + + + + +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        readData

        +
        public void readData(SpoutInputStream input)
        +              throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Reads the incoming data from the client. +

        + Note: Data should be read in exactly the same order as it was written.

        +
        +
        Specified by:
        +
        readData in interface SpoutPacket
        +
        Parameters:
        +
        input - stream to read data from
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeData

        +
        public void writeData(SpoutOutputStream output)
        +               throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Writes the outgoing data to the output stream.
        +
        +
        Specified by:
        +
        writeData in interface SpoutPacket
        +
        Parameters:
        +
        output - to write data to
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        run

        +
        public void run(int playerId)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after data has been successfully read into the packet.
        +
        +
        Specified by:
        +
        run in interface SpoutPacket
        +
        Parameters:
        +
        playerId - for the packet
        +
        +
      • +
      + + + +
        +
      • +

        failure

        +
        public void failure(int playerId)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after the data has NOT been successfully read into the packet. + All values will be at defaults (0, null, etc) and are unsafe. +

        + Failure is run when the packet versions mismatch and data could not be safely read. +

        + It may not be called for all cases of failure.

        +
        +
        Specified by:
        +
        failure in interface SpoutPacket
        +
        +
      • +
      + + + +
        +
      • +

        getPacketType

        +
        public PacketType getPacketType()
        +
        Description copied from interface: SpoutPacket
        +
        The type of packet represented. Used to rebuild the correct packet on the client.
        +
        +
        Specified by:
        +
        getPacketType in interface SpoutPacket
        +
        Returns:
        +
        packet type.
        +
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        Description copied from interface: SpoutPacket
        +
        Version of the packet this represents. Version numbers should start with 0. + Versions should be incremented any time the member variables or serialization of the packet changes, to prevent crashing. + Mismatched packet versions are discarded, and SpoutPacket.failure(int) is called.
        +
        +
        Specified by:
        +
        getVersion in interface SpoutPacket
        +
        Returns:
        +
        version
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/PacketControlAction.html b/generated/1.5.2/org/getspout/spoutapi/packet/PacketControlAction.html new file mode 100644 index 0000000..1ff0883 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/PacketControlAction.html @@ -0,0 +1,535 @@ + + + + + +PacketControlAction (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.packet
+

Class PacketControlAction

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.getspout.spoutapi.packet.PacketControlAction
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    SpoutPacket
    +
    +
    +
    +
    public class PacketControlAction
    +extends java.lang.Object
    +implements SpoutPacket
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + + + + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      protected java.lang.Stringdata 
      protected java.util.UUIDscreen 
      protected floatstate 
      protected java.util.UUIDwidget 
      +
    • +
    + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidfailure(int id) +
      Performs any tasks for the packet after the data has NOT been successfully read into the packet.
      +
      PacketTypegetPacketType() +
      The type of packet represented.
      +
      intgetVersion() +
      Version of the packet this represents.
      +
      voidreadData(SpoutInputStream input) +
      Reads the incoming data from the client.
      +
      voidrun(int playerId) +
      Performs any tasks for the packet after data has been successfully read into the packet.
      +
      voidwriteData(SpoutOutputStream output) +
      Writes the outgoing data to the output stream.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        screen

        +
        protected java.util.UUID screen
        +
      • +
      + + + +
        +
      • +

        widget

        +
        protected java.util.UUID widget
        +
      • +
      + + + +
        +
      • +

        state

        +
        protected float state
        +
      • +
      + + + +
        +
      • +

        data

        +
        protected java.lang.String data
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PacketControlAction

        +
        public PacketControlAction()
        +
      • +
      + + + +
        +
      • +

        PacketControlAction

        +
        public PacketControlAction(Screen screen,
        +                           Widget widget,
        +                           float state)
        +
      • +
      + + + +
        +
      • +

        PacketControlAction

        +
        public PacketControlAction(Screen screen,
        +                           Widget widget,
        +                           java.lang.String data)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        readData

        +
        public void readData(SpoutInputStream input)
        +              throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Reads the incoming data from the client. +

        + Note: Data should be read in exactly the same order as it was written.

        +
        +
        Specified by:
        +
        readData in interface SpoutPacket
        +
        Parameters:
        +
        input - stream to read data from
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeData

        +
        public void writeData(SpoutOutputStream output)
        +               throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Writes the outgoing data to the output stream.
        +
        +
        Specified by:
        +
        writeData in interface SpoutPacket
        +
        Parameters:
        +
        output - to write data to
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        run

        +
        public void run(int playerId)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after data has been successfully read into the packet.
        +
        +
        Specified by:
        +
        run in interface SpoutPacket
        +
        Parameters:
        +
        playerId - for the packet
        +
        +
      • +
      + + + +
        +
      • +

        failure

        +
        public void failure(int id)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after the data has NOT been successfully read into the packet. + All values will be at defaults (0, null, etc) and are unsafe. +

        + Failure is run when the packet versions mismatch and data could not be safely read. +

        + It may not be called for all cases of failure.

        +
        +
        Specified by:
        +
        failure in interface SpoutPacket
        +
        +
      • +
      + + + +
        +
      • +

        getPacketType

        +
        public PacketType getPacketType()
        +
        Description copied from interface: SpoutPacket
        +
        The type of packet represented. Used to rebuild the correct packet on the client.
        +
        +
        Specified by:
        +
        getPacketType in interface SpoutPacket
        +
        Returns:
        +
        packet type.
        +
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        Description copied from interface: SpoutPacket
        +
        Version of the packet this represents. Version numbers should start with 0. + Versions should be incremented any time the member variables or serialization of the packet changes, to prevent crashing. + Mismatched packet versions are discarded, and SpoutPacket.failure(int) is called.
        +
        +
        Specified by:
        +
        getVersion in interface SpoutPacket
        +
        Returns:
        +
        version
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/PacketCustomBlockChunkOverride.html b/generated/1.5.2/org/getspout/spoutapi/packet/PacketCustomBlockChunkOverride.html new file mode 100644 index 0000000..a51a190 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/PacketCustomBlockChunkOverride.html @@ -0,0 +1,496 @@ + + + + + +PacketCustomBlockChunkOverride (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.packet
+

Class PacketCustomBlockChunkOverride

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.getspout.spoutapi.packet.PacketCustomBlockChunkOverride
    • +
    +
  • +
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidcompress() 
      voiddecompress() 
      voidfailure(int playerId) +
      Performs any tasks for the packet after the data has NOT been successfully read into the packet.
      +
      PacketTypegetPacketType() +
      The type of packet represented.
      +
      intgetVersion() +
      Version of the packet this represents.
      +
      booleanisCompressed() 
      voidreadData(SpoutInputStream input) +
      Reads the incoming data from the client.
      +
      voidrun(int playerId) +
      Performs any tasks for the packet after data has been successfully read into the packet.
      +
      voidwriteData(SpoutOutputStream output) +
      Writes the outgoing data to the output stream.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PacketCustomBlockChunkOverride

        +
        public PacketCustomBlockChunkOverride()
        +
      • +
      + + + +
        +
      • +

        PacketCustomBlockChunkOverride

        +
        public PacketCustomBlockChunkOverride(short[] customIds,
        +                                      byte[] customData,
        +                                      int x,
        +                                      int z)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        readData

        +
        public void readData(SpoutInputStream input)
        +              throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Reads the incoming data from the client. +

        + Note: Data should be read in exactly the same order as it was written.

        +
        +
        Specified by:
        +
        readData in interface SpoutPacket
        +
        Parameters:
        +
        input - stream to read data from
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeData

        +
        public void writeData(SpoutOutputStream output)
        +               throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Writes the outgoing data to the output stream.
        +
        +
        Specified by:
        +
        writeData in interface SpoutPacket
        +
        Parameters:
        +
        output - to write data to
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        run

        +
        public void run(int playerId)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after data has been successfully read into the packet.
        +
        +
        Specified by:
        +
        run in interface SpoutPacket
        +
        Parameters:
        +
        playerId - for the packet
        +
        +
      • +
      + + + +
        +
      • +

        failure

        +
        public void failure(int playerId)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after the data has NOT been successfully read into the packet. + All values will be at defaults (0, null, etc) and are unsafe. +

        + Failure is run when the packet versions mismatch and data could not be safely read. +

        + It may not be called for all cases of failure.

        +
        +
        Specified by:
        +
        failure in interface SpoutPacket
        +
        +
      • +
      + + + +
        +
      • +

        getPacketType

        +
        public PacketType getPacketType()
        +
        Description copied from interface: SpoutPacket
        +
        The type of packet represented. Used to rebuild the correct packet on the client.
        +
        +
        Specified by:
        +
        getPacketType in interface SpoutPacket
        +
        Returns:
        +
        packet type.
        +
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        Description copied from interface: SpoutPacket
        +
        Version of the packet this represents. Version numbers should start with 0. + Versions should be incremented any time the member variables or serialization of the packet changes, to prevent crashing. + Mismatched packet versions are discarded, and SpoutPacket.failure(int) is called.
        +
        +
        Specified by:
        +
        getVersion in interface SpoutPacket
        +
        Returns:
        +
        version
        +
        +
      • +
      + + + + + + + + + + + + +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/PacketCustomBlockDesign.html b/generated/1.5.2/org/getspout/spoutapi/packet/PacketCustomBlockDesign.html new file mode 100644 index 0000000..265043e --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/PacketCustomBlockDesign.html @@ -0,0 +1,440 @@ + + + + + +PacketCustomBlockDesign (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.packet
+

Class PacketCustomBlockDesign

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.getspout.spoutapi.packet.PacketCustomBlockDesign
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    SpoutPacket
    +
    +
    +
    +
    public class PacketCustomBlockDesign
    +extends java.lang.Object
    +implements SpoutPacket
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidfailure(int id) +
      Performs any tasks for the packet after the data has NOT been successfully read into the packet.
      +
      PacketTypegetPacketType() +
      The type of packet represented.
      +
      intgetVersion() +
      Version of the packet this represents.
      +
      voidreadData(SpoutInputStream input) +
      Reads the incoming data from the client.
      +
      voidrun(int id) +
      Performs any tasks for the packet after data has been successfully read into the packet.
      +
      voidwriteData(SpoutOutputStream output) +
      Writes the outgoing data to the output stream.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PacketCustomBlockDesign

        +
        public PacketCustomBlockDesign()
        +
      • +
      + + + +
        +
      • +

        PacketCustomBlockDesign

        +
        public PacketCustomBlockDesign(short customId,
        +                               BlockDesign design,
        +                               byte data)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        readData

        +
        public void readData(SpoutInputStream input)
        +              throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Reads the incoming data from the client. +

        + Note: Data should be read in exactly the same order as it was written.

        +
        +
        Specified by:
        +
        readData in interface SpoutPacket
        +
        Parameters:
        +
        input - stream to read data from
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeData

        +
        public void writeData(SpoutOutputStream output)
        +               throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Writes the outgoing data to the output stream.
        +
        +
        Specified by:
        +
        writeData in interface SpoutPacket
        +
        Parameters:
        +
        output - to write data to
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        run

        +
        public void run(int id)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after data has been successfully read into the packet.
        +
        +
        Specified by:
        +
        run in interface SpoutPacket
        +
        Parameters:
        +
        id - for the packet
        +
        +
      • +
      + + + +
        +
      • +

        failure

        +
        public void failure(int id)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after the data has NOT been successfully read into the packet. + All values will be at defaults (0, null, etc) and are unsafe. +

        + Failure is run when the packet versions mismatch and data could not be safely read. +

        + It may not be called for all cases of failure.

        +
        +
        Specified by:
        +
        failure in interface SpoutPacket
        +
        +
      • +
      + + + +
        +
      • +

        getPacketType

        +
        public PacketType getPacketType()
        +
        Description copied from interface: SpoutPacket
        +
        The type of packet represented. Used to rebuild the correct packet on the client.
        +
        +
        Specified by:
        +
        getPacketType in interface SpoutPacket
        +
        Returns:
        +
        packet type.
        +
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        Description copied from interface: SpoutPacket
        +
        Version of the packet this represents. Version numbers should start with 0. + Versions should be incremented any time the member variables or serialization of the packet changes, to prevent crashing. + Mismatched packet versions are discarded, and SpoutPacket.failure(int) is called.
        +
        +
        Specified by:
        +
        getVersion in interface SpoutPacket
        +
        Returns:
        +
        version
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/PacketCustomBlockOverride.html b/generated/1.5.2/org/getspout/spoutapi/packet/PacketCustomBlockOverride.html new file mode 100644 index 0000000..4706e30 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/PacketCustomBlockOverride.html @@ -0,0 +1,472 @@ + + + + + +PacketCustomBlockOverride (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.packet
+

Class PacketCustomBlockOverride

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.getspout.spoutapi.packet.PacketCustomBlockOverride
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    SpoutPacket
    +
    +
    +
    +
    public class PacketCustomBlockOverride
    +extends java.lang.Object
    +implements SpoutPacket
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidfailure(int playerId) +
      Performs any tasks for the packet after the data has NOT been successfully read into the packet.
      +
      protected java.lang.BytegetBlockData() 
      protected java.lang.ShortgetBlockId() 
      PacketTypegetPacketType() +
      The type of packet represented.
      +
      intgetVersion() +
      Version of the packet this represents.
      +
      voidreadData(SpoutInputStream input) +
      Reads the incoming data from the client.
      +
      voidrun(int PlayerId) +
      Performs any tasks for the packet after data has been successfully read into the packet.
      +
      voidwriteData(SpoutOutputStream output) +
      Writes the outgoing data to the output stream.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PacketCustomBlockOverride

        +
        public PacketCustomBlockOverride()
        +
      • +
      + + + +
        +
      • +

        PacketCustomBlockOverride

        +
        public PacketCustomBlockOverride(int x,
        +                                 int y,
        +                                 int z,
        +                                 java.lang.Integer blockId,
        +                                 java.lang.Byte data)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getBlockId

        +
        protected java.lang.Short getBlockId()
        +
      • +
      + + + +
        +
      • +

        getBlockData

        +
        protected java.lang.Byte getBlockData()
        +
      • +
      + + + +
        +
      • +

        readData

        +
        public void readData(SpoutInputStream input)
        +              throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Reads the incoming data from the client. +

        + Note: Data should be read in exactly the same order as it was written.

        +
        +
        Specified by:
        +
        readData in interface SpoutPacket
        +
        Parameters:
        +
        input - stream to read data from
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeData

        +
        public void writeData(SpoutOutputStream output)
        +               throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Writes the outgoing data to the output stream.
        +
        +
        Specified by:
        +
        writeData in interface SpoutPacket
        +
        Parameters:
        +
        output - to write data to
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        run

        +
        public void run(int PlayerId)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after data has been successfully read into the packet.
        +
        +
        Specified by:
        +
        run in interface SpoutPacket
        +
        Parameters:
        +
        PlayerId - for the packet
        +
        +
      • +
      + + + +
        +
      • +

        getPacketType

        +
        public PacketType getPacketType()
        +
        Description copied from interface: SpoutPacket
        +
        The type of packet represented. Used to rebuild the correct packet on the client.
        +
        +
        Specified by:
        +
        getPacketType in interface SpoutPacket
        +
        Returns:
        +
        packet type.
        +
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        Description copied from interface: SpoutPacket
        +
        Version of the packet this represents. Version numbers should start with 0. + Versions should be incremented any time the member variables or serialization of the packet changes, to prevent crashing. + Mismatched packet versions are discarded, and SpoutPacket.failure(int) is called.
        +
        +
        Specified by:
        +
        getVersion in interface SpoutPacket
        +
        Returns:
        +
        version
        +
        +
      • +
      + + + +
        +
      • +

        failure

        +
        public void failure(int playerId)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after the data has NOT been successfully read into the packet. + All values will be at defaults (0, null, etc) and are unsafe. +

        + Failure is run when the packet versions mismatch and data could not be safely read. +

        + It may not be called for all cases of failure.

        +
        +
        Specified by:
        +
        failure in interface SpoutPacket
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/PacketCustomMultiBlockOverride.html b/generated/1.5.2/org/getspout/spoutapi/packet/PacketCustomMultiBlockOverride.html new file mode 100644 index 0000000..9e0fd4b --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/PacketCustomMultiBlockOverride.html @@ -0,0 +1,486 @@ + + + + + +PacketCustomMultiBlockOverride (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.packet
+

Class PacketCustomMultiBlockOverride

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.getspout.spoutapi.packet.PacketCustomMultiBlockOverride
    • +
    +
  • +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      PacketCustomMultiBlockOverride(TIntArrayList xCoords, + TIntArrayList yCoords, + TIntArrayList zCoords, + TIntArrayList blockTypeIds, + TByteArrayList blockData) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidcompress() 
      voiddecompress() 
      voidfailure(int playerId) +
      Performs any tasks for the packet after the data has NOT been successfully read into the packet.
      +
      PacketTypegetPacketType() +
      The type of packet represented.
      +
      intgetVersion() +
      Version of the packet this represents.
      +
      booleanisCompressed() 
      voidreadData(SpoutInputStream input) +
      Reads the incoming data from the client.
      +
      voidrun(int playerId) +
      Performs any tasks for the packet after data has been successfully read into the packet.
      +
      voidwriteData(SpoutOutputStream output) +
      Writes the outgoing data to the output stream.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PacketCustomMultiBlockOverride

        +
        public PacketCustomMultiBlockOverride(TIntArrayList xCoords,
        +                                      TIntArrayList yCoords,
        +                                      TIntArrayList zCoords,
        +                                      TIntArrayList blockTypeIds,
        +                                      TByteArrayList blockData)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        readData

        +
        public void readData(SpoutInputStream input)
        +              throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Reads the incoming data from the client. +

        + Note: Data should be read in exactly the same order as it was written.

        +
        +
        Specified by:
        +
        readData in interface SpoutPacket
        +
        Parameters:
        +
        input - stream to read data from
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeData

        +
        public void writeData(SpoutOutputStream output)
        +               throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Writes the outgoing data to the output stream.
        +
        +
        Specified by:
        +
        writeData in interface SpoutPacket
        +
        Parameters:
        +
        output - to write data to
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        run

        +
        public void run(int playerId)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after data has been successfully read into the packet.
        +
        +
        Specified by:
        +
        run in interface SpoutPacket
        +
        Parameters:
        +
        playerId - for the packet
        +
        +
      • +
      + + + +
        +
      • +

        failure

        +
        public void failure(int playerId)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after the data has NOT been successfully read into the packet. + All values will be at defaults (0, null, etc) and are unsafe. +

        + Failure is run when the packet versions mismatch and data could not be safely read. +

        + It may not be called for all cases of failure.

        +
        +
        Specified by:
        +
        failure in interface SpoutPacket
        +
        +
      • +
      + + + +
        +
      • +

        getPacketType

        +
        public PacketType getPacketType()
        +
        Description copied from interface: SpoutPacket
        +
        The type of packet represented. Used to rebuild the correct packet on the client.
        +
        +
        Specified by:
        +
        getPacketType in interface SpoutPacket
        +
        Returns:
        +
        packet type.
        +
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        Description copied from interface: SpoutPacket
        +
        Version of the packet this represents. Version numbers should start with 0. + Versions should be incremented any time the member variables or serialization of the packet changes, to prevent crashing. + Mismatched packet versions are discarded, and SpoutPacket.failure(int) is called.
        +
        +
        Specified by:
        +
        getVersion in interface SpoutPacket
        +
        Returns:
        +
        version
        +
        +
      • +
      + + + + + + + + + + + + +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/PacketDownloadMusic.html b/generated/1.5.2/org/getspout/spoutapi/packet/PacketDownloadMusic.html new file mode 100644 index 0000000..4849190 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/PacketDownloadMusic.html @@ -0,0 +1,448 @@ + + + + + +PacketDownloadMusic (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.packet
+

Class PacketDownloadMusic

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.getspout.spoutapi.packet.PacketDownloadMusic
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    SpoutPacket
    +
    +
    +
    +
    public class PacketDownloadMusic
    +extends java.lang.Object
    +implements SpoutPacket
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + + +
      Constructors 
      Constructor and Description
      PacketDownloadMusic() 
      PacketDownloadMusic(java.lang.String plugin, + java.lang.String URL, + Location loc, + int distance, + int volume, + boolean soundEffect, + boolean notify) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidfailure(int id) +
      Performs any tasks for the packet after the data has NOT been successfully read into the packet.
      +
      PacketTypegetPacketType() +
      The type of packet represented.
      +
      intgetVersion() +
      Version of the packet this represents.
      +
      voidreadData(SpoutInputStream input) +
      Reads the incoming data from the client.
      +
      voidrun(int PlayerId) +
      Performs any tasks for the packet after data has been successfully read into the packet.
      +
      voidwriteData(SpoutOutputStream output) +
      Writes the outgoing data to the output stream.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PacketDownloadMusic

        +
        public PacketDownloadMusic()
        +
      • +
      + + + +
        +
      • +

        PacketDownloadMusic

        +
        public PacketDownloadMusic(java.lang.String plugin,
        +                           java.lang.String URL,
        +                           Location loc,
        +                           int distance,
        +                           int volume,
        +                           boolean soundEffect,
        +                           boolean notify)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        readData

        +
        public void readData(SpoutInputStream input)
        +              throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Reads the incoming data from the client. +

        + Note: Data should be read in exactly the same order as it was written.

        +
        +
        Specified by:
        +
        readData in interface SpoutPacket
        +
        Parameters:
        +
        input - stream to read data from
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeData

        +
        public void writeData(SpoutOutputStream output)
        +               throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Writes the outgoing data to the output stream.
        +
        +
        Specified by:
        +
        writeData in interface SpoutPacket
        +
        Parameters:
        +
        output - to write data to
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        run

        +
        public void run(int PlayerId)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after data has been successfully read into the packet.
        +
        +
        Specified by:
        +
        run in interface SpoutPacket
        +
        Parameters:
        +
        PlayerId - for the packet
        +
        +
      • +
      + + + +
        +
      • +

        failure

        +
        public void failure(int id)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after the data has NOT been successfully read into the packet. + All values will be at defaults (0, null, etc) and are unsafe. +

        + Failure is run when the packet versions mismatch and data could not be safely read. +

        + It may not be called for all cases of failure.

        +
        +
        Specified by:
        +
        failure in interface SpoutPacket
        +
        +
      • +
      + + + +
        +
      • +

        getPacketType

        +
        public PacketType getPacketType()
        +
        Description copied from interface: SpoutPacket
        +
        The type of packet represented. Used to rebuild the correct packet on the client.
        +
        +
        Specified by:
        +
        getPacketType in interface SpoutPacket
        +
        Returns:
        +
        packet type.
        +
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        Description copied from interface: SpoutPacket
        +
        Version of the packet this represents. Version numbers should start with 0. + Versions should be incremented any time the member variables or serialization of the packet changes, to prevent crashing. + Mismatched packet versions are discarded, and SpoutPacket.failure(int) is called.
        +
        +
        Specified by:
        +
        getVersion in interface SpoutPacket
        +
        Returns:
        +
        version
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/PacketEntityInformation.html b/generated/1.5.2/org/getspout/spoutapi/packet/PacketEntityInformation.html new file mode 100644 index 0000000..b8720df --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/PacketEntityInformation.html @@ -0,0 +1,490 @@ + + + + + +PacketEntityInformation (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.packet
+

Class PacketEntityInformation

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.getspout.spoutapi.packet.PacketEntityInformation
    • +
    +
  • +
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidcompress() 
      voiddecompress() 
      voidfailure(int playerId) +
      Performs any tasks for the packet after the data has NOT been successfully read into the packet.
      +
      PacketTypegetPacketType() +
      The type of packet represented.
      +
      intgetVersion() +
      Version of the packet this represents.
      +
      booleanisCompressed() 
      voidreadData(SpoutInputStream input) +
      Reads the incoming data from the client.
      +
      voidrun(int playerId) +
      Performs any tasks for the packet after data has been successfully read into the packet.
      +
      voidwriteData(SpoutOutputStream output) +
      Writes the outgoing data to the output stream.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PacketEntityInformation

        +
        public PacketEntityInformation()
        +
      • +
      + + + +
        +
      • +

        PacketEntityInformation

        +
        public PacketEntityInformation(java.util.List<LivingEntity> entities)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        readData

        +
        public void readData(SpoutInputStream input)
        +              throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Reads the incoming data from the client. +

        + Note: Data should be read in exactly the same order as it was written.

        +
        +
        Specified by:
        +
        readData in interface SpoutPacket
        +
        Parameters:
        +
        input - stream to read data from
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeData

        +
        public void writeData(SpoutOutputStream output)
        +               throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Writes the outgoing data to the output stream.
        +
        +
        Specified by:
        +
        writeData in interface SpoutPacket
        +
        Parameters:
        +
        output - to write data to
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        run

        +
        public void run(int playerId)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after data has been successfully read into the packet.
        +
        +
        Specified by:
        +
        run in interface SpoutPacket
        +
        Parameters:
        +
        playerId - for the packet
        +
        +
      • +
      + + + +
        +
      • +

        failure

        +
        public void failure(int playerId)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after the data has NOT been successfully read into the packet. + All values will be at defaults (0, null, etc) and are unsafe. +

        + Failure is run when the packet versions mismatch and data could not be safely read. +

        + It may not be called for all cases of failure.

        +
        +
        Specified by:
        +
        failure in interface SpoutPacket
        +
        +
      • +
      + + + +
        +
      • +

        getPacketType

        +
        public PacketType getPacketType()
        +
        Description copied from interface: SpoutPacket
        +
        The type of packet represented. Used to rebuild the correct packet on the client.
        +
        +
        Specified by:
        +
        getPacketType in interface SpoutPacket
        +
        Returns:
        +
        packet type.
        +
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        Description copied from interface: SpoutPacket
        +
        Version of the packet this represents. Version numbers should start with 0. + Versions should be incremented any time the member variables or serialization of the packet changes, to prevent crashing. + Mismatched packet versions are discarded, and SpoutPacket.failure(int) is called.
        +
        +
        Specified by:
        +
        getVersion in interface SpoutPacket
        +
        Returns:
        +
        version
        +
        +
      • +
      + + + + + + + + + + + + +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/PacketEntitySkin.html b/generated/1.5.2/org/getspout/spoutapi/packet/PacketEntitySkin.html new file mode 100644 index 0000000..e0dfcb8 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/PacketEntitySkin.html @@ -0,0 +1,493 @@ + + + + + +PacketEntitySkin (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.packet
+

Class PacketEntitySkin

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.getspout.spoutapi.packet.PacketEntitySkin
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    SpoutPacket
    +
    +
    +
    +
    public class PacketEntitySkin
    +extends java.lang.Object
    +implements SpoutPacket
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      protected intentityId 
      protected java.lang.Stringtexture 
      protected bytetextureId 
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      PacketEntitySkin(Entity entity, + java.lang.String texture, + byte type) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidfailure(int id) +
      Performs any tasks for the packet after the data has NOT been successfully read into the packet.
      +
      PacketTypegetPacketType() +
      The type of packet represented.
      +
      intgetVersion() +
      Version of the packet this represents.
      +
      voidreadData(SpoutInputStream input) +
      Reads the incoming data from the client.
      +
      voidrun(int PlayerId) +
      Performs any tasks for the packet after data has been successfully read into the packet.
      +
      voidwriteData(SpoutOutputStream output) +
      Writes the outgoing data to the output stream.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        texture

        +
        protected java.lang.String texture
        +
      • +
      + + + +
        +
      • +

        entityId

        +
        protected int entityId
        +
      • +
      + + + +
        +
      • +

        textureId

        +
        protected byte textureId
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PacketEntitySkin

        +
        public PacketEntitySkin(Entity entity,
        +                        java.lang.String texture,
        +                        byte type)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        readData

        +
        public void readData(SpoutInputStream input)
        +              throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Reads the incoming data from the client. +

        + Note: Data should be read in exactly the same order as it was written.

        +
        +
        Specified by:
        +
        readData in interface SpoutPacket
        +
        Parameters:
        +
        input - stream to read data from
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeData

        +
        public void writeData(SpoutOutputStream output)
        +               throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Writes the outgoing data to the output stream.
        +
        +
        Specified by:
        +
        writeData in interface SpoutPacket
        +
        Parameters:
        +
        output - to write data to
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        run

        +
        public void run(int PlayerId)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after data has been successfully read into the packet.
        +
        +
        Specified by:
        +
        run in interface SpoutPacket
        +
        Parameters:
        +
        PlayerId - for the packet
        +
        +
      • +
      + + + +
        +
      • +

        failure

        +
        public void failure(int id)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after the data has NOT been successfully read into the packet. + All values will be at defaults (0, null, etc) and are unsafe. +

        + Failure is run when the packet versions mismatch and data could not be safely read. +

        + It may not be called for all cases of failure.

        +
        +
        Specified by:
        +
        failure in interface SpoutPacket
        +
        +
      • +
      + + + +
        +
      • +

        getPacketType

        +
        public PacketType getPacketType()
        +
        Description copied from interface: SpoutPacket
        +
        The type of packet represented. Used to rebuild the correct packet on the client.
        +
        +
        Specified by:
        +
        getPacketType in interface SpoutPacket
        +
        Returns:
        +
        packet type.
        +
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        Description copied from interface: SpoutPacket
        +
        Version of the packet this represents. Version numbers should start with 0. + Versions should be incremented any time the member variables or serialization of the packet changes, to prevent crashing. + Mismatched packet versions are discarded, and SpoutPacket.failure(int) is called.
        +
        +
        Specified by:
        +
        getVersion in interface SpoutPacket
        +
        Returns:
        +
        version
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/PacketEntityTitle.html b/generated/1.5.2/org/getspout/spoutapi/packet/PacketEntityTitle.html new file mode 100644 index 0000000..6f50456 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/PacketEntityTitle.html @@ -0,0 +1,489 @@ + + + + + +PacketEntityTitle (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.packet
+

Class PacketEntityTitle

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.getspout.spoutapi.packet.PacketEntityTitle
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    SpoutPacket
    +
    +
    +
    +
    public class PacketEntityTitle
    +extends java.lang.Object
    +implements SpoutPacket
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      intentityId 
      java.lang.Stringtitle 
      +
    • +
    + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidfailure(int id) +
      Performs any tasks for the packet after the data has NOT been successfully read into the packet.
      +
      PacketTypegetPacketType() +
      The type of packet represented.
      +
      intgetVersion() +
      Version of the packet this represents.
      +
      voidreadData(SpoutInputStream input) +
      Reads the incoming data from the client.
      +
      voidrun(int id) +
      Performs any tasks for the packet after data has been successfully read into the packet.
      +
      voidwriteData(SpoutOutputStream output) +
      Writes the outgoing data to the output stream.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        title

        +
        public java.lang.String title
        +
      • +
      + + + +
        +
      • +

        entityId

        +
        public int entityId
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PacketEntityTitle

        +
        public PacketEntityTitle()
        +
      • +
      + + + +
        +
      • +

        PacketEntityTitle

        +
        public PacketEntityTitle(int entityId,
        +                         java.lang.String title)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        readData

        +
        public void readData(SpoutInputStream input)
        +              throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Reads the incoming data from the client. +

        + Note: Data should be read in exactly the same order as it was written.

        +
        +
        Specified by:
        +
        readData in interface SpoutPacket
        +
        Parameters:
        +
        input - stream to read data from
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeData

        +
        public void writeData(SpoutOutputStream output)
        +               throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Writes the outgoing data to the output stream.
        +
        +
        Specified by:
        +
        writeData in interface SpoutPacket
        +
        Parameters:
        +
        output - to write data to
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        run

        +
        public void run(int id)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after data has been successfully read into the packet.
        +
        +
        Specified by:
        +
        run in interface SpoutPacket
        +
        Parameters:
        +
        id - for the packet
        +
        +
      • +
      + + + +
        +
      • +

        failure

        +
        public void failure(int id)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after the data has NOT been successfully read into the packet. + All values will be at defaults (0, null, etc) and are unsafe. +

        + Failure is run when the packet versions mismatch and data could not be safely read. +

        + It may not be called for all cases of failure.

        +
        +
        Specified by:
        +
        failure in interface SpoutPacket
        +
        +
      • +
      + + + +
        +
      • +

        getPacketType

        +
        public PacketType getPacketType()
        +
        Description copied from interface: SpoutPacket
        +
        The type of packet represented. Used to rebuild the correct packet on the client.
        +
        +
        Specified by:
        +
        getPacketType in interface SpoutPacket
        +
        Returns:
        +
        packet type.
        +
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        Description copied from interface: SpoutPacket
        +
        Version of the packet this represents. Version numbers should start with 0. + Versions should be incremented any time the member variables or serialization of the packet changes, to prevent crashing. + Mismatched packet versions are discarded, and SpoutPacket.failure(int) is called.
        +
        +
        Specified by:
        +
        getVersion in interface SpoutPacket
        +
        Returns:
        +
        version
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/PacketFocusUpdate.html b/generated/1.5.2/org/getspout/spoutapi/packet/PacketFocusUpdate.html new file mode 100644 index 0000000..b16dc0b --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/PacketFocusUpdate.html @@ -0,0 +1,438 @@ + + + + + +PacketFocusUpdate (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.packet
+

Class PacketFocusUpdate

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.getspout.spoutapi.packet.PacketFocusUpdate
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    SpoutPacket
    +
    +
    +
    +
    public class PacketFocusUpdate
    +extends java.lang.Object
    +implements SpoutPacket
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidfailure(int playerId) +
      Performs any tasks for the packet after the data has NOT been successfully read into the packet.
      +
      PacketTypegetPacketType() +
      The type of packet represented.
      +
      intgetVersion() +
      Version of the packet this represents.
      +
      voidreadData(SpoutInputStream input) +
      Reads the incoming data from the client.
      +
      voidrun(int playerId) +
      Performs any tasks for the packet after data has been successfully read into the packet.
      +
      voidwriteData(SpoutOutputStream output) +
      Writes the outgoing data to the output stream.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PacketFocusUpdate

        +
        public PacketFocusUpdate()
        +
      • +
      + + + +
        +
      • +

        PacketFocusUpdate

        +
        public PacketFocusUpdate(Control control,
        +                         boolean focus)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        readData

        +
        public void readData(SpoutInputStream input)
        +              throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Reads the incoming data from the client. +

        + Note: Data should be read in exactly the same order as it was written.

        +
        +
        Specified by:
        +
        readData in interface SpoutPacket
        +
        Parameters:
        +
        input - stream to read data from
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeData

        +
        public void writeData(SpoutOutputStream output)
        +               throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Writes the outgoing data to the output stream.
        +
        +
        Specified by:
        +
        writeData in interface SpoutPacket
        +
        Parameters:
        +
        output - to write data to
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        run

        +
        public void run(int playerId)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after data has been successfully read into the packet.
        +
        +
        Specified by:
        +
        run in interface SpoutPacket
        +
        Parameters:
        +
        playerId - for the packet
        +
        +
      • +
      + + + +
        +
      • +

        failure

        +
        public void failure(int playerId)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after the data has NOT been successfully read into the packet. + All values will be at defaults (0, null, etc) and are unsafe. +

        + Failure is run when the packet versions mismatch and data could not be safely read. +

        + It may not be called for all cases of failure.

        +
        +
        Specified by:
        +
        failure in interface SpoutPacket
        +
        +
      • +
      + + + +
        +
      • +

        getPacketType

        +
        public PacketType getPacketType()
        +
        Description copied from interface: SpoutPacket
        +
        The type of packet represented. Used to rebuild the correct packet on the client.
        +
        +
        Specified by:
        +
        getPacketType in interface SpoutPacket
        +
        Returns:
        +
        packet type.
        +
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        Description copied from interface: SpoutPacket
        +
        Version of the packet this represents. Version numbers should start with 0. + Versions should be incremented any time the member variables or serialization of the packet changes, to prevent crashing. + Mismatched packet versions are discarded, and SpoutPacket.failure(int) is called.
        +
        +
        Specified by:
        +
        getVersion in interface SpoutPacket
        +
        Returns:
        +
        version
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/PacketFullVersion.html b/generated/1.5.2/org/getspout/spoutapi/packet/PacketFullVersion.html new file mode 100644 index 0000000..b560d21 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/PacketFullVersion.html @@ -0,0 +1,436 @@ + + + + + +PacketFullVersion (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.packet
+

Class PacketFullVersion

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.getspout.spoutapi.packet.PacketFullVersion
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    SpoutPacket
    +
    +
    +
    +
    public class PacketFullVersion
    +extends java.lang.Object
    +implements SpoutPacket
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidfailure(int playerId) +
      Performs any tasks for the packet after the data has NOT been successfully read into the packet.
      +
      PacketTypegetPacketType() +
      The type of packet represented.
      +
      intgetVersion() +
      Version of the packet this represents.
      +
      voidreadData(SpoutInputStream input) +
      Reads the incoming data from the client.
      +
      voidrun(int playerId) +
      Performs any tasks for the packet after data has been successfully read into the packet.
      +
      voidwriteData(SpoutOutputStream output) +
      Writes the outgoing data to the output stream.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PacketFullVersion

        +
        public PacketFullVersion()
        +
      • +
      + + + +
        +
      • +

        PacketFullVersion

        +
        public PacketFullVersion(java.lang.String versionString)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        readData

        +
        public void readData(SpoutInputStream input)
        +              throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Reads the incoming data from the client. +

        + Note: Data should be read in exactly the same order as it was written.

        +
        +
        Specified by:
        +
        readData in interface SpoutPacket
        +
        Parameters:
        +
        input - stream to read data from
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeData

        +
        public void writeData(SpoutOutputStream output)
        +               throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Writes the outgoing data to the output stream.
        +
        +
        Specified by:
        +
        writeData in interface SpoutPacket
        +
        Parameters:
        +
        output - to write data to
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        run

        +
        public void run(int playerId)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after data has been successfully read into the packet.
        +
        +
        Specified by:
        +
        run in interface SpoutPacket
        +
        Parameters:
        +
        playerId - for the packet
        +
        +
      • +
      + + + +
        +
      • +

        failure

        +
        public void failure(int playerId)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after the data has NOT been successfully read into the packet. + All values will be at defaults (0, null, etc) and are unsafe. +

        + Failure is run when the packet versions mismatch and data could not be safely read. +

        + It may not be called for all cases of failure.

        +
        +
        Specified by:
        +
        failure in interface SpoutPacket
        +
        +
      • +
      + + + +
        +
      • +

        getPacketType

        +
        public PacketType getPacketType()
        +
        Description copied from interface: SpoutPacket
        +
        The type of packet represented. Used to rebuild the correct packet on the client.
        +
        +
        Specified by:
        +
        getPacketType in interface SpoutPacket
        +
        Returns:
        +
        packet type.
        +
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        Description copied from interface: SpoutPacket
        +
        Version of the packet this represents. Version numbers should start with 0. + Versions should be incremented any time the member variables or serialization of the packet changes, to prevent crashing. + Mismatched packet versions are discarded, and SpoutPacket.failure(int) is called.
        +
        +
        Specified by:
        +
        getVersion in interface SpoutPacket
        +
        Returns:
        +
        version
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/PacketItemName.html b/generated/1.5.2/org/getspout/spoutapi/packet/PacketItemName.html new file mode 100644 index 0000000..785d167 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/PacketItemName.html @@ -0,0 +1,440 @@ + + + + + +PacketItemName (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.packet
+

Class PacketItemName

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.getspout.spoutapi.packet.PacketItemName
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    SpoutPacket
    +
    +
    +
    +
    public class PacketItemName
    +extends java.lang.Object
    +implements SpoutPacket
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + + +
      Constructors 
      Constructor and Description
      PacketItemName() 
      PacketItemName(int id, + short data, + java.lang.String name) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidfailure(int id) +
      Performs any tasks for the packet after the data has NOT been successfully read into the packet.
      +
      PacketTypegetPacketType() +
      The type of packet represented.
      +
      intgetVersion() +
      Version of the packet this represents.
      +
      voidreadData(SpoutInputStream input) +
      Reads the incoming data from the client.
      +
      voidrun(int PlayerId) +
      Performs any tasks for the packet after data has been successfully read into the packet.
      +
      voidwriteData(SpoutOutputStream output) +
      Writes the outgoing data to the output stream.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PacketItemName

        +
        public PacketItemName()
        +
      • +
      + + + +
        +
      • +

        PacketItemName

        +
        public PacketItemName(int id,
        +                      short data,
        +                      java.lang.String name)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        readData

        +
        public void readData(SpoutInputStream input)
        +              throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Reads the incoming data from the client. +

        + Note: Data should be read in exactly the same order as it was written.

        +
        +
        Specified by:
        +
        readData in interface SpoutPacket
        +
        Parameters:
        +
        input - stream to read data from
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeData

        +
        public void writeData(SpoutOutputStream output)
        +               throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Writes the outgoing data to the output stream.
        +
        +
        Specified by:
        +
        writeData in interface SpoutPacket
        +
        Parameters:
        +
        output - to write data to
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        run

        +
        public void run(int PlayerId)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after data has been successfully read into the packet.
        +
        +
        Specified by:
        +
        run in interface SpoutPacket
        +
        Parameters:
        +
        PlayerId - for the packet
        +
        +
      • +
      + + + +
        +
      • +

        failure

        +
        public void failure(int id)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after the data has NOT been successfully read into the packet. + All values will be at defaults (0, null, etc) and are unsafe. +

        + Failure is run when the packet versions mismatch and data could not be safely read. +

        + It may not be called for all cases of failure.

        +
        +
        Specified by:
        +
        failure in interface SpoutPacket
        +
        +
      • +
      + + + +
        +
      • +

        getPacketType

        +
        public PacketType getPacketType()
        +
        Description copied from interface: SpoutPacket
        +
        The type of packet represented. Used to rebuild the correct packet on the client.
        +
        +
        Specified by:
        +
        getPacketType in interface SpoutPacket
        +
        Returns:
        +
        packet type.
        +
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        Description copied from interface: SpoutPacket
        +
        Version of the packet this represents. Version numbers should start with 0. + Versions should be incremented any time the member variables or serialization of the packet changes, to prevent crashing. + Mismatched packet versions are discarded, and SpoutPacket.failure(int) is called.
        +
        +
        Specified by:
        +
        getVersion in interface SpoutPacket
        +
        Returns:
        +
        version
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/PacketKeyBinding.html b/generated/1.5.2/org/getspout/spoutapi/packet/PacketKeyBinding.html new file mode 100644 index 0000000..8fee381 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/PacketKeyBinding.html @@ -0,0 +1,436 @@ + + + + + +PacketKeyBinding (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.packet
+

Class PacketKeyBinding

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.getspout.spoutapi.packet.PacketKeyBinding
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    SpoutPacket
    +
    +
    +
    +
    public class PacketKeyBinding
    +extends java.lang.Object
    +implements SpoutPacket
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidfailure(int playerId) +
      Performs any tasks for the packet after the data has NOT been successfully read into the packet.
      +
      PacketTypegetPacketType() +
      The type of packet represented.
      +
      intgetVersion() +
      Version of the packet this represents.
      +
      voidreadData(SpoutInputStream input) +
      Reads the incoming data from the client.
      +
      voidrun(int playerId) +
      Performs any tasks for the packet after data has been successfully read into the packet.
      +
      voidwriteData(SpoutOutputStream output) +
      Writes the outgoing data to the output stream.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PacketKeyBinding

        +
        public PacketKeyBinding()
        +
      • +
      + + + +
        +
      • +

        PacketKeyBinding

        +
        public PacketKeyBinding(KeyBinding binding)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        readData

        +
        public void readData(SpoutInputStream input)
        +              throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Reads the incoming data from the client. +

        + Note: Data should be read in exactly the same order as it was written.

        +
        +
        Specified by:
        +
        readData in interface SpoutPacket
        +
        Parameters:
        +
        input - stream to read data from
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeData

        +
        public void writeData(SpoutOutputStream output)
        +               throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Writes the outgoing data to the output stream.
        +
        +
        Specified by:
        +
        writeData in interface SpoutPacket
        +
        Parameters:
        +
        output - to write data to
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        run

        +
        public void run(int playerId)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after data has been successfully read into the packet.
        +
        +
        Specified by:
        +
        run in interface SpoutPacket
        +
        Parameters:
        +
        playerId - for the packet
        +
        +
      • +
      + + + +
        +
      • +

        failure

        +
        public void failure(int playerId)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after the data has NOT been successfully read into the packet. + All values will be at defaults (0, null, etc) and are unsafe. +

        + Failure is run when the packet versions mismatch and data could not be safely read. +

        + It may not be called for all cases of failure.

        +
        +
        Specified by:
        +
        failure in interface SpoutPacket
        +
        +
      • +
      + + + +
        +
      • +

        getPacketType

        +
        public PacketType getPacketType()
        +
        Description copied from interface: SpoutPacket
        +
        The type of packet represented. Used to rebuild the correct packet on the client.
        +
        +
        Specified by:
        +
        getPacketType in interface SpoutPacket
        +
        Returns:
        +
        packet type.
        +
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        Description copied from interface: SpoutPacket
        +
        Version of the packet this represents. Version numbers should start with 0. + Versions should be incremented any time the member variables or serialization of the packet changes, to prevent crashing. + Mismatched packet versions are discarded, and SpoutPacket.failure(int) is called.
        +
        +
        Specified by:
        +
        getVersion in interface SpoutPacket
        +
        Returns:
        +
        version
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/PacketKeyPress.html b/generated/1.5.2/org/getspout/spoutapi/packet/PacketKeyPress.html new file mode 100644 index 0000000..9f981c7 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/PacketKeyPress.html @@ -0,0 +1,517 @@ + + + + + +PacketKeyPress (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.packet
+

Class PacketKeyPress

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.getspout.spoutapi.packet.PacketKeyPress
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    SpoutPacket
    +
    +
    +
    +
    public class PacketKeyPress
    +extends java.lang.Object
    +implements SpoutPacket
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + + +
      Constructors 
      Constructor and Description
      PacketKeyPress() 
      PacketKeyPress(int key, + boolean pressDown) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidfailure(int id) +
      Performs any tasks for the packet after the data has NOT been successfully read into the packet.
      +
      PacketTypegetPacketType() +
      The type of packet represented.
      +
      intgetVersion() +
      Version of the packet this represents.
      +
      voidreadData(SpoutInputStream datainputstream) +
      Reads the incoming data from the client.
      +
      voidrun(int id) +
      Performs any tasks for the packet after data has been successfully read into the packet.
      +
      voidwriteData(SpoutOutputStream dataoutputstream) +
      Writes the outgoing data to the output stream.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        pressDown

        +
        public boolean pressDown
        +
      • +
      + + + +
        +
      • +

        key

        +
        public int key
        +
      • +
      + + + +
        +
      • +

        settingKeys

        +
        public byte[] settingKeys
        +
      • +
      + + + +
        +
      • +

        screenType

        +
        public int screenType
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PacketKeyPress

        +
        public PacketKeyPress()
        +
      • +
      + + + +
        +
      • +

        PacketKeyPress

        +
        public PacketKeyPress(int key,
        +                      boolean pressDown)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        readData

        +
        public void readData(SpoutInputStream datainputstream)
        +              throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Reads the incoming data from the client. +

        + Note: Data should be read in exactly the same order as it was written.

        +
        +
        Specified by:
        +
        readData in interface SpoutPacket
        +
        Parameters:
        +
        datainputstream - stream to read data from
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeData

        +
        public void writeData(SpoutOutputStream dataoutputstream)
        +               throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Writes the outgoing data to the output stream.
        +
        +
        Specified by:
        +
        writeData in interface SpoutPacket
        +
        Parameters:
        +
        dataoutputstream - to write data to
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        run

        +
        public void run(int id)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after data has been successfully read into the packet.
        +
        +
        Specified by:
        +
        run in interface SpoutPacket
        +
        Parameters:
        +
        id - for the packet
        +
        +
      • +
      + + + +
        +
      • +

        failure

        +
        public void failure(int id)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after the data has NOT been successfully read into the packet. + All values will be at defaults (0, null, etc) and are unsafe. +

        + Failure is run when the packet versions mismatch and data could not be safely read. +

        + It may not be called for all cases of failure.

        +
        +
        Specified by:
        +
        failure in interface SpoutPacket
        +
        +
      • +
      + + + +
        +
      • +

        getPacketType

        +
        public PacketType getPacketType()
        +
        Description copied from interface: SpoutPacket
        +
        The type of packet represented. Used to rebuild the correct packet on the client.
        +
        +
        Specified by:
        +
        getPacketType in interface SpoutPacket
        +
        Returns:
        +
        packet type.
        +
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        Description copied from interface: SpoutPacket
        +
        Version of the packet this represents. Version numbers should start with 0. + Versions should be incremented any time the member variables or serialization of the packet changes, to prevent crashing. + Mismatched packet versions are discarded, and SpoutPacket.failure(int) is called.
        +
        +
        Specified by:
        +
        getVersion in interface SpoutPacket
        +
        Returns:
        +
        version
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/PacketManager.html b/generated/1.5.2/org/getspout/spoutapi/packet/PacketManager.html new file mode 100644 index 0000000..d4f2106 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/PacketManager.html @@ -0,0 +1,359 @@ + + + + + +PacketManager (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.packet
+

Interface PacketManager

+
+
+
+
    +
  • +
    +
    +
    public interface PacketManager
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getInstance

        +
        MCPacket getInstance(int packetId)
        +
        Returns a MCPacket instance with the default constructor. +

        + An id of 256 will give an uncompressed Map Chunk packet

        +
        +
        Parameters:
        +
        packetId - the id of the desired packet
        +
        Returns:
        +
        an empty MCPacket of type packetId
        +
        +
      • +
      + + + +
        +
      • +

        addListenerUncompressedChunk

        +
        void addListenerUncompressedChunk(PacketListener listener)
        +
        adds a packet listener for uncompressed map chunk packets +

        + These listeners are NOT called from within the main thread.

        +
        +
        Parameters:
        +
        listener - the listener instance
        +
        +
      • +
      + + + +
        +
      • +

        addListener

        +
        void addListener(int packetId,
        +                 PacketListener listener)
        +
        adds a packet listener for packets of the given id +

        + These listeners are called from the main server thread

        +
        +
        Parameters:
        +
        packetId - the packet id
        +
        listener - the listener instance
        +
        +
      • +
      + + + +
        +
      • +

        removeListenerUncompressedChunk

        +
        boolean removeListenerUncompressedChunk(PacketListener listener)
        +
        removes a packet listener for uncompressed map chunk packets
        +
        +
        Parameters:
        +
        listener - the listener instance
        +
        Returns:
        +
        true if listener was removed
        +
        +
      • +
      + + + +
        +
      • +

        removeListener

        +
        boolean removeListener(int packetId,
        +                       PacketListener listener)
        +
        removes a packet listener for packets of the given id
        +
        +
        Parameters:
        +
        listener - the listener instance
        +
        Returns:
        +
        true if listener was removed
        +
        +
      • +
      + + + +
        +
      • +

        clearAllListeners

        +
        void clearAllListeners()
        +
        removes all packet listeners
        +
        +
        Parameters:
        +
        listener - the listener instance
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/PacketMovementModifiers.html b/generated/1.5.2/org/getspout/spoutapi/packet/PacketMovementModifiers.html new file mode 100644 index 0000000..8dd11f6 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/PacketMovementModifiers.html @@ -0,0 +1,444 @@ + + + + + +PacketMovementModifiers (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.packet
+

Class PacketMovementModifiers

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.getspout.spoutapi.packet.PacketMovementModifiers
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    SpoutPacket
    +
    +
    +
    +
    public class PacketMovementModifiers
    +extends java.lang.Object
    +implements SpoutPacket
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidfailure(int playerId) +
      Performs any tasks for the packet after the data has NOT been successfully read into the packet.
      +
      PacketTypegetPacketType() +
      The type of packet represented.
      +
      intgetVersion() +
      Version of the packet this represents.
      +
      voidreadData(SpoutInputStream input) +
      Reads the incoming data from the client.
      +
      voidrun(int playerId) +
      Performs any tasks for the packet after data has been successfully read into the packet.
      +
      voidwriteData(SpoutOutputStream output) +
      Writes the outgoing data to the output stream.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PacketMovementModifiers

        +
        public PacketMovementModifiers()
        +
      • +
      + + + +
        +
      • +

        PacketMovementModifiers

        +
        public PacketMovementModifiers(double gravity,
        +                               double walking,
        +                               double swimming,
        +                               double jumping,
        +                               double airspeed)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        readData

        +
        public void readData(SpoutInputStream input)
        +              throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Reads the incoming data from the client. +

        + Note: Data should be read in exactly the same order as it was written.

        +
        +
        Specified by:
        +
        readData in interface SpoutPacket
        +
        Parameters:
        +
        input - stream to read data from
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeData

        +
        public void writeData(SpoutOutputStream output)
        +               throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Writes the outgoing data to the output stream.
        +
        +
        Specified by:
        +
        writeData in interface SpoutPacket
        +
        Parameters:
        +
        output - to write data to
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        run

        +
        public void run(int playerId)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after data has been successfully read into the packet.
        +
        +
        Specified by:
        +
        run in interface SpoutPacket
        +
        Parameters:
        +
        playerId - for the packet
        +
        +
      • +
      + + + +
        +
      • +

        failure

        +
        public void failure(int playerId)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after the data has NOT been successfully read into the packet. + All values will be at defaults (0, null, etc) and are unsafe. +

        + Failure is run when the packet versions mismatch and data could not be safely read. +

        + It may not be called for all cases of failure.

        +
        +
        Specified by:
        +
        failure in interface SpoutPacket
        +
        +
      • +
      + + + +
        +
      • +

        getPacketType

        +
        public PacketType getPacketType()
        +
        Description copied from interface: SpoutPacket
        +
        The type of packet represented. Used to rebuild the correct packet on the client.
        +
        +
        Specified by:
        +
        getPacketType in interface SpoutPacket
        +
        Returns:
        +
        packet type.
        +
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        Description copied from interface: SpoutPacket
        +
        Version of the packet this represents. Version numbers should start with 0. + Versions should be incremented any time the member variables or serialization of the packet changes, to prevent crashing. + Mismatched packet versions are discarded, and SpoutPacket.failure(int) is called.
        +
        +
        Specified by:
        +
        getVersion in interface SpoutPacket
        +
        Returns:
        +
        version
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/PacketMusicChange.html b/generated/1.5.2/org/getspout/spoutapi/packet/PacketMusicChange.html new file mode 100644 index 0000000..0a4f8ff --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/PacketMusicChange.html @@ -0,0 +1,503 @@ + + + + + +PacketMusicChange (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.packet
+

Class PacketMusicChange

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.getspout.spoutapi.packet.PacketMusicChange
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    SpoutPacket
    +
    +
    +
    +
    public class PacketMusicChange
    +extends java.lang.Object
    +implements SpoutPacket
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      protected intid 
      protected intvolumePercent 
      +
    • +
    + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidfailure(int id) +
      Performs any tasks for the packet after the data has NOT been successfully read into the packet.
      +
      PacketTypegetPacketType() +
      The type of packet represented.
      +
      intgetVersion() +
      Version of the packet this represents.
      +
      booleanisCancelled() 
      voidreadData(SpoutInputStream input) +
      Reads the incoming data from the client.
      +
      voidrun(int playerId) +
      Performs any tasks for the packet after data has been successfully read into the packet.
      +
      voidwriteData(SpoutOutputStream output) +
      Writes the outgoing data to the output stream.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        id

        +
        protected int id
        +
      • +
      + + + +
        +
      • +

        volumePercent

        +
        protected int volumePercent
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PacketMusicChange

        +
        public PacketMusicChange()
        +
      • +
      + + + +
        +
      • +

        PacketMusicChange

        +
        public PacketMusicChange(int music,
        +                         int volumePercent)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        isCancelled

        +
        public boolean isCancelled()
        +
      • +
      + + + +
        +
      • +

        readData

        +
        public void readData(SpoutInputStream input)
        +              throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Reads the incoming data from the client. +

        + Note: Data should be read in exactly the same order as it was written.

        +
        +
        Specified by:
        +
        readData in interface SpoutPacket
        +
        Parameters:
        +
        input - stream to read data from
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeData

        +
        public void writeData(SpoutOutputStream output)
        +               throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Writes the outgoing data to the output stream.
        +
        +
        Specified by:
        +
        writeData in interface SpoutPacket
        +
        Parameters:
        +
        output - to write data to
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        run

        +
        public void run(int playerId)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after data has been successfully read into the packet.
        +
        +
        Specified by:
        +
        run in interface SpoutPacket
        +
        Parameters:
        +
        playerId - for the packet
        +
        +
      • +
      + + + +
        +
      • +

        failure

        +
        public void failure(int id)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after the data has NOT been successfully read into the packet. + All values will be at defaults (0, null, etc) and are unsafe. +

        + Failure is run when the packet versions mismatch and data could not be safely read. +

        + It may not be called for all cases of failure.

        +
        +
        Specified by:
        +
        failure in interface SpoutPacket
        +
        +
      • +
      + + + +
        +
      • +

        getPacketType

        +
        public PacketType getPacketType()
        +
        Description copied from interface: SpoutPacket
        +
        The type of packet represented. Used to rebuild the correct packet on the client.
        +
        +
        Specified by:
        +
        getPacketType in interface SpoutPacket
        +
        Returns:
        +
        packet type.
        +
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        Description copied from interface: SpoutPacket
        +
        Version of the packet this represents. Version numbers should start with 0. + Versions should be incremented any time the member variables or serialization of the packet changes, to prevent crashing. + Mismatched packet versions are discarded, and SpoutPacket.failure(int) is called.
        +
        +
        Specified by:
        +
        getVersion in interface SpoutPacket
        +
        Returns:
        +
        version
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/PacketNotification.html b/generated/1.5.2/org/getspout/spoutapi/packet/PacketNotification.html new file mode 100644 index 0000000..fd95b1d --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/PacketNotification.html @@ -0,0 +1,463 @@ + + + + + +PacketNotification (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.packet
+

Class PacketNotification

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    SpoutPacket
    +
    +
    +
    +
    public class PacketNotification
    +extends PacketAlert
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      protected shortdata 
      protected inttime 
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + + +
      Constructors 
      Constructor and Description
      PacketNotification() 
      PacketNotification(java.lang.String title, + java.lang.String message, + int itemId, + short data, + int time) 
      +
    • +
    + + +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        time

        +
        protected int time
        +
      • +
      + + + +
        +
      • +

        data

        +
        protected short data
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PacketNotification

        +
        public PacketNotification()
        +
      • +
      + + + +
        +
      • +

        PacketNotification

        +
        public PacketNotification(java.lang.String title,
        +                          java.lang.String message,
        +                          int itemId,
        +                          short data,
        +                          int time)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        readData

        +
        public void readData(SpoutInputStream input)
        +              throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Reads the incoming data from the client. +

        + Note: Data should be read in exactly the same order as it was written.

        +
        +
        Specified by:
        +
        readData in interface SpoutPacket
        +
        Overrides:
        +
        readData in class PacketAlert
        +
        Parameters:
        +
        input - stream to read data from
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeData

        +
        public void writeData(SpoutOutputStream output)
        +               throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Writes the outgoing data to the output stream.
        +
        +
        Specified by:
        +
        writeData in interface SpoutPacket
        +
        Overrides:
        +
        writeData in class PacketAlert
        +
        Parameters:
        +
        output - to write data to
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + + + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        Description copied from interface: SpoutPacket
        +
        Version of the packet this represents. Version numbers should start with 0. + Versions should be incremented any time the member variables or serialization of the packet changes, to prevent crashing. + Mismatched packet versions are discarded, and SpoutPacket.failure(int) is called.
        +
        +
        Specified by:
        +
        getVersion in interface SpoutPacket
        +
        Overrides:
        +
        getVersion in class PacketAlert
        +
        Returns:
        +
        version
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/PacketOpenScreen.html b/generated/1.5.2/org/getspout/spoutapi/packet/PacketOpenScreen.html new file mode 100644 index 0000000..17e735b --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/PacketOpenScreen.html @@ -0,0 +1,424 @@ + + + + + +PacketOpenScreen (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.packet
+

Class PacketOpenScreen

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.getspout.spoutapi.packet.PacketOpenScreen
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    SpoutPacket
    +
    +
    +
    +
    public class PacketOpenScreen
    +extends java.lang.Object
    +implements SpoutPacket
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidfailure(int playerId) +
      Performs any tasks for the packet after the data has NOT been successfully read into the packet.
      +
      PacketTypegetPacketType() +
      The type of packet represented.
      +
      intgetVersion() +
      Version of the packet this represents.
      +
      voidreadData(SpoutInputStream input) +
      Reads the incoming data from the client.
      +
      voidrun(int playerId) +
      Performs any tasks for the packet after data has been successfully read into the packet.
      +
      voidwriteData(SpoutOutputStream output) +
      Writes the outgoing data to the output stream.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PacketOpenScreen

        +
        public PacketOpenScreen(ScreenType type)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        readData

        +
        public void readData(SpoutInputStream input)
        +              throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Reads the incoming data from the client. +

        + Note: Data should be read in exactly the same order as it was written.

        +
        +
        Specified by:
        +
        readData in interface SpoutPacket
        +
        Parameters:
        +
        input - stream to read data from
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeData

        +
        public void writeData(SpoutOutputStream output)
        +               throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Writes the outgoing data to the output stream.
        +
        +
        Specified by:
        +
        writeData in interface SpoutPacket
        +
        Parameters:
        +
        output - to write data to
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        run

        +
        public void run(int playerId)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after data has been successfully read into the packet.
        +
        +
        Specified by:
        +
        run in interface SpoutPacket
        +
        Parameters:
        +
        playerId - for the packet
        +
        +
      • +
      + + + +
        +
      • +

        failure

        +
        public void failure(int playerId)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after the data has NOT been successfully read into the packet. + All values will be at defaults (0, null, etc) and are unsafe. +

        + Failure is run when the packet versions mismatch and data could not be safely read. +

        + It may not be called for all cases of failure.

        +
        +
        Specified by:
        +
        failure in interface SpoutPacket
        +
        +
      • +
      + + + +
        +
      • +

        getPacketType

        +
        public PacketType getPacketType()
        +
        Description copied from interface: SpoutPacket
        +
        The type of packet represented. Used to rebuild the correct packet on the client.
        +
        +
        Specified by:
        +
        getPacketType in interface SpoutPacket
        +
        Returns:
        +
        packet type.
        +
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        Description copied from interface: SpoutPacket
        +
        Version of the packet this represents. Version numbers should start with 0. + Versions should be incremented any time the member variables or serialization of the packet changes, to prevent crashing. + Mismatched packet versions are discarded, and SpoutPacket.failure(int) is called.
        +
        +
        Specified by:
        +
        getVersion in interface SpoutPacket
        +
        Returns:
        +
        version
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/PacketOpenSignGUI.html b/generated/1.5.2/org/getspout/spoutapi/packet/PacketOpenSignGUI.html new file mode 100644 index 0000000..0b517f6 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/PacketOpenSignGUI.html @@ -0,0 +1,428 @@ + + + + + +PacketOpenSignGUI (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.packet
+

Class PacketOpenSignGUI

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.getspout.spoutapi.packet.PacketOpenSignGUI
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    SpoutPacket
    +
    +
    +
    +
    public class PacketOpenSignGUI
    +extends java.lang.Object
    +implements SpoutPacket
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      PacketOpenSignGUI(int x, + int y, + int z) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidfailure(int playerId) +
      Performs any tasks for the packet after the data has NOT been successfully read into the packet.
      +
      PacketTypegetPacketType() +
      The type of packet represented.
      +
      intgetVersion() +
      Version of the packet this represents.
      +
      voidreadData(SpoutInputStream input) +
      Reads the incoming data from the client.
      +
      voidrun(int playerId) +
      Performs any tasks for the packet after data has been successfully read into the packet.
      +
      voidwriteData(SpoutOutputStream output) +
      Writes the outgoing data to the output stream.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PacketOpenSignGUI

        +
        public PacketOpenSignGUI(int x,
        +                         int y,
        +                         int z)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        readData

        +
        public void readData(SpoutInputStream input)
        +              throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Reads the incoming data from the client. +

        + Note: Data should be read in exactly the same order as it was written.

        +
        +
        Specified by:
        +
        readData in interface SpoutPacket
        +
        Parameters:
        +
        input - stream to read data from
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeData

        +
        public void writeData(SpoutOutputStream output)
        +               throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Writes the outgoing data to the output stream.
        +
        +
        Specified by:
        +
        writeData in interface SpoutPacket
        +
        Parameters:
        +
        output - to write data to
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        run

        +
        public void run(int playerId)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after data has been successfully read into the packet.
        +
        +
        Specified by:
        +
        run in interface SpoutPacket
        +
        Parameters:
        +
        playerId - for the packet
        +
        +
      • +
      + + + +
        +
      • +

        failure

        +
        public void failure(int playerId)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after the data has NOT been successfully read into the packet. + All values will be at defaults (0, null, etc) and are unsafe. +

        + Failure is run when the packet versions mismatch and data could not be safely read. +

        + It may not be called for all cases of failure.

        +
        +
        Specified by:
        +
        failure in interface SpoutPacket
        +
        +
      • +
      + + + +
        +
      • +

        getPacketType

        +
        public PacketType getPacketType()
        +
        Description copied from interface: SpoutPacket
        +
        The type of packet represented. Used to rebuild the correct packet on the client.
        +
        +
        Specified by:
        +
        getPacketType in interface SpoutPacket
        +
        Returns:
        +
        packet type.
        +
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        Description copied from interface: SpoutPacket
        +
        Version of the packet this represents. Version numbers should start with 0. + Versions should be incremented any time the member variables or serialization of the packet changes, to prevent crashing. + Mismatched packet versions are discarded, and SpoutPacket.failure(int) is called.
        +
        +
        Specified by:
        +
        getVersion in interface SpoutPacket
        +
        Returns:
        +
        version
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/PacketParticle.html b/generated/1.5.2/org/getspout/spoutapi/packet/PacketParticle.html new file mode 100644 index 0000000..c1f3bbc --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/PacketParticle.html @@ -0,0 +1,436 @@ + + + + + +PacketParticle (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.packet
+

Class PacketParticle

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.getspout.spoutapi.packet.PacketParticle
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    SpoutPacket
    +
    +
    +
    +
    public class PacketParticle
    +extends java.lang.Object
    +implements SpoutPacket
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidfailure(int playerId) +
      Performs any tasks for the packet after the data has NOT been successfully read into the packet.
      +
      PacketTypegetPacketType() +
      The type of packet represented.
      +
      intgetVersion() +
      Version of the packet this represents.
      +
      voidreadData(SpoutInputStream input) +
      Reads the incoming data from the client.
      +
      voidrun(int playerId) +
      Performs any tasks for the packet after data has been successfully read into the packet.
      +
      voidwriteData(SpoutOutputStream output) +
      Writes the outgoing data to the output stream.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PacketParticle

        +
        public PacketParticle()
        +
      • +
      + + + +
        +
      • +

        PacketParticle

        +
        public PacketParticle(Particle p)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        readData

        +
        public void readData(SpoutInputStream input)
        +              throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Reads the incoming data from the client. +

        + Note: Data should be read in exactly the same order as it was written.

        +
        +
        Specified by:
        +
        readData in interface SpoutPacket
        +
        Parameters:
        +
        input - stream to read data from
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeData

        +
        public void writeData(SpoutOutputStream output)
        +               throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Writes the outgoing data to the output stream.
        +
        +
        Specified by:
        +
        writeData in interface SpoutPacket
        +
        Parameters:
        +
        output - to write data to
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        run

        +
        public void run(int playerId)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after data has been successfully read into the packet.
        +
        +
        Specified by:
        +
        run in interface SpoutPacket
        +
        Parameters:
        +
        playerId - for the packet
        +
        +
      • +
      + + + +
        +
      • +

        failure

        +
        public void failure(int playerId)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after the data has NOT been successfully read into the packet. + All values will be at defaults (0, null, etc) and are unsafe. +

        + Failure is run when the packet versions mismatch and data could not be safely read. +

        + It may not be called for all cases of failure.

        +
        +
        Specified by:
        +
        failure in interface SpoutPacket
        +
        +
      • +
      + + + +
        +
      • +

        getPacketType

        +
        public PacketType getPacketType()
        +
        Description copied from interface: SpoutPacket
        +
        The type of packet represented. Used to rebuild the correct packet on the client.
        +
        +
        Specified by:
        +
        getPacketType in interface SpoutPacket
        +
        Returns:
        +
        packet type.
        +
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        Description copied from interface: SpoutPacket
        +
        Version of the packet this represents. Version numbers should start with 0. + Versions should be incremented any time the member variables or serialization of the packet changes, to prevent crashing. + Mismatched packet versions are discarded, and SpoutPacket.failure(int) is called.
        +
        +
        Specified by:
        +
        getVersion in interface SpoutPacket
        +
        Returns:
        +
        version
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/PacketPermissionUpdate.html b/generated/1.5.2/org/getspout/spoutapi/packet/PacketPermissionUpdate.html new file mode 100644 index 0000000..0c5b91c --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/PacketPermissionUpdate.html @@ -0,0 +1,424 @@ + + + + + +PacketPermissionUpdate (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.packet
+

Class PacketPermissionUpdate

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.getspout.spoutapi.packet.PacketPermissionUpdate
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    SpoutPacket
    +
    +
    +
    +
    public class PacketPermissionUpdate
    +extends java.lang.Object
    +implements SpoutPacket
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      PacketPermissionUpdate(java.util.Map<java.lang.String,java.lang.Boolean> permissions) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidfailure(int playerId) +
      Performs any tasks for the packet after the data has NOT been successfully read into the packet.
      +
      PacketTypegetPacketType() +
      The type of packet represented.
      +
      intgetVersion() +
      Version of the packet this represents.
      +
      voidreadData(SpoutInputStream input) +
      Reads the incoming data from the client.
      +
      voidrun(int playerId) +
      Performs any tasks for the packet after data has been successfully read into the packet.
      +
      voidwriteData(SpoutOutputStream output) +
      Writes the outgoing data to the output stream.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PacketPermissionUpdate

        +
        public PacketPermissionUpdate(java.util.Map<java.lang.String,java.lang.Boolean> permissions)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        writeData

        +
        public void writeData(SpoutOutputStream output)
        +               throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Writes the outgoing data to the output stream.
        +
        +
        Specified by:
        +
        writeData in interface SpoutPacket
        +
        Parameters:
        +
        output - to write data to
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        getPacketType

        +
        public PacketType getPacketType()
        +
        Description copied from interface: SpoutPacket
        +
        The type of packet represented. Used to rebuild the correct packet on the client.
        +
        +
        Specified by:
        +
        getPacketType in interface SpoutPacket
        +
        Returns:
        +
        packet type.
        +
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        Description copied from interface: SpoutPacket
        +
        Version of the packet this represents. Version numbers should start with 0. + Versions should be incremented any time the member variables or serialization of the packet changes, to prevent crashing. + Mismatched packet versions are discarded, and SpoutPacket.failure(int) is called.
        +
        +
        Specified by:
        +
        getVersion in interface SpoutPacket
        +
        Returns:
        +
        version
        +
        +
      • +
      + + + +
        +
      • +

        readData

        +
        public void readData(SpoutInputStream input)
        +              throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Reads the incoming data from the client. +

        + Note: Data should be read in exactly the same order as it was written.

        +
        +
        Specified by:
        +
        readData in interface SpoutPacket
        +
        Parameters:
        +
        input - stream to read data from
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        run

        +
        public void run(int playerId)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after data has been successfully read into the packet.
        +
        +
        Specified by:
        +
        run in interface SpoutPacket
        +
        Parameters:
        +
        playerId - for the packet
        +
        +
      • +
      + + + +
        +
      • +

        failure

        +
        public void failure(int playerId)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after the data has NOT been successfully read into the packet. + All values will be at defaults (0, null, etc) and are unsafe. +

        + Failure is run when the packet versions mismatch and data could not be safely read. +

        + It may not be called for all cases of failure.

        +
        +
        Specified by:
        +
        failure in interface SpoutPacket
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/PacketPlaySound.html b/generated/1.5.2/org/getspout/spoutapi/packet/PacketPlaySound.html new file mode 100644 index 0000000..9b7ec7a --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/PacketPlaySound.html @@ -0,0 +1,472 @@ + + + + + +PacketPlaySound (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.packet
+

Class PacketPlaySound

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.getspout.spoutapi.packet.PacketPlaySound
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    SpoutPacket
    +
    +
    +
    +
    public class PacketPlaySound
    +extends java.lang.Object
    +implements SpoutPacket
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidfailure(int id) +
      Performs any tasks for the packet after the data has NOT been successfully read into the packet.
      +
      PacketTypegetPacketType() +
      The type of packet represented.
      +
      intgetVersion() +
      Version of the packet this represents.
      +
      voidreadData(SpoutInputStream input) +
      Reads the incoming data from the client.
      +
      voidrun(int PlayerId) +
      Performs any tasks for the packet after data has been successfully read into the packet.
      +
      voidwriteData(SpoutOutputStream output) +
      Writes the outgoing data to the output stream.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PacketPlaySound

        +
        public PacketPlaySound()
        +
      • +
      + + + +
        +
      • +

        PacketPlaySound

        +
        public PacketPlaySound(SoundEffect sound,
        +                       int distance,
        +                       int volume)
        +
      • +
      + + + +
        +
      • +

        PacketPlaySound

        +
        public PacketPlaySound(SoundEffect sound,
        +                       Location loc,
        +                       int distance,
        +                       int volume)
        +
      • +
      + + + +
        +
      • +

        PacketPlaySound

        +
        public PacketPlaySound(Music music,
        +                       int volume)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        readData

        +
        public void readData(SpoutInputStream input)
        +              throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Reads the incoming data from the client. +

        + Note: Data should be read in exactly the same order as it was written.

        +
        +
        Specified by:
        +
        readData in interface SpoutPacket
        +
        Parameters:
        +
        input - stream to read data from
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeData

        +
        public void writeData(SpoutOutputStream output)
        +               throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Writes the outgoing data to the output stream.
        +
        +
        Specified by:
        +
        writeData in interface SpoutPacket
        +
        Parameters:
        +
        output - to write data to
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        run

        +
        public void run(int PlayerId)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after data has been successfully read into the packet.
        +
        +
        Specified by:
        +
        run in interface SpoutPacket
        +
        Parameters:
        +
        PlayerId - for the packet
        +
        +
      • +
      + + + +
        +
      • +

        failure

        +
        public void failure(int id)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after the data has NOT been successfully read into the packet. + All values will be at defaults (0, null, etc) and are unsafe. +

        + Failure is run when the packet versions mismatch and data could not be safely read. +

        + It may not be called for all cases of failure.

        +
        +
        Specified by:
        +
        failure in interface SpoutPacket
        +
        +
      • +
      + + + +
        +
      • +

        getPacketType

        +
        public PacketType getPacketType()
        +
        Description copied from interface: SpoutPacket
        +
        The type of packet represented. Used to rebuild the correct packet on the client.
        +
        +
        Specified by:
        +
        getPacketType in interface SpoutPacket
        +
        Returns:
        +
        packet type.
        +
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        Description copied from interface: SpoutPacket
        +
        Version of the packet this represents. Version numbers should start with 0. + Versions should be incremented any time the member variables or serialization of the packet changes, to prevent crashing. + Mismatched packet versions are discarded, and SpoutPacket.failure(int) is called.
        +
        +
        Specified by:
        +
        getVersion in interface SpoutPacket
        +
        Returns:
        +
        version
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/PacketPreCacheCompleted.html b/generated/1.5.2/org/getspout/spoutapi/packet/PacketPreCacheCompleted.html new file mode 100644 index 0000000..fb79cd9 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/PacketPreCacheCompleted.html @@ -0,0 +1,424 @@ + + + + + +PacketPreCacheCompleted (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.packet
+

Class PacketPreCacheCompleted

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.getspout.spoutapi.packet.PacketPreCacheCompleted
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    SpoutPacket
    +
    +
    +
    +
    public class PacketPreCacheCompleted
    +extends java.lang.Object
    +implements SpoutPacket
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidfailure(int playerId) +
      Performs any tasks for the packet after the data has NOT been successfully read into the packet.
      +
      PacketTypegetPacketType() +
      The type of packet represented.
      +
      intgetVersion() +
      Version of the packet this represents.
      +
      voidreadData(SpoutInputStream input) +
      Reads the incoming data from the client.
      +
      voidrun(int playerId) +
      Performs any tasks for the packet after data has been successfully read into the packet.
      +
      voidwriteData(SpoutOutputStream output) +
      Writes the outgoing data to the output stream.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PacketPreCacheCompleted

        +
        public PacketPreCacheCompleted()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        readData

        +
        public void readData(SpoutInputStream input)
        +              throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Reads the incoming data from the client. +

        + Note: Data should be read in exactly the same order as it was written.

        +
        +
        Specified by:
        +
        readData in interface SpoutPacket
        +
        Parameters:
        +
        input - stream to read data from
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeData

        +
        public void writeData(SpoutOutputStream output)
        +               throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Writes the outgoing data to the output stream.
        +
        +
        Specified by:
        +
        writeData in interface SpoutPacket
        +
        Parameters:
        +
        output - to write data to
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        run

        +
        public void run(int playerId)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after data has been successfully read into the packet.
        +
        +
        Specified by:
        +
        run in interface SpoutPacket
        +
        Parameters:
        +
        playerId - for the packet
        +
        +
      • +
      + + + +
        +
      • +

        failure

        +
        public void failure(int playerId)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after the data has NOT been successfully read into the packet. + All values will be at defaults (0, null, etc) and are unsafe. +

        + Failure is run when the packet versions mismatch and data could not be safely read. +

        + It may not be called for all cases of failure.

        +
        +
        Specified by:
        +
        failure in interface SpoutPacket
        +
        +
      • +
      + + + +
        +
      • +

        getPacketType

        +
        public PacketType getPacketType()
        +
        Description copied from interface: SpoutPacket
        +
        The type of packet represented. Used to rebuild the correct packet on the client.
        +
        +
        Specified by:
        +
        getPacketType in interface SpoutPacket
        +
        Returns:
        +
        packet type.
        +
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        Description copied from interface: SpoutPacket
        +
        Version of the packet this represents. Version numbers should start with 0. + Versions should be incremented any time the member variables or serialization of the packet changes, to prevent crashing. + Mismatched packet versions are discarded, and SpoutPacket.failure(int) is called.
        +
        +
        Specified by:
        +
        getVersion in interface SpoutPacket
        +
        Returns:
        +
        version
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/PacketPreCacheFile.html b/generated/1.5.2/org/getspout/spoutapi/packet/PacketPreCacheFile.html new file mode 100644 index 0000000..f9ef9d0 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/PacketPreCacheFile.html @@ -0,0 +1,442 @@ + + + + + +PacketPreCacheFile (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.packet
+

Class PacketPreCacheFile

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.getspout.spoutapi.packet.PacketPreCacheFile
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    SpoutPacket
    +
    +
    +
    +
    public class PacketPreCacheFile
    +extends java.lang.Object
    +implements SpoutPacket
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + + +
      Constructors 
      Constructor and Description
      PacketPreCacheFile() 
      PacketPreCacheFile(java.lang.String plugin, + java.lang.String file, + long expectedCRC, + boolean url) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidfailure(int playerId) +
      Performs any tasks for the packet after the data has NOT been successfully read into the packet.
      +
      PacketTypegetPacketType() +
      The type of packet represented.
      +
      intgetVersion() +
      Version of the packet this represents.
      +
      voidreadData(SpoutInputStream input) +
      Reads the incoming data from the client.
      +
      voidrun(int playerId) +
      Performs any tasks for the packet after data has been successfully read into the packet.
      +
      voidwriteData(SpoutOutputStream output) +
      Writes the outgoing data to the output stream.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PacketPreCacheFile

        +
        public PacketPreCacheFile()
        +
      • +
      + + + +
        +
      • +

        PacketPreCacheFile

        +
        public PacketPreCacheFile(java.lang.String plugin,
        +                          java.lang.String file,
        +                          long expectedCRC,
        +                          boolean url)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        readData

        +
        public void readData(SpoutInputStream input)
        +              throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Reads the incoming data from the client. +

        + Note: Data should be read in exactly the same order as it was written.

        +
        +
        Specified by:
        +
        readData in interface SpoutPacket
        +
        Parameters:
        +
        input - stream to read data from
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeData

        +
        public void writeData(SpoutOutputStream output)
        +               throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Writes the outgoing data to the output stream.
        +
        +
        Specified by:
        +
        writeData in interface SpoutPacket
        +
        Parameters:
        +
        output - to write data to
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        run

        +
        public void run(int playerId)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after data has been successfully read into the packet.
        +
        +
        Specified by:
        +
        run in interface SpoutPacket
        +
        Parameters:
        +
        playerId - for the packet
        +
        +
      • +
      + + + +
        +
      • +

        failure

        +
        public void failure(int playerId)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after the data has NOT been successfully read into the packet. + All values will be at defaults (0, null, etc) and are unsafe. +

        + Failure is run when the packet versions mismatch and data could not be safely read. +

        + It may not be called for all cases of failure.

        +
        +
        Specified by:
        +
        failure in interface SpoutPacket
        +
        +
      • +
      + + + +
        +
      • +

        getPacketType

        +
        public PacketType getPacketType()
        +
        Description copied from interface: SpoutPacket
        +
        The type of packet represented. Used to rebuild the correct packet on the client.
        +
        +
        Specified by:
        +
        getPacketType in interface SpoutPacket
        +
        Returns:
        +
        packet type.
        +
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        Description copied from interface: SpoutPacket
        +
        Version of the packet this represents. Version numbers should start with 0. + Versions should be incremented any time the member variables or serialization of the packet changes, to prevent crashing. + Mismatched packet versions are discarded, and SpoutPacket.failure(int) is called.
        +
        +
        Specified by:
        +
        getVersion in interface SpoutPacket
        +
        Returns:
        +
        version
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/PacketRenderDistance.html b/generated/1.5.2/org/getspout/spoutapi/packet/PacketRenderDistance.html new file mode 100644 index 0000000..76549b1 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/PacketRenderDistance.html @@ -0,0 +1,519 @@ + + + + + +PacketRenderDistance (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.packet
+

Class PacketRenderDistance

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.getspout.spoutapi.packet.PacketRenderDistance
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    SpoutPacket
    +
    +
    +
    +
    public class PacketRenderDistance
    +extends java.lang.Object
    +implements SpoutPacket
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      protected bytemax 
      protected bytemin 
      protected byteview 
      +
    • +
    + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidfailure(int id) +
      Performs any tasks for the packet after the data has NOT been successfully read into the packet.
      +
      PacketTypegetPacketType() +
      The type of packet represented.
      +
      intgetVersion() +
      Version of the packet this represents.
      +
      voidreadData(SpoutInputStream input) +
      Reads the incoming data from the client.
      +
      voidrun(int playerId) +
      Performs any tasks for the packet after data has been successfully read into the packet.
      +
      voidwriteData(SpoutOutputStream output) +
      Writes the outgoing data to the output stream.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        view

        +
        protected byte view
        +
      • +
      + + + +
        +
      • +

        max

        +
        protected byte max
        +
      • +
      + + + +
        +
      • +

        min

        +
        protected byte min
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PacketRenderDistance

        +
        public PacketRenderDistance()
        +
      • +
      + + + +
        +
      • +

        PacketRenderDistance

        +
        public PacketRenderDistance(boolean resetMax,
        +                            boolean resetMin)
        +
      • +
      + + + + +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        readData

        +
        public void readData(SpoutInputStream input)
        +              throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Reads the incoming data from the client. +

        + Note: Data should be read in exactly the same order as it was written.

        +
        +
        Specified by:
        +
        readData in interface SpoutPacket
        +
        Parameters:
        +
        input - stream to read data from
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeData

        +
        public void writeData(SpoutOutputStream output)
        +               throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Writes the outgoing data to the output stream.
        +
        +
        Specified by:
        +
        writeData in interface SpoutPacket
        +
        Parameters:
        +
        output - to write data to
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        run

        +
        public void run(int playerId)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after data has been successfully read into the packet.
        +
        +
        Specified by:
        +
        run in interface SpoutPacket
        +
        Parameters:
        +
        playerId - for the packet
        +
        +
      • +
      + + + +
        +
      • +

        failure

        +
        public void failure(int id)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after the data has NOT been successfully read into the packet. + All values will be at defaults (0, null, etc) and are unsafe. +

        + Failure is run when the packet versions mismatch and data could not be safely read. +

        + It may not be called for all cases of failure.

        +
        +
        Specified by:
        +
        failure in interface SpoutPacket
        +
        +
      • +
      + + + +
        +
      • +

        getPacketType

        +
        public PacketType getPacketType()
        +
        Description copied from interface: SpoutPacket
        +
        The type of packet represented. Used to rebuild the correct packet on the client.
        +
        +
        Specified by:
        +
        getPacketType in interface SpoutPacket
        +
        Returns:
        +
        packet type.
        +
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        Description copied from interface: SpoutPacket
        +
        Version of the packet this represents. Version numbers should start with 0. + Versions should be incremented any time the member variables or serialization of the packet changes, to prevent crashing. + Mismatched packet versions are discarded, and SpoutPacket.failure(int) is called.
        +
        +
        Specified by:
        +
        getVersion in interface SpoutPacket
        +
        Returns:
        +
        version
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/PacketRequestPrecache.html b/generated/1.5.2/org/getspout/spoutapi/packet/PacketRequestPrecache.html new file mode 100644 index 0000000..f468677 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/PacketRequestPrecache.html @@ -0,0 +1,424 @@ + + + + + +PacketRequestPrecache (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.packet
+

Class PacketRequestPrecache

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.getspout.spoutapi.packet.PacketRequestPrecache
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    SpoutPacket
    +
    +
    +
    +
    public class PacketRequestPrecache
    +extends java.lang.Object
    +implements SpoutPacket
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidfailure(int playerId) +
      Performs any tasks for the packet after the data has NOT been successfully read into the packet.
      +
      PacketTypegetPacketType() +
      The type of packet represented.
      +
      intgetVersion() +
      Version of the packet this represents.
      +
      voidreadData(SpoutInputStream input) +
      Reads the incoming data from the client.
      +
      voidrun(int playerId) +
      Performs any tasks for the packet after data has been successfully read into the packet.
      +
      voidwriteData(SpoutOutputStream output) +
      Writes the outgoing data to the output stream.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PacketRequestPrecache

        +
        public PacketRequestPrecache()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        readData

        +
        public void readData(SpoutInputStream input)
        +              throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Reads the incoming data from the client. +

        + Note: Data should be read in exactly the same order as it was written.

        +
        +
        Specified by:
        +
        readData in interface SpoutPacket
        +
        Parameters:
        +
        input - stream to read data from
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeData

        +
        public void writeData(SpoutOutputStream output)
        +               throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Writes the outgoing data to the output stream.
        +
        +
        Specified by:
        +
        writeData in interface SpoutPacket
        +
        Parameters:
        +
        output - to write data to
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        run

        +
        public void run(int playerId)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after data has been successfully read into the packet.
        +
        +
        Specified by:
        +
        run in interface SpoutPacket
        +
        Parameters:
        +
        playerId - for the packet
        +
        +
      • +
      + + + +
        +
      • +

        failure

        +
        public void failure(int playerId)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after the data has NOT been successfully read into the packet. + All values will be at defaults (0, null, etc) and are unsafe. +

        + Failure is run when the packet versions mismatch and data could not be safely read. +

        + It may not be called for all cases of failure.

        +
        +
        Specified by:
        +
        failure in interface SpoutPacket
        +
        +
      • +
      + + + +
        +
      • +

        getPacketType

        +
        public PacketType getPacketType()
        +
        Description copied from interface: SpoutPacket
        +
        The type of packet represented. Used to rebuild the correct packet on the client.
        +
        +
        Specified by:
        +
        getPacketType in interface SpoutPacket
        +
        Returns:
        +
        packet type.
        +
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        Description copied from interface: SpoutPacket
        +
        Version of the packet this represents. Version numbers should start with 0. + Versions should be incremented any time the member variables or serialization of the packet changes, to prevent crashing. + Mismatched packet versions are discarded, and SpoutPacket.failure(int) is called.
        +
        +
        Specified by:
        +
        getVersion in interface SpoutPacket
        +
        Returns:
        +
        version
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/PacketScreenAction.html b/generated/1.5.2/org/getspout/spoutapi/packet/PacketScreenAction.html new file mode 100644 index 0000000..c020943 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/PacketScreenAction.html @@ -0,0 +1,489 @@ + + + + + +PacketScreenAction (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.packet
+

Class PacketScreenAction

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.getspout.spoutapi.packet.PacketScreenAction
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    SpoutPacket
    +
    +
    +
    +
    public class PacketScreenAction
    +extends java.lang.Object
    +implements SpoutPacket
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      protected byteaction 
      protected bytescreen 
      +
    • +
    + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidfailure(int id) +
      Performs any tasks for the packet after the data has NOT been successfully read into the packet.
      +
      PacketTypegetPacketType() +
      The type of packet represented.
      +
      intgetVersion() +
      Version of the packet this represents.
      +
      voidreadData(SpoutInputStream input) +
      Reads the incoming data from the client.
      +
      voidrun(int playerId) +
      Performs any tasks for the packet after data has been successfully read into the packet.
      +
      voidwriteData(SpoutOutputStream output) +
      Writes the outgoing data to the output stream.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        action

        +
        protected byte action
        +
      • +
      + + + +
        +
      • +

        screen

        +
        protected byte screen
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PacketScreenAction

        +
        public PacketScreenAction()
        +
      • +
      + + + + +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        readData

        +
        public void readData(SpoutInputStream input)
        +              throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Reads the incoming data from the client. +

        + Note: Data should be read in exactly the same order as it was written.

        +
        +
        Specified by:
        +
        readData in interface SpoutPacket
        +
        Parameters:
        +
        input - stream to read data from
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeData

        +
        public void writeData(SpoutOutputStream output)
        +               throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Writes the outgoing data to the output stream.
        +
        +
        Specified by:
        +
        writeData in interface SpoutPacket
        +
        Parameters:
        +
        output - to write data to
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        run

        +
        public void run(int playerId)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after data has been successfully read into the packet.
        +
        +
        Specified by:
        +
        run in interface SpoutPacket
        +
        Parameters:
        +
        playerId - for the packet
        +
        +
      • +
      + + + +
        +
      • +

        failure

        +
        public void failure(int id)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after the data has NOT been successfully read into the packet. + All values will be at defaults (0, null, etc) and are unsafe. +

        + Failure is run when the packet versions mismatch and data could not be safely read. +

        + It may not be called for all cases of failure.

        +
        +
        Specified by:
        +
        failure in interface SpoutPacket
        +
        +
      • +
      + + + +
        +
      • +

        getPacketType

        +
        public PacketType getPacketType()
        +
        Description copied from interface: SpoutPacket
        +
        The type of packet represented. Used to rebuild the correct packet on the client.
        +
        +
        Specified by:
        +
        getPacketType in interface SpoutPacket
        +
        Returns:
        +
        packet type.
        +
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        Description copied from interface: SpoutPacket
        +
        Version of the packet this represents. Version numbers should start with 0. + Versions should be incremented any time the member variables or serialization of the packet changes, to prevent crashing. + Mismatched packet versions are discarded, and SpoutPacket.failure(int) is called.
        +
        +
        Specified by:
        +
        getVersion in interface SpoutPacket
        +
        Returns:
        +
        version
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/PacketScreenshot.html b/generated/1.5.2/org/getspout/spoutapi/packet/PacketScreenshot.html new file mode 100644 index 0000000..50461bb --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/PacketScreenshot.html @@ -0,0 +1,455 @@ + + + + + +PacketScreenshot (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.packet
+

Class PacketScreenshot

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.getspout.spoutapi.packet.PacketScreenshot
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    SpoutPacket
    +
    +
    +
    +
    public class PacketScreenshot
    +extends java.lang.Object
    +implements SpoutPacket
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidfailure(int playerId) +
      Performs any tasks for the packet after the data has NOT been successfully read into the packet.
      +
      intgetNumBytes() 
      PacketTypegetPacketType() +
      The type of packet represented.
      +
      intgetVersion() +
      Version of the packet this represents.
      +
      voidreadData(SpoutInputStream input) +
      Reads the incoming data from the client.
      +
      voidrun(int playerId) +
      Performs any tasks for the packet after data has been successfully read into the packet.
      +
      voidwriteData(SpoutOutputStream output) +
      Writes the outgoing data to the output stream.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PacketScreenshot

        +
        public PacketScreenshot()
        +
      • +
      + + + +
        +
      • +

        PacketScreenshot

        +
        public PacketScreenshot(java.awt.image.BufferedImage ss)
        +                 throws java.io.IOException
        +
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getNumBytes

        +
        public int getNumBytes()
        +
      • +
      + + + +
        +
      • +

        readData

        +
        public void readData(SpoutInputStream input)
        +              throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Reads the incoming data from the client. +

        + Note: Data should be read in exactly the same order as it was written.

        +
        +
        Specified by:
        +
        readData in interface SpoutPacket
        +
        Parameters:
        +
        input - stream to read data from
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeData

        +
        public void writeData(SpoutOutputStream output)
        +               throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Writes the outgoing data to the output stream.
        +
        +
        Specified by:
        +
        writeData in interface SpoutPacket
        +
        Parameters:
        +
        output - to write data to
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        run

        +
        public void run(int playerId)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after data has been successfully read into the packet.
        +
        +
        Specified by:
        +
        run in interface SpoutPacket
        +
        Parameters:
        +
        playerId - for the packet
        +
        +
      • +
      + + + +
        +
      • +

        failure

        +
        public void failure(int playerId)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after the data has NOT been successfully read into the packet. + All values will be at defaults (0, null, etc) and are unsafe. +

        + Failure is run when the packet versions mismatch and data could not be safely read. +

        + It may not be called for all cases of failure.

        +
        +
        Specified by:
        +
        failure in interface SpoutPacket
        +
        +
      • +
      + + + +
        +
      • +

        getPacketType

        +
        public PacketType getPacketType()
        +
        Description copied from interface: SpoutPacket
        +
        The type of packet represented. Used to rebuild the correct packet on the client.
        +
        +
        Specified by:
        +
        getPacketType in interface SpoutPacket
        +
        Returns:
        +
        packet type.
        +
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        Description copied from interface: SpoutPacket
        +
        Version of the packet this represents. Version numbers should start with 0. + Versions should be incremented any time the member variables or serialization of the packet changes, to prevent crashing. + Mismatched packet versions are discarded, and SpoutPacket.failure(int) is called.
        +
        +
        Specified by:
        +
        getVersion in interface SpoutPacket
        +
        Returns:
        +
        version
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/PacketSendPrecache.html b/generated/1.5.2/org/getspout/spoutapi/packet/PacketSendPrecache.html new file mode 100644 index 0000000..cec3d50 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/PacketSendPrecache.html @@ -0,0 +1,492 @@ + + + + + +PacketSendPrecache (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.packet
+

Class PacketSendPrecache

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.getspout.spoutapi.packet.PacketSendPrecache
    • +
    +
  • +
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidcompress() 
      voiddecompress() 
      voidfailure(int playerId) +
      Performs any tasks for the packet after the data has NOT been successfully read into the packet.
      +
      PacketTypegetPacketType() +
      The type of packet represented.
      +
      intgetVersion() +
      Version of the packet this represents.
      +
      booleanisCompressed() 
      voidreadData(SpoutInputStream input) +
      Reads the incoming data from the client.
      +
      voidrun(int playerId) +
      Performs any tasks for the packet after data has been successfully read into the packet.
      +
      voidwriteData(SpoutOutputStream output) +
      Writes the outgoing data to the output stream.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PacketSendPrecache

        +
        public PacketSendPrecache()
        +
      • +
      + + + +
        +
      • +

        PacketSendPrecache

        +
        public PacketSendPrecache(Plugin plugin,
        +                          java.io.File file)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + + + + + + + + + + + +
        +
      • +

        readData

        +
        public void readData(SpoutInputStream input)
        +              throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Reads the incoming data from the client. +

        + Note: Data should be read in exactly the same order as it was written.

        +
        +
        Specified by:
        +
        readData in interface SpoutPacket
        +
        Parameters:
        +
        input - stream to read data from
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeData

        +
        public void writeData(SpoutOutputStream output)
        +               throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Writes the outgoing data to the output stream.
        +
        +
        Specified by:
        +
        writeData in interface SpoutPacket
        +
        Parameters:
        +
        output - to write data to
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        run

        +
        public void run(int playerId)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after data has been successfully read into the packet.
        +
        +
        Specified by:
        +
        run in interface SpoutPacket
        +
        Parameters:
        +
        playerId - for the packet
        +
        +
      • +
      + + + +
        +
      • +

        failure

        +
        public void failure(int playerId)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after the data has NOT been successfully read into the packet. + All values will be at defaults (0, null, etc) and are unsafe. +

        + Failure is run when the packet versions mismatch and data could not be safely read. +

        + It may not be called for all cases of failure.

        +
        +
        Specified by:
        +
        failure in interface SpoutPacket
        +
        +
      • +
      + + + +
        +
      • +

        getPacketType

        +
        public PacketType getPacketType()
        +
        Description copied from interface: SpoutPacket
        +
        The type of packet represented. Used to rebuild the correct packet on the client.
        +
        +
        Specified by:
        +
        getPacketType in interface SpoutPacket
        +
        Returns:
        +
        packet type.
        +
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        Description copied from interface: SpoutPacket
        +
        Version of the packet this represents. Version numbers should start with 0. + Versions should be incremented any time the member variables or serialization of the packet changes, to prevent crashing. + Mismatched packet versions are discarded, and SpoutPacket.failure(int) is called.
        +
        +
        Specified by:
        +
        getVersion in interface SpoutPacket
        +
        Returns:
        +
        version
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/PacketServerPlugins.html b/generated/1.5.2/org/getspout/spoutapi/packet/PacketServerPlugins.html new file mode 100644 index 0000000..1eba7df --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/PacketServerPlugins.html @@ -0,0 +1,436 @@ + + + + + +PacketServerPlugins (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.packet
+

Class PacketServerPlugins

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.getspout.spoutapi.packet.PacketServerPlugins
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    SpoutPacket
    +
    +
    +
    +
    public class PacketServerPlugins
    +extends java.lang.Object
    +implements SpoutPacket
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidfailure(int playerId) +
      Performs any tasks for the packet after the data has NOT been successfully read into the packet.
      +
      PacketTypegetPacketType() +
      The type of packet represented.
      +
      intgetVersion() +
      Version of the packet this represents.
      +
      voidreadData(SpoutInputStream input) +
      Reads the incoming data from the client.
      +
      voidrun(int playerId) +
      Performs any tasks for the packet after data has been successfully read into the packet.
      +
      voidwriteData(SpoutOutputStream output) +
      Writes the outgoing data to the output stream.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PacketServerPlugins

        +
        public PacketServerPlugins()
        +
      • +
      + + + +
        +
      • +

        PacketServerPlugins

        +
        public PacketServerPlugins(Plugin[] plugins)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        readData

        +
        public void readData(SpoutInputStream input)
        +              throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Reads the incoming data from the client. +

        + Note: Data should be read in exactly the same order as it was written.

        +
        +
        Specified by:
        +
        readData in interface SpoutPacket
        +
        Parameters:
        +
        input - stream to read data from
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeData

        +
        public void writeData(SpoutOutputStream output)
        +               throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Writes the outgoing data to the output stream.
        +
        +
        Specified by:
        +
        writeData in interface SpoutPacket
        +
        Parameters:
        +
        output - to write data to
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        run

        +
        public void run(int playerId)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after data has been successfully read into the packet.
        +
        +
        Specified by:
        +
        run in interface SpoutPacket
        +
        Parameters:
        +
        playerId - for the packet
        +
        +
      • +
      + + + +
        +
      • +

        failure

        +
        public void failure(int playerId)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after the data has NOT been successfully read into the packet. + All values will be at defaults (0, null, etc) and are unsafe. +

        + Failure is run when the packet versions mismatch and data could not be safely read. +

        + It may not be called for all cases of failure.

        +
        +
        Specified by:
        +
        failure in interface SpoutPacket
        +
        +
      • +
      + + + +
        +
      • +

        getPacketType

        +
        public PacketType getPacketType()
        +
        Description copied from interface: SpoutPacket
        +
        The type of packet represented. Used to rebuild the correct packet on the client.
        +
        +
        Specified by:
        +
        getPacketType in interface SpoutPacket
        +
        Returns:
        +
        packet type.
        +
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        Description copied from interface: SpoutPacket
        +
        Version of the packet this represents. Version numbers should start with 0. + Versions should be incremented any time the member variables or serialization of the packet changes, to prevent crashing. + Mismatched packet versions are discarded, and SpoutPacket.failure(int) is called.
        +
        +
        Specified by:
        +
        getVersion in interface SpoutPacket
        +
        Returns:
        +
        version
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/PacketSetVelocity.html b/generated/1.5.2/org/getspout/spoutapi/packet/PacketSetVelocity.html new file mode 100644 index 0000000..4bc4a73 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/PacketSetVelocity.html @@ -0,0 +1,442 @@ + + + + + +PacketSetVelocity (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.packet
+

Class PacketSetVelocity

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.getspout.spoutapi.packet.PacketSetVelocity
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    SpoutPacket
    +
    +
    +
    +
    public class PacketSetVelocity
    +extends java.lang.Object
    +implements SpoutPacket
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + + +
      Constructors 
      Constructor and Description
      PacketSetVelocity() 
      PacketSetVelocity(int entityId, + double motX, + double motY, + double motZ) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidfailure(int playerId) +
      Performs any tasks for the packet after the data has NOT been successfully read into the packet.
      +
      PacketTypegetPacketType() +
      The type of packet represented.
      +
      intgetVersion() +
      Version of the packet this represents.
      +
      voidreadData(SpoutInputStream input) +
      Reads the incoming data from the client.
      +
      voidrun(int playerId) +
      Performs any tasks for the packet after data has been successfully read into the packet.
      +
      voidwriteData(SpoutOutputStream output) +
      Writes the outgoing data to the output stream.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PacketSetVelocity

        +
        public PacketSetVelocity()
        +
      • +
      + + + +
        +
      • +

        PacketSetVelocity

        +
        public PacketSetVelocity(int entityId,
        +                         double motX,
        +                         double motY,
        +                         double motZ)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        readData

        +
        public void readData(SpoutInputStream input)
        +              throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Reads the incoming data from the client. +

        + Note: Data should be read in exactly the same order as it was written.

        +
        +
        Specified by:
        +
        readData in interface SpoutPacket
        +
        Parameters:
        +
        input - stream to read data from
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeData

        +
        public void writeData(SpoutOutputStream output)
        +               throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Writes the outgoing data to the output stream.
        +
        +
        Specified by:
        +
        writeData in interface SpoutPacket
        +
        Parameters:
        +
        output - to write data to
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        run

        +
        public void run(int playerId)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after data has been successfully read into the packet.
        +
        +
        Specified by:
        +
        run in interface SpoutPacket
        +
        Parameters:
        +
        playerId - for the packet
        +
        +
      • +
      + + + +
        +
      • +

        failure

        +
        public void failure(int playerId)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after the data has NOT been successfully read into the packet. + All values will be at defaults (0, null, etc) and are unsafe. +

        + Failure is run when the packet versions mismatch and data could not be safely read. +

        + It may not be called for all cases of failure.

        +
        +
        Specified by:
        +
        failure in interface SpoutPacket
        +
        +
      • +
      + + + +
        +
      • +

        getPacketType

        +
        public PacketType getPacketType()
        +
        Description copied from interface: SpoutPacket
        +
        The type of packet represented. Used to rebuild the correct packet on the client.
        +
        +
        Specified by:
        +
        getPacketType in interface SpoutPacket
        +
        Returns:
        +
        packet type.
        +
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        Description copied from interface: SpoutPacket
        +
        Version of the packet this represents. Version numbers should start with 0. + Versions should be incremented any time the member variables or serialization of the packet changes, to prevent crashing. + Mismatched packet versions are discarded, and SpoutPacket.failure(int) is called.
        +
        +
        Specified by:
        +
        getVersion in interface SpoutPacket
        +
        Returns:
        +
        version
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/PacketSkinURL.html b/generated/1.5.2/org/getspout/spoutapi/packet/PacketSkinURL.html new file mode 100644 index 0000000..2098504 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/PacketSkinURL.html @@ -0,0 +1,547 @@ + + + + + +PacketSkinURL (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.packet
+

Class PacketSkinURL

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.getspout.spoutapi.packet.PacketSkinURL
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    SpoutPacket
    +
    +
    +
    +
    public class PacketSkinURL
    +extends java.lang.Object
    +implements SpoutPacket
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + + + + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      java.lang.StringcloakURL 
      intentityId 
      booleanrelease 
      java.lang.StringskinURL 
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + + + + + + + + +
      Constructors 
      Constructor and Description
      PacketSkinURL() 
      PacketSkinURL(int id, + java.lang.String skinURL) 
      PacketSkinURL(int id, + java.lang.String skinURL, + java.lang.String cloakURL) 
      PacketSkinURL(java.lang.String cloakURL, + int id) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidfailure(int id) +
      Performs any tasks for the packet after the data has NOT been successfully read into the packet.
      +
      PacketTypegetPacketType() +
      The type of packet represented.
      +
      intgetVersion() +
      Version of the packet this represents.
      +
      voidreadData(SpoutInputStream input) +
      Reads the incoming data from the client.
      +
      voidrun(int PlayerId) +
      Performs any tasks for the packet after data has been successfully read into the packet.
      +
      voidwriteData(SpoutOutputStream output) +
      Writes the outgoing data to the output stream.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        entityId

        +
        public int entityId
        +
      • +
      + + + +
        +
      • +

        skinURL

        +
        public java.lang.String skinURL
        +
      • +
      + + + +
        +
      • +

        cloakURL

        +
        public java.lang.String cloakURL
        +
      • +
      + + + +
        +
      • +

        release

        +
        public boolean release
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PacketSkinURL

        +
        public PacketSkinURL()
        +
      • +
      + + + +
        +
      • +

        PacketSkinURL

        +
        public PacketSkinURL(int id,
        +                     java.lang.String skinURL,
        +                     java.lang.String cloakURL)
        +
      • +
      + + + +
        +
      • +

        PacketSkinURL

        +
        public PacketSkinURL(int id,
        +                     java.lang.String skinURL)
        +
      • +
      + + + +
        +
      • +

        PacketSkinURL

        +
        public PacketSkinURL(java.lang.String cloakURL,
        +                     int id)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        readData

        +
        public void readData(SpoutInputStream input)
        +              throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Reads the incoming data from the client. +

        + Note: Data should be read in exactly the same order as it was written.

        +
        +
        Specified by:
        +
        readData in interface SpoutPacket
        +
        Parameters:
        +
        input - stream to read data from
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeData

        +
        public void writeData(SpoutOutputStream output)
        +               throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Writes the outgoing data to the output stream.
        +
        +
        Specified by:
        +
        writeData in interface SpoutPacket
        +
        Parameters:
        +
        output - to write data to
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        run

        +
        public void run(int PlayerId)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after data has been successfully read into the packet.
        +
        +
        Specified by:
        +
        run in interface SpoutPacket
        +
        Parameters:
        +
        PlayerId - for the packet
        +
        +
      • +
      + + + +
        +
      • +

        failure

        +
        public void failure(int id)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after the data has NOT been successfully read into the packet. + All values will be at defaults (0, null, etc) and are unsafe. +

        + Failure is run when the packet versions mismatch and data could not be safely read. +

        + It may not be called for all cases of failure.

        +
        +
        Specified by:
        +
        failure in interface SpoutPacket
        +
        +
      • +
      + + + +
        +
      • +

        getPacketType

        +
        public PacketType getPacketType()
        +
        Description copied from interface: SpoutPacket
        +
        The type of packet represented. Used to rebuild the correct packet on the client.
        +
        +
        Specified by:
        +
        getPacketType in interface SpoutPacket
        +
        Returns:
        +
        packet type.
        +
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        Description copied from interface: SpoutPacket
        +
        Version of the packet this represents. Version numbers should start with 0. + Versions should be incremented any time the member variables or serialization of the packet changes, to prevent crashing. + Mismatched packet versions are discarded, and SpoutPacket.failure(int) is called.
        +
        +
        Specified by:
        +
        getVersion in interface SpoutPacket
        +
        Returns:
        +
        version
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/PacketSky.html b/generated/1.5.2/org/getspout/spoutapi/packet/PacketSky.html new file mode 100644 index 0000000..becf713 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/PacketSky.html @@ -0,0 +1,500 @@ + + + + + +PacketSky (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.packet
+

Class PacketSky

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.getspout.spoutapi.packet.PacketSky
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    SpoutPacket
    +
    +
    +
    +
    public class PacketSky
    +extends java.lang.Object
    +implements SpoutPacket
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + + + + + + + + + + + +
      Constructors 
      Constructor and Description
      PacketSky() 
      PacketSky(Color sky, + Color fog, + Color cloud) 
      PacketSky(int cloudY, + int stars, + int sunPercent, + int moonPercent) 
      PacketSky(int cloudY, + int stars, + int sunPercent, + int moonPercent, + Color sky, + Color fog, + Color cloud, + java.lang.String sunUrl, + java.lang.String moonUrl) 
      PacketSky(java.lang.String sunUrl, + java.lang.String moonUrl) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidfailure(int id) +
      Performs any tasks for the packet after the data has NOT been successfully read into the packet.
      +
      PacketTypegetPacketType() +
      The type of packet represented.
      +
      intgetVersion() +
      Version of the packet this represents.
      +
      voidreadData(SpoutInputStream input) +
      Reads the incoming data from the client.
      +
      voidrun(int PlayerId) +
      Performs any tasks for the packet after data has been successfully read into the packet.
      +
      voidwriteData(SpoutOutputStream output) +
      Writes the outgoing data to the output stream.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PacketSky

        +
        public PacketSky()
        +
      • +
      + + + +
        +
      • +

        PacketSky

        +
        public PacketSky(int cloudY,
        +                 int stars,
        +                 int sunPercent,
        +                 int moonPercent)
        +
      • +
      + + + +
        +
      • +

        PacketSky

        +
        public PacketSky(java.lang.String sunUrl,
        +                 java.lang.String moonUrl)
        +
      • +
      + + + +
        +
      • +

        PacketSky

        +
        public PacketSky(Color sky,
        +                 Color fog,
        +                 Color cloud)
        +
      • +
      + + + +
        +
      • +

        PacketSky

        +
        public PacketSky(int cloudY,
        +                 int stars,
        +                 int sunPercent,
        +                 int moonPercent,
        +                 Color sky,
        +                 Color fog,
        +                 Color cloud,
        +                 java.lang.String sunUrl,
        +                 java.lang.String moonUrl)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        readData

        +
        public void readData(SpoutInputStream input)
        +              throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Reads the incoming data from the client. +

        + Note: Data should be read in exactly the same order as it was written.

        +
        +
        Specified by:
        +
        readData in interface SpoutPacket
        +
        Parameters:
        +
        input - stream to read data from
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeData

        +
        public void writeData(SpoutOutputStream output)
        +               throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Writes the outgoing data to the output stream.
        +
        +
        Specified by:
        +
        writeData in interface SpoutPacket
        +
        Parameters:
        +
        output - to write data to
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        run

        +
        public void run(int PlayerId)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after data has been successfully read into the packet.
        +
        +
        Specified by:
        +
        run in interface SpoutPacket
        +
        Parameters:
        +
        PlayerId - for the packet
        +
        +
      • +
      + + + +
        +
      • +

        failure

        +
        public void failure(int id)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after the data has NOT been successfully read into the packet. + All values will be at defaults (0, null, etc) and are unsafe. +

        + Failure is run when the packet versions mismatch and data could not be safely read. +

        + It may not be called for all cases of failure.

        +
        +
        Specified by:
        +
        failure in interface SpoutPacket
        +
        +
      • +
      + + + +
        +
      • +

        getPacketType

        +
        public PacketType getPacketType()
        +
        Description copied from interface: SpoutPacket
        +
        The type of packet represented. Used to rebuild the correct packet on the client.
        +
        +
        Specified by:
        +
        getPacketType in interface SpoutPacket
        +
        Returns:
        +
        packet type.
        +
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        Description copied from interface: SpoutPacket
        +
        Version of the packet this represents. Version numbers should start with 0. + Versions should be incremented any time the member variables or serialization of the packet changes, to prevent crashing. + Mismatched packet versions are discarded, and SpoutPacket.failure(int) is called.
        +
        +
        Specified by:
        +
        getVersion in interface SpoutPacket
        +
        Returns:
        +
        version
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/PacketSlotClick.html b/generated/1.5.2/org/getspout/spoutapi/packet/PacketSlotClick.html new file mode 100644 index 0000000..6a26129 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/PacketSlotClick.html @@ -0,0 +1,454 @@ + + + + + +PacketSlotClick (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.packet
+

Class PacketSlotClick

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.getspout.spoutapi.packet.PacketSlotClick
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    SpoutPacket
    +
    +
    +
    +
    public class PacketSlotClick
    +extends java.lang.Object
    +implements SpoutPacket
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidfailure(int playerId) +
      Performs any tasks for the packet after the data has NOT been successfully read into the packet.
      +
      intgetNumBytes() 
      PacketTypegetPacketType() +
      The type of packet represented.
      +
      intgetVersion() +
      Version of the packet this represents.
      +
      voidreadData(SpoutInputStream input) +
      Reads the incoming data from the client.
      +
      voidrun(int playerId) +
      Performs any tasks for the packet after data has been successfully read into the packet.
      +
      voidwriteData(SpoutOutputStream output) +
      Writes the outgoing data to the output stream.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PacketSlotClick

        +
        public PacketSlotClick()
        +
      • +
      + + + +
        +
      • +

        PacketSlotClick

        +
        public PacketSlotClick(Slot slot,
        +                       int button,
        +                       boolean holdingShift)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        readData

        +
        public void readData(SpoutInputStream input)
        +              throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Reads the incoming data from the client. +

        + Note: Data should be read in exactly the same order as it was written.

        +
        +
        Specified by:
        +
        readData in interface SpoutPacket
        +
        Parameters:
        +
        input - stream to read data from
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeData

        +
        public void writeData(SpoutOutputStream output)
        +               throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Writes the outgoing data to the output stream.
        +
        +
        Specified by:
        +
        writeData in interface SpoutPacket
        +
        Parameters:
        +
        output - to write data to
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        getNumBytes

        +
        public int getNumBytes()
        +
      • +
      + + + +
        +
      • +

        run

        +
        public void run(int playerId)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after data has been successfully read into the packet.
        +
        +
        Specified by:
        +
        run in interface SpoutPacket
        +
        Parameters:
        +
        playerId - for the packet
        +
        +
      • +
      + + + +
        +
      • +

        failure

        +
        public void failure(int playerId)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after the data has NOT been successfully read into the packet. + All values will be at defaults (0, null, etc) and are unsafe. +

        + Failure is run when the packet versions mismatch and data could not be safely read. +

        + It may not be called for all cases of failure.

        +
        +
        Specified by:
        +
        failure in interface SpoutPacket
        +
        +
      • +
      + + + +
        +
      • +

        getPacketType

        +
        public PacketType getPacketType()
        +
        Description copied from interface: SpoutPacket
        +
        The type of packet represented. Used to rebuild the correct packet on the client.
        +
        +
        Specified by:
        +
        getPacketType in interface SpoutPacket
        +
        Returns:
        +
        packet type.
        +
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        Description copied from interface: SpoutPacket
        +
        Version of the packet this represents. Version numbers should start with 0. + Versions should be incremented any time the member variables or serialization of the packet changes, to prevent crashing. + Mismatched packet versions are discarded, and SpoutPacket.failure(int) is called.
        +
        +
        Specified by:
        +
        getVersion in interface SpoutPacket
        +
        Returns:
        +
        version
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/PacketSpawnTextEntity.html b/generated/1.5.2/org/getspout/spoutapi/packet/PacketSpawnTextEntity.html new file mode 100644 index 0000000..303ca10 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/PacketSpawnTextEntity.html @@ -0,0 +1,432 @@ + + + + + +PacketSpawnTextEntity (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.packet
+

Class PacketSpawnTextEntity

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.getspout.spoutapi.packet.PacketSpawnTextEntity
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    SpoutPacket
    +
    +
    +
    +
    public class PacketSpawnTextEntity
    +extends java.lang.Object
    +implements SpoutPacket
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      PacketSpawnTextEntity(java.lang.String text, + Location location, + float scale, + int duration, + Vector movement) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidfailure(int playerId) +
      Performs any tasks for the packet after the data has NOT been successfully read into the packet.
      +
      PacketTypegetPacketType() +
      The type of packet represented.
      +
      intgetVersion() +
      Version of the packet this represents.
      +
      voidreadData(SpoutInputStream input) +
      Reads the incoming data from the client.
      +
      voidrun(int playerId) +
      Performs any tasks for the packet after data has been successfully read into the packet.
      +
      voidwriteData(SpoutOutputStream output) +
      Writes the outgoing data to the output stream.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PacketSpawnTextEntity

        +
        public PacketSpawnTextEntity(java.lang.String text,
        +                             Location location,
        +                             float scale,
        +                             int duration,
        +                             Vector movement)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        readData

        +
        public void readData(SpoutInputStream input)
        +              throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Reads the incoming data from the client. +

        + Note: Data should be read in exactly the same order as it was written.

        +
        +
        Specified by:
        +
        readData in interface SpoutPacket
        +
        Parameters:
        +
        input - stream to read data from
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeData

        +
        public void writeData(SpoutOutputStream output)
        +               throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Writes the outgoing data to the output stream.
        +
        +
        Specified by:
        +
        writeData in interface SpoutPacket
        +
        Parameters:
        +
        output - to write data to
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        run

        +
        public void run(int playerId)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after data has been successfully read into the packet.
        +
        +
        Specified by:
        +
        run in interface SpoutPacket
        +
        Parameters:
        +
        playerId - for the packet
        +
        +
      • +
      + + + +
        +
      • +

        failure

        +
        public void failure(int playerId)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after the data has NOT been successfully read into the packet. + All values will be at defaults (0, null, etc) and are unsafe. +

        + Failure is run when the packet versions mismatch and data could not be safely read. +

        + It may not be called for all cases of failure.

        +
        +
        Specified by:
        +
        failure in interface SpoutPacket
        +
        +
      • +
      + + + +
        +
      • +

        getPacketType

        +
        public PacketType getPacketType()
        +
        Description copied from interface: SpoutPacket
        +
        The type of packet represented. Used to rebuild the correct packet on the client.
        +
        +
        Specified by:
        +
        getPacketType in interface SpoutPacket
        +
        Returns:
        +
        packet type.
        +
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        Description copied from interface: SpoutPacket
        +
        Version of the packet this represents. Version numbers should start with 0. + Versions should be incremented any time the member variables or serialization of the packet changes, to prevent crashing. + Mismatched packet versions are discarded, and SpoutPacket.failure(int) is called.
        +
        +
        Specified by:
        +
        getVersion in interface SpoutPacket
        +
        Returns:
        +
        version
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/PacketStopMusic.html b/generated/1.5.2/org/getspout/spoutapi/packet/PacketStopMusic.html new file mode 100644 index 0000000..e102f4f --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/PacketStopMusic.html @@ -0,0 +1,438 @@ + + + + + +PacketStopMusic (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.packet
+

Class PacketStopMusic

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.getspout.spoutapi.packet.PacketStopMusic
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    SpoutPacket
    +
    +
    +
    +
    public class PacketStopMusic
    +extends java.lang.Object
    +implements SpoutPacket
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + + +
      Constructors 
      Constructor and Description
      PacketStopMusic() 
      PacketStopMusic(boolean resetTimer, + int fadeTime) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidfailure(int id) +
      Performs any tasks for the packet after the data has NOT been successfully read into the packet.
      +
      PacketTypegetPacketType() +
      The type of packet represented.
      +
      intgetVersion() +
      Version of the packet this represents.
      +
      voidreadData(SpoutInputStream input) +
      Reads the incoming data from the client.
      +
      voidrun(int PlayerId) +
      Performs any tasks for the packet after data has been successfully read into the packet.
      +
      voidwriteData(SpoutOutputStream output) +
      Writes the outgoing data to the output stream.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PacketStopMusic

        +
        public PacketStopMusic()
        +
      • +
      + + + +
        +
      • +

        PacketStopMusic

        +
        public PacketStopMusic(boolean resetTimer,
        +                       int fadeTime)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        readData

        +
        public void readData(SpoutInputStream input)
        +              throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Reads the incoming data from the client. +

        + Note: Data should be read in exactly the same order as it was written.

        +
        +
        Specified by:
        +
        readData in interface SpoutPacket
        +
        Parameters:
        +
        input - stream to read data from
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeData

        +
        public void writeData(SpoutOutputStream output)
        +               throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Writes the outgoing data to the output stream.
        +
        +
        Specified by:
        +
        writeData in interface SpoutPacket
        +
        Parameters:
        +
        output - to write data to
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        run

        +
        public void run(int PlayerId)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after data has been successfully read into the packet.
        +
        +
        Specified by:
        +
        run in interface SpoutPacket
        +
        Parameters:
        +
        PlayerId - for the packet
        +
        +
      • +
      + + + +
        +
      • +

        failure

        +
        public void failure(int id)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after the data has NOT been successfully read into the packet. + All values will be at defaults (0, null, etc) and are unsafe. +

        + Failure is run when the packet versions mismatch and data could not be safely read. +

        + It may not be called for all cases of failure.

        +
        +
        Specified by:
        +
        failure in interface SpoutPacket
        +
        +
      • +
      + + + +
        +
      • +

        getPacketType

        +
        public PacketType getPacketType()
        +
        Description copied from interface: SpoutPacket
        +
        The type of packet represented. Used to rebuild the correct packet on the client.
        +
        +
        Specified by:
        +
        getPacketType in interface SpoutPacket
        +
        Returns:
        +
        packet type.
        +
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        Description copied from interface: SpoutPacket
        +
        Version of the packet this represents. Version numbers should start with 0. + Versions should be incremented any time the member variables or serialization of the packet changes, to prevent crashing. + Mismatched packet versions are discarded, and SpoutPacket.failure(int) is called.
        +
        +
        Specified by:
        +
        getVersion in interface SpoutPacket
        +
        Returns:
        +
        version
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/PacketTexturePack.html b/generated/1.5.2/org/getspout/spoutapi/packet/PacketTexturePack.html new file mode 100644 index 0000000..f110e38 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/PacketTexturePack.html @@ -0,0 +1,438 @@ + + + + + +PacketTexturePack (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.packet
+

Class PacketTexturePack

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.getspout.spoutapi.packet.PacketTexturePack
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    SpoutPacket
    +
    +
    +
    +
    public class PacketTexturePack
    +extends java.lang.Object
    +implements SpoutPacket
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidfailure(int id) +
      Performs any tasks for the packet after the data has NOT been successfully read into the packet.
      +
      PacketTypegetPacketType() +
      The type of packet represented.
      +
      intgetVersion() +
      Version of the packet this represents.
      +
      voidreadData(SpoutInputStream input) +
      Reads the incoming data from the client.
      +
      voidrun(int PlayerId) +
      Performs any tasks for the packet after data has been successfully read into the packet.
      +
      voidwriteData(SpoutOutputStream output) +
      Writes the outgoing data to the output stream.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PacketTexturePack

        +
        public PacketTexturePack()
        +
      • +
      + + + +
        +
      • +

        PacketTexturePack

        +
        public PacketTexturePack(java.lang.String url,
        +                         long expectedCRC)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        readData

        +
        public void readData(SpoutInputStream input)
        +              throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Reads the incoming data from the client. +

        + Note: Data should be read in exactly the same order as it was written.

        +
        +
        Specified by:
        +
        readData in interface SpoutPacket
        +
        Parameters:
        +
        input - stream to read data from
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeData

        +
        public void writeData(SpoutOutputStream output)
        +               throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Writes the outgoing data to the output stream.
        +
        +
        Specified by:
        +
        writeData in interface SpoutPacket
        +
        Parameters:
        +
        output - to write data to
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        run

        +
        public void run(int PlayerId)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after data has been successfully read into the packet.
        +
        +
        Specified by:
        +
        run in interface SpoutPacket
        +
        Parameters:
        +
        PlayerId - for the packet
        +
        +
      • +
      + + + +
        +
      • +

        failure

        +
        public void failure(int id)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after the data has NOT been successfully read into the packet. + All values will be at defaults (0, null, etc) and are unsafe. +

        + Failure is run when the packet versions mismatch and data could not be safely read. +

        + It may not be called for all cases of failure.

        +
        +
        Specified by:
        +
        failure in interface SpoutPacket
        +
        +
      • +
      + + + +
        +
      • +

        getPacketType

        +
        public PacketType getPacketType()
        +
        Description copied from interface: SpoutPacket
        +
        The type of packet represented. Used to rebuild the correct packet on the client.
        +
        +
        Specified by:
        +
        getPacketType in interface SpoutPacket
        +
        Returns:
        +
        packet type.
        +
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        Description copied from interface: SpoutPacket
        +
        Version of the packet this represents. Version numbers should start with 0. + Versions should be incremented any time the member variables or serialization of the packet changes, to prevent crashing. + Mismatched packet versions are discarded, and SpoutPacket.failure(int) is called.
        +
        +
        Specified by:
        +
        getVersion in interface SpoutPacket
        +
        Returns:
        +
        version
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/PacketType.html b/generated/1.5.2/org/getspout/spoutapi/packet/PacketType.html new file mode 100644 index 0000000..2bd640d --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/PacketType.html @@ -0,0 +1,1037 @@ + + + + + +PacketType (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.packet
+

Enum PacketType

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • java.lang.Enum<PacketType>
    • +
    • +
        +
      • org.getspout.spoutapi.packet.PacketType
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable, java.lang.Comparable<PacketType>
    +
    +
    +
    +
    public enum PacketType
    +extends java.lang.Enum<PacketType>
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Enum Constant Detail

      + + + +
        +
      • +

        PacketKeyPress

        +
        public static final PacketType PacketKeyPress
        +
      • +
      + + + +
        +
      • +

        PacketAirTime

        +
        public static final PacketType PacketAirTime
        +
      • +
      + + + +
        +
      • +

        PacketSkinURL

        +
        public static final PacketType PacketSkinURL
        +
      • +
      + + + +
        +
      • +

        PacketEntityTitle

        +
        public static final PacketType PacketEntityTitle
        +
      • +
      + + + +
        +
      • +

        PacketRenderDistance

        +
        public static final PacketType PacketRenderDistance
        +
      • +
      + + + +
        +
      • +

        PacketAlert

        +
        public static final PacketType PacketAlert
        +
      • +
      + + + +
        +
      • +

        PacketPlaySound

        +
        public static final PacketType PacketPlaySound
        +
      • +
      + + + +
        +
      • +

        PacketDownloadMusic

        +
        public static final PacketType PacketDownloadMusic
        +
      • +
      + + + +
        +
      • +

        PacketClipboardText

        +
        public static final PacketType PacketClipboardText
        +
      • +
      + + + +
        +
      • +

        PacketMusicChange

        +
        public static final PacketType PacketMusicChange
        +
      • +
      + + + +
        +
      • +

        PacketWidget

        +
        public static final PacketType PacketWidget
        +
      • +
      + + + +
        +
      • +

        PacketStopMusic

        +
        public static final PacketType PacketStopMusic
        +
      • +
      + + + +
        +
      • +

        PacketItemName

        +
        public static final PacketType PacketItemName
        +
      • +
      + + + +
        +
      • +

        PacketSky

        +
        public static final PacketType PacketSky
        +
      • +
      + + + +
        +
      • +

        PacketTexturePack

        +
        public static final PacketType PacketTexturePack
        +
      • +
      + + + +
        +
      • +

        PacketNotification

        +
        public static final PacketType PacketNotification
        +
      • +
      + + + +
        +
      • +

        PacketScreenAction

        +
        public static final PacketType PacketScreenAction
        +
      • +
      + + + +
        +
      • +

        PacketControlAction

        +
        public static final PacketType PacketControlAction
        +
      • +
      + + + +
        +
      • +

        PacketAllowVisualCheats

        +
        public static final PacketType PacketAllowVisualCheats
        +
      • +
      + + + +
        +
      • +

        PacketWidgetRemove

        +
        public static final PacketType PacketWidgetRemove
        +
      • +
      + + + +
        +
      • +

        PacketEntitySkin

        +
        public static final PacketType PacketEntitySkin
        +
      • +
      + + + +
        +
      • +

        PacketOpenScreen

        +
        public static final PacketType PacketOpenScreen
        +
      • +
      + + + +
        +
      • +

        PacketPreCacheFile

        +
        public static final PacketType PacketPreCacheFile
        +
      • +
      + + + +
        +
      • +

        PacketCacheFile

        +
        public static final PacketType PacketCacheFile
        +
      • +
      + + + +
        +
      • +

        PacketCacheDeleteFile

        +
        public static final PacketType PacketCacheDeleteFile
        +
      • +
      + + + +
        +
      • +

        PacketPreCacheCompleted

        +
        public static final PacketType PacketPreCacheCompleted
        +
      • +
      + + + +
        +
      • +

        PacketMovementModifiers

        +
        public static final PacketType PacketMovementModifiers
        +
      • +
      + + + +
        +
      • +

        PacketSetVelocity

        +
        public static final PacketType PacketSetVelocity
        +
      • +
      + + + +
        +
      • +

        PacketFullVersion

        +
        public static final PacketType PacketFullVersion
        +
      • +
      + + + +
        +
      • +

        PacketOpenSignGUI

        +
        public static final PacketType PacketOpenSignGUI
        +
      • +
      + + + +
        +
      • +

        PacketCustomBlockOverride

        +
        public static final PacketType PacketCustomBlockOverride
        +
      • +
      + + + +
        +
      • +

        PacketCustomBlockDesign

        +
        public static final PacketType PacketCustomBlockDesign
        +
      • +
      + + + +
        +
      • +

        PacketKeyBinding

        +
        public static final PacketType PacketKeyBinding
        +
      • +
      + + + +
        +
      • +

        PacketBlockData

        +
        public static final PacketType PacketBlockData
        +
      • +
      + + + +
        +
      • +

        PacketCustomMultiBlockOverride

        +
        public static final PacketType PacketCustomMultiBlockOverride
        +
      • +
      + + + +
        +
      • +

        PacketServerPlugins

        +
        public static final PacketType PacketServerPlugins
        +
      • +
      + + + +
        +
      • +

        PacketAddonData

        +
        public static final PacketType PacketAddonData
        +
      • +
      + + + +
        +
      • +

        PacketScreenshot

        +
        public static final PacketType PacketScreenshot
        +
      • +
      + + + +
        +
      • +

        PacketCustomItem

        +
        public static final PacketType PacketCustomItem
        +
      • +
      + + + +
        +
      • +

        PacketCustomTool

        +
        public static final PacketType PacketCustomTool
        +
      • +
      + + + +
        +
      • +

        PacketCustomBlock

        +
        public static final PacketType PacketCustomBlock
        +
      • +
      + + + +
        +
      • +

        PacketCustomBlockChunkOverride

        +
        public static final PacketType PacketCustomBlockChunkOverride
        +
      • +
      + + + +
        +
      • +

        PacketCustomFood

        +
        public static final PacketType PacketCustomFood
        +
      • +
      + + + +
        +
      • +

        PacketEntityInformation

        +
        public static final PacketType PacketEntityInformation
        +
      • +
      + + + +
        +
      • +

        PacketComboBox

        +
        public static final PacketType PacketComboBox
        +
      • +
      + + + +
        +
      • +

        PacketFocusUpdate

        +
        public static final PacketType PacketFocusUpdate
        +
      • +
      + + + +
        +
      • +

        PacketClientAddons

        +
        public static final PacketType PacketClientAddons
        +
      • +
      + + + +
        +
      • +

        PacketPermissionUpdate

        +
        public static final PacketType PacketPermissionUpdate
        +
      • +
      + + + +
        +
      • +

        PacketSpawnTextEntity

        +
        public static final PacketType PacketSpawnTextEntity
        +
      • +
      + + + +
        +
      • +

        PacketSlotClick

        +
        public static final PacketType PacketSlotClick
        +
      • +
      + + + +
        +
      • +

        PacketWaypoint

        +
        public static final PacketType PacketWaypoint
        +
      • +
      + + + +
        +
      • +

        PacketParticle

        +
        public static final PacketType PacketParticle
        +
      • +
      + + + +
        +
      • +

        PacketAccessory

        +
        public static final PacketType PacketAccessory
        +
      • +
      + + + +
        +
      • +

        PacketValidatePrecache

        +
        public static final PacketType PacketValidatePrecache
        +
      • +
      + + + +
        +
      • +

        PacketRequestPrecache

        +
        public static final PacketType PacketRequestPrecache
        +
      • +
      + + + +
        +
      • +

        PacketSendPrecache

        +
        public static final PacketType PacketSendPrecache
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        values

        +
        public static PacketType[] values()
        +
        Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
        +for (PacketType c : PacketType.values())
        +    System.out.println(c);
        +
        +
        +
        Returns:
        +
        an array containing the constants of this enum type, in the order they are declared
        +
        +
      • +
      + + + +
        +
      • +

        valueOf

        +
        public static PacketType valueOf(java.lang.String name)
        +
        Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)
        +
        +
        Parameters:
        +
        name - the name of the enum constant to be returned.
        +
        Returns:
        +
        the enum constant with the specified name
        +
        Throws:
        +
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        +
        java.lang.NullPointerException - if the argument is null
        +
        +
      • +
      + + + +
        +
      • +

        getId

        +
        public int getId()
        +
      • +
      + + + +
        +
      • +

        getPacketClass

        +
        public java.lang.Class<? extends SpoutPacket> getPacketClass()
        +
      • +
      + + + +
        +
      • +

        getPacketFromId

        +
        public static PacketType getPacketFromId(int id)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/PacketUtil.html b/generated/1.5.2/org/getspout/spoutapi/packet/PacketUtil.html new file mode 100644 index 0000000..1d86202 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/PacketUtil.html @@ -0,0 +1,496 @@ + + + + + +PacketUtil (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.packet
+

Class PacketUtil

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.getspout.spoutapi.packet.PacketUtil
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public abstract class PacketUtil
    +extends java.lang.Object
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PacketUtil

        +
        public PacketUtil()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        readIntArray

        +
        public static int[] readIntArray(SpoutInputStream input)
        +                          throws java.io.IOException
        +
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        readQuadFloat

        +
        public static float[] readQuadFloat(SpoutInputStream input)
        +                             throws java.io.IOException
        +
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        getDoubleArrayLength

        +
        public static int getDoubleArrayLength(float[][] doubleArray)
        +
      • +
      + + + +
        +
      • +

        readDoubleArray

        +
        public static float[][] readDoubleArray(SpoutInputStream input)
        +                                 throws java.io.IOException
        +
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeIntArray

        +
        public static void writeIntArray(SpoutOutputStream output,
        +                                 int[] ints)
        +                          throws java.io.IOException
        +
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeIntArray

        +
        public static void writeIntArray(java.io.DataOutputStream output,
        +                                 int[] ints)
        +                          throws java.io.IOException
        +
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeQuadFloat

        +
        public static void writeQuadFloat(SpoutOutputStream output,
        +                                  float[] floats)
        +                           throws java.io.IOException
        +
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeQuadFloat

        +
        public static void writeQuadFloat(java.io.DataOutputStream output,
        +                                  float[] floats)
        +                           throws java.io.IOException
        +
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeDoubleArray

        +
        public static void writeDoubleArray(SpoutOutputStream output,
        +                                    float[][] floats)
        +                             throws java.io.IOException
        +
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeDoubleArray

        +
        public static void writeDoubleArray(java.io.DataOutputStream output,
        +                                    float[][] floats)
        +                             throws java.io.IOException
        +
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeString

        +
        public static void writeString(java.io.DataOutputStream output,
        +                               java.lang.String string)
        +                        throws java.io.IOException
        +
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        readString

        +
        public static java.lang.String readString(java.io.DataInputStream input)
        +                                   throws java.io.IOException
        +
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/PacketValidatePrecache.html b/generated/1.5.2/org/getspout/spoutapi/packet/PacketValidatePrecache.html new file mode 100644 index 0000000..91ce4e0 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/PacketValidatePrecache.html @@ -0,0 +1,424 @@ + + + + + +PacketValidatePrecache (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.packet
+

Class PacketValidatePrecache

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.getspout.spoutapi.packet.PacketValidatePrecache
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    SpoutPacket
    +
    +
    +
    +
    public class PacketValidatePrecache
    +extends java.lang.Object
    +implements SpoutPacket
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      PacketValidatePrecache(java.util.HashMap<Plugin,java.lang.Long> pluginMap) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidfailure(int playerId) +
      Performs any tasks for the packet after the data has NOT been successfully read into the packet.
      +
      PacketTypegetPacketType() +
      The type of packet represented.
      +
      intgetVersion() +
      Version of the packet this represents.
      +
      voidreadData(SpoutInputStream input) +
      Reads the incoming data from the client.
      +
      voidrun(int playerId) +
      Performs any tasks for the packet after data has been successfully read into the packet.
      +
      voidwriteData(SpoutOutputStream output) +
      Writes the outgoing data to the output stream.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PacketValidatePrecache

        +
        public PacketValidatePrecache(java.util.HashMap<Plugin,java.lang.Long> pluginMap)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        readData

        +
        public void readData(SpoutInputStream input)
        +              throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Reads the incoming data from the client. +

        + Note: Data should be read in exactly the same order as it was written.

        +
        +
        Specified by:
        +
        readData in interface SpoutPacket
        +
        Parameters:
        +
        input - stream to read data from
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeData

        +
        public void writeData(SpoutOutputStream output)
        +               throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Writes the outgoing data to the output stream.
        +
        +
        Specified by:
        +
        writeData in interface SpoutPacket
        +
        Parameters:
        +
        output - to write data to
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        run

        +
        public void run(int playerId)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after data has been successfully read into the packet.
        +
        +
        Specified by:
        +
        run in interface SpoutPacket
        +
        Parameters:
        +
        playerId - for the packet
        +
        +
      • +
      + + + +
        +
      • +

        failure

        +
        public void failure(int playerId)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after the data has NOT been successfully read into the packet. + All values will be at defaults (0, null, etc) and are unsafe. +

        + Failure is run when the packet versions mismatch and data could not be safely read. +

        + It may not be called for all cases of failure.

        +
        +
        Specified by:
        +
        failure in interface SpoutPacket
        +
        +
      • +
      + + + +
        +
      • +

        getPacketType

        +
        public PacketType getPacketType()
        +
        Description copied from interface: SpoutPacket
        +
        The type of packet represented. Used to rebuild the correct packet on the client.
        +
        +
        Specified by:
        +
        getPacketType in interface SpoutPacket
        +
        Returns:
        +
        packet type.
        +
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        Description copied from interface: SpoutPacket
        +
        Version of the packet this represents. Version numbers should start with 0. + Versions should be incremented any time the member variables or serialization of the packet changes, to prevent crashing. + Mismatched packet versions are discarded, and SpoutPacket.failure(int) is called.
        +
        +
        Specified by:
        +
        getVersion in interface SpoutPacket
        +
        Returns:
        +
        version
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/PacketWaypoint.html b/generated/1.5.2/org/getspout/spoutapi/packet/PacketWaypoint.html new file mode 100644 index 0000000..6908b35 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/PacketWaypoint.html @@ -0,0 +1,462 @@ + + + + + +PacketWaypoint (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.packet
+

Class PacketWaypoint

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.getspout.spoutapi.packet.PacketWaypoint
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    SpoutPacket
    +
    +
    +
    +
    public class PacketWaypoint
    +extends java.lang.Object
    +implements SpoutPacket
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + + + + + +
      Constructors 
      Constructor and Description
      PacketWaypoint() 
      PacketWaypoint(double x, + double y, + double z, + java.lang.String name) 
      PacketWaypoint(double x, + double y, + double z, + java.lang.String name, + boolean death) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidfailure(int playerId) +
      Performs any tasks for the packet after the data has NOT been successfully read into the packet.
      +
      PacketTypegetPacketType() +
      The type of packet represented.
      +
      intgetVersion() +
      Version of the packet this represents.
      +
      voidreadData(SpoutInputStream input) +
      Reads the incoming data from the client.
      +
      voidrun(int playerId) +
      Performs any tasks for the packet after data has been successfully read into the packet.
      +
      voidwriteData(SpoutOutputStream output) +
      Writes the outgoing data to the output stream.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PacketWaypoint

        +
        public PacketWaypoint()
        +
      • +
      + + + +
        +
      • +

        PacketWaypoint

        +
        public PacketWaypoint(double x,
        +                      double y,
        +                      double z,
        +                      java.lang.String name)
        +
      • +
      + + + +
        +
      • +

        PacketWaypoint

        +
        public PacketWaypoint(double x,
        +                      double y,
        +                      double z,
        +                      java.lang.String name,
        +                      boolean death)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        readData

        +
        public void readData(SpoutInputStream input)
        +              throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Reads the incoming data from the client. +

        + Note: Data should be read in exactly the same order as it was written.

        +
        +
        Specified by:
        +
        readData in interface SpoutPacket
        +
        Parameters:
        +
        input - stream to read data from
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeData

        +
        public void writeData(SpoutOutputStream output)
        +               throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Writes the outgoing data to the output stream.
        +
        +
        Specified by:
        +
        writeData in interface SpoutPacket
        +
        Parameters:
        +
        output - to write data to
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        run

        +
        public void run(int playerId)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after data has been successfully read into the packet.
        +
        +
        Specified by:
        +
        run in interface SpoutPacket
        +
        Parameters:
        +
        playerId - for the packet
        +
        +
      • +
      + + + +
        +
      • +

        failure

        +
        public void failure(int playerId)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after the data has NOT been successfully read into the packet. + All values will be at defaults (0, null, etc) and are unsafe. +

        + Failure is run when the packet versions mismatch and data could not be safely read. +

        + It may not be called for all cases of failure.

        +
        +
        Specified by:
        +
        failure in interface SpoutPacket
        +
        +
      • +
      + + + +
        +
      • +

        getPacketType

        +
        public PacketType getPacketType()
        +
        Description copied from interface: SpoutPacket
        +
        The type of packet represented. Used to rebuild the correct packet on the client.
        +
        +
        Specified by:
        +
        getPacketType in interface SpoutPacket
        +
        Returns:
        +
        packet type.
        +
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        Description copied from interface: SpoutPacket
        +
        Version of the packet this represents. Version numbers should start with 0. + Versions should be incremented any time the member variables or serialization of the packet changes, to prevent crashing. + Mismatched packet versions are discarded, and SpoutPacket.failure(int) is called.
        +
        +
        Specified by:
        +
        getVersion in interface SpoutPacket
        +
        Returns:
        +
        version
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/PacketWidget.html b/generated/1.5.2/org/getspout/spoutapi/packet/PacketWidget.html new file mode 100644 index 0000000..7f20d7a --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/PacketWidget.html @@ -0,0 +1,489 @@ + + + + + +PacketWidget (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.packet
+

Class PacketWidget

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.getspout.spoutapi.packet.PacketWidget
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    SpoutPacket
    +
    +
    +
    +
    public class PacketWidget
    +extends java.lang.Object
    +implements SpoutPacket
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      protected java.util.UUIDscreen 
      protected Widgetwidget 
      +
    • +
    + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidfailure(int id) +
      Performs any tasks for the packet after the data has NOT been successfully read into the packet.
      +
      PacketTypegetPacketType() +
      The type of packet represented.
      +
      intgetVersion() +
      Version of the packet this represents.
      +
      voidreadData(SpoutInputStream input) +
      Reads the incoming data from the client.
      +
      voidrun(int PlayerId) +
      Performs any tasks for the packet after data has been successfully read into the packet.
      +
      voidwriteData(SpoutOutputStream output) +
      Writes the outgoing data to the output stream.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        widget

        +
        protected Widget widget
        +
      • +
      + + + +
        +
      • +

        screen

        +
        protected java.util.UUID screen
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PacketWidget

        +
        public PacketWidget()
        +
      • +
      + + + +
        +
      • +

        PacketWidget

        +
        public PacketWidget(Widget widget,
        +                    java.util.UUID screen)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        readData

        +
        public void readData(SpoutInputStream input)
        +              throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Reads the incoming data from the client. +

        + Note: Data should be read in exactly the same order as it was written.

        +
        +
        Specified by:
        +
        readData in interface SpoutPacket
        +
        Parameters:
        +
        input - stream to read data from
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeData

        +
        public void writeData(SpoutOutputStream output)
        +               throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Writes the outgoing data to the output stream.
        +
        +
        Specified by:
        +
        writeData in interface SpoutPacket
        +
        Parameters:
        +
        output - to write data to
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        run

        +
        public void run(int PlayerId)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after data has been successfully read into the packet.
        +
        +
        Specified by:
        +
        run in interface SpoutPacket
        +
        Parameters:
        +
        PlayerId - for the packet
        +
        +
      • +
      + + + +
        +
      • +

        failure

        +
        public void failure(int id)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after the data has NOT been successfully read into the packet. + All values will be at defaults (0, null, etc) and are unsafe. +

        + Failure is run when the packet versions mismatch and data could not be safely read. +

        + It may not be called for all cases of failure.

        +
        +
        Specified by:
        +
        failure in interface SpoutPacket
        +
        +
      • +
      + + + +
        +
      • +

        getPacketType

        +
        public PacketType getPacketType()
        +
        Description copied from interface: SpoutPacket
        +
        The type of packet represented. Used to rebuild the correct packet on the client.
        +
        +
        Specified by:
        +
        getPacketType in interface SpoutPacket
        +
        Returns:
        +
        packet type.
        +
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        Description copied from interface: SpoutPacket
        +
        Version of the packet this represents. Version numbers should start with 0. + Versions should be incremented any time the member variables or serialization of the packet changes, to prevent crashing. + Mismatched packet versions are discarded, and SpoutPacket.failure(int) is called.
        +
        +
        Specified by:
        +
        getVersion in interface SpoutPacket
        +
        Returns:
        +
        version
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/PacketWidgetRemove.html b/generated/1.5.2/org/getspout/spoutapi/packet/PacketWidgetRemove.html new file mode 100644 index 0000000..eab1069 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/PacketWidgetRemove.html @@ -0,0 +1,475 @@ + + + + + +PacketWidgetRemove (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.packet
+

Class PacketWidgetRemove

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.getspout.spoutapi.packet.PacketWidgetRemove
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    SpoutPacket
    +
    +
    +
    +
    public class PacketWidgetRemove
    +extends java.lang.Object
    +implements SpoutPacket
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      protected Widgetwidget 
      +
    • +
    + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidfailure(int id) +
      Performs any tasks for the packet after the data has NOT been successfully read into the packet.
      +
      PacketTypegetPacketType() +
      The type of packet represented.
      +
      intgetVersion() +
      Version of the packet this represents.
      +
      voidreadData(SpoutInputStream input) +
      Reads the incoming data from the client.
      +
      voidrun(int PlayerId) +
      Performs any tasks for the packet after data has been successfully read into the packet.
      +
      voidwriteData(SpoutOutputStream output) +
      Writes the outgoing data to the output stream.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        widget

        +
        protected Widget widget
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PacketWidgetRemove

        +
        public PacketWidgetRemove()
        +
      • +
      + + + +
        +
      • +

        PacketWidgetRemove

        +
        public PacketWidgetRemove(Widget widget,
        +                          java.util.UUID screen)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        readData

        +
        public void readData(SpoutInputStream input)
        +              throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Reads the incoming data from the client. +

        + Note: Data should be read in exactly the same order as it was written.

        +
        +
        Specified by:
        +
        readData in interface SpoutPacket
        +
        Parameters:
        +
        input - stream to read data from
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeData

        +
        public void writeData(SpoutOutputStream output)
        +               throws java.io.IOException
        +
        Description copied from interface: SpoutPacket
        +
        Writes the outgoing data to the output stream.
        +
        +
        Specified by:
        +
        writeData in interface SpoutPacket
        +
        Parameters:
        +
        output - to write data to
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        run

        +
        public void run(int PlayerId)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after data has been successfully read into the packet.
        +
        +
        Specified by:
        +
        run in interface SpoutPacket
        +
        Parameters:
        +
        PlayerId - for the packet
        +
        +
      • +
      + + + +
        +
      • +

        failure

        +
        public void failure(int id)
        +
        Description copied from interface: SpoutPacket
        +
        Performs any tasks for the packet after the data has NOT been successfully read into the packet. + All values will be at defaults (0, null, etc) and are unsafe. +

        + Failure is run when the packet versions mismatch and data could not be safely read. +

        + It may not be called for all cases of failure.

        +
        +
        Specified by:
        +
        failure in interface SpoutPacket
        +
        +
      • +
      + + + +
        +
      • +

        getPacketType

        +
        public PacketType getPacketType()
        +
        Description copied from interface: SpoutPacket
        +
        The type of packet represented. Used to rebuild the correct packet on the client.
        +
        +
        Specified by:
        +
        getPacketType in interface SpoutPacket
        +
        Returns:
        +
        packet type.
        +
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        Description copied from interface: SpoutPacket
        +
        Version of the packet this represents. Version numbers should start with 0. + Versions should be incremented any time the member variables or serialization of the packet changes, to prevent crashing. + Mismatched packet versions are discarded, and SpoutPacket.failure(int) is called.
        +
        +
        Specified by:
        +
        getVersion in interface SpoutPacket
        +
        Returns:
        +
        version
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/ScreenAction.html b/generated/1.5.2/org/getspout/spoutapi/packet/ScreenAction.html new file mode 100644 index 0000000..3f0bd1d --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/ScreenAction.html @@ -0,0 +1,387 @@ + + + + + +ScreenAction (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.packet
+

Enum ScreenAction

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • java.lang.Enum<ScreenAction>
    • +
    • +
        +
      • org.getspout.spoutapi.packet.ScreenAction
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable, java.lang.Comparable<ScreenAction>
    +
    +
    +
    +
    public enum ScreenAction
    +extends java.lang.Enum<ScreenAction>
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Enum Constant Summary

      + + + + + + + + + + + + + + +
      Enum Constants 
      Enum Constant and Description
      Close 
      Force_Close 
      Open 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      intgetId() 
      static ScreenActiongetScreenActionFromId(int id) 
      static ScreenActionvalueOf(java.lang.String name) +
      Returns the enum constant of this type with the specified name.
      +
      static ScreenAction[]values() +
      Returns an array containing the constants of this enum type, in +the order they are declared.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Enum

        +clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +getClass, notify, notifyAll, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        values

        +
        public static ScreenAction[] values()
        +
        Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
        +for (ScreenAction c : ScreenAction.values())
        +    System.out.println(c);
        +
        +
        +
        Returns:
        +
        an array containing the constants of this enum type, in the order they are declared
        +
        +
      • +
      + + + +
        +
      • +

        valueOf

        +
        public static ScreenAction valueOf(java.lang.String name)
        +
        Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)
        +
        +
        Parameters:
        +
        name - the name of the enum constant to be returned.
        +
        Returns:
        +
        the enum constant with the specified name
        +
        Throws:
        +
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        +
        java.lang.NullPointerException - if the argument is null
        +
        +
      • +
      + + + +
        +
      • +

        getId

        +
        public int getId()
        +
      • +
      + + + +
        +
      • +

        getScreenActionFromId

        +
        public static ScreenAction getScreenActionFromId(int id)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/SpoutPacket.html b/generated/1.5.2/org/getspout/spoutapi/packet/SpoutPacket.html new file mode 100644 index 0000000..c043afe --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/SpoutPacket.html @@ -0,0 +1,361 @@ + + + + + +SpoutPacket (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.packet
+

Interface SpoutPacket

+
+
+ +
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Abstract Methods 
      Modifier and TypeMethod and Description
      voidfailure(int playerId) +
      Performs any tasks for the packet after the data has NOT been successfully read into the packet.
      +
      PacketTypegetPacketType() +
      The type of packet represented.
      +
      intgetVersion() +
      Version of the packet this represents.
      +
      voidreadData(SpoutInputStream input) +
      Reads the incoming data from the client.
      +
      voidrun(int playerId) +
      Performs any tasks for the packet after data has been successfully read into the packet.
      +
      voidwriteData(SpoutOutputStream output) +
      Writes the outgoing data to the output stream.
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        readData

        +
        void readData(SpoutInputStream input)
        +       throws java.io.IOException
        +
        Reads the incoming data from the client. +

        + Note: Data should be read in exactly the same order as it was written.

        +
        +
        Parameters:
        +
        input - stream to read data from
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeData

        +
        void writeData(SpoutOutputStream output)
        +        throws java.io.IOException
        +
        Writes the outgoing data to the output stream.
        +
        +
        Parameters:
        +
        output - to write data to
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        run

        +
        void run(int playerId)
        +
        Performs any tasks for the packet after data has been successfully read into the packet.
        +
        +
        Parameters:
        +
        playerId - for the packet
        +
        +
      • +
      + + + +
        +
      • +

        failure

        +
        void failure(int playerId)
        +
        Performs any tasks for the packet after the data has NOT been successfully read into the packet. + All values will be at defaults (0, null, etc) and are unsafe. +

        + Failure is run when the packet versions mismatch and data could not be safely read. +

        + It may not be called for all cases of failure.

        +
        +
        Parameters:
        +
        playerId -
        +
        +
      • +
      + + + +
        +
      • +

        getPacketType

        +
        PacketType getPacketType()
        +
        The type of packet represented. Used to rebuild the correct packet on the client.
        +
        +
        Returns:
        +
        packet type.
        +
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        int getVersion()
        +
        Version of the packet this represents. Version numbers should start with 0. + Versions should be incremented any time the member variables or serialization of the packet changes, to prevent crashing. + Mismatched packet versions are discarded, and failure(int) is called.
        +
        +
        Returns:
        +
        version
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/class-use/CompressablePacket.html b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/CompressablePacket.html new file mode 100644 index 0000000..8e0e62d --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/CompressablePacket.html @@ -0,0 +1,208 @@ + + + + + +Uses of Interface org.getspout.spoutapi.packet.CompressablePacket (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Interface
org.getspout.spoutapi.packet.CompressablePacket

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/class-use/CompressiblePacket.html b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/CompressiblePacket.html new file mode 100644 index 0000000..746b74b --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/CompressiblePacket.html @@ -0,0 +1,195 @@ + + + + + +Uses of Interface org.getspout.spoutapi.packet.CompressiblePacket (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Interface
org.getspout.spoutapi.packet.CompressiblePacket

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketAccessory.html b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketAccessory.html new file mode 100644 index 0000000..18f384a --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketAccessory.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.packet.PacketAccessory (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.packet.PacketAccessory

+
+
No usage of org.getspout.spoutapi.packet.PacketAccessory
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketAddonData.html b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketAddonData.html new file mode 100644 index 0000000..33d6832 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketAddonData.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.packet.PacketAddonData (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.packet.PacketAddonData

+
+
No usage of org.getspout.spoutapi.packet.PacketAddonData
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketAirTime.html b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketAirTime.html new file mode 100644 index 0000000..c276d06 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketAirTime.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.packet.PacketAirTime (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.packet.PacketAirTime

+
+
No usage of org.getspout.spoutapi.packet.PacketAirTime
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketAlert.html b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketAlert.html new file mode 100644 index 0000000..d092b59 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketAlert.html @@ -0,0 +1,171 @@ + + + + + +Uses of Class org.getspout.spoutapi.packet.PacketAlert (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.packet.PacketAlert

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketAllowVisualCheats.html b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketAllowVisualCheats.html new file mode 100644 index 0000000..9545ab2 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketAllowVisualCheats.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.packet.PacketAllowVisualCheats (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.packet.PacketAllowVisualCheats

+
+
No usage of org.getspout.spoutapi.packet.PacketAllowVisualCheats
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketBlockData.html b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketBlockData.html new file mode 100644 index 0000000..ac89e04 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketBlockData.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.packet.PacketBlockData (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.packet.PacketBlockData

+
+
No usage of org.getspout.spoutapi.packet.PacketBlockData
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketCacheDeleteFile.html b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketCacheDeleteFile.html new file mode 100644 index 0000000..c8841a7 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketCacheDeleteFile.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.packet.PacketCacheDeleteFile (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.packet.PacketCacheDeleteFile

+
+
No usage of org.getspout.spoutapi.packet.PacketCacheDeleteFile
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketCacheFile.html b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketCacheFile.html new file mode 100644 index 0000000..b60d7b0 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketCacheFile.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.packet.PacketCacheFile (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.packet.PacketCacheFile

+
+
No usage of org.getspout.spoutapi.packet.PacketCacheFile
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketClientAddons.html b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketClientAddons.html new file mode 100644 index 0000000..b95f13b --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketClientAddons.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.packet.PacketClientAddons (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.packet.PacketClientAddons

+
+
No usage of org.getspout.spoutapi.packet.PacketClientAddons
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketClipboardText.html b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketClipboardText.html new file mode 100644 index 0000000..7861786 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketClipboardText.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.packet.PacketClipboardText (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.packet.PacketClipboardText

+
+
No usage of org.getspout.spoutapi.packet.PacketClipboardText
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketComboBox.html b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketComboBox.html new file mode 100644 index 0000000..c305de8 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketComboBox.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.packet.PacketComboBox (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.packet.PacketComboBox

+
+
No usage of org.getspout.spoutapi.packet.PacketComboBox
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketControlAction.html b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketControlAction.html new file mode 100644 index 0000000..5018efe --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketControlAction.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.packet.PacketControlAction (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.packet.PacketControlAction

+
+
No usage of org.getspout.spoutapi.packet.PacketControlAction
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketCustomBlockChunkOverride.html b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketCustomBlockChunkOverride.html new file mode 100644 index 0000000..e61ddcb --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketCustomBlockChunkOverride.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.packet.PacketCustomBlockChunkOverride (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.packet.PacketCustomBlockChunkOverride

+
+
No usage of org.getspout.spoutapi.packet.PacketCustomBlockChunkOverride
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketCustomBlockDesign.html b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketCustomBlockDesign.html new file mode 100644 index 0000000..42d6679 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketCustomBlockDesign.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.packet.PacketCustomBlockDesign (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.packet.PacketCustomBlockDesign

+
+
No usage of org.getspout.spoutapi.packet.PacketCustomBlockDesign
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketCustomBlockOverride.html b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketCustomBlockOverride.html new file mode 100644 index 0000000..bc6b3de --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketCustomBlockOverride.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.packet.PacketCustomBlockOverride (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.packet.PacketCustomBlockOverride

+
+
No usage of org.getspout.spoutapi.packet.PacketCustomBlockOverride
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketCustomMultiBlockOverride.html b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketCustomMultiBlockOverride.html new file mode 100644 index 0000000..7f17ea5 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketCustomMultiBlockOverride.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.packet.PacketCustomMultiBlockOverride (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.packet.PacketCustomMultiBlockOverride

+
+
No usage of org.getspout.spoutapi.packet.PacketCustomMultiBlockOverride
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketDownloadMusic.html b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketDownloadMusic.html new file mode 100644 index 0000000..fc97f04 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketDownloadMusic.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.packet.PacketDownloadMusic (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.packet.PacketDownloadMusic

+
+
No usage of org.getspout.spoutapi.packet.PacketDownloadMusic
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketEntityInformation.html b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketEntityInformation.html new file mode 100644 index 0000000..8f89344 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketEntityInformation.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.packet.PacketEntityInformation (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.packet.PacketEntityInformation

+
+
No usage of org.getspout.spoutapi.packet.PacketEntityInformation
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketEntitySkin.html b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketEntitySkin.html new file mode 100644 index 0000000..e65c322 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketEntitySkin.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.packet.PacketEntitySkin (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.packet.PacketEntitySkin

+
+
No usage of org.getspout.spoutapi.packet.PacketEntitySkin
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketEntityTitle.html b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketEntityTitle.html new file mode 100644 index 0000000..06209fd --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketEntityTitle.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.packet.PacketEntityTitle (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.packet.PacketEntityTitle

+
+
No usage of org.getspout.spoutapi.packet.PacketEntityTitle
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketFocusUpdate.html b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketFocusUpdate.html new file mode 100644 index 0000000..964901a --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketFocusUpdate.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.packet.PacketFocusUpdate (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.packet.PacketFocusUpdate

+
+
No usage of org.getspout.spoutapi.packet.PacketFocusUpdate
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketFullVersion.html b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketFullVersion.html new file mode 100644 index 0000000..253784e --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketFullVersion.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.packet.PacketFullVersion (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.packet.PacketFullVersion

+
+
No usage of org.getspout.spoutapi.packet.PacketFullVersion
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketItemName.html b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketItemName.html new file mode 100644 index 0000000..486fd1e --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketItemName.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.packet.PacketItemName (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.packet.PacketItemName

+
+
No usage of org.getspout.spoutapi.packet.PacketItemName
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketKeyBinding.html b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketKeyBinding.html new file mode 100644 index 0000000..24a4566 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketKeyBinding.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.packet.PacketKeyBinding (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.packet.PacketKeyBinding

+
+
No usage of org.getspout.spoutapi.packet.PacketKeyBinding
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketKeyPress.html b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketKeyPress.html new file mode 100644 index 0000000..34d72a1 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketKeyPress.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.packet.PacketKeyPress (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.packet.PacketKeyPress

+
+
No usage of org.getspout.spoutapi.packet.PacketKeyPress
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketManager.html b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketManager.html new file mode 100644 index 0000000..757ee7b --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketManager.html @@ -0,0 +1,186 @@ + + + + + +Uses of Interface org.getspout.spoutapi.packet.PacketManager (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Interface
org.getspout.spoutapi.packet.PacketManager

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketMovementModifiers.html b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketMovementModifiers.html new file mode 100644 index 0000000..7062e74 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketMovementModifiers.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.packet.PacketMovementModifiers (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.packet.PacketMovementModifiers

+
+
No usage of org.getspout.spoutapi.packet.PacketMovementModifiers
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketMusicChange.html b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketMusicChange.html new file mode 100644 index 0000000..932c649 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketMusicChange.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.packet.PacketMusicChange (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.packet.PacketMusicChange

+
+
No usage of org.getspout.spoutapi.packet.PacketMusicChange
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketNotification.html b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketNotification.html new file mode 100644 index 0000000..08d428e --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketNotification.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.packet.PacketNotification (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.packet.PacketNotification

+
+
No usage of org.getspout.spoutapi.packet.PacketNotification
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketOpenScreen.html b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketOpenScreen.html new file mode 100644 index 0000000..5872be3 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketOpenScreen.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.packet.PacketOpenScreen (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.packet.PacketOpenScreen

+
+
No usage of org.getspout.spoutapi.packet.PacketOpenScreen
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketOpenSignGUI.html b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketOpenSignGUI.html new file mode 100644 index 0000000..d6d1e76 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketOpenSignGUI.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.packet.PacketOpenSignGUI (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.packet.PacketOpenSignGUI

+
+
No usage of org.getspout.spoutapi.packet.PacketOpenSignGUI
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketParticle.html b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketParticle.html new file mode 100644 index 0000000..6be367a --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketParticle.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.packet.PacketParticle (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.packet.PacketParticle

+
+
No usage of org.getspout.spoutapi.packet.PacketParticle
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketPermissionUpdate.html b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketPermissionUpdate.html new file mode 100644 index 0000000..3b067c1 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketPermissionUpdate.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.packet.PacketPermissionUpdate (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.packet.PacketPermissionUpdate

+
+
No usage of org.getspout.spoutapi.packet.PacketPermissionUpdate
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketPlaySound.html b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketPlaySound.html new file mode 100644 index 0000000..491f9a2 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketPlaySound.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.packet.PacketPlaySound (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.packet.PacketPlaySound

+
+
No usage of org.getspout.spoutapi.packet.PacketPlaySound
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketPreCacheCompleted.html b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketPreCacheCompleted.html new file mode 100644 index 0000000..7c3befa --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketPreCacheCompleted.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.packet.PacketPreCacheCompleted (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.packet.PacketPreCacheCompleted

+
+
No usage of org.getspout.spoutapi.packet.PacketPreCacheCompleted
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketPreCacheFile.html b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketPreCacheFile.html new file mode 100644 index 0000000..16e82c3 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketPreCacheFile.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.packet.PacketPreCacheFile (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.packet.PacketPreCacheFile

+
+
No usage of org.getspout.spoutapi.packet.PacketPreCacheFile
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketRenderDistance.html b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketRenderDistance.html new file mode 100644 index 0000000..ee1aaa8 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketRenderDistance.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.packet.PacketRenderDistance (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.packet.PacketRenderDistance

+
+
No usage of org.getspout.spoutapi.packet.PacketRenderDistance
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketRequestPrecache.html b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketRequestPrecache.html new file mode 100644 index 0000000..eb9f085 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketRequestPrecache.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.packet.PacketRequestPrecache (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.packet.PacketRequestPrecache

+
+
No usage of org.getspout.spoutapi.packet.PacketRequestPrecache
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketScreenAction.html b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketScreenAction.html new file mode 100644 index 0000000..339d8d0 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketScreenAction.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.packet.PacketScreenAction (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.packet.PacketScreenAction

+
+
No usage of org.getspout.spoutapi.packet.PacketScreenAction
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketScreenshot.html b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketScreenshot.html new file mode 100644 index 0000000..01fb477 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketScreenshot.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.packet.PacketScreenshot (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.packet.PacketScreenshot

+
+
No usage of org.getspout.spoutapi.packet.PacketScreenshot
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketSendPrecache.html b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketSendPrecache.html new file mode 100644 index 0000000..6ecd695 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketSendPrecache.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.packet.PacketSendPrecache (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.packet.PacketSendPrecache

+
+
No usage of org.getspout.spoutapi.packet.PacketSendPrecache
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketServerPlugins.html b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketServerPlugins.html new file mode 100644 index 0000000..56ba55c --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketServerPlugins.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.packet.PacketServerPlugins (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.packet.PacketServerPlugins

+
+
No usage of org.getspout.spoutapi.packet.PacketServerPlugins
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketSetVelocity.html b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketSetVelocity.html new file mode 100644 index 0000000..e52813f --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketSetVelocity.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.packet.PacketSetVelocity (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.packet.PacketSetVelocity

+
+
No usage of org.getspout.spoutapi.packet.PacketSetVelocity
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketSkinURL.html b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketSkinURL.html new file mode 100644 index 0000000..73e6bc7 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketSkinURL.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.packet.PacketSkinURL (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.packet.PacketSkinURL

+
+
No usage of org.getspout.spoutapi.packet.PacketSkinURL
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketSky.html b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketSky.html new file mode 100644 index 0000000..e8654e2 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketSky.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.packet.PacketSky (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.packet.PacketSky

+
+
No usage of org.getspout.spoutapi.packet.PacketSky
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketSlotClick.html b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketSlotClick.html new file mode 100644 index 0000000..74d064b --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketSlotClick.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.packet.PacketSlotClick (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.packet.PacketSlotClick

+
+
No usage of org.getspout.spoutapi.packet.PacketSlotClick
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketSpawnTextEntity.html b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketSpawnTextEntity.html new file mode 100644 index 0000000..231b412 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketSpawnTextEntity.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.packet.PacketSpawnTextEntity (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.packet.PacketSpawnTextEntity

+
+
No usage of org.getspout.spoutapi.packet.PacketSpawnTextEntity
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketStopMusic.html b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketStopMusic.html new file mode 100644 index 0000000..1184b9b --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketStopMusic.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.packet.PacketStopMusic (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.packet.PacketStopMusic

+
+
No usage of org.getspout.spoutapi.packet.PacketStopMusic
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketTexturePack.html b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketTexturePack.html new file mode 100644 index 0000000..648d99a --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketTexturePack.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.packet.PacketTexturePack (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.packet.PacketTexturePack

+
+
No usage of org.getspout.spoutapi.packet.PacketTexturePack
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketType.html b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketType.html new file mode 100644 index 0000000..e38f577 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketType.html @@ -0,0 +1,458 @@ + + + + + +Uses of Class org.getspout.spoutapi.packet.PacketType (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.packet.PacketType

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketUtil.html b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketUtil.html new file mode 100644 index 0000000..8b35ce3 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketUtil.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.packet.PacketUtil (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.packet.PacketUtil

+
+
No usage of org.getspout.spoutapi.packet.PacketUtil
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketValidatePrecache.html b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketValidatePrecache.html new file mode 100644 index 0000000..48cab04 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketValidatePrecache.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.packet.PacketValidatePrecache (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.packet.PacketValidatePrecache

+
+
No usage of org.getspout.spoutapi.packet.PacketValidatePrecache
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketWaypoint.html b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketWaypoint.html new file mode 100644 index 0000000..0b7fabf --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketWaypoint.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.packet.PacketWaypoint (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.packet.PacketWaypoint

+
+
No usage of org.getspout.spoutapi.packet.PacketWaypoint
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketWidget.html b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketWidget.html new file mode 100644 index 0000000..d08367e --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketWidget.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.packet.PacketWidget (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.packet.PacketWidget

+
+
No usage of org.getspout.spoutapi.packet.PacketWidget
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketWidgetRemove.html b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketWidgetRemove.html new file mode 100644 index 0000000..d676f34 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/PacketWidgetRemove.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.packet.PacketWidgetRemove (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.packet.PacketWidgetRemove

+
+
No usage of org.getspout.spoutapi.packet.PacketWidgetRemove
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/class-use/ScreenAction.html b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/ScreenAction.html new file mode 100644 index 0000000..f1904cb --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/ScreenAction.html @@ -0,0 +1,196 @@ + + + + + +Uses of Class org.getspout.spoutapi.packet.ScreenAction (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.packet.ScreenAction

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/class-use/SpoutPacket.html b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/SpoutPacket.html new file mode 100644 index 0000000..9f99f79 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/class-use/SpoutPacket.html @@ -0,0 +1,509 @@ + + + + + +Uses of Interface org.getspout.spoutapi.packet.SpoutPacket (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Interface
org.getspout.spoutapi.packet.SpoutPacket

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/listener/Listener.html b/generated/1.5.2/org/getspout/spoutapi/packet/listener/Listener.html new file mode 100644 index 0000000..10cec95 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/listener/Listener.html @@ -0,0 +1,235 @@ + + + + + +Listener (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.packet.listener
+

Interface Listener

+
+
+
+
    +
  • +
    +
    +
    public interface Listener
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        checkPacket

        +
        boolean checkPacket(Player player,
        +                    java.lang.Object packet)
        +
        +
        Parameters:
        +
        player - The player the packet is sent to
        +
        packet - The packet to check
        +
        Returns:
        +
        false if the packet should be stopped, true otherwise.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/listener/Listeners.html b/generated/1.5.2/org/getspout/spoutapi/packet/listener/Listeners.html new file mode 100644 index 0000000..07586ef --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/listener/Listeners.html @@ -0,0 +1,289 @@ + + + + + +Listeners (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.packet.listener
+

Class Listeners

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.getspout.spoutapi.packet.listener.Listeners
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public class Listeners
    +extends java.lang.Object
    +
    Keeps track of packet listeners
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        addListenerUncompressedChunk

        +
        public static void addListenerUncompressedChunk(Listener listener)
        +
      • +
      + + + +
        +
      • +

        addListener

        +
        public static void addListener(int packetId,
        +                               Listener listener)
        +
      • +
      + + + +
        +
      • +

        removeListenerUncompressedChunk

        +
        public static boolean removeListenerUncompressedChunk(Listener listener)
        +
      • +
      + + + +
        +
      • +

        removeListener

        +
        public static boolean removeListener(int packetId,
        +                                     Listener listener)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/listener/PacketListener.html b/generated/1.5.2/org/getspout/spoutapi/packet/listener/PacketListener.html new file mode 100644 index 0000000..95ee277 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/listener/PacketListener.html @@ -0,0 +1,235 @@ + + + + + +PacketListener (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.packet.listener
+

Interface PacketListener

+
+
+
+
    +
  • +
    +
    +
    public interface PacketListener
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        checkPacket

        +
        boolean checkPacket(Player player,
        +                    MCPacket packet)
        +
        +
        Parameters:
        +
        player - The player the packet is sent to
        +
        packet - The packet to check
        +
        Returns:
        +
        false if the packet should be stopped, true otherwise.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/listener/class-use/Listener.html b/generated/1.5.2/org/getspout/spoutapi/packet/listener/class-use/Listener.html new file mode 100644 index 0000000..b85b28a --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/listener/class-use/Listener.html @@ -0,0 +1,185 @@ + + + + + +Uses of Interface org.getspout.spoutapi.packet.listener.Listener (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Interface
org.getspout.spoutapi.packet.listener.Listener

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/listener/class-use/Listeners.html b/generated/1.5.2/org/getspout/spoutapi/packet/listener/class-use/Listeners.html new file mode 100644 index 0000000..2329735 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/listener/class-use/Listeners.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.packet.listener.Listeners (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.packet.listener.Listeners

+
+
No usage of org.getspout.spoutapi.packet.listener.Listeners
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/listener/class-use/PacketListener.html b/generated/1.5.2/org/getspout/spoutapi/packet/listener/class-use/PacketListener.html new file mode 100644 index 0000000..9ada712 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/listener/class-use/PacketListener.html @@ -0,0 +1,197 @@ + + + + + +Uses of Interface org.getspout.spoutapi.packet.listener.PacketListener (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Interface
org.getspout.spoutapi.packet.listener.PacketListener

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/listener/package-frame.html b/generated/1.5.2/org/getspout/spoutapi/packet/listener/package-frame.html new file mode 100644 index 0000000..a1759fd --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/listener/package-frame.html @@ -0,0 +1,26 @@ + + + + + +org.getspout.spoutapi.packet.listener (Spoutcraft 1.5.2 JavaDoc) + + + + + + +

org.getspout.spoutapi.packet.listener

+
+

Interfaces

+ +

Classes

+ +
+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/listener/package-summary.html b/generated/1.5.2/org/getspout/spoutapi/packet/listener/package-summary.html new file mode 100644 index 0000000..d58d30e --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/listener/package-summary.html @@ -0,0 +1,180 @@ + + + + + +org.getspout.spoutapi.packet.listener (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Package org.getspout.spoutapi.packet.listener

+
+
+ This package provides the interface for packet listening +
+
+

See: Description

+
+
+
    +
  • + + + + + + + + + + + + + + + + +
    Interface Summary 
    InterfaceDescription
    Listener 
    PacketListener 
    +
  • +
  • + + + + + + + + + + + + +
    Class Summary 
    ClassDescription
    Listeners +
    Keeps track of packet listeners
    +
    +
  • +
+ + + +

Package org.getspout.spoutapi.packet.listener Description

+

+ This package provides the interface for packet listening +

+
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/listener/package-tree.html b/generated/1.5.2/org/getspout/spoutapi/packet/listener/package-tree.html new file mode 100644 index 0000000..c069cb9 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/listener/package-tree.html @@ -0,0 +1,145 @@ + + + + + +org.getspout.spoutapi.packet.listener Class Hierarchy (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Hierarchy For Package org.getspout.spoutapi.packet.listener

+Package Hierarchies: + +
+
+

Class Hierarchy

+
    +
  • java.lang.Object +
      +
    • org.getspout.spoutapi.packet.listener.Listeners
    • +
    +
  • +
+

Interface Hierarchy

+ +
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/listener/package-use.html b/generated/1.5.2/org/getspout/spoutapi/packet/listener/package-use.html new file mode 100644 index 0000000..e47db5b --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/listener/package-use.html @@ -0,0 +1,187 @@ + + + + + +Uses of Package org.getspout.spoutapi.packet.listener (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Package
org.getspout.spoutapi.packet.listener

+
+
+ +
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/package-frame.html b/generated/1.5.2/org/getspout/spoutapi/packet/package-frame.html new file mode 100644 index 0000000..6d9b421 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/package-frame.html @@ -0,0 +1,85 @@ + + + + + +org.getspout.spoutapi.packet (Spoutcraft 1.5.2 JavaDoc) + + + + + + +

org.getspout.spoutapi.packet

+ + + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/package-summary.html b/generated/1.5.2/org/getspout/spoutapi/packet/package-summary.html new file mode 100644 index 0000000..deddc22 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/package-summary.html @@ -0,0 +1,413 @@ + + + + + +org.getspout.spoutapi.packet (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Package org.getspout.spoutapi.packet

+
+
+ This package provides the implementation of all SpoutPlugin packets that are sent to the client +
+
+

See: Description

+
+
+ + + + +

Package org.getspout.spoutapi.packet Description

+

+ This package provides the implementation of all SpoutPlugin packets that are sent to the client +

+
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/package-tree.html b/generated/1.5.2/org/getspout/spoutapi/packet/package-tree.html new file mode 100644 index 0000000..0125ca7 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/package-tree.html @@ -0,0 +1,221 @@ + + + + + +org.getspout.spoutapi.packet Class Hierarchy (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Hierarchy For Package org.getspout.spoutapi.packet

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +

Enum Hierarchy

+
    +
  • java.lang.Object +
      +
    • java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable) + +
    • +
    +
  • +
+
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/package-use.html b/generated/1.5.2/org/getspout/spoutapi/packet/package-use.html new file mode 100644 index 0000000..87b8fba --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/package-use.html @@ -0,0 +1,279 @@ + + + + + +Uses of Package org.getspout.spoutapi.packet (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Package
org.getspout.spoutapi.packet

+
+
+ +
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/standard/MCPacket.html b/generated/1.5.2/org/getspout/spoutapi/packet/standard/MCPacket.html new file mode 100644 index 0000000..7012803 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/standard/MCPacket.html @@ -0,0 +1,256 @@ + + + + + +MCPacket (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.packet.standard
+

Interface MCPacket

+
+
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getId

        +
        int getId()
        +
        +
        Returns:
        +
        the packet id of the packet
        +
        +
      • +
      + + + +
        +
      • +

        getPacket

        +
        @Deprecated
        +java.lang.Object getPacket()
        +
        Deprecated. 
        +
        +
        Returns:
        +
        the raw minecraft packet
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/standard/MCPacket0KeepAlive.html b/generated/1.5.2/org/getspout/spoutapi/packet/standard/MCPacket0KeepAlive.html new file mode 100644 index 0000000..849c6af --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/standard/MCPacket0KeepAlive.html @@ -0,0 +1,197 @@ + + + + + +MCPacket0KeepAlive (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.packet.standard
+

Interface MCPacket0KeepAlive

+
+
+
+
    +
  • +
    +
    All Superinterfaces:
    +
    MCPacket
    +
    +
    +
    +
    public interface MCPacket0KeepAlive
    +extends MCPacket
    +
  • +
+
+
+ +
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/standard/MCPacket103SetSlot.Slot.html b/generated/1.5.2/org/getspout/spoutapi/packet/standard/MCPacket103SetSlot.Slot.html new file mode 100644 index 0000000..928386a --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/standard/MCPacket103SetSlot.Slot.html @@ -0,0 +1,4647 @@ + + + + + +MCPacket103SetSlot.Slot (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.packet.standard
+

Enum MCPacket103SetSlot.Slot

+
+
+
    +
  • java.lang.Object
  • +
  • + +
  • +
+
+ +
+
+ +
+
+ +
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/standard/MCPacket103SetSlot.Window.html b/generated/1.5.2/org/getspout/spoutapi/packet/standard/MCPacket103SetSlot.Window.html new file mode 100644 index 0000000..41269b0 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/standard/MCPacket103SetSlot.Window.html @@ -0,0 +1,475 @@ + + + + + +MCPacket103SetSlot.Window (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.packet.standard
+

Enum MCPacket103SetSlot.Window

+
+
+
    +
  • java.lang.Object
  • +
  • + +
  • +
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      intid +
      The raw value contained in the packet.
      +
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + +
      All Methods Static Methods Concrete Methods 
      Modifier and TypeMethod and Description
      static MCPacket103SetSlot.WindowgetWindowById(int id) +
      Gets a Window enum that represents the raw id.
      +
      static MCPacket103SetSlot.WindowvalueOf(java.lang.String name) +
      Returns the enum constant of this type with the specified name.
      +
      static MCPacket103SetSlot.Window[]values() +
      Returns an array containing the constants of this enum type, in +the order they are declared.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Enum

        +clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +getClass, notify, notifyAll, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        id

        +
        public final int id
        +
        The raw value contained in the packet.
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        values

        +
        public static MCPacket103SetSlot.Window[] values()
        +
        Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
        +for (MCPacket103SetSlot.Window c : MCPacket103SetSlot.Window.values())
        +    System.out.println(c);
        +
        +
        +
        Returns:
        +
        an array containing the constants of this enum type, in the order they are declared
        +
        +
      • +
      + + + +
        +
      • +

        valueOf

        +
        public static MCPacket103SetSlot.Window valueOf(java.lang.String name)
        +
        Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)
        +
        +
        Parameters:
        +
        name - the name of the enum constant to be returned.
        +
        Returns:
        +
        the enum constant with the specified name
        +
        Throws:
        +
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        +
        java.lang.NullPointerException - if the argument is null
        +
        +
      • +
      + + + +
        +
      • +

        getWindowById

        +
        public static MCPacket103SetSlot.Window getWindowById(int id)
        +
        Gets a Window enum that represents the raw id.
        +
        +
        Parameters:
        +
        id - the raw id to get an enum value for
        +
        Returns:
        +
        a Window enum value that represents the raw id
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/standard/MCPacket103SetSlot.html b/generated/1.5.2/org/getspout/spoutapi/packet/standard/MCPacket103SetSlot.html new file mode 100644 index 0000000..6bb2f3d --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/standard/MCPacket103SetSlot.html @@ -0,0 +1,443 @@ + + + + + +MCPacket103SetSlot (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.packet.standard
+

Interface MCPacket103SetSlot

+
+
+
+
    +
  • +
    +
    All Superinterfaces:
    +
    MCPacket
    +
    +
    +
    +
    public interface MCPacket103SetSlot
    +extends MCPacket
    +
    Represents Packet103SetSlot
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getSlot

        +
        MCPacket103SetSlot.Slot getSlot()
        +
        Get the slot that the packet indicated.
        +
        +
        Returns:
        +
        an enum value representing the data in the packet
        +
        +
      • +
      + + + +
        +
      • +

        setSlot

        +
        void setSlot(MCPacket103SetSlot.Slot slot)
        +
        Set the slot in the packet to a new value.
        +
        +
        Parameters:
        +
        slot - the new slot value
        +
        +
      • +
      + + + +
        +
      • +

        getWindow

        +
        MCPacket103SetSlot.Window getWindow()
        +
        Get the window that the packet indicated.
        +
        +
        Returns:
        +
        an enum value representing the data in the packet
        +
        +
      • +
      + + + +
        +
      • +

        getRawSlot

        +
        int getRawSlot()
        +
        Get the raw slot value from the packet.
        +
        +
        Returns:
        +
        the integer value from the packet
        +
        +
      • +
      + + + +
        +
      • +

        setRawSlot

        +
        void setRawSlot(int slot)
        +
        Set the slot in the packet to a new value.
        +
        +
        Parameters:
        +
        slot - the new slot value
        +
        +
      • +
      + + + +
        +
      • +

        getRawWindow

        +
        int getRawWindow()
        +
        Get the raw window value from the packet.
        +
        +
        Returns:
        +
        the integer value from the packet
        +
        +
      • +
      + + + +
        +
      • +

        setRawWindow

        +
        void setRawWindow(int window)
        +
        Set the window in the packet to a new value.
        +
        +
        Parameters:
        +
        window - the new window value
        +
        +
      • +
      + + + +
        +
      • +

        getItemStack

        +
        ItemStack getItemStack()
        +
        Get the ItemStack from the packet. + Can be null, representing an empty slot.
        +
        +
        Returns:
        +
        a Bukkit ItemStack representing the value from the packet
        +
        +
      • +
      + + + +
        +
      • +

        setItemStack

        +
        void setItemStack(ItemStack itemStack)
        +
        Set the item stack in the packet to a new value. + Can be null, representing an empty slot.
        +
        +
        Parameters:
        +
        itemStack - a Bukkit ItemStack representing the new value
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/standard/MCPacket17.html b/generated/1.5.2/org/getspout/spoutapi/packet/standard/MCPacket17.html new file mode 100644 index 0000000..8330566 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/standard/MCPacket17.html @@ -0,0 +1,383 @@ + + + + + +MCPacket17 (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.packet.standard
+

Interface MCPacket17

+
+
+
+
    +
  • +
    +
    All Superinterfaces:
    +
    MCPacket
    +
    +
    +
    +
    public interface MCPacket17
    +extends MCPacket
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getEntityId

        +
        int getEntityId()
        +
        +
        Returns:
        +
        the player's entity id
        +
        +
      • +
      + + + +
        +
      • +

        setEntityId

        +
        void setEntityId(int entityId)
        +
        +
        Parameters:
        +
        the - player's entity id
        +
        +
      • +
      + + + +
        +
      • +

        getBed

        +
        int getBed()
        +
        0: Player entered bed?
        +
        +
        Returns:
        +
        the bed field
        +
        +
      • +
      + + + +
        +
      • +

        setBed

        +
        void setBed(int bed)
        +
        +
        Parameters:
        +
        the - bed field
        +
        +
      • +
      + + + +
        +
      • +

        getBlockX

        +
        int getBlockX()
        +
      • +
      + + + +
        +
      • +

        getBlockY

        +
        int getBlockY()
        +
      • +
      + + + +
        +
      • +

        getBlockZ

        +
        int getBlockZ()
        +
      • +
      + + + +
        +
      • +

        setBlockX

        +
        void setBlockX(int x)
        +
      • +
      + + + +
        +
      • +

        setBlockY

        +
        void setBlockY(int y)
        +
      • +
      + + + +
        +
      • +

        setBlockZ

        +
        void setBlockZ(int z)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/standard/MCPacket18ArmAnimation.html b/generated/1.5.2/org/getspout/spoutapi/packet/standard/MCPacket18ArmAnimation.html new file mode 100644 index 0000000..cbf3909 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/standard/MCPacket18ArmAnimation.html @@ -0,0 +1,309 @@ + + + + + +MCPacket18ArmAnimation (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.packet.standard
+

Interface MCPacket18ArmAnimation

+
+
+
+
    +
  • +
    +
    All Superinterfaces:
    +
    MCPacket
    +
    +
    +
    +
    public interface MCPacket18ArmAnimation
    +extends MCPacket
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getEntityId

        +
        int getEntityId()
        +
        +
        Returns:
        +
        the player's entity id
        +
        +
      • +
      + + + +
        +
      • +

        setEntityId

        +
        void setEntityId(int entityId)
        +
        +
        Parameters:
        +
        the - player's entity id
        +
        +
      • +
      + + + +
        +
      • +

        getAnimate

        +
        int getAnimate()
        +
        0: None + 1: Swing Arm + 2: Damage + 3: Leave bed + 102: ? + 104: Crouch + 105: Uncrouch
        +
        +
        Returns:
        +
        the animate field
        +
        +
      • +
      + + + +
        +
      • +

        setAnimate

        +
        void setAnimate(int animate)
        +
        +
        Parameters:
        +
        the - animate field
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/standard/MCPacket3Chat.html b/generated/1.5.2/org/getspout/spoutapi/packet/standard/MCPacket3Chat.html new file mode 100644 index 0000000..46815a6 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/standard/MCPacket3Chat.html @@ -0,0 +1,260 @@ + + + + + +MCPacket3Chat (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.packet.standard
+

Interface MCPacket3Chat

+
+
+
+
    +
  • +
    +
    All Superinterfaces:
    +
    MCPacket
    +
    +
    +
    +
    public interface MCPacket3Chat
    +extends MCPacket
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getMessage

        +
        java.lang.String getMessage()
        +
        +
        Returns:
        +
        the chat message
        +
        +
      • +
      + + + +
        +
      • +

        setMessage

        +
        void setMessage(java.lang.String message)
        +
        +
        Parameters:
        +
        message - the chat message
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/standard/MCPacket51MapChunk.html b/generated/1.5.2/org/getspout/spoutapi/packet/standard/MCPacket51MapChunk.html new file mode 100644 index 0000000..f7c7953 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/standard/MCPacket51MapChunk.html @@ -0,0 +1,459 @@ + + + + + +MCPacket51MapChunk (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.packet.standard
+

Interface MCPacket51MapChunk

+
+
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getX

        +
        int getX()
        +
        +
        Returns:
        +
        the x world block coordinate
        +
        +
      • +
      + + + +
        +
      • +

        getY

        +
        int getY()
        +
        +
        Returns:
        +
        the y world block coordinate
        +
        +
      • +
      + + + +
        +
      • +

        getZ

        +
        int getZ()
        +
        +
        Returns:
        +
        the z world block coordinate
        +
        +
      • +
      + + + +
        +
      • +

        setX

        +
        void setX(int x)
        +
        +
        Parameters:
        +
        x - sets the x world block coordinate
        +
        +
      • +
      + + + +
        +
      • +

        setY

        +
        void setY(int y)
        +
        +
        Parameters:
        +
        y - sets the y world block coordinate
        +
        +
      • +
      + + + +
        +
      • +

        setZ

        +
        void setZ(int z)
        +
        +
        Parameters:
        +
        z - sets the z world block coordinate
        +
        +
      • +
      + + + +
        +
      • +

        getSizeX

        +
        int getSizeX()
        +
        +
        Returns:
        +
        (X size of the cuboid) - 1
        +
        +
      • +
      + + + +
        +
      • +

        getSizeY

        +
        int getSizeY()
        +
        +
        Returns:
        +
        (Y size of the cuboid) - 1
        +
        +
      • +
      + + + +
        +
      • +

        getSizeZ

        +
        int getSizeZ()
        +
        +
        Returns:
        +
        (Z size of the cuboid) - 1
        +
        +
      • +
      + + + +
        +
      • +

        setSizeX

        +
        void setSizeX(int x)
        +
        The cuboid to update must be completely within 1 chunk
        +
        +
        Parameters:
        +
        x - (Z size of cuboid) - 1
        +
        +
      • +
      + + + +
        +
      • +

        setSizeY

        +
        void setSizeY(int y)
        +
        The cuboid to update must be completely within 1 chunk
        +
        +
        Parameters:
        +
        y - (Y size of cuboid) - 1
        +
        +
      • +
      + + + +
        +
      • +

        setSizeZ

        +
        void setSizeZ(int z)
        +
        The cuboid to update must be completely within 1 chunk
        +
        +
        Parameters:
        +
        z - (Z size of cuboid) - 1
        +
        +
      • +
      + + + +
        +
      • +

        getCompressedChunkData

        +
        byte[] getCompressedChunkData()
        +
        +
        Returns:
        +
        chunk data compressed using Deflate
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/standard/MCPacket51MapChunkUncompressed.html b/generated/1.5.2/org/getspout/spoutapi/packet/standard/MCPacket51MapChunkUncompressed.html new file mode 100644 index 0000000..8b5ae73 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/standard/MCPacket51MapChunkUncompressed.html @@ -0,0 +1,269 @@ + + + + + +MCPacket51MapChunkUncompressed (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.packet.standard
+

Interface MCPacket51MapChunkUncompressed

+
+
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getUncompressedChunkData

        +
        byte[] getUncompressedChunkData()
        +
        The chunk data contains 4 sections +

        + type data: 1 byte per block + meta data: 1 nibble per block + block light: 1 nibble per block + sunlight level: 1 nibble per block +

        + The data in each section can be indexed using +

        + data[x, y, z] = section[y + z*(sizeY + 1) + x*(sizeY + 1)*(sizeZ + 1) +

        + For the last 3 sections, section[] is an array of nibbles. +

        + At least one of the 3 size coordinates is even, which guarantees an even number of nibbles.

        +
        +
        Returns:
        +
        uncompressed chunk data
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/standard/MCPacketUnknown.html b/generated/1.5.2/org/getspout/spoutapi/packet/standard/MCPacketUnknown.html new file mode 100644 index 0000000..f84461c --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/standard/MCPacketUnknown.html @@ -0,0 +1,247 @@ + + + + + +MCPacketUnknown (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.packet.standard
+

Interface MCPacketUnknown

+
+
+
+
    +
  • +
    +
    All Superinterfaces:
    +
    MCPacket
    +
    +
    +
    +
    public interface MCPacketUnknown
    +extends MCPacket
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getRawPacket

        +
        java.lang.Object getRawPacket()
        +
        This allows unsupported Minecraft packets to be supported. The Object can be cast to a net.minecraft.server.Packet object. +

        + However, this is only a temporary solution. New packets can be supported as required.

        +
        +
        Returns:
        +
        the raw Minecraft Packet
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/standard/class-use/MCPacket.html b/generated/1.5.2/org/getspout/spoutapi/packet/standard/class-use/MCPacket.html new file mode 100644 index 0000000..a0d3c59 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/standard/class-use/MCPacket.html @@ -0,0 +1,278 @@ + + + + + +Uses of Interface org.getspout.spoutapi.packet.standard.MCPacket (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Interface
org.getspout.spoutapi.packet.standard.MCPacket

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/standard/class-use/MCPacket0KeepAlive.html b/generated/1.5.2/org/getspout/spoutapi/packet/standard/class-use/MCPacket0KeepAlive.html new file mode 100644 index 0000000..91d7bb0 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/standard/class-use/MCPacket0KeepAlive.html @@ -0,0 +1,127 @@ + + + + + +Uses of Interface org.getspout.spoutapi.packet.standard.MCPacket0KeepAlive (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Interface
org.getspout.spoutapi.packet.standard.MCPacket0KeepAlive

+
+
No usage of org.getspout.spoutapi.packet.standard.MCPacket0KeepAlive
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/standard/class-use/MCPacket103SetSlot.Slot.html b/generated/1.5.2/org/getspout/spoutapi/packet/standard/class-use/MCPacket103SetSlot.Slot.html new file mode 100644 index 0000000..2217649 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/standard/class-use/MCPacket103SetSlot.Slot.html @@ -0,0 +1,204 @@ + + + + + +Uses of Class org.getspout.spoutapi.packet.standard.MCPacket103SetSlot.Slot (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.packet.standard.MCPacket103SetSlot.Slot

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/standard/class-use/MCPacket103SetSlot.Window.html b/generated/1.5.2/org/getspout/spoutapi/packet/standard/class-use/MCPacket103SetSlot.Window.html new file mode 100644 index 0000000..08035b3 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/standard/class-use/MCPacket103SetSlot.Window.html @@ -0,0 +1,194 @@ + + + + + +Uses of Class org.getspout.spoutapi.packet.standard.MCPacket103SetSlot.Window (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.packet.standard.MCPacket103SetSlot.Window

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/standard/class-use/MCPacket103SetSlot.html b/generated/1.5.2/org/getspout/spoutapi/packet/standard/class-use/MCPacket103SetSlot.html new file mode 100644 index 0000000..defd152 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/standard/class-use/MCPacket103SetSlot.html @@ -0,0 +1,127 @@ + + + + + +Uses of Interface org.getspout.spoutapi.packet.standard.MCPacket103SetSlot (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Interface
org.getspout.spoutapi.packet.standard.MCPacket103SetSlot

+
+
No usage of org.getspout.spoutapi.packet.standard.MCPacket103SetSlot
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/standard/class-use/MCPacket17.html b/generated/1.5.2/org/getspout/spoutapi/packet/standard/class-use/MCPacket17.html new file mode 100644 index 0000000..5c2790a --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/standard/class-use/MCPacket17.html @@ -0,0 +1,127 @@ + + + + + +Uses of Interface org.getspout.spoutapi.packet.standard.MCPacket17 (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Interface
org.getspout.spoutapi.packet.standard.MCPacket17

+
+
No usage of org.getspout.spoutapi.packet.standard.MCPacket17
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/standard/class-use/MCPacket18ArmAnimation.html b/generated/1.5.2/org/getspout/spoutapi/packet/standard/class-use/MCPacket18ArmAnimation.html new file mode 100644 index 0000000..76f4f05 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/standard/class-use/MCPacket18ArmAnimation.html @@ -0,0 +1,127 @@ + + + + + +Uses of Interface org.getspout.spoutapi.packet.standard.MCPacket18ArmAnimation (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Interface
org.getspout.spoutapi.packet.standard.MCPacket18ArmAnimation

+
+
No usage of org.getspout.spoutapi.packet.standard.MCPacket18ArmAnimation
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/standard/class-use/MCPacket3Chat.html b/generated/1.5.2/org/getspout/spoutapi/packet/standard/class-use/MCPacket3Chat.html new file mode 100644 index 0000000..7745df7 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/standard/class-use/MCPacket3Chat.html @@ -0,0 +1,127 @@ + + + + + +Uses of Interface org.getspout.spoutapi.packet.standard.MCPacket3Chat (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Interface
org.getspout.spoutapi.packet.standard.MCPacket3Chat

+
+
No usage of org.getspout.spoutapi.packet.standard.MCPacket3Chat
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/standard/class-use/MCPacket51MapChunk.html b/generated/1.5.2/org/getspout/spoutapi/packet/standard/class-use/MCPacket51MapChunk.html new file mode 100644 index 0000000..ddbf415 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/standard/class-use/MCPacket51MapChunk.html @@ -0,0 +1,167 @@ + + + + + +Uses of Interface org.getspout.spoutapi.packet.standard.MCPacket51MapChunk (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Interface
org.getspout.spoutapi.packet.standard.MCPacket51MapChunk

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/standard/class-use/MCPacket51MapChunkUncompressed.html b/generated/1.5.2/org/getspout/spoutapi/packet/standard/class-use/MCPacket51MapChunkUncompressed.html new file mode 100644 index 0000000..419fac7 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/standard/class-use/MCPacket51MapChunkUncompressed.html @@ -0,0 +1,127 @@ + + + + + +Uses of Interface org.getspout.spoutapi.packet.standard.MCPacket51MapChunkUncompressed (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Interface
org.getspout.spoutapi.packet.standard.MCPacket51MapChunkUncompressed

+
+
No usage of org.getspout.spoutapi.packet.standard.MCPacket51MapChunkUncompressed
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/standard/class-use/MCPacketUnknown.html b/generated/1.5.2/org/getspout/spoutapi/packet/standard/class-use/MCPacketUnknown.html new file mode 100644 index 0000000..a7434be --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/standard/class-use/MCPacketUnknown.html @@ -0,0 +1,127 @@ + + + + + +Uses of Interface org.getspout.spoutapi.packet.standard.MCPacketUnknown (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Interface
org.getspout.spoutapi.packet.standard.MCPacketUnknown

+
+
No usage of org.getspout.spoutapi.packet.standard.MCPacketUnknown
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/standard/package-frame.html b/generated/1.5.2/org/getspout/spoutapi/packet/standard/package-frame.html new file mode 100644 index 0000000..bd638a1 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/standard/package-frame.html @@ -0,0 +1,34 @@ + + + + + +org.getspout.spoutapi.packet.standard (Spoutcraft 1.5.2 JavaDoc) + + + + + + +

org.getspout.spoutapi.packet.standard

+ + + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/standard/package-summary.html b/generated/1.5.2/org/getspout/spoutapi/packet/standard/package-summary.html new file mode 100644 index 0000000..b47c580 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/standard/package-summary.html @@ -0,0 +1,203 @@ + + + + + +org.getspout.spoutapi.packet.standard (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Package org.getspout.spoutapi.packet.standard

+
+
+ +
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/standard/package-tree.html b/generated/1.5.2/org/getspout/spoutapi/packet/standard/package-tree.html new file mode 100644 index 0000000..029fa22 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/standard/package-tree.html @@ -0,0 +1,163 @@ + + + + + +org.getspout.spoutapi.packet.standard Class Hierarchy (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Hierarchy For Package org.getspout.spoutapi.packet.standard

+Package Hierarchies: + +
+
+

Interface Hierarchy

+ +

Enum Hierarchy

+ +
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/packet/standard/package-use.html b/generated/1.5.2/org/getspout/spoutapi/packet/standard/package-use.html new file mode 100644 index 0000000..9e8851a --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/packet/standard/package-use.html @@ -0,0 +1,242 @@ + + + + + +Uses of Package org.getspout.spoutapi.packet.standard (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Package
org.getspout.spoutapi.packet.standard

+
+
+ +
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/particle/Particle.ParticleType.html b/generated/1.5.2/org/getspout/spoutapi/particle/Particle.ParticleType.html new file mode 100644 index 0000000..c7b1cdd --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/particle/Particle.ParticleType.html @@ -0,0 +1,799 @@ + + + + + +Particle.ParticleType (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.particle
+

Enum Particle.ParticleType

+
+
+
    +
  • java.lang.Object
  • +
  • + +
  • +
+
+ +
+
+ +
+
+ +
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/particle/Particle.html b/generated/1.5.2/org/getspout/spoutapi/particle/Particle.html new file mode 100644 index 0000000..2c33eb0 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/particle/Particle.html @@ -0,0 +1,788 @@ + + + + + +Particle (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.particle
+

Class Particle

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.getspout.spoutapi.particle.Particle
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public class Particle
    +extends java.lang.Object
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      + + + + + + + + + + +
      Nested Classes 
      Modifier and TypeClass and Description
      static class Particle.ParticleType 
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + + +
      Constructors 
      Constructor and Description
      Particle(Particle.ParticleType particle, + Location location, + Vector motion) 
      Particle(java.lang.String particle, + Location location, + Vector motion) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      intgetAmount() 
      floatgetGravity() +
      Gets the gravity modifier for the particle (0 = no gravity)
      +
      LocationgetLocation() +
      Gets the spawn location for this particle
      +
      intgetMaxAge() +
      Get the maximum age (in ticks) that this particle will last
      +
      VectorgetMotion() +
      Gets the direction of motion for this particle
      +
      java.lang.StringgetName() +
      Gets the name of this type of particle
      +
      floatgetParticleBlue() +
      Gets the blue color for the particle, or -1 if it uses the default color.
      +
      floatgetParticleGreen() +
      Gets the gree color for the particle, or -1 if it uses the default color.
      +
      floatgetParticleRed() +
      Gets the red color for the particle, or -1 if it uses the default color.
      +
      doublegetRange() +
      Gets the range this particle will be visible at
      +
      floatgetScale() +
      Gets the scale of the particle
      +
      ParticlesetAmount(int amount) 
      ParticlesetGravity(float gravity) +
      Sets the gravity modifier for the particle (0 = no gravity)
      +
      voidsetLocation(Location location) +
      Sets the spawn location for this particle
      +
      ParticlesetMaxAge(int maxAge) +
      Sets the maximum age (in ticks) that the particle will last
      +
      ParticlesetMotion(Vector motion) +
      Sets the direction of motion for this particle
      +
      voidsetName(java.lang.String name) +
      Sets the name of this type of particle
      +
      ParticlesetParticleBlue(float particleBlue) +
      Sets the blue color for the particle, or -1 if it uses the default color.
      +
      ParticlesetParticleGreen(float particleGreen) +
      Gets the green color for the particle, or -1 if it uses the default color.
      +
      ParticlesetParticleRed(float particleRed) +
      Sets the red color for the particle, or -1 if it uses the default color.
      +
      ParticlesetRange(double range) +
      Sets the range this particle will be visible at + Client graphics settings may override this
      +
      ParticlesetScale(float scale) +
      Sets the scale of the particle
      +
      voidspawn() +
      Spawns this particle in the world, making it visible to all players
      +
      voidspawn(SpoutPlayer player) +
      Spawns this particle - making it visible to the given player
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Particle

        +
        public Particle(Particle.ParticleType particle,
        +                Location location,
        +                Vector motion)
        +
      • +
      + + + +
        +
      • +

        Particle

        +
        public Particle(java.lang.String particle,
        +                Location location,
        +                Vector motion)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getName

        +
        public java.lang.String getName()
        +
        Gets the name of this type of particle
        +
        +
        Returns:
        +
        name
        +
        +
      • +
      + + + +
        +
      • +

        setName

        +
        public void setName(java.lang.String name)
        +
        Sets the name of this type of particle
        +
        +
        Parameters:
        +
        name -
        +
        +
      • +
      + + + +
        +
      • +

        getLocation

        +
        public Location getLocation()
        +
        Gets the spawn location for this particle
        +
        +
        Returns:
        +
        particle
        +
        +
      • +
      + + + +
        +
      • +

        setLocation

        +
        public void setLocation(Location location)
        +
        Sets the spawn location for this particle
        +
        +
        Parameters:
        +
        location -
        +
        +
      • +
      + + + +
        +
      • +

        getMotion

        +
        public Vector getMotion()
        +
        Gets the direction of motion for this particle
        +
        +
        Returns:
        +
        motion
        +
        +
      • +
      + + + +
        +
      • +

        setMotion

        +
        public Particle setMotion(Vector motion)
        +
        Sets the direction of motion for this particle
        +
        +
        Parameters:
        +
        motion - to set
        +
        +
      • +
      + + + +
        +
      • +

        getMaxAge

        +
        public int getMaxAge()
        +
        Get the maximum age (in ticks) that this particle will last
        +
        +
        Returns:
        +
        age
        +
        +
      • +
      + + + +
        +
      • +

        setMaxAge

        +
        public Particle setMaxAge(int maxAge)
        +
        Sets the maximum age (in ticks) that the particle will last
        +
        +
        Parameters:
        +
        maxAge -
        +
        +
      • +
      + + + +
        +
      • +

        getParticleRed

        +
        public float getParticleRed()
        +
        Gets the red color for the particle, or -1 if it uses the default color. Values should be (0-1)
        +
        +
        Returns:
        +
        color
        +
        +
      • +
      + + + +
        +
      • +

        setParticleRed

        +
        public Particle setParticleRed(float particleRed)
        +
        Sets the red color for the particle, or -1 if it uses the default color. Values should be (0-1)
        +
        +
        Parameters:
        +
        particleRed -
        +
        +
      • +
      + + + +
        +
      • +

        getParticleBlue

        +
        public float getParticleBlue()
        +
        Gets the blue color for the particle, or -1 if it uses the default color. Values should be (0-1)
        +
        +
        Returns:
        +
        color
        +
        +
      • +
      + + + +
        +
      • +

        setParticleBlue

        +
        public Particle setParticleBlue(float particleBlue)
        +
        Sets the blue color for the particle, or -1 if it uses the default color. Values should be (0-1)
        +
        +
        Returns:
        +
        color
        +
        +
      • +
      + + + +
        +
      • +

        getParticleGreen

        +
        public float getParticleGreen()
        +
        Gets the gree color for the particle, or -1 if it uses the default color. Values should be (0-1)
        +
        +
        Returns:
        +
        color
        +
        +
      • +
      + + + +
        +
      • +

        setParticleGreen

        +
        public Particle setParticleGreen(float particleGreen)
        +
        Gets the green color for the particle, or -1 if it uses the default color. Values should be (0-1)
        +
        +
        Returns:
        +
        color
        +
        +
      • +
      + + + +
        +
      • +

        getScale

        +
        public float getScale()
        +
        Gets the scale of the particle
        +
        +
        Returns:
        +
        scale
        +
        +
      • +
      + + + +
        +
      • +

        setScale

        +
        public Particle setScale(float scale)
        +
        Sets the scale of the particle
        +
        +
        Parameters:
        +
        scale -
        +
        +
      • +
      + + + +
        +
      • +

        getGravity

        +
        public float getGravity()
        +
        Gets the gravity modifier for the particle (0 = no gravity)
        +
        +
        Returns:
        +
        gravity
        +
        +
      • +
      + + + +
        +
      • +

        setGravity

        +
        public Particle setGravity(float gravity)
        +
        Sets the gravity modifier for the particle (0 = no gravity)
        +
        +
        Parameters:
        +
        gravity -
        +
        +
      • +
      + + + +
        +
      • +

        spawn

        +
        public void spawn(SpoutPlayer player)
        +
        Spawns this particle - making it visible to the given player
        +
        +
        Parameters:
        +
        player - to spawn the particle for
        +
        +
      • +
      + + + +
        +
      • +

        spawn

        +
        public void spawn()
        +
        Spawns this particle in the world, making it visible to all players
        +
      • +
      + + + +
        +
      • +

        getAmount

        +
        public int getAmount()
        +
      • +
      + + + +
        +
      • +

        setAmount

        +
        public Particle setAmount(int amount)
        +
      • +
      + + + +
        +
      • +

        getRange

        +
        public double getRange()
        +
        Gets the range this particle will be visible at
        +
        +
        Returns:
        +
        range
        +
        +
      • +
      + + + +
        +
      • +

        setRange

        +
        public Particle setRange(double range)
        +
        Sets the range this particle will be visible at + Client graphics settings may override this
        +
        +
        Parameters:
        +
        range -
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/particle/class-use/Particle.ParticleType.html b/generated/1.5.2/org/getspout/spoutapi/particle/class-use/Particle.ParticleType.html new file mode 100644 index 0000000..a8bf12c --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/particle/class-use/Particle.ParticleType.html @@ -0,0 +1,193 @@ + + + + + +Uses of Class org.getspout.spoutapi.particle.Particle.ParticleType (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.particle.Particle.ParticleType

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/particle/class-use/Particle.html b/generated/1.5.2/org/getspout/spoutapi/particle/class-use/Particle.html new file mode 100644 index 0000000..3997d9c --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/particle/class-use/Particle.html @@ -0,0 +1,240 @@ + + + + + +Uses of Class org.getspout.spoutapi.particle.Particle (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.particle.Particle

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/particle/package-frame.html b/generated/1.5.2/org/getspout/spoutapi/particle/package-frame.html new file mode 100644 index 0000000..a176009 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/particle/package-frame.html @@ -0,0 +1,25 @@ + + + + + +org.getspout.spoutapi.particle (Spoutcraft 1.5.2 JavaDoc) + + + + + + +

org.getspout.spoutapi.particle

+
+

Classes

+ +

Enums

+ +
+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/particle/package-summary.html b/generated/1.5.2/org/getspout/spoutapi/particle/package-summary.html new file mode 100644 index 0000000..affe9fd --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/particle/package-summary.html @@ -0,0 +1,161 @@ + + + + + +org.getspout.spoutapi.particle (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Package org.getspout.spoutapi.particle

+
+
+
    +
  • + + + + + + + + + + + + +
    Class Summary 
    ClassDescription
    Particle 
    +
  • +
  • + + + + + + + + + + + + +
    Enum Summary 
    EnumDescription
    Particle.ParticleType 
    +
  • +
+
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/particle/package-tree.html b/generated/1.5.2/org/getspout/spoutapi/particle/package-tree.html new file mode 100644 index 0000000..c3b1959 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/particle/package-tree.html @@ -0,0 +1,152 @@ + + + + + +org.getspout.spoutapi.particle Class Hierarchy (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Hierarchy For Package org.getspout.spoutapi.particle

+Package Hierarchies: + +
+
+

Class Hierarchy

+
    +
  • java.lang.Object +
      +
    • org.getspout.spoutapi.particle.Particle
    • +
    +
  • +
+

Enum Hierarchy

+
    +
  • java.lang.Object +
      +
    • java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable) + +
    • +
    +
  • +
+
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/particle/package-use.html b/generated/1.5.2/org/getspout/spoutapi/particle/package-use.html new file mode 100644 index 0000000..c24f4de --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/particle/package-use.html @@ -0,0 +1,186 @@ + + + + + +Uses of Package org.getspout.spoutapi.particle (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Package
org.getspout.spoutapi.particle

+
+
+ +
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/player/BiomeManager.html b/generated/1.5.2/org/getspout/spoutapi/player/BiomeManager.html new file mode 100644 index 0000000..a0b6688 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/player/BiomeManager.html @@ -0,0 +1,377 @@ + + + + + +BiomeManager (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.player
+

Interface BiomeManager

+
+
+
+
    +
  • +
    +
    Deprecated.
    +
    +
    @Deprecated
    +public interface BiomeManager
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        setPlayerBiomeWeather

        +
        @ClientOnly
        +void setPlayerBiomeWeather(SpoutPlayer player,
        +                                        Biome biome,
        +                                        SpoutWeather weather)
        +
        Deprecated. 
        +
        Sets a players weather in a specific Biome to render as the specified SpoutWeather
        +
        +
        Parameters:
        +
        player - to set the biomes weather for
        +
        biome - that gets set to the weather for the player
        +
        weather - to set the biome to
        +
        +
      • +
      + + + +
        +
      • +

        setPlayerWeather

        +
        @ClientOnly
        +void setPlayerWeather(SpoutPlayer player,
        +                                   SpoutWeather weather)
        +
        Deprecated. 
        +
        Sets a players weather in all biomes to render as the specified SpoutWeather
        +
        +
        Parameters:
        +
        player - to set the worlds weather for
        +
        weather - to set the world to
        +
        +
      • +
      + + + +
        +
      • +

        setGlobalBiomeWeather

        +
        @ClientOnly
        +void setGlobalBiomeWeather(Biome biome,
        +                                        SpoutWeather weather)
        +
        Deprecated. 
        +
        Sets the whole servers weather in a specific Biome to render as the specified SpoutWeather
        +
        +
        Parameters:
        +
        biome - that gets set to the weather for the world
        +
        weather - to set the biome to
        +
        +
      • +
      + + + +
        +
      • +

        setGlobalWeather

        +
        @ClientOnly
        +void setGlobalWeather(SpoutWeather weather)
        +
        Deprecated. 
        +
        Sets the whole servers weather to render as the specified SpoutWeather
        +
        +
        Parameters:
        +
        weather - to set the world to
        +
        +
      • +
      + + + +
        +
      • +

        getGlobalBiomeWeather

        +
        @ClientOnly
        +SpoutWeather getGlobalBiomeWeather(Biome biome)
        +
        Deprecated. 
        +
        Gets the global weather for the specified biome.
        +
        +
        Parameters:
        +
        biome - to get the weather for
        +
        Returns:
        +
        the weather
        +
        +
      • +
      + + + +
        +
      • +

        getPlayerBiomeWeather

        +
        @ClientOnly
        +SpoutWeather getPlayerBiomeWeather(Player player,
        +                                                Biome biome)
        +
        Deprecated. 
        +
        Gets the players weather for the specified biome.
        +
        +
        Parameters:
        +
        player - to get the weather for
        +
        biome - to get the weather for
        +
        Returns:
        +
        the weather
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/player/EntitySkinType.html b/generated/1.5.2/org/getspout/spoutapi/player/EntitySkinType.html new file mode 100644 index 0000000..625d5b5 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/player/EntitySkinType.html @@ -0,0 +1,433 @@ + + + + + +EntitySkinType (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.player
+

Enum EntitySkinType

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • java.lang.Enum<EntitySkinType>
    • +
    • +
        +
      • org.getspout.spoutapi.player.EntitySkinType
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable, java.lang.Comparable<EntitySkinType>
    +
    +
    +
    +
    public enum EntitySkinType
    +extends java.lang.Enum<EntitySkinType>
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        values

        +
        public static EntitySkinType[] values()
        +
        Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
        +for (EntitySkinType c : EntitySkinType.values())
        +    System.out.println(c);
        +
        +
        +
        Returns:
        +
        an array containing the constants of this enum type, in the order they are declared
        +
        +
      • +
      + + + +
        +
      • +

        valueOf

        +
        public static EntitySkinType valueOf(java.lang.String name)
        +
        Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)
        +
        +
        Parameters:
        +
        name - the name of the enum constant to be returned.
        +
        Returns:
        +
        the enum constant with the specified name
        +
        Throws:
        +
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        +
        java.lang.NullPointerException - if the argument is null
        +
        +
      • +
      + + + +
        +
      • +

        getId

        +
        public byte getId()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/player/FileManager.html b/generated/1.5.2/org/getspout/spoutapi/player/FileManager.html new file mode 100644 index 0000000..a515073 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/player/FileManager.html @@ -0,0 +1,630 @@ + + + + + +FileManager (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.player
+

Interface FileManager

+
+
+
+
    +
  • +
    +
    +
    public interface FileManager
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Abstract Methods 
      Modifier and TypeMethod and Description
      booleanaddToCache(Plugin plugin, + java.util.Collection<java.io.File> file) +
      Adds a list of files to the cache for clients.
      +
      booleanaddToCache(Plugin plugin, + java.io.File file) +
      Adds a file to the cache for clients.
      +
      booleanaddToCache(Plugin plugin, + java.io.InputStream input, + java.lang.String fileName) +
      Sends the contents of the input stream to clients.
      +
      booleanaddToCache(Plugin plugin, + java.util.List<java.lang.String> fileUrls) +
      Adds a list of files to the cache for clients.
      +
      booleanaddToCache(Plugin plugin, + java.lang.String fileUrl) +
      Adds a file to the cache for clients.
      +
      booleanaddToPreLoginCache(Plugin plugin, + java.util.Collection<java.io.File> files) +
      Adds a list of files to the pre-login cache for clients.
      +
      booleanaddToPreLoginCache(Plugin plugin, + java.io.File file) +
      Adds a file to the pre-login cache for clients.
      +
      booleanaddToPreLoginCache(Plugin plugin, + java.io.InputStream input, + java.lang.String fileName) +
      Sends the contents of the input stream to clients during prelogin.
      +
      booleanaddToPreLoginCache(Plugin plugin, + java.util.List<java.lang.String> fileUrls) +
      Adds a list of files to the pre-login cache for clients.
      +
      booleanaddToPreLoginCache(Plugin plugin, + java.lang.String fileUrl) +
      Adds a file to the pre-login cache for clients.
      +
      booleancanCache(java.io.File file) +
      Checks if the file is approved for pre-caching.
      +
      booleancanCache(java.lang.String fileUrl) +
      Checks if the fileUrl is approved for pre-caching.
      +
      java.util.List<java.lang.String>getCache(Plugin plugin) +
      Gets a list of all the names of the files pre-cached on the client for this plugin.
      +
      voidremoveFromCache(Plugin plugin, + java.util.List<java.lang.String> file) +
      Removes the given filenames from the cache, if they exists.
      +
      voidremoveFromCache(Plugin plugin, + java.lang.String file) +
      Removes the given filename from the cache, if it exists.
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getCache

        +
        @ClientOnly
        +java.util.List<java.lang.String> getCache(Plugin plugin)
        +
        Gets a list of all the names of the files pre-cached on the client for this plugin. +

        + The cache may be up to 60 seconds out of date.

        +
        +
        Parameters:
        +
        plugin - that the files are cached for
        +
        Returns:
        +
        list of names of cached files
        +
        +
      • +
      + + + +
        +
      • +

        addToPreLoginCache

        +
        @ClientOnly
        +boolean addToPreLoginCache(Plugin plugin,
        +                                        java.io.File file)
        +
        Adds a file to the pre-login cache for clients. This file will only be downloaded when clients login. +

        + This is advantageous because it will not cause any latency issues for larger files or lots of media. +

        + Ideally, precached files should be set onEnable.

        +
        +
        Parameters:
        +
        plugin - caching the files.
        +
        file - to pre-cache
        +
        Returns:
        +
        true if the file was pre-cached
        +
        +
      • +
      + + + +
        +
      • +

        addToPreLoginCache

        +
        @ClientOnly
        +boolean addToPreLoginCache(Plugin plugin,
        +                                        java.lang.String fileUrl)
        +
        Adds a file to the pre-login cache for clients. This file will only be downloaded when clients login. +

        + This is advantageous because it will not cause any latency issues for larger files or lots of media. +

        + Ideally, precached files should be set onEnable.

        +
        +
        Parameters:
        +
        plugin - caching the files.
        +
        fileUrl - to pre-cache
        +
        Returns:
        +
        true if the file was pre-cached
        +
        +
      • +
      + + + +
        +
      • +

        addToPreLoginCache

        +
        @ClientOnly
        +boolean addToPreLoginCache(Plugin plugin,
        +                                        java.util.Collection<java.io.File> files)
        +
        Adds a list of files to the pre-login cache for clients. These files will only be downloaded when clients login. +

        + This is advantageous because it will not cause any latency issues for larger files or lots of media. +

        + Ideally, precached files should be set onEnable.

        +
        +
        Parameters:
        +
        plugin - caching the files.
        +
        files - to pre-cache
        +
        Returns:
        +
        true if the files were pre-cached
        +
        +
      • +
      + + + +
        +
      • +

        addToPreLoginCache

        +
        @ClientOnly
        +boolean addToPreLoginCache(Plugin plugin,
        +                                        java.util.List<java.lang.String> fileUrls)
        +
        Adds a list of files to the pre-login cache for clients. These files will only be downloaded when clients login. +

        + This is advantageous because it will not cause any latency issues for larger files or lots of media. +

        + Ideally, precached files should be set onEnable.

        +
        +
        Parameters:
        +
        plugin - caching the files.
        +
        fileUrls - to pre-cache
        +
        Returns:
        +
        true if the files were pre-cached
        +
        +
      • +
      + + + +
        +
      • +

        addToPreLoginCache

        +
        @ClientOnly
        +boolean addToPreLoginCache(Plugin plugin,
        +                                        java.io.InputStream input,
        +                                        java.lang.String fileName)
        +
        Sends the contents of the input stream to clients during prelogin. The contents of the steam will only be downloaded + when clients login. +

        + This is advantageous because it will not cause any latency issues for larger files or lots of media. +

        + Ideally, precached files should be set onEnable.

        +
        +
        Parameters:
        +
        plugin - caching the files.
        +
        input - stream containing the bytes to be read
        +
        file - name of the resulting file.
        +
        Returns:
        +
        true if the files were pre-cached
        +
        +
      • +
      + + + +
        +
      • +

        addToCache

        +
        boolean addToCache(Plugin plugin,
        +                   java.io.File file)
        +
        Adds a file to the cache for clients. This file will be downloaded immediately for any online players, and upon login of new clients. +

        + This is not recommended for larger files, since the extra latency for large downloads may disrupt the player's experience.

        +
        +
        Parameters:
        +
        file - to pre-cache
        +
        Returns:
        +
        true if the file was pre-cached
        +
        +
      • +
      + + + +
        +
      • +

        addToCache

        +
        boolean addToCache(Plugin plugin,
        +                   java.lang.String fileUrl)
        +
        Adds a file to the cache for clients. This file will be downloaded immediately for any online players, and upon login of new clients. +

        + This is not recommended for larger files, since the extra latency for large downloads may disrupt the player's experience.

        +
        +
        Parameters:
        +
        fileUrl - to pre-cache
        +
        Returns:
        +
        true if the file was pre-cached
        +
        +
      • +
      + + + +
        +
      • +

        addToCache

        +
        @ClientOnly
        +boolean addToCache(Plugin plugin,
        +                                java.util.Collection<java.io.File> file)
        +
        Adds a list of files to the cache for clients. These files will be downloaded immediately for any online players, and upon login of new clients. +

        + This is not recommended for larger files, since the extra latency for large downloads may disrupt the player's experience.

        +
        +
        Parameters:
        +
        files - to pre-cache
        +
        Returns:
        +
        true if the files were pre-cached
        +
        +
      • +
      + + + +
        +
      • +

        addToCache

        +
        @ClientOnly
        +boolean addToCache(Plugin plugin,
        +                                java.util.List<java.lang.String> fileUrls)
        +
        Adds a list of files to the cache for clients. These files will be downloaded immediately for any online players, and upon login of new clients. +

        + This is not recommended for larger files, since the extra latency for large downloads may disrupt the player's experience.

        +
        +
        Parameters:
        +
        fileUrls - to pre-cache
        +
        Returns:
        +
        true if the files were pre-cached
        +
        +
      • +
      + + + +
        +
      • +

        addToCache

        +
        @ClientOnly
        +boolean addToCache(Plugin plugin,
        +                                java.io.InputStream input,
        +                                java.lang.String fileName)
        +
        Sends the contents of the input stream to clients. The contents of the steam will only be downloaded + immediately. +

        + This is not recommended for larger files, since the extra latency for large downloads may disrupt the player's experience.

        +
        +
        Parameters:
        +
        plugin - caching the files.
        +
        input - stream containing the bytes to be read
        +
        file - name of the resulting file.
        +
        Returns:
        +
        true if the files were pre-cached
        +
        +
      • +
      + + + +
        +
      • +

        removeFromCache

        +
        @ClientOnly
        +void removeFromCache(Plugin plugin,
        +                                  java.lang.String file)
        +
        Removes the given filename from the cache, if it exists.
        +
        +
        Parameters:
        +
        plugin - that the file is cached for
        +
        file - name to remove
        +
        +
      • +
      + + + +
        +
      • +

        removeFromCache

        +
        @ClientOnly
        +void removeFromCache(Plugin plugin,
        +                                  java.util.List<java.lang.String> file)
        +
        Removes the given filenames from the cache, if they exists.
        +
        +
        Parameters:
        +
        plugin - that the files are cached for
        +
        file - names to remove
        +
        +
      • +
      + + + +
        +
      • +

        canCache

        +
        @ClientOnly
        +boolean canCache(java.io.File file)
        +
        Checks if the file is approved for pre-caching. The file types approved for pre-caching are as follows: + .txt, .yml, .xml, .png, .jpg, .ogg, .midi, .wav, .zip
        +
        +
        Parameters:
        +
        file - to check
        +
        Returns:
        +
        true if the file can be cached on the client
        +
        +
      • +
      + + + +
        +
      • +

        canCache

        +
        @ClientOnly
        +boolean canCache(java.lang.String fileUrl)
        +
        Checks if the fileUrl is approved for pre-caching. The file types approved for pre-caching are as follows: + .txt, .yml, .xml, .png, .jpg, .ogg, .midi, .wav, .zip
        +
        +
        Parameters:
        +
        fileUrl - to check
        +
        Returns:
        +
        true if the file can be cached on the client
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/player/PlayerChunkMap.html b/generated/1.5.2/org/getspout/spoutapi/player/PlayerChunkMap.html new file mode 100644 index 0000000..61afe51 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/player/PlayerChunkMap.html @@ -0,0 +1,311 @@ + + + + + +PlayerChunkMap (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.player
+

Interface PlayerChunkMap

+
+
+
+
    +
  • +
    +
    +
    public interface PlayerChunkMap
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getPlayer

        +
        SpoutPlayer getPlayer(Player player)
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        getOnlinePlayers

        +
        SpoutPlayer[] getOnlinePlayers()
        +
      • +
      + + + +
        +
      • +

        setVersionString

        +
        void setVersionString(int playerId,
        +                      java.lang.String versionString)
        +
      • +
      + + + +
        +
      • +

        getEntity

        +
        Entity getEntity(java.util.UUID id)
        +
      • +
      + + + +
        +
      • +

        getEntity

        +
        Entity getEntity(int entityId)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/player/PlayerInformation.html b/generated/1.5.2/org/getspout/spoutapi/player/PlayerInformation.html new file mode 100644 index 0000000..c1e741e --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/player/PlayerInformation.html @@ -0,0 +1,311 @@ + + + + + +PlayerInformation (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.player
+

Interface PlayerInformation

+
+
+
+
    +
  • +
    +
    +
    public interface PlayerInformation
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/player/RenderDistance.html b/generated/1.5.2/org/getspout/spoutapi/player/RenderDistance.html new file mode 100644 index 0000000..6907cb2 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/player/RenderDistance.html @@ -0,0 +1,399 @@ + + + + + +RenderDistance (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.player
+

Enum RenderDistance

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • java.lang.Enum<RenderDistance>
    • +
    • +
        +
      • org.getspout.spoutapi.player.RenderDistance
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable, java.lang.Comparable<RenderDistance>
    +
    +
    +
    +
    public enum RenderDistance
    +extends java.lang.Enum<RenderDistance>
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Enum Constant Summary

      + + + + + + + + + + + + + + + + + +
      Enum Constants 
      Enum Constant and Description
      FAR 
      NORMAL 
      SHORT 
      TINY 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      static RenderDistancegetRenderDistanceFromValue(int value) 
      intgetValue() 
      static RenderDistancevalueOf(java.lang.String name) +
      Returns the enum constant of this type with the specified name.
      +
      static RenderDistance[]values() +
      Returns an array containing the constants of this enum type, in +the order they are declared.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Enum

        +clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +getClass, notify, notifyAll, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        values

        +
        public static RenderDistance[] values()
        +
        Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
        +for (RenderDistance c : RenderDistance.values())
        +    System.out.println(c);
        +
        +
        +
        Returns:
        +
        an array containing the constants of this enum type, in the order they are declared
        +
        +
      • +
      + + + +
        +
      • +

        valueOf

        +
        public static RenderDistance valueOf(java.lang.String name)
        +
        Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)
        +
        +
        Parameters:
        +
        name - the name of the enum constant to be returned.
        +
        Returns:
        +
        the enum constant with the specified name
        +
        Throws:
        +
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        +
        java.lang.NullPointerException - if the argument is null
        +
        +
      • +
      + + + +
        +
      • +

        getValue

        +
        public final int getValue()
        +
      • +
      + + + +
        +
      • +

        getRenderDistanceFromValue

        +
        public static RenderDistance getRenderDistanceFromValue(int value)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/player/SkyManager.html b/generated/1.5.2/org/getspout/spoutapi/player/SkyManager.html new file mode 100644 index 0000000..1ef63bf --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/player/SkyManager.html @@ -0,0 +1,852 @@ + + + + + +SkyManager (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.player
+

Interface SkyManager

+
+
+
+
    +
  • +
    +
    +
    public interface SkyManager
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Abstract Methods 
      Modifier and TypeMethod and Description
      ColorgetCloudColor(SpoutPlayer player) 
      intgetCloudHeight(SpoutPlayer player) +
      Gets the y-axis height that cloud tops are rendered at for the given player
      +
      ColorgetFogColor(SpoutPlayer player) 
      intgetMoonSizePercent(SpoutPlayer player) +
      Gets the size percent of the moon, relative to the default size. + 100 percent is the default size. 200 percent is double size. 50 percent is half size.
      +
      java.lang.StringgetMoonTextureUrl(SpoutPlayer player) +
      Gets the custom url of the custom moon texture, or null if no custom texture is set
      +
      ColorgetSkyColor(SpoutPlayer player) 
      intgetStarFrequency(SpoutPlayer player) +
      Gets the frequency of stars overhead at night.
      +
      intgetSunSizePercent(SpoutPlayer player) +
      Gets the percent size of the sun, relative to the default size. + 100 percent is default size. 200 percent is double size. 50 percent is half size.
      +
      java.lang.StringgetSunTextureUrl(SpoutPlayer player) +
      Gets the custom url of the custom sun texture, or null if no custom texture is set
      +
      booleanisCloudsVisible(SpoutPlayer player) +
      Is true if the clouds are visible for the given player
      +
      booleanisMoonVisible(SpoutPlayer player) +
      Is true if the moon will ever render
      +
      booleanisStarsVisible(SpoutPlayer player) +
      Is true if the stars are visible for the given player player
      +
      booleanisSunVisible(SpoutPlayer player) +
      Is true if the sun will ever render
      +
      voidsetCloudColor(SpoutPlayer player, + Color cloudColor) +
      Sets the cloud color for the player
      +
      voidsetCloudHeight(SpoutPlayer player, + int y) +
      Sets the y-axis heigh that cloud tops are rendered at for the given player
      +
      voidsetCloudsVisible(SpoutPlayer player, + boolean visible) +
      Enables or disables the rendering of clouds for the given player
      +
      voidsetFogColor(SpoutPlayer player, + Color fogColor) +
      Sets the fog color for the player
      +
      voidsetMoonSizePercent(SpoutPlayer player, + int percent) +
      Sets the percent size of the moon, relative to the default size. + 100 percent is the default size. 200 percent is double size. 50 percent is half size.
      +
      voidsetMoonTextureUrl(SpoutPlayer player, + java.lang.String url) +
      Sets the texture of the moon to the picture in the given format, or if the url is null, resets the moon to the default texture + The texture must be a square png to render correctly (e.g 32x32, 64x64, etc)
      +
      voidsetMoonVisible(SpoutPlayer player, + boolean visible) +
      Enables or disables rendering of the moon during nighttime
      +
      voidsetSkyColor(SpoutPlayer player, + Color skyColor) +
      Sets the sky color for the player
      +
      voidsetStarFrequency(SpoutPlayer player, + int frequency) +
      Sets the frequency of stars overhead at night for the given player
      +
      voidsetStarsVisible(SpoutPlayer player, + boolean visible) +
      Enables or disables the rendering of stars for the given player
      +
      voidsetSunSizePercent(SpoutPlayer player, + int percent) +
      Sets the percent size of the sun, relative to the default size. + 100 percent is the default size. 200 percent is double size. 50 percent is half size.
      +
      voidsetSunTextureUrl(SpoutPlayer player, + java.lang.String url) +
      Sets the texture of the sun to the picture in the given format, or if the url is null, resets the sun to the default texture + The texture must be a square png to render correctly (e.g 32x32, 64x64, etc)
      +
      voidsetSunVisible(SpoutPlayer player, + boolean visible) +
      Enables or disables rendering of the sun during daytime
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getCloudHeight

        +
        @ClientOnly
        +int getCloudHeight(SpoutPlayer player)
        +
        Gets the y-axis height that cloud tops are rendered at for the given player
        +
        +
        Parameters:
        +
        player -
        +
        Returns:
        +
        height
        +
        +
      • +
      + + + +
        +
      • +

        setCloudHeight

        +
        @ClientOnly
        +void setCloudHeight(SpoutPlayer player,
        +                                 int y)
        +
        Sets the y-axis heigh that cloud tops are rendered at for the given player
        +
        +
        Parameters:
        +
        player -
        +
        y - axis level to render the cloud top at
        +
        +
      • +
      + + + +
        +
      • +

        isCloudsVisible

        +
        @ClientOnly
        +boolean isCloudsVisible(SpoutPlayer player)
        +
        Is true if the clouds are visible for the given player
        +
        +
        Parameters:
        +
        player -
        +
        Returns:
        +
        true if clouds are visible
        +
        +
      • +
      + + + +
        +
      • +

        setCloudsVisible

        +
        @ClientOnly
        +void setCloudsVisible(SpoutPlayer player,
        +                                   boolean visible)
        +
        Enables or disables the rendering of clouds for the given player
        +
        +
        Parameters:
        +
        player -
        +
        visible -
        +
        +
      • +
      + + + +
        +
      • +

        getStarFrequency

        +
        @ClientOnly
        +int getStarFrequency(SpoutPlayer player)
        +
        Gets the frequency of stars overhead at night. The default frequency is 1500. + Higher frequencies cause more stars, lower, less
        +
        +
        Parameters:
        +
        player - to get the frequency for
        +
        Returns:
        +
        frequency
        +
        +
      • +
      + + + +
        +
      • +

        setStarFrequency

        +
        @ClientOnly
        +void setStarFrequency(SpoutPlayer player,
        +                                   int frequency)
        +
        Sets the frequency of stars overhead at night for the given player
        +
        +
        Parameters:
        +
        player - to set the frequency for
        +
        frequency -
        +
        +
      • +
      + + + +
        +
      • +

        isStarsVisible

        +
        @ClientOnly
        +boolean isStarsVisible(SpoutPlayer player)
        +
        Is true if the stars are visible for the given player player
        +
        +
        Parameters:
        +
        player -
        +
        Returns:
        +
        if the stars are visible
        +
        +
      • +
      + + + +
        +
      • +

        setStarsVisible

        +
        @ClientOnly
        +void setStarsVisible(SpoutPlayer player,
        +                                  boolean visible)
        +
        Enables or disables the rendering of stars for the given player
        +
        +
        Parameters:
        +
        player -
        +
        visible -
        +
        +
      • +
      + + + +
        +
      • +

        getSunSizePercent

        +
        @ClientOnly
        +int getSunSizePercent(SpoutPlayer player)
        +
        Gets the percent size of the sun, relative to the default size. + 100 percent is default size. 200 percent is double size. 50 percent is half size.
        +
        +
        Parameters:
        +
        player - to get the size for
        +
        Returns:
        +
        percent size of the sun
        +
        +
      • +
      + + + +
        +
      • +

        setSunSizePercent

        +
        @ClientOnly
        +void setSunSizePercent(SpoutPlayer player,
        +                                    int percent)
        +
        Sets the percent size of the sun, relative to the default size. + 100 percent is the default size. 200 percent is double size. 50 percent is half size.
        +
        +
        Parameters:
        +
        player - to set the size for
        +
        percent - to set
        +
        +
      • +
      + + + +
        +
      • +

        isSunVisible

        +
        @ClientOnly
        +boolean isSunVisible(SpoutPlayer player)
        +
        Is true if the sun will ever render
        +
        +
        Parameters:
        +
        player - to check
        +
        Returns:
        +
        true if the sun will ever render
        +
        +
      • +
      + + + +
        +
      • +

        setSunVisible

        +
        @ClientOnly
        +void setSunVisible(SpoutPlayer player,
        +                                boolean visible)
        +
        Enables or disables rendering of the sun during daytime
        +
        +
        Parameters:
        +
        player -
        +
        visible -
        +
        +
      • +
      + + + +
        +
      • +

        getSunTextureUrl

        +
        @ClientOnly
        +java.lang.String getSunTextureUrl(SpoutPlayer player)
        +
        Gets the custom url of the custom sun texture, or null if no custom texture is set
        +
        +
        Parameters:
        +
        player - who has the custom texture
        +
        Returns:
        +
        url of the custom texture
        +
        +
      • +
      + + + +
        +
      • +

        setSunTextureUrl

        +
        @ClientOnly
        +void setSunTextureUrl(SpoutPlayer player,
        +                                   java.lang.String url)
        +
        Sets the texture of the sun to the picture in the given format, or if the url is null, resets the sun to the default texture + The texture must be a square png to render correctly (e.g 32x32, 64x64, etc)
        +
        +
        Parameters:
        +
        player - to set the custom texture of
        +
        Url - of the texture
        +
        +
      • +
      + + + +
        +
      • +

        getMoonSizePercent

        +
        int getMoonSizePercent(SpoutPlayer player)
        +
        Gets the size percent of the moon, relative to the default size. + 100 percent is the default size. 200 percent is double size. 50 percent is half size.
        +
        +
        Parameters:
        +
        player - to get the size from
        +
        Returns:
        +
        percent size
        +
        +
      • +
      + + + +
        +
      • +

        setMoonSizePercent

        +
        @ClientOnly
        +void setMoonSizePercent(SpoutPlayer player,
        +                                     int percent)
        +
        Sets the percent size of the moon, relative to the default size. + 100 percent is the default size. 200 percent is double size. 50 percent is half size.
        +
        +
        Parameters:
        +
        player - to set the size for
        +
        percent - to set
        +
        +
      • +
      + + + +
        +
      • +

        isMoonVisible

        +
        @ClientOnly
        +boolean isMoonVisible(SpoutPlayer player)
        +
        Is true if the moon will ever render
        +
        +
        Parameters:
        +
        player - to check
        +
        Returns:
        +
        true if the moon will ever render
        +
        +
      • +
      + + + +
        +
      • +

        setMoonVisible

        +
        @ClientOnly
        +void setMoonVisible(SpoutPlayer player,
        +                                 boolean visible)
        +
        Enables or disables rendering of the moon during nighttime
        +
        +
        Parameters:
        +
        player -
        +
        visible -
        +
        +
      • +
      + + + +
        +
      • +

        getMoonTextureUrl

        +
        @ClientOnly
        +java.lang.String getMoonTextureUrl(SpoutPlayer player)
        +
        Gets the custom url of the custom moon texture, or null if no custom texture is set
        +
        +
        Parameters:
        +
        player - who has the custom texture
        +
        Returns:
        +
        url of the custom texture
        +
        +
      • +
      + + + +
        +
      • +

        setMoonTextureUrl

        +
        @ClientOnly
        +void setMoonTextureUrl(SpoutPlayer player,
        +                                    java.lang.String url)
        +
        Sets the texture of the moon to the picture in the given format, or if the url is null, resets the moon to the default texture + The texture must be a square png to render correctly (e.g 32x32, 64x64, etc)
        +
        +
        Parameters:
        +
        player - to set the custom texture of
        +
        Url - of the texture
        +
        +
      • +
      + + + +
        +
      • +

        setSkyColor

        +
        @ClientOnly
        +void setSkyColor(SpoutPlayer player,
        +                              Color skyColor)
        +
        Sets the sky color for the player
        +
        +
        Parameters:
        +
        player -
        +
        skyColor -
        +
        +
      • +
      + + + +
        +
      • +

        getSkyColor

        +
        @ClientOnly
        +Color getSkyColor(SpoutPlayer player)
        +
        +
        Parameters:
        +
        player -
        +
        Returns:
        +
        the set sky color of given player
        +
        +
      • +
      + + + +
        +
      • +

        setFogColor

        +
        @ClientOnly
        +void setFogColor(SpoutPlayer player,
        +                              Color fogColor)
        +
        Sets the fog color for the player
        +
        +
        Parameters:
        +
        player -
        +
        fogColor -
        +
        +
      • +
      + + + +
        +
      • +

        getFogColor

        +
        @ClientOnly
        +Color getFogColor(SpoutPlayer player)
        +
        +
        Parameters:
        +
        player -
        +
        Returns:
        +
        the set fog color of given player.
        +
        +
      • +
      + + + +
        +
      • +

        setCloudColor

        +
        @ClientOnly
        +void setCloudColor(SpoutPlayer player,
        +                                Color cloudColor)
        +
        Sets the cloud color for the player
        +
        +
        Parameters:
        +
        player -
        +
        cloudColor -
        +
        +
      • +
      + + + +
        +
      • +

        getCloudColor

        +
        @ClientOnly
        +Color getCloudColor(SpoutPlayer player)
        +
        +
        Parameters:
        +
        player -
        +
        Returns:
        +
        the set cloud color of the player
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/player/SpoutPlayer.html b/generated/1.5.2/org/getspout/spoutapi/player/SpoutPlayer.html new file mode 100644 index 0000000..c9bf739 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/player/SpoutPlayer.html @@ -0,0 +1,2661 @@ + + + + + +SpoutPlayer (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.player
+

Interface SpoutPlayer

+
+
+
+
    +
  • +
    +
    +
    public interface SpoutPlayer
    +
    Represents a SpoutPlayer, which extends the standard Bukkit Player. + SpoutPlayer's can be retrieved by casting Bukkit's org.bukkit.entity.Player class
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and TypeMethod and Description
      voidaddAccessory(AccessoryType type, + java.lang.String url) +
      Adds a new accessory to the player.
      +
      voidaddWaypoint(java.lang.String name, + double x, + double y, + double z) +
      Adds a waypoint to the minimap of the client, with the given loation and given name.
      +
      booleancanFly() +
      Returns either the server wide fly setting, or specific player setting if a plugin has used setCanFly()
      +
      voidcheckUrl(java.lang.String url) +
      Tests the skin/cape url for correctness.
      +
      booleancloseActiveWindow() +
      Deprecated. 
      +
      java.lang.StringgetAccessoryURL(AccessoryType type) +
      Gets the accessory's url
      +
      LocationgetActiveInventoryLocation() +
      Deprecated. 
      +
      ScreenTypegetActiveScreen() +
      Gets the active screen open for this player
      +
      java.util.Map<java.lang.String,java.lang.String>getAddons() +
      Gets a list of the addons the player is running.
      +
      doublegetAirSpeedMultiplier() +
      Gets the air speed multiplier for this player +

      + Default air speed modifier is 1

      +
      KeyboardgetBackwardKey() +
      Returns the key bound to backward movement for this player, or unknown if not known.
      +
      intgetBuildVersion() +
      Gets the player's Spoutcraft version as an int.
      +
      java.lang.StringgetCape() +
      Gets the cape that this player is wearing
      +
      java.lang.StringgetCape(SpoutPlayer viewingPlayer) +
      Gets the cape that is visible to the viewingPlayer
      +
      KeyboardgetChatKey() +
      Returns the key bound to opening the chat bar for this player, or unknown if not known.
      +
      java.lang.StringgetClipboardText() +
      Gets the clipboard text from the player, or null if unknown
      +
      ScreengetCurrentScreen() +
      Gets a copy of the current opened screen of the player.
      +
      KeyboardgetDropItemKey() +
      Returns the key bound to dropping items for this player, or unknown if not known.
      +
      KeyboardgetForwardKey() +
      Returns the key bound to forward movement for this player, or unknown if not known.
      +
      doublegetGravityMultiplier() +
      Gets the gravity multiplier for this player +

      + Default gravity modifier is 1

      +
      PlayerInformationgetInformation() +
      Internal use only
      +
      KeyboardgetInventoryKey() +
      Returns the key bound to opening and closing inventories for this player, or unknown if not known.
      +
      doublegetJumpingMultiplier() +
      Gets the jumping multiplier for this player +

      + Default jumping modifier is 1

      +
      KeyboardgetJumpKey() +
      Returns the key bound to jumping for this player, or unknown if not known.
      +
      LocationgetLastClickedLocation() +
      Gets the location that the player clicked on last, or null if there was no previous click locations
      +
      KeyboardgetLeftKey() +
      Returns the key bound to left movement for this player, or unknown if not known.
      +
      InGameHUDgetMainScreen() +
      Gets a copy of the in game HUD to attach widget and launch popups from
      +
      RenderDistancegetMaximumRenderDistance() +
      Gets the maximum render distance that the player can view, or null if unknown
      +
      RenderDistancegetMinimumRenderDistance() +
      Gets the minimum render distance that the player can view, or null if unknown
      +
      RenderDistancegetRenderDistance() +
      Gets the render distance that the player views, or null if unknown
      +
      KeyboardgetRightKey() +
      Returns the key bound to right movement for this player, or unknown if not known.
      +
      java.lang.StringgetSkin() +
      Gets the skin url that this player is using
      +
      java.lang.StringgetSkin(SpoutPlayer viewingPlayer) +
      Gets the skin url that is visible to the viewingPlayer
      +
      KeyboardgetSneakKey() +
      Returns the key bound to sneaking for this player, or unknown if not known.
      +
      doublegetSwimmingMultiplier() +
      Gets the swimming multiplier for this player +

      + Default swimming modifier is 1

      +
      java.lang.StringgetTitle() +
      Gets the overhead title for the player.
      +
      java.lang.StringgetTitleFor(SpoutPlayer viewingPlayer) +
      Gets the overhead title that is visible to the viewingPlayer
      +
      KeyboardgetToggleFogKey() +
      Returns the key bound to toggle view fog for this player, or unknown if not known.
      +
      java.lang.StringgetVersionString() +
      Gets the player's Spoutcraft version as a String.
      +
      doublegetWalkingMultiplier() +
      Gets the walking multiplier for this player +

      + Default walking modifier is 1

      +
      booleanhasAccessory(AccessoryType type) +
      Checks if the player has that accessory type.
      +
      voidhideTitle() +
      Completely hides the title from view of all players.
      +
      voidhideTitleFrom(SpoutPlayer viewingPlayer) +
      Completely hides the title from the view of the viewingPlayer
      +
      booleanisPreCachingComplete() +
      True if the player has completed precaching files
      +
      booleanisSpoutCraftEnabled() +
      Returns true if the player is using the spoutcraft single player mod
      +
      booleanopenInventoryWindow(Inventory inventory) +
      Deprecated. 
      +
      booleanopenInventoryWindow(Inventory inventory, + Location location) +
      Deprecated. 
      +
      booleanopenInventoryWindow(Inventory inventory, + Location location, + boolean ignoreDistance) +
      Deprecated. 
      +
      voidopenScreen(ScreenType type) +
      Orders the client to open the appriopriate screen type
      +
      voidopenScreen(ScreenType type, + boolean packet) +
      Internal use only
      +
      voidopenSignEditGUI(Sign sign) +
      Opens a sign edit GUI for the given sign
      +
      booleanopenWorkbenchWindow(Location location) +
      Deprecated. 
      +
      voidreconnect(java.lang.String hostname) +
      Orders the client to reconnect to another server.
      +
      voidreconnect(java.lang.String hostname, + int port) +
      Orders the client to reconnect to another server +

      + This method is also supported by some server to server teleporting mods.

      +
      voidreconnect(java.lang.String message, + java.lang.String hostname) +
      Orders the client to reconnect to another server.
      +
      voidreconnect(java.lang.String message, + java.lang.String hostname, + int port) +
      Orders the client to reconnect to another server +

      + This method is also supported by some server to server teleporting mods.

      +
      java.lang.StringremoveAccessory(AccessoryType type) +
      Removes an accessory from the player.
      +
      voidresetCape() +
      Resets the cape that this player is wearing
      +
      voidresetCapeFor(SpoutPlayer viewingPlayer) +
      Resets the cape that is visible for the viewingPlayer
      +
      voidresetEntitySkin(LivingEntity target) +
      Resets the entity skin for the target entity.
      +
      voidresetMaximumRenderDistance() +
      Releases the maximum render distance, and allows the player to change the distance with no maximum restriction
      +
      voidresetMinimumRenderDistance() +
      Releases the minimum render distance, and allows the player to change the distance with no minimum restriction
      +
      voidresetMovement() +
      Resets all modified movement speeds, including walking, swimming, gravity, air speed, and jumping modifiers.
      +
      voidresetSkin() +
      Resets the skin to the default
      +
      voidresetSkinFor(SpoutPlayer viewingPlayer) +
      Resets the skin to the default for the viewing player
      +
      voidresetTexturePack() +
      Resets the texture pack for this player to the one they were using when they joined the game
      +
      voidresetTitle() +
      Resets the title back to its default state.
      +
      voidresetTitleFor(SpoutPlayer viewingPlayer) +
      Resets the title back to its default state for the viewingPlayer.
      +
      voidsendDelayedPacket(SpoutPacket packet) +
      Internal use only
      +
      voidsendImmediatePacket(MCPacket packet) +
      Sends the packet immediately.
      +
      booleansendInventoryEvent() +
      Deprecated. 
      +
      voidsendNotification(java.lang.String title, + java.lang.String message, + ItemStack item, + int time) +
      Sends the player a notification (using the existing Achievement Get window), with the given title, message, and item to render as a graphic + The title and message may not exceed 26 characters in length + The item to render may not be null
      +
      voidsendNotification(java.lang.String title, + java.lang.String message, + Material toRender) +
      Sends the player a notification (using the existing Achievement Get window), with the given title, message, and item to render as a graphic + The title and message may not exceed 26 characters in length + The item to render may not be null
      +
      voidsendNotification(java.lang.String title, + java.lang.String message, + Material toRender, + short data, + int time) +
      Sends the player a notification (using the existing Achievement Get window), with the given title, message, and item to render as a graphic + The title and message may not exceed 26 characters in length + The item to render may not be null
      +
      voidsendPacket(MCPacket packet) +
      Sends a MCPacket to the client
      +
      voidsendPacket(SpoutPacket packet) +
      Internal use only
      +
      voidsendScreenshotRequest() +
      Sends a request to the client to send a screenshot to the server.
      +
      voidsetActiveInventoryLocation(Location location) +
      Deprecated. 
      +
      voidsetAddons(java.lang.String[] addons, + java.lang.String[] versions) +
      Internal use only
      +
      voidsetAirSpeedMultiplier(double multiplier) +
      Modifies the default air speed for this player +

      + Ex: setAirSpeedMultiplier(10) will cause players to move horizontally while in the air ten times faster than normal.

      +
      voidsetCanFly(boolean fly) +
      Overrides the server wide fly setting, allowing this player to fly, or not to fly.
      +
      voidsetCape(java.lang.String url) +
      Sets the cape url of this player
      +
      voidsetCapeFor(SpoutPlayer viewingPlayer, + java.lang.String url) +
      Sets the cape url of this player, that is only visible to the viewingPlayer
      +
      voidsetClipboardText(java.lang.String text) +
      Sets the clipboard text for the player
      +
      voidsetClipboardText(java.lang.String text, + boolean update) +
      Internal use only
      +
      voidsetEntitySkin(LivingEntity target, + java.lang.String url, + EntitySkinType type) +
      Sets the entity skin for the target entity to the url.
      +
      voidsetGravityMultiplier(double multiplier) +
      Modifies the effects of gravity on the player's y axis movement.
      +
      voidsetJumpingMultiplier(double multiplier) +
      Modifies the default jumping speed for this player +

      + Ex: setJumpingMultiplier(10) will cause players to jump ten times higher than normal.

      +
      voidsetMaximumRenderDistance(RenderDistance maximum) +
      Sets the maximum render distance that the player can view
      +
      voidsetMinimumRenderDistance(RenderDistance minimum) +
      Sets the minimum render distance that the player can view
      +
      voidsetPreCachingComplete(boolean complete) +
      Internal use only
      +
      voidsetRenderDistance(RenderDistance distance) +
      Sets the render distance that the player views
      +
      voidsetRenderDistance(RenderDistance currentRender, + boolean update) +
      Internal use only
      +
      voidsetSkin(java.lang.String url) +
      Sets the skin of this player
      +
      voidsetSkinFor(SpoutPlayer viewingPlayer, + java.lang.String url) +
      Sets the skin of this player, only visibile to the viewingPlayer
      +
      voidsetSwimmingMultiplier(double multiplier) +
      Modifies the default swimming speed for this player +

      + Ex: setSwimmingMultiplier(10) will cause players to swim ten times faster than normal.

      +
      voidsetTexturePack(java.lang.String url) +
      Sets the texture pack for this player to the given url + The texture pack must be a standard texture pack (non-HD), in .zip format, and must be loadable by normal minecraft interface when offline
      +
      voidsetTitle(java.lang.String title) +
      Sets the overhead title for the player.
      +
      voidsetTitleFor(SpoutPlayer viewingPlayer, + java.lang.String title) +
      Sets the overhead title for the player, only visible to the viewingPlayer.
      +
      voidsetWalkingMultiplier(double multiplier) +
      Modifies the default walking speed for this player +

      + Ex: setWalkingMultiplier(10) will cause players to walk ten times faster than normal.

      +
      booleanspawnTextEntity(java.lang.String text, + Location location, + float scale, + int duration, + Vector movement) +
      Sends a packet to the client to spawn a text entity
      +
      voidupdateEntitySkins(java.util.List<LivingEntity> entities) +
      Internal use only
      +
      voidupdateKeys(byte[] keys) +
      Internal use only
      +
      voidupdatePermission(java.lang.String node) +
      Sends the current value of the node to the client.
      +
      voidupdatePermissions() +
      Sends the current value of all permissions that the player has to the client
      +
      voidupdatePermissions(java.lang.String... nodes) +
      Sends the current value of all given nodes to the client.
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        closeActiveWindow

        +
        @Deprecated
        +boolean closeActiveWindow()
        +
        Deprecated. 
        +
        +
        Returns:
        +
        true if a window was closed
        +
        +
      • +
      + + + +
        +
      • +

        openInventoryWindow

        +
        @Deprecated
        +boolean openInventoryWindow(Inventory inventory)
        +
        Deprecated. 
        +
        +
        Parameters:
        +
        inventory - to use in the dialog GUI
        +
        Returns:
        +
        true if an inventory window was opened
        +
        +
      • +
      + + + +
        +
      • +

        openInventoryWindow

        +
        @Deprecated
        +boolean openInventoryWindow(Inventory inventory,
        +                                         Location location)
        +
        Deprecated. 
        +
        +
        Parameters:
        +
        inventory - to use in the dialog GUI
        +
        location - that represents this inventory in the world (e.g Chest, Furnace). Use null if there is no physical location.
        +
        Returns:
        +
        true if an inventory window was opened
        +
        +
      • +
      + + + +
        +
      • +

        openInventoryWindow

        +
        @Deprecated
        +boolean openInventoryWindow(Inventory inventory,
        +                                         Location location,
        +                                         boolean ignoreDistance)
        +
        Deprecated. 
        +
        +
        Parameters:
        +
        inventory - to use in the dialog GUI
        +
        location - that represents this inventory in the world (e.g Chest, Furnace). Use null if there is no physical location.
        +
        ignoreDistance - whether the distance from the inventory should be considered (opening an inventory will fail if it's too far away, without ignoring distance)
        +
        Returns:
        +
        true if an inventory window was opened
        +
        +
      • +
      + + + +
        +
      • +

        openWorkbenchWindow

        +
        @Deprecated
        +boolean openWorkbenchWindow(Location location)
        +
        Deprecated. 
        +
        +
        Parameters:
        +
        location - of the workbench to use. Must be a valid workbench.
        +
        Returns:
        +
        true if a workbench window was opened
        +
        +
      • +
      + + + +
        +
      • +

        getMainScreen

        +
        InGameHUD getMainScreen()
        +
        Gets a copy of the in game HUD to attach widget and launch popups from
        +
        +
        Returns:
        +
        In game HUD
        +
        +
      • +
      + + + +
        +
      • +

        getCurrentScreen

        +
        Screen getCurrentScreen()
        +
        Gets a copy of the current opened screen of the player. This can be the InGameHUD, but also other screen types. + Check the screentype with Screen.getType();
        +
        +
        Returns:
        +
        the currently open screen
        +
        See Also:
        +
        Screen.getType()
        +
        +
      • +
      + + + +
        +
      • +

        isSpoutCraftEnabled

        +
        boolean isSpoutCraftEnabled()
        +
        Returns true if the player is using the spoutcraft single player mod
        +
        +
        Returns:
        +
        spout craft single player mod enabled
        +
        +
      • +
      + + + +
        +
      • +

        getForwardKey

        +
        @ClientOnly
        +Keyboard getForwardKey()
        +
        Returns the key bound to forward movement for this player, or unknown if not known.
        +
        +
        Returns:
        +
        forward key
        +
        +
      • +
      + + + +
        +
      • +

        getBackwardKey

        +
        @ClientOnly
        +Keyboard getBackwardKey()
        +
        Returns the key bound to backward movement for this player, or unknown if not known.
        +
        +
        Returns:
        +
        backward key
        +
        +
      • +
      + + + +
        +
      • +

        getLeftKey

        +
        @ClientOnly
        +Keyboard getLeftKey()
        +
        Returns the key bound to left movement for this player, or unknown if not known.
        +
        +
        Returns:
        +
        left key
        +
        +
      • +
      + + + +
        +
      • +

        getRightKey

        +
        Keyboard getRightKey()
        +
        Returns the key bound to right movement for this player, or unknown if not known.
        +
        +
        Returns:
        +
        right key
        +
        +
      • +
      + + + +
        +
      • +

        getJumpKey

        +
        @ClientOnly
        +Keyboard getJumpKey()
        +
        Returns the key bound to jumping for this player, or unknown if not known.
        +
        +
        Returns:
        +
        jump key
        +
        +
      • +
      + + + +
        +
      • +

        getInventoryKey

        +
        @ClientOnly
        +Keyboard getInventoryKey()
        +
        Returns the key bound to opening and closing inventories for this player, or unknown if not known.
        +
        +
        Returns:
        +
        inventory key
        +
        +
      • +
      + + + +
        +
      • +

        getDropItemKey

        +
        @ClientOnly
        +Keyboard getDropItemKey()
        +
        Returns the key bound to dropping items for this player, or unknown if not known.
        +
        +
        Returns:
        +
        drop item key
        +
        +
      • +
      + + + +
        +
      • +

        getChatKey

        +
        @ClientOnly
        +Keyboard getChatKey()
        +
        Returns the key bound to opening the chat bar for this player, or unknown if not known.
        +
        +
        Returns:
        +
        chat key
        +
        +
      • +
      + + + +
        +
      • +

        getToggleFogKey

        +
        @ClientOnly
        +Keyboard getToggleFogKey()
        +
        Returns the key bound to toggle view fog for this player, or unknown if not known.
        +
        +
        Returns:
        +
        toggle fog key
        +
        +
      • +
      + + + +
        +
      • +

        getSneakKey

        +
        @ClientOnly
        +Keyboard getSneakKey()
        +
        Returns the key bound to sneaking for this player, or unknown if not known.
        +
        +
        Returns:
        +
        sneak key
        +
        +
      • +
      + + + +
        +
      • +

        getRenderDistance

        +
        @ClientOnly
        +RenderDistance getRenderDistance()
        +
        Gets the render distance that the player views, or null if unknown
        +
        +
        Returns:
        +
        render distance
        +
        +
      • +
      + + + +
        +
      • +

        setRenderDistance

        +
        @ClientOnly
        +void setRenderDistance(RenderDistance distance)
        +
        Sets the render distance that the player views
        +
        +
        Parameters:
        +
        distance - to set
        +
        +
      • +
      + + + +
        +
      • +

        getMaximumRenderDistance

        +
        @ClientOnly
        +RenderDistance getMaximumRenderDistance()
        +
        Gets the maximum render distance that the player can view, or null if unknown
        +
        +
        Returns:
        +
        maximum distance
        +
        +
      • +
      + + + +
        +
      • +

        setMaximumRenderDistance

        +
        @ClientOnly
        +void setMaximumRenderDistance(RenderDistance maximum)
        +
        Sets the maximum render distance that the player can view
        +
        +
        Parameters:
        +
        maximum - distance
        +
        +
      • +
      + + + +
        +
      • +

        resetMaximumRenderDistance

        +
        @ClientOnly
        +void resetMaximumRenderDistance()
        +
        Releases the maximum render distance, and allows the player to change the distance with no maximum restriction
        +
      • +
      + + + +
        +
      • +

        getMinimumRenderDistance

        +
        @ClientOnly
        +RenderDistance getMinimumRenderDistance()
        +
        Gets the minimum render distance that the player can view, or null if unknown
        +
        +
        Returns:
        +
        minimum distance
        +
        +
      • +
      + + + +
        +
      • +

        resetMinimumRenderDistance

        +
        @ClientOnly
        +void resetMinimumRenderDistance()
        +
        Releases the minimum render distance, and allows the player to change the distance with no minimum restriction
        +
      • +
      + + + +
        +
      • +

        setMinimumRenderDistance

        +
        @ClientOnly
        +void setMinimumRenderDistance(RenderDistance minimum)
        +
        Sets the minimum render distance that the player can view
        +
        +
        Parameters:
        +
        minimum - distance
        +
        +
      • +
      + + + +
        +
      • +

        sendNotification

        +
        @ClientOnly
        +void sendNotification(java.lang.String title,
        +                                   java.lang.String message,
        +                                   Material toRender)
        +
        Sends the player a notification (using the existing Achievement Get window), with the given title, message, and item to render as a graphic + The title and message may not exceed 26 characters in length + The item to render may not be null
        +
        +
        Parameters:
        +
        title - to send
        +
        message - to send
        +
        toRender - to render
        +
        +
      • +
      + + + +
        +
      • +

        sendNotification

        +
        @ClientOnly
        +void sendNotification(java.lang.String title,
        +                                   java.lang.String message,
        +                                   Material toRender,
        +                                   short data,
        +                                   int time)
        +
        Sends the player a notification (using the existing Achievement Get window), with the given title, message, and item to render as a graphic + The title and message may not exceed 26 characters in length + The item to render may not be null
        +
        +
        Parameters:
        +
        title - to send
        +
        message - to send
        +
        toRender - to render
        +
        data - for the item to render
        +
        time - for the notification to remain in milliseconds
        +
        +
      • +
      + + + +
        +
      • +

        sendNotification

        +
        @ClientOnly
        +void sendNotification(java.lang.String title,
        +                                   java.lang.String message,
        +                                   ItemStack item,
        +                                   int time)
        +
        Sends the player a notification (using the existing Achievement Get window), with the given title, message, and item to render as a graphic + The title and message may not exceed 26 characters in length + The item to render may not be null
        +
        +
        Parameters:
        +
        title - to send
        +
        message - to send
        +
        item - to render
        +
        time - for the notification to remain in milliseconds
        +
        +
      • +
      + + + +
        +
      • +

        getClipboardText

        +
        @ClientOnly
        +java.lang.String getClipboardText()
        +
        Gets the clipboard text from the player, or null if unknown
        +
        +
        Returns:
        +
        clipboard text
        +
        +
      • +
      + + + +
        +
      • +

        setClipboardText

        +
        @ClientOnly
        +void setClipboardText(java.lang.String text)
        +
        Sets the clipboard text for the player
        +
        +
        Parameters:
        +
        text - to set
        +
        +
      • +
      + + + +
        +
      • +

        setTexturePack

        +
        @ClientOnly
        +void setTexturePack(java.lang.String url)
        +
        Sets the texture pack for this player to the given url + The texture pack must be a standard texture pack (non-HD), in .zip format, and must be loadable by normal minecraft interface when offline
        +
        +
        Parameters:
        +
        url - to set
        +
        +
      • +
      + + + +
        +
      • +

        resetTexturePack

        +
        @ClientOnly
        +void resetTexturePack()
        +
        Resets the texture pack for this player to the one they were using when they joined the game
        +
      • +
      + + + +
        +
      • +

        getGravityMultiplier

        +
        @ClientOnly
        +double getGravityMultiplier()
        +
        Gets the gravity multiplier for this player +

        + Default gravity modifier is 1

        +
        +
        Returns:
        +
        gravity multiplier
        +
        +
      • +
      + + + +
        +
      • +

        setGravityMultiplier

        +
        @ClientOnly
        +void setGravityMultiplier(double multiplier)
        +
        Modifies the effects of gravity on the player's y axis movement. +

        + Ex: setGravityMultiplier(10) will cause players to fall ten times faster than normal. +

        + Warning, large modifiers may trigger fly-hack warnings. +

        + Default gravity multiplier is 1

        +
        +
        Parameters:
        +
        multiplier - to set.
        +
        +
      • +
      + + + +
        +
      • +

        getSwimmingMultiplier

        +
        @ClientOnly
        +double getSwimmingMultiplier()
        +
        Gets the swimming multiplier for this player +

        + Default swimming modifier is 1

        +
        +
        Returns:
        +
        swimming multiplier
        +
        +
      • +
      + + + +
        +
      • +

        setSwimmingMultiplier

        +
        @ClientOnly
        +void setSwimmingMultiplier(double multiplier)
        +
        Modifies the default swimming speed for this player +

        + Ex: setSwimmingMultiplier(10) will cause players to swim ten times faster than normal. +

        + Warning, large modifiers may trigger fly-hack warnings. +

        + Default swimming multiplier is 1.

        +
        +
        Parameters:
        +
        multiplier - to set.
        +
        +
      • +
      + + + +
        +
      • +

        getWalkingMultiplier

        +
        @ClientOnly
        +double getWalkingMultiplier()
        +
        Gets the walking multiplier for this player +

        + Default walking modifier is 1

        +
        +
        Returns:
        +
        walking multiplier
        +
        +
      • +
      + + + +
        +
      • +

        setWalkingMultiplier

        +
        @ClientOnly
        +void setWalkingMultiplier(double multiplier)
        +
        Modifies the default walking speed for this player +

        + Ex: setWalkingMultiplier(10) will cause players to walk ten times faster than normal. +

        + Warning, large modifiers may trigger fly-hack warnings. +

        + Default walking multiplier is 1.

        +
        +
        Parameters:
        +
        multiplier - to set.
        +
        +
      • +
      + + + +
        +
      • +

        getJumpingMultiplier

        +
        @ClientOnly
        +double getJumpingMultiplier()
        +
        Gets the jumping multiplier for this player +

        + Default jumping modifier is 1

        +
        +
        Returns:
        +
        jumping multiplier
        +
        +
      • +
      + + + +
        +
      • +

        setJumpingMultiplier

        +
        @ClientOnly
        +void setJumpingMultiplier(double multiplier)
        +
        Modifies the default jumping speed for this player +

        + Ex: setJumpingMultiplier(10) will cause players to jump ten times higher than normal. +

        + Warning, large modifiers may trigger fly-hack warnings. +

        + Default jumping multiplier is 1.

        +
        +
        Parameters:
        +
        multiplier - to set.
        +
        +
      • +
      + + + +
        +
      • +

        getAirSpeedMultiplier

        +
        @ClientOnly
        +double getAirSpeedMultiplier()
        +
        Gets the air speed multiplier for this player +

        + Default air speed modifier is 1

        +
        +
        Returns:
        +
        air speed multiplier
        +
        +
      • +
      + + + +
        +
      • +

        setAirSpeedMultiplier

        +
        @ClientOnly
        +void setAirSpeedMultiplier(double multiplier)
        +
        Modifies the default air speed for this player +

        + Ex: setAirSpeedMultiplier(10) will cause players to move horizontally while in the air ten times faster than normal. +

        + Warning, large modifiers may trigger fly-hack warnings. +

        + Default air speed multiplier is 1.

        +
        +
        Parameters:
        +
        multiplier - to set.
        +
        +
      • +
      + + + +
        +
      • +

        resetMovement

        +
        void resetMovement()
        +
        Resets all modified movement speeds, including walking, swimming, gravity, air speed, and jumping modifiers.
        +
      • +
      + + + +
        +
      • +

        canFly

        +
        boolean canFly()
        +
        Returns either the server wide fly setting, or specific player setting if a plugin has used setCanFly()
        +
        +
        Returns:
        +
        whether this player can fly.
        +
        +
      • +
      + + + +
        +
      • +

        setCanFly

        +
        void setCanFly(boolean fly)
        +
        Overrides the server wide fly setting, allowing this player to fly, or not to fly.
        +
        +
        Parameters:
        +
        fly -
        +
        +
      • +
      + + + +
        +
      • +

        getLastClickedLocation

        +
        Location getLastClickedLocation()
        +
        Gets the location that the player clicked on last, or null if there was no previous click locations
        +
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        sendPacket

        +
        void sendPacket(MCPacket packet)
        +
        Sends a MCPacket to the client
        +
        +
        Parameters:
        +
        packet - to send
        +
        +
      • +
      + + + +
        +
      • +

        isPreCachingComplete

        +
        boolean isPreCachingComplete()
        +
        True if the player has completed precaching files
        +
        +
        Returns:
        +
        true if precaching files is complete
        +
        +
      • +
      + + + +
        +
      • +

        sendImmediatePacket

        +
        void sendImmediatePacket(MCPacket packet)
        +
        Sends the packet immediately. Packets sent using this method are placed at the start of the packet queue. + If called from within a PacketListener's canSend method, the packet will be processed immediately after the current + packet is handled.
        +
        +
        Parameters:
        +
        packet - the packet to send
        +
        +
      • +
      + + + +
        +
      • +

        reconnect

        +
        @ClientOnly
        +void reconnect(java.lang.String message,
        +                            java.lang.String hostname,
        +                            int port)
        +
        Orders the client to reconnect to another server +

        + This method is also supported by some server to server teleporting mods. +

        + Players without the client mod will be given a kick message instructing them to join the other server

        +
        +
        Parameters:
        +
        message - the message to include in the kick message for vanilla clients
        +
        hostname - the hostname of the other server
        +
        port - the port of the other server
        +
        +
      • +
      + + + +
        +
      • +

        reconnect

        +
        @ClientOnly
        +void reconnect(java.lang.String message,
        +                            java.lang.String hostname)
        +
        Orders the client to reconnect to another server. +

        + This method is also supported by some server to server teleporting mods. +

        + Players without the client mod will be given a kick message instructing them to join the other server

        +
        +
        Parameters:
        +
        message - the message to include in the kick message for vanilla clients
        +
        hostname - the hostname of the other server
        +
        +
      • +
      + + + +
        +
      • +

        reconnect

        +
        @ClientOnly
        +void reconnect(java.lang.String hostname,
        +                            int port)
        +
        Orders the client to reconnect to another server +

        + This method is also supported by some server to server teleporting mods. +

        + Players without the client mod will be given a kick message instructing them to join the other server

        +
        +
        Parameters:
        +
        hostname - the hostname of the other server
        +
        port - the port of the other server
        +
        +
      • +
      + + + +
        +
      • +

        reconnect

        +
        @ClientOnly
        +void reconnect(java.lang.String hostname)
        +
        Orders the client to reconnect to another server. +

        + This method is also supported by some server to server teleporting mods. +

        + Players without the client mod will be given a kick message instructing them to join the other server

        +
        +
        Parameters:
        +
        hostname - the hostname of the other server
        +
        +
      • +
      + + + +
        +
      • +

        getActiveScreen

        +
        @ClientOnly
        +ScreenType getActiveScreen()
        +
        Gets the active screen open for this player
        +
        +
        Returns:
        +
        active screen
        +
        +
      • +
      + + + +
        +
      • +

        openSignEditGUI

        +
        @ClientOnly
        +void openSignEditGUI(Sign sign)
        +
        Opens a sign edit GUI for the given sign
        +
        +
        Parameters:
        +
        sign - to edit
        +
        +
      • +
      + + + +
        +
      • +

        openScreen

        +
        @ClientOnly
        +void openScreen(ScreenType type)
        +
        Orders the client to open the appriopriate screen type
        +
        +
        Parameters:
        +
        type - of screen to open
        +
        +
      • +
      + + + +
        +
      • +

        sendScreenshotRequest

        +
        @ClientOnly
        +void sendScreenshotRequest()
        +
        Sends a request to the client to send a screenshot to the server.
        +
      • +
      + + + +
        +
      • +

        setSkin

        +
        void setSkin(java.lang.String url)
        +
        Sets the skin of this player
        +
        +
        Parameters:
        +
        url - to set to
        +
        +
      • +
      + + + +
        +
      • +

        setSkinFor

        +
        void setSkinFor(SpoutPlayer viewingPlayer,
        +                java.lang.String url)
        +
        Sets the skin of this player, only visibile to the viewingPlayer
        +
        +
        Parameters:
        +
        viewingPlayer - that this skin will be visible to
        +
        url - to set to
        +
        +
      • +
      + + + +
        +
      • +

        getSkin

        +
        java.lang.String getSkin()
        +
        Gets the skin url that this player is using
        +
        +
        Returns:
        +
        skin
        +
        +
      • +
      + + + +
        +
      • +

        getSkin

        +
        java.lang.String getSkin(SpoutPlayer viewingPlayer)
        +
        Gets the skin url that is visible to the viewingPlayer
        +
        +
        Parameters:
        +
        viewingPlayer - that this skin is visible to
        +
        Returns:
        +
        skin
        +
        +
      • +
      + + + +
        +
      • +

        resetSkin

        +
        void resetSkin()
        +
        Resets the skin to the default
        +
      • +
      + + + +
        +
      • +

        resetSkinFor

        +
        void resetSkinFor(SpoutPlayer viewingPlayer)
        +
        Resets the skin to the default for the viewing player
        +
        +
        Parameters:
        +
        viewingPlayer - to reset the skin for
        +
        +
      • +
      + + + +
        +
      • +

        setCape

        +
        void setCape(java.lang.String url)
        +
        Sets the cape url of this player
        +
        +
        Parameters:
        +
        url - to set to
        +
        +
      • +
      + + + +
        +
      • +

        setCapeFor

        +
        void setCapeFor(SpoutPlayer viewingPlayer,
        +                java.lang.String url)
        +
        Sets the cape url of this player, that is only visible to the viewingPlayer
        +
        +
        Parameters:
        +
        viewingPlayer - that this cape is visible for
        +
        url - to set to
        +
        +
      • +
      + + + +
        +
      • +

        getCape

        +
        java.lang.String getCape()
        +
        Gets the cape that this player is wearing
        +
        +
        Returns:
        +
        cape url
        +
        +
      • +
      + + + +
        +
      • +

        getCape

        +
        java.lang.String getCape(SpoutPlayer viewingPlayer)
        +
        Gets the cape that is visible to the viewingPlayer
        +
        +
        Parameters:
        +
        viewingPlayer - that this cape is visible for
        +
        Returns:
        +
        cape url
        +
        +
      • +
      + + + +
        +
      • +

        resetCape

        +
        void resetCape()
        +
        Resets the cape that this player is wearing
        +
      • +
      + + + +
        +
      • +

        resetCapeFor

        +
        void resetCapeFor(SpoutPlayer viewingPlayer)
        +
        Resets the cape that is visible for the viewingPlayer
        +
        +
        Parameters:
        +
        viewingPlayer - to reset the cape for
        +
        +
      • +
      + + + +
        +
      • +

        setTitle

        +
        void setTitle(java.lang.String title)
        +
        Sets the overhead title for the player. +

        + Note: '\n' in the title will create a new line. You may use as many lines in a title as you desire. +

        + Note: You can color titles with the org.bukkit#ChatColor colors.

        +
        +
        Parameters:
        +
        title - to set overhead.
        +
        +
      • +
      + + + +
        +
      • +

        setTitleFor

        +
        void setTitleFor(SpoutPlayer viewingPlayer,
        +                 java.lang.String title)
        +
        Sets the overhead title for the player, only visible to the viewingPlayer. +

        + Note: '\n' in the title will create a new line. You may use as many lines in a title as you desire. +

        + Note: You can color titles with the org.bukkit#ChatColor colors.

        +
        +
        Parameters:
        +
        viewingPlayer - that this title is visible to
        +
        title - to set overhead.
        +
        +
      • +
      + + + +
        +
      • +

        getTitle

        +
        java.lang.String getTitle()
        +
        Gets the overhead title for the player.
        +
        +
        Returns:
        +
        overhead title
        +
        +
      • +
      + + + +
        +
      • +

        getTitleFor

        +
        java.lang.String getTitleFor(SpoutPlayer viewingPlayer)
        +
        Gets the overhead title that is visible to the viewingPlayer
        +
        +
        Parameters:
        +
        viewingPlayer - that this title is visible for
        +
        Returns:
        +
        overhead title
        +
        +
      • +
      + + + +
        +
      • +

        hideTitle

        +
        void hideTitle()
        +
        Completely hides the title from view of all players.
        +
      • +
      + + + +
        +
      • +

        hideTitleFrom

        +
        void hideTitleFrom(SpoutPlayer viewingPlayer)
        +
        Completely hides the title from the view of the viewingPlayer
        +
        +
        Parameters:
        +
        viewingPlayer - to hide the title from.
        +
        +
      • +
      + + + +
        +
      • +

        resetTitle

        +
        void resetTitle()
        +
        Resets the title back to its default state.
        +
      • +
      + + + +
        +
      • +

        resetTitleFor

        +
        void resetTitleFor(SpoutPlayer viewingPlayer)
        +
        Resets the title back to its default state for the viewingPlayer.
        +
        +
        Parameters:
        +
        viewingPlayer -
        +
        +
      • +
      + + + +
        +
      • +

        setEntitySkin

        +
        void setEntitySkin(LivingEntity target,
        +                   java.lang.String url,
        +                   EntitySkinType type)
        +
        Sets the entity skin for the target entity to the url. The Skin Type is used when an entity has more than one skin type.
        +
        +
        Parameters:
        +
        target - to set the skin on
        +
        url - of the skin
        +
        type - of skin to set
        +
        +
      • +
      + + + +
        +
      • +

        resetEntitySkin

        +
        void resetEntitySkin(LivingEntity target)
        +
        Resets the entity skin for the target entity.
        +
        +
        Parameters:
        +
        target - to reset the skin for
        +
        +
      • +
      + + + +
        +
      • +

        checkUrl

        +
        void checkUrl(java.lang.String url)
        +
        Tests the skin/cape url for correctness. Will throw an UnsupportedOperationException if it fails.
        +
        +
        Parameters:
        +
        url - to test
        +
        Throws:
        +
        java.lang.UnsupportedOperationException
        +
        +
      • +
      + + + +
        +
      • +

        openScreen

        +
        void openScreen(ScreenType type,
        +                boolean packet)
        +
        Internal use only
        +
        +
        Parameters:
        +
        type -
        +
        packet -
        +
        +
      • +
      + + + +
        +
      • +

        setPreCachingComplete

        +
        void setPreCachingComplete(boolean complete)
        +
        Internal use only
        +
        +
        Parameters:
        +
        complete -
        +
        +
      • +
      + + + +
        +
      • +

        setRenderDistance

        +
        void setRenderDistance(RenderDistance currentRender,
        +                       boolean update)
        +
        Internal use only
        +
        +
        Parameters:
        +
        currentRender -
        +
        update -
        +
        +
      • +
      + + + +
        +
      • +

        sendInventoryEvent

        +
        @Deprecated
        +boolean sendInventoryEvent()
        +
        Deprecated. 
        +
        Internal use only
        +
        +
        Returns:
        +
        true if event was successful
        +
        +
      • +
      + + + +
        +
      • +

        getInformation

        +
        PlayerInformation getInformation()
        +
        Internal use only
        +
        +
        Returns:
        +
        player information
        +
        +
      • +
      + + + +
        +
      • +

        sendPacket

        +
        @ClientOnly
        +void sendPacket(SpoutPacket packet)
        +
        Internal use only
        +
        +
        Parameters:
        +
        packet -
        +
        +
      • +
      + + + +
        +
      • +

        sendDelayedPacket

        +
        @ClientOnly
        +void sendDelayedPacket(SpoutPacket packet)
        +
        Internal use only
        +
        +
        Parameters:
        +
        packet -
        +
        +
      • +
      + + + +
        +
      • +

        updateKeys

        +
        void updateKeys(byte[] keys)
        +
        Internal use only
        +
        +
        Parameters:
        +
        keys -
        +
        +
      • +
      + + + +
        +
      • +

        getActiveInventoryLocation

        +
        @Deprecated
        +Location getActiveInventoryLocation()
        +
        Deprecated. 
        +
        Internal use only
        +
        +
        Returns:
        +
        location
        +
        +
      • +
      + + + +
        +
      • +

        setActiveInventoryLocation

        +
        @Deprecated
        +void setActiveInventoryLocation(Location location)
        +
        Deprecated. 
        +
        Internal use only
        +
        +
        Parameters:
        +
        location -
        +
        +
      • +
      + + + +
        +
      • +

        setClipboardText

        +
        void setClipboardText(java.lang.String text,
        +                      boolean update)
        +
        Internal use only
        +
        +
        Parameters:
        +
        text -
        +
        update -
        +
        +
      • +
      + + + +
        +
      • +

        updateEntitySkins

        +
        void updateEntitySkins(java.util.List<LivingEntity> entities)
        +
        Internal use only
        +
        +
        Parameters:
        +
        entities - to update skins for
        +
        +
      • +
      + + + +
        +
      • +

        getAddons

        +
        java.util.Map<java.lang.String,java.lang.String> getAddons()
        +
        Gets a list of the addons the player is running.
        +
        +
        Returns:
        +
        a Map of the players addons to their corresponding + versions.
        +
        +
      • +
      + + + +
        +
      • +

        setAddons

        +
        void setAddons(java.lang.String[] addons,
        +               java.lang.String[] versions)
        +
        Internal use only
        +
        +
        Parameters:
        +
        addons - the addons the player is using
        +
        versions - the corresponding versions for the addon list
        +
        +
      • +
      + + + +
        +
      • +

        updatePermission

        +
        void updatePermission(java.lang.String node)
        +
        Sends the current value of the node to the client.
        +
        +
        Parameters:
        +
        node - the node to update
        +
        +
      • +
      + + + +
        +
      • +

        updatePermissions

        +
        void updatePermissions(java.lang.String... nodes)
        +
        Sends the current value of all given nodes to the client.
        +
        +
        Parameters:
        +
        nodes - the nodes to update
        +
        +
      • +
      + + + +
        +
      • +

        updatePermissions

        +
        void updatePermissions()
        +
        Sends the current value of all permissions that the player has to the client
        +
      • +
      + + + +
        +
      • +

        spawnTextEntity

        +
        boolean spawnTextEntity(java.lang.String text,
        +                        Location location,
        +                        float scale,
        +                        int duration,
        +                        Vector movement)
        +
        Sends a packet to the client to spawn a text entity
        +
        +
        Parameters:
        +
        text - the text that should be displayed
        +
        location - the location of the entity
        +
        scale - the scale of the entity, where 1.0f is one block high
        +
        duration - if not 0, this will despawn the entity after the given duration (in ticks)
        +
        movement - the entity will move by the given vector each tick
        +
        +
      • +
      + + + +
        +
      • +

        addWaypoint

        +
        void addWaypoint(java.lang.String name,
        +                 double x,
        +                 double y,
        +                 double z)
        +
        Adds a waypoint to the minimap of the client, with the given loation and given name. +

        + Note: This waypoint will be cleared when the user logs off or changes worlds.
        +
        +
        Parameters:
        +
        name - iof the waypoint
        +
        x - coordinate
        +
        y - coordinate
        +
        z - coordinate
        +
        +
      • +
      + + + +
        +
      • +

        getBuildVersion

        +
        int getBuildVersion()
        +
        Gets the player's Spoutcraft version as an int.
        +
      • +
      + + + +
        +
      • +

        getVersionString

        +
        java.lang.String getVersionString()
        +
        Gets the player's Spoutcraft version as a String.
        +
      • +
      + + + +
        +
      • +

        hasAccessory

        +
        boolean hasAccessory(AccessoryType type)
        +
        Checks if the player has that accessory type.
        +
        +
        Parameters:
        +
        type - The type to check for.
        +
        Returns:
        +
        Whether the player has that type of accessory.
        +
        +
      • +
      + + + +
        +
      • +

        addAccessory

        +
        void addAccessory(AccessoryType type,
        +                  java.lang.String url)
        +
        Adds a new accessory to the player.
        +
        +
        Parameters:
        +
        type - The accessory's type.
        +
        url - The accessory's url.
        +
        +
      • +
      + + + +
        +
      • +

        removeAccessory

        +
        java.lang.String removeAccessory(AccessoryType type)
        +
        Removes an accessory from the player.
        +
        +
        Parameters:
        +
        type - The accessory type.
        +
        Returns:
        +
        The accessory's url.
        +
        +
      • +
      + + + +
        +
      • +

        getAccessoryURL

        +
        java.lang.String getAccessoryURL(AccessoryType type)
        +
        Gets the accessory's url
        +
        +
        Parameters:
        +
        type - The accessory.
        +
        Returns:
        +
        The url.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/player/accessories/AccessoryType.html b/generated/1.5.2/org/getspout/spoutapi/player/accessories/AccessoryType.html new file mode 100644 index 0000000..45b618a --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/player/accessories/AccessoryType.html @@ -0,0 +1,435 @@ + + + + + +AccessoryType (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.player.accessories
+

Enum AccessoryType

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • java.lang.Enum<AccessoryType>
    • +
    • +
        +
      • org.getspout.spoutapi.player.accessories.AccessoryType
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable, java.lang.Comparable<AccessoryType>
    +
    +
    +
    +
    public enum AccessoryType
    +extends java.lang.Enum<AccessoryType>
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      static AccessoryTypeget(int id) 
      intgetId() 
      static AccessoryTypevalueOf(java.lang.String name) +
      Returns the enum constant of this type with the specified name.
      +
      static AccessoryType[]values() +
      Returns an array containing the constants of this enum type, in +the order they are declared.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Enum

        +clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +getClass, notify, notifyAll, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        values

        +
        public static AccessoryType[] values()
        +
        Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
        +for (AccessoryType c : AccessoryType.values())
        +    System.out.println(c);
        +
        +
        +
        Returns:
        +
        an array containing the constants of this enum type, in the order they are declared
        +
        +
      • +
      + + + +
        +
      • +

        valueOf

        +
        public static AccessoryType valueOf(java.lang.String name)
        +
        Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)
        +
        +
        Parameters:
        +
        name - the name of the enum constant to be returned.
        +
        Returns:
        +
        the enum constant with the specified name
        +
        Throws:
        +
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        +
        java.lang.NullPointerException - if the argument is null
        +
        +
      • +
      + + + +
        +
      • +

        getId

        +
        public int getId()
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/player/accessories/class-use/AccessoryType.html b/generated/1.5.2/org/getspout/spoutapi/player/accessories/class-use/AccessoryType.html new file mode 100644 index 0000000..17a55a5 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/player/accessories/class-use/AccessoryType.html @@ -0,0 +1,259 @@ + + + + + +Uses of Class org.getspout.spoutapi.player.accessories.AccessoryType (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.player.accessories.AccessoryType

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/player/accessories/package-frame.html b/generated/1.5.2/org/getspout/spoutapi/player/accessories/package-frame.html new file mode 100644 index 0000000..6b812fb --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/player/accessories/package-frame.html @@ -0,0 +1,21 @@ + + + + + +org.getspout.spoutapi.player.accessories (Spoutcraft 1.5.2 JavaDoc) + + + + + + +

org.getspout.spoutapi.player.accessories

+
+

Enums

+ +
+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/player/accessories/package-summary.html b/generated/1.5.2/org/getspout/spoutapi/player/accessories/package-summary.html new file mode 100644 index 0000000..13ba76e --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/player/accessories/package-summary.html @@ -0,0 +1,146 @@ + + + + + +org.getspout.spoutapi.player.accessories (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Package org.getspout.spoutapi.player.accessories

+
+
+
    +
  • + + + + + + + + + + + + +
    Enum Summary 
    EnumDescription
    AccessoryType 
    +
  • +
+
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/player/accessories/package-tree.html b/generated/1.5.2/org/getspout/spoutapi/player/accessories/package-tree.html new file mode 100644 index 0000000..aa07b14 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/player/accessories/package-tree.html @@ -0,0 +1,144 @@ + + + + + +org.getspout.spoutapi.player.accessories Class Hierarchy (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Hierarchy For Package org.getspout.spoutapi.player.accessories

+Package Hierarchies: + +
+
+

Enum Hierarchy

+
    +
  • java.lang.Object +
      +
    • java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable) + +
    • +
    +
  • +
+
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/player/accessories/package-use.html b/generated/1.5.2/org/getspout/spoutapi/player/accessories/package-use.html new file mode 100644 index 0000000..02571d3 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/player/accessories/package-use.html @@ -0,0 +1,206 @@ + + + + + +Uses of Package org.getspout.spoutapi.player.accessories (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Package
org.getspout.spoutapi.player.accessories

+
+
+ +
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/player/class-use/BiomeManager.html b/generated/1.5.2/org/getspout/spoutapi/player/class-use/BiomeManager.html new file mode 100644 index 0000000..9b3c907 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/player/class-use/BiomeManager.html @@ -0,0 +1,186 @@ + + + + + +Uses of Interface org.getspout.spoutapi.player.BiomeManager (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Interface
org.getspout.spoutapi.player.BiomeManager

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/player/class-use/EntitySkinType.html b/generated/1.5.2/org/getspout/spoutapi/player/class-use/EntitySkinType.html new file mode 100644 index 0000000..1390c3a --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/player/class-use/EntitySkinType.html @@ -0,0 +1,245 @@ + + + + + +Uses of Class org.getspout.spoutapi.player.EntitySkinType (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.player.EntitySkinType

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/player/class-use/FileManager.html b/generated/1.5.2/org/getspout/spoutapi/player/class-use/FileManager.html new file mode 100644 index 0000000..d52bf45 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/player/class-use/FileManager.html @@ -0,0 +1,186 @@ + + + + + +Uses of Interface org.getspout.spoutapi.player.FileManager (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Interface
org.getspout.spoutapi.player.FileManager

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/player/class-use/PlayerChunkMap.html b/generated/1.5.2/org/getspout/spoutapi/player/class-use/PlayerChunkMap.html new file mode 100644 index 0000000..00f01c2 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/player/class-use/PlayerChunkMap.html @@ -0,0 +1,186 @@ + + + + + +Uses of Interface org.getspout.spoutapi.player.PlayerChunkMap (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Interface
org.getspout.spoutapi.player.PlayerChunkMap

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/player/class-use/PlayerInformation.html b/generated/1.5.2/org/getspout/spoutapi/player/class-use/PlayerInformation.html new file mode 100644 index 0000000..e4da2ed --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/player/class-use/PlayerInformation.html @@ -0,0 +1,181 @@ + + + + + +Uses of Interface org.getspout.spoutapi.player.PlayerInformation (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Interface
org.getspout.spoutapi.player.PlayerInformation

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/player/class-use/RenderDistance.html b/generated/1.5.2/org/getspout/spoutapi/player/class-use/RenderDistance.html new file mode 100644 index 0000000..1e8c614 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/player/class-use/RenderDistance.html @@ -0,0 +1,304 @@ + + + + + +Uses of Class org.getspout.spoutapi.player.RenderDistance (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.player.RenderDistance

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/player/class-use/SkyManager.html b/generated/1.5.2/org/getspout/spoutapi/player/class-use/SkyManager.html new file mode 100644 index 0000000..5212006 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/player/class-use/SkyManager.html @@ -0,0 +1,186 @@ + + + + + +Uses of Interface org.getspout.spoutapi.player.SkyManager (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Interface
org.getspout.spoutapi.player.SkyManager

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/player/class-use/SpoutPlayer.html b/generated/1.5.2/org/getspout/spoutapi/player/class-use/SpoutPlayer.html new file mode 100644 index 0000000..50e3150 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/player/class-use/SpoutPlayer.html @@ -0,0 +1,1339 @@ + + + + + +Uses of Interface org.getspout.spoutapi.player.SpoutPlayer (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Interface
org.getspout.spoutapi.player.SpoutPlayer

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/player/package-frame.html b/generated/1.5.2/org/getspout/spoutapi/player/package-frame.html new file mode 100644 index 0000000..85c6d64 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/player/package-frame.html @@ -0,0 +1,31 @@ + + + + + +org.getspout.spoutapi.player (Spoutcraft 1.5.2 JavaDoc) + + + + + + +

org.getspout.spoutapi.player

+ + + diff --git a/generated/1.5.2/org/getspout/spoutapi/player/package-summary.html b/generated/1.5.2/org/getspout/spoutapi/player/package-summary.html new file mode 100644 index 0000000..d011370 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/player/package-summary.html @@ -0,0 +1,200 @@ + + + + + +org.getspout.spoutapi.player (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Package org.getspout.spoutapi.player

+
+
+ This package provides the interfaces for player and related managers +
+
+

See: Description

+
+
+ + + + +

Package org.getspout.spoutapi.player Description

+

+ This package provides the interfaces for player and related managers +

+
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/player/package-tree.html b/generated/1.5.2/org/getspout/spoutapi/player/package-tree.html new file mode 100644 index 0000000..36c08d7 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/player/package-tree.html @@ -0,0 +1,154 @@ + + + + + +org.getspout.spoutapi.player Class Hierarchy (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Hierarchy For Package org.getspout.spoutapi.player

+Package Hierarchies: + +
+
+

Interface Hierarchy

+ +

Enum Hierarchy

+
    +
  • java.lang.Object +
      +
    • java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable) + +
    • +
    +
  • +
+
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/player/package-use.html b/generated/1.5.2/org/getspout/spoutapi/player/package-use.html new file mode 100644 index 0000000..de45372 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/player/package-use.html @@ -0,0 +1,584 @@ + + + + + +Uses of Package org.getspout.spoutapi.player (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Package
org.getspout.spoutapi.player

+
+
+ +
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/plugin/SpoutPlugin.html b/generated/1.5.2/org/getspout/spoutapi/plugin/SpoutPlugin.html new file mode 100644 index 0000000..5f8ae63 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/plugin/SpoutPlugin.html @@ -0,0 +1,375 @@ + + + + + +SpoutPlugin (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.plugin
+

Class SpoutPlugin

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • JavaPlugin
    • +
    • +
        +
      • org.getspout.spoutapi.plugin.SpoutPlugin
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    Deprecated.
    +
    +
    @Deprecated
    +public abstract class SpoutPlugin
    +extends JavaPlugin
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      SpoutPlugin() +
      Deprecated. 
      +
    • +
    + + +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        SpoutPlugin

        +
        public SpoutPlugin()
        +
        Deprecated. 
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getSpoutServer

        +
        public SpoutServer getSpoutServer()
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        getSpoutManager

        +
        public SpoutManager getSpoutManager()
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        registerEvents

        +
        public void registerEvents(Listener listener)
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        public java.lang.String getVersion()
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        log

        +
        public void log(java.lang.String s)
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        log

        +
        public void log(java.lang.String s,
        +                java.lang.String... args)
        +
        Deprecated. 
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/plugin/class-use/SpoutPlugin.html b/generated/1.5.2/org/getspout/spoutapi/plugin/class-use/SpoutPlugin.html new file mode 100644 index 0000000..48dead3 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/plugin/class-use/SpoutPlugin.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.plugin.SpoutPlugin (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.plugin.SpoutPlugin

+
+
No usage of org.getspout.spoutapi.plugin.SpoutPlugin
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/plugin/package-frame.html b/generated/1.5.2/org/getspout/spoutapi/plugin/package-frame.html new file mode 100644 index 0000000..52b8c32 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/plugin/package-frame.html @@ -0,0 +1,21 @@ + + + + + +org.getspout.spoutapi.plugin (Spoutcraft 1.5.2 JavaDoc) + + + + + + +

org.getspout.spoutapi.plugin

+
+

Classes

+ +
+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/plugin/package-summary.html b/generated/1.5.2/org/getspout/spoutapi/plugin/package-summary.html new file mode 100644 index 0000000..2481b67 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/plugin/package-summary.html @@ -0,0 +1,146 @@ + + + + + +org.getspout.spoutapi.plugin (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Package org.getspout.spoutapi.plugin

+
+
+
    +
  • + + + + + + + + + + + + +
    Class Summary 
    ClassDescription
    SpoutPluginDeprecated
    +
  • +
+
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/plugin/package-tree.html b/generated/1.5.2/org/getspout/spoutapi/plugin/package-tree.html new file mode 100644 index 0000000..3725778 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/plugin/package-tree.html @@ -0,0 +1,144 @@ + + + + + +org.getspout.spoutapi.plugin Class Hierarchy (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Hierarchy For Package org.getspout.spoutapi.plugin

+Package Hierarchies: + +
+
+

Class Hierarchy

+
    +
  • java.lang.Object +
      +
    • JavaPlugin + +
    • +
    +
  • +
+
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/plugin/package-use.html b/generated/1.5.2/org/getspout/spoutapi/plugin/package-use.html new file mode 100644 index 0000000..a4bf09e --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/plugin/package-use.html @@ -0,0 +1,127 @@ + + + + + +Uses of Package org.getspout.spoutapi.plugin (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Package
org.getspout.spoutapi.plugin

+
+
No usage of org.getspout.spoutapi.plugin
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/sound/Music.html b/generated/1.5.2/org/getspout/spoutapi/sound/Music.html new file mode 100644 index 0000000..539d60e --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/sound/Music.html @@ -0,0 +1,563 @@ + + + + + +Music (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.sound
+

Enum Music

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • java.lang.Enum<Music>
    • +
    • +
        +
      • org.getspout.spoutapi.sound.Music
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable, java.lang.Comparable<Music>
    +
    +
    +
    +
    public enum Music
    +extends java.lang.Enum<Music>
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Enum Constant Detail

      + + + +
        +
      • +

        MINECRAFT_THEME

        +
        public static final Music MINECRAFT_THEME
        +
      • +
      + + + +
        +
      • +

        CLARK

        +
        public static final Music CLARK
        +
      • +
      + + + +
        +
      • +

        SWEDEN

        +
        public static final Music SWEDEN
        +
      • +
      + + + +
        +
      • +

        SUBWOOFER_LULLABY

        +
        public static final Music SUBWOOFER_LULLABY
        +
      • +
      + + + +
        +
      • +

        LIVING_MICE

        +
        public static final Music LIVING_MICE
        +
      • +
      + + + +
        +
      • +

        HAGGSTROM

        +
        public static final Music HAGGSTROM
        +
      • +
      + + + +
        +
      • +

        DANNY

        +
        public static final Music DANNY
        +
      • +
      + + + +
        +
      • +

        KEY

        +
        public static final Music KEY
        +
      • +
      + + + +
        +
      • +

        OXYGENE

        +
        public static final Music OXYGENE
        +
      • +
      + + + +
        +
      • +

        DRY_HANDS

        +
        public static final Music DRY_HANDS
        +
      • +
      + + + +
        +
      • +

        WET_HANDS

        +
        public static final Music WET_HANDS
        +
      • +
      + + + +
        +
      • +

        MICE_ON_VENUS

        +
        public static final Music MICE_ON_VENUS
        +
      • +
      + + + +
        +
      • +

        CUSTOM

        +
        public static final Music CUSTOM
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        values

        +
        public static Music[] values()
        +
        Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
        +for (Music c : Music.values())
        +    System.out.println(c);
        +
        +
        +
        Returns:
        +
        an array containing the constants of this enum type, in the order they are declared
        +
        +
      • +
      + + + +
        +
      • +

        valueOf

        +
        public static Music valueOf(java.lang.String name)
        +
        Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)
        +
        +
        Parameters:
        +
        name - the name of the enum constant to be returned.
        +
        Returns:
        +
        the enum constant with the specified name
        +
        Throws:
        +
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        +
        java.lang.NullPointerException - if the argument is null
        +
        +
      • +
      + + + +
        +
      • +

        getId

        +
        public int getId()
        +
      • +
      + + + +
        +
      • +

        getName

        +
        public java.lang.String getName()
        +
      • +
      + + + +
        +
      • +

        getSoundId

        +
        public int getSoundId()
        +
      • +
      + + + +
        +
      • +

        getMusicFromId

        +
        public static Music getMusicFromId(int id)
        +
      • +
      + + + +
        +
      • +

        getMusicFromName

        +
        public static Music getMusicFromName(java.lang.String name)
        +
      • +
      + + + +
        +
      • +

        getMaxId

        +
        public static int getMaxId()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/sound/SoundEffect.html b/generated/1.5.2/org/getspout/spoutapi/sound/SoundEffect.html new file mode 100644 index 0000000..5e54e05 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/sound/SoundEffect.html @@ -0,0 +1,6431 @@ + + + + + +SoundEffect (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.sound
+

Enum SoundEffect

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • java.lang.Enum<SoundEffect>
    • +
    • +
        +
      • org.getspout.spoutapi.sound.SoundEffect
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable, java.lang.Comparable<SoundEffect>
    +
    +
    +
    +
    public enum SoundEffect
    +extends java.lang.Enum<SoundEffect>
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Enum Constant Detail

      + + + +
        +
      • +

        CAVE_RANDOM

        +
        public static final SoundEffect CAVE_RANDOM
        +
      • +
      + + + +
        +
      • +

        CAVE_MYSTERIOUS

        +
        public static final SoundEffect CAVE_MYSTERIOUS
        +
      • +
      + + + +
        +
      • +

        CAVE_LIGHT_MYSTERIOUS

        +
        public static final SoundEffect CAVE_LIGHT_MYSTERIOUS
        +
      • +
      + + + +
        +
      • +

        CAVE_SHADOW

        +
        public static final SoundEffect CAVE_SHADOW
        +
      • +
      + + + +
        +
      • +

        CAVE_DEEP

        +
        public static final SoundEffect CAVE_DEEP
        +
      • +
      + + + +
        +
      • +

        CAVE_NEW_PASSAGE

        +
        public static final SoundEffect CAVE_NEW_PASSAGE
        +
      • +
      + + + +
        +
      • +

        CAVE_PASSING_SHADOW

        +
        public static final SoundEffect CAVE_PASSING_SHADOW
        +
      • +
      + + + +
        +
      • +

        CAVE_DARK_SHADOW

        +
        public static final SoundEffect CAVE_DARK_SHADOW
        +
      • +
      + + + +
        +
      • +

        CAVE_FEAR

        +
        public static final SoundEffect CAVE_FEAR
        +
      • +
      + + + +
        +
      • +

        CAVE_DARK_MYSTERIOUS

        +
        public static final SoundEffect CAVE_DARK_MYSTERIOUS
        +
      • +
      + + + +
        +
      • +

        CAVE_LARGE_FEAR

        +
        public static final SoundEffect CAVE_LARGE_FEAR
        +
      • +
      + + + +
        +
      • +

        CAVE_RUMBLE

        +
        public static final SoundEffect CAVE_RUMBLE
        +
      • +
      + + + +
        +
      • +

        CAVE_SHORT_MYSTERIOUS

        +
        public static final SoundEffect CAVE_SHORT_MYSTERIOUS
        +
      • +
      + + + +
        +
      • +

        CAVE_MONSTER_ROAR

        +
        public static final SoundEffect CAVE_MONSTER_ROAR
        +
      • +
      + + + +
        +
      • +

        WEATHER_RAIN

        +
        public static final SoundEffect WEATHER_RAIN
        +
      • +
      + + + +
        +
      • +

        WEATHER_RAIN_1

        +
        public static final SoundEffect WEATHER_RAIN_1
        +
      • +
      + + + +
        +
      • +

        WEATHER_RAIN_2

        +
        public static final SoundEffect WEATHER_RAIN_2
        +
      • +
      + + + +
        +
      • +

        WEATHER_RAIN_3

        +
        public static final SoundEffect WEATHER_RAIN_3
        +
      • +
      + + + +
        +
      • +

        WEATHER_RAIN_4

        +
        public static final SoundEffect WEATHER_RAIN_4
        +
      • +
      + + + +
        +
      • +

        WEATHER_THUNDER

        +
        public static final SoundEffect WEATHER_THUNDER
        +
      • +
      + + + +
        +
      • +

        WEATHER_THUNDER_1

        +
        public static final SoundEffect WEATHER_THUNDER_1
        +
      • +
      + + + +
        +
      • +

        WEATHER_THUNDER_2

        +
        public static final SoundEffect WEATHER_THUNDER_2
        +
      • +
      + + + +
        +
      • +

        WEATHER_THUNDER_3

        +
        public static final SoundEffect WEATHER_THUNDER_3
        +
      • +
      + + + +
        +
      • +

        FALL_BIG

        +
        public static final SoundEffect FALL_BIG
        +
      • +
      + + + +
        +
      • +

        FALL_SMALL

        +
        public static final SoundEffect FALL_SMALL
        +
      • +
      + + + + + + + + + + + + + + + + + + + +
        +
      • +

        DIG_CLOTH

        +
        public static final SoundEffect DIG_CLOTH
        +
      • +
      + + + +
        +
      • +

        DIG_CLOTH_1

        +
        public static final SoundEffect DIG_CLOTH_1
        +
      • +
      + + + +
        +
      • +

        DIG_CLOTH_2

        +
        public static final SoundEffect DIG_CLOTH_2
        +
      • +
      + + + +
        +
      • +

        DIG_CLOTH_3

        +
        public static final SoundEffect DIG_CLOTH_3
        +
      • +
      + + + +
        +
      • +

        DIG_CLOTH_4

        +
        public static final SoundEffect DIG_CLOTH_4
        +
      • +
      + + + +
        +
      • +

        DIG_GRASS

        +
        public static final SoundEffect DIG_GRASS
        +
      • +
      + + + +
        +
      • +

        DIG_GRASS_1

        +
        public static final SoundEffect DIG_GRASS_1
        +
      • +
      + + + +
        +
      • +

        DIG_GRASS_2

        +
        public static final SoundEffect DIG_GRASS_2
        +
      • +
      + + + +
        +
      • +

        DIG_GRASS_3

        +
        public static final SoundEffect DIG_GRASS_3
        +
      • +
      + + + +
        +
      • +

        DIG_GRASS_4

        +
        public static final SoundEffect DIG_GRASS_4
        +
      • +
      + + + +
        +
      • +

        DIG_GRAVEL

        +
        public static final SoundEffect DIG_GRAVEL
        +
      • +
      + + + +
        +
      • +

        DIG_GRAVEL_1

        +
        public static final SoundEffect DIG_GRAVEL_1
        +
      • +
      + + + +
        +
      • +

        DIG_GRAVEL_2

        +
        public static final SoundEffect DIG_GRAVEL_2
        +
      • +
      + + + +
        +
      • +

        DIG_GRAVEL_3

        +
        public static final SoundEffect DIG_GRAVEL_3
        +
      • +
      + + + +
        +
      • +

        DIG_GRAVEL_4

        +
        public static final SoundEffect DIG_GRAVEL_4
        +
      • +
      + + + +
        +
      • +

        DIG_SAND

        +
        public static final SoundEffect DIG_SAND
        +
      • +
      + + + +
        +
      • +

        DIG_SAND_1

        +
        public static final SoundEffect DIG_SAND_1
        +
      • +
      + + + +
        +
      • +

        DIG_SAND_2

        +
        public static final SoundEffect DIG_SAND_2
        +
      • +
      + + + +
        +
      • +

        DIG_SAND_3

        +
        public static final SoundEffect DIG_SAND_3
        +
      • +
      + + + +
        +
      • +

        DIG_SAND_4

        +
        public static final SoundEffect DIG_SAND_4
        +
      • +
      + + + +
        +
      • +

        DIG_SNOW

        +
        public static final SoundEffect DIG_SNOW
        +
      • +
      + + + +
        +
      • +

        DIG_SNOW_1

        +
        public static final SoundEffect DIG_SNOW_1
        +
      • +
      + + + +
        +
      • +

        DIG_SNOW_2

        +
        public static final SoundEffect DIG_SNOW_2
        +
      • +
      + + + +
        +
      • +

        DIG_SNOW_3

        +
        public static final SoundEffect DIG_SNOW_3
        +
      • +
      + + + +
        +
      • +

        DIG_SNOW_4

        +
        public static final SoundEffect DIG_SNOW_4
        +
      • +
      + + + +
        +
      • +

        DIG_STONE

        +
        public static final SoundEffect DIG_STONE
        +
      • +
      + + + +
        +
      • +

        DIG_STONE_1

        +
        public static final SoundEffect DIG_STONE_1
        +
      • +
      + + + +
        +
      • +

        DIG_STONE_2

        +
        public static final SoundEffect DIG_STONE_2
        +
      • +
      + + + +
        +
      • +

        DIG_STONE_3

        +
        public static final SoundEffect DIG_STONE_3
        +
      • +
      + + + +
        +
      • +

        DIG_STONE_4

        +
        public static final SoundEffect DIG_STONE_4
        +
      • +
      + + + +
        +
      • +

        DIG_WOOD

        +
        public static final SoundEffect DIG_WOOD
        +
      • +
      + + + +
        +
      • +

        DIG_WOOD_1

        +
        public static final SoundEffect DIG_WOOD_1
        +
      • +
      + + + +
        +
      • +

        DIG_WOOD_2

        +
        public static final SoundEffect DIG_WOOD_2
        +
      • +
      + + + +
        +
      • +

        DIG_WOOD_3

        +
        public static final SoundEffect DIG_WOOD_3
        +
      • +
      + + + +
        +
      • +

        DIG_WOOD_4

        +
        public static final SoundEffect DIG_WOOD_4
        +
      • +
      + + + + + + + +
        +
      • +

        FIRE_IGNITE

        +
        public static final SoundEffect FIRE_IGNITE
        +
      • +
      + + + +
        +
      • +

        FIREWORK_BLAST

        +
        public static final SoundEffect FIREWORK_BLAST
        +
      • +
      + + + +
        +
      • +

        FIREWORK_BLAST_FAR

        +
        public static final SoundEffect FIREWORK_BLAST_FAR
        +
      • +
      + + + +
        +
      • +

        FIREWORK_LARGE_BLAST

        +
        public static final SoundEffect FIREWORK_LARGE_BLAST
        +
      • +
      + + + +
        +
      • +

        FIREWORK_LARGE_BLAST_FAR

        +
        public static final SoundEffect FIREWORK_LARGE_BLAST_FAR
        +
      • +
      + + + +
        +
      • +

        FIREWORK_LAUNCH

        +
        public static final SoundEffect FIREWORK_LAUNCH
        +
      • +
      + + + +
        +
      • +

        FIREWORK_TWINKLE

        +
        public static final SoundEffect FIREWORK_TWINKLE
        +
      • +
      + + + +
        +
      • +

        FIREWORK_TWINKLE_FAR

        +
        public static final SoundEffect FIREWORK_TWINKLE_FAR
        +
      • +
      + + + + + + + +
        +
      • +

        LAVA_POP

        +
        public static final SoundEffect LAVA_POP
        +
      • +
      + + + +
        +
      • +

        WATER_SPLASH

        +
        public static final SoundEffect WATER_SPLASH
        +
      • +
      + + + +
        +
      • +

        WATER_SPLASH_1

        +
        public static final SoundEffect WATER_SPLASH_1
        +
      • +
      + + + +
        +
      • +

        WATER_SPLASH_2

        +
        public static final SoundEffect WATER_SPLASH_2
        +
      • +
      + + + + + + + +
        +
      • +

        SWIM_1

        +
        public static final SoundEffect SWIM_1
        +
      • +
      + + + +
        +
      • +

        SWIM_2

        +
        public static final SoundEffect SWIM_2
        +
      • +
      + + + +
        +
      • +

        SWIM_3

        +
        public static final SoundEffect SWIM_3
        +
      • +
      + + + +
        +
      • +

        SWIM_4

        +
        public static final SoundEffect SWIM_4
        +
      • +
      + + + + + + + +
        +
      • +

        MINECART_BASE

        +
        public static final SoundEffect MINECART_BASE
        +
      • +
      + + + +
        +
      • +

        MINECART_INSIDE

        +
        public static final SoundEffect MINECART_INSIDE
        +
      • +
      + + + +
        +
      • +

        BAT_DEATH

        +
        public static final SoundEffect BAT_DEATH
        +
      • +
      + + + +
        +
      • +

        BAT_HURT

        +
        public static final SoundEffect BAT_HURT
        +
      • +
      + + + +
        +
      • +

        BAT_HURT_1

        +
        public static final SoundEffect BAT_HURT_1
        +
      • +
      + + + +
        +
      • +

        BAT_HURT_2

        +
        public static final SoundEffect BAT_HURT_2
        +
      • +
      + + + +
        +
      • +

        BAT_HURT_3

        +
        public static final SoundEffect BAT_HURT_3
        +
      • +
      + + + +
        +
      • +

        BAT_HURT_4

        +
        public static final SoundEffect BAT_HURT_4
        +
      • +
      + + + +
        +
      • +

        BAT_IDLE

        +
        public static final SoundEffect BAT_IDLE
        +
      • +
      + + + +
        +
      • +

        BAT_IDLE_1

        +
        public static final SoundEffect BAT_IDLE_1
        +
      • +
      + + + +
        +
      • +

        BAT_IDLE_2

        +
        public static final SoundEffect BAT_IDLE_2
        +
      • +
      + + + +
        +
      • +

        BAT_IDLE_3

        +
        public static final SoundEffect BAT_IDLE_3
        +
      • +
      + + + +
        +
      • +

        BAT_IDLE_4

        +
        public static final SoundEffect BAT_IDLE_4
        +
      • +
      + + + +
        +
      • +

        BAT_LOOP

        +
        public static final SoundEffect BAT_LOOP
        +
      • +
      + + + +
        +
      • +

        BAT_TAKEOFF

        +
        public static final SoundEffect BAT_TAKEOFF
        +
      • +
      + + + +
        +
      • +

        BLAZE_BREATHE

        +
        public static final SoundEffect BLAZE_BREATHE
        +
      • +
      + + + +
        +
      • +

        BLAZE_BREATHE_1

        +
        public static final SoundEffect BLAZE_BREATHE_1
        +
      • +
      + + + +
        +
      • +

        BLAZE_BREATHE_2

        +
        public static final SoundEffect BLAZE_BREATHE_2
        +
      • +
      + + + +
        +
      • +

        BLAZE_BREATHE_3

        +
        public static final SoundEffect BLAZE_BREATHE_3
        +
      • +
      + + + +
        +
      • +

        BLAZE_BREATHE_4

        +
        public static final SoundEffect BLAZE_BREATHE_4
        +
      • +
      + + + +
        +
      • +

        BLAZE_DEATH

        +
        public static final SoundEffect BLAZE_DEATH
        +
      • +
      + + + +
        +
      • +

        BLAZE_HIT

        +
        public static final SoundEffect BLAZE_HIT
        +
      • +
      + + + +
        +
      • +

        BLAZE_HIT_1

        +
        public static final SoundEffect BLAZE_HIT_1
        +
      • +
      + + + +
        +
      • +

        BLAZE_HIT_2

        +
        public static final SoundEffect BLAZE_HIT_2
        +
      • +
      + + + +
        +
      • +

        BLAZE_HIT_3

        +
        public static final SoundEffect BLAZE_HIT_3
        +
      • +
      + + + +
        +
      • +

        BLAZE_HIT_4

        +
        public static final SoundEffect BLAZE_HIT_4
        +
      • +
      + + + +
        +
      • +

        CAT_HISS

        +
        public static final SoundEffect CAT_HISS
        +
      • +
      + + + +
        +
      • +

        CAT_HISS_1

        +
        public static final SoundEffect CAT_HISS_1
        +
      • +
      + + + +
        +
      • +

        CAT_HISS_2

        +
        public static final SoundEffect CAT_HISS_2
        +
      • +
      + + + +
        +
      • +

        CAT_HISS_3

        +
        public static final SoundEffect CAT_HISS_3
        +
      • +
      + + + +
        +
      • +

        CAT_HITT

        +
        public static final SoundEffect CAT_HITT
        +
      • +
      + + + +
        +
      • +

        CAT_HITT_1

        +
        public static final SoundEffect CAT_HITT_1
        +
      • +
      + + + +
        +
      • +

        CAT_HITT_2

        +
        public static final SoundEffect CAT_HITT_2
        +
      • +
      + + + +
        +
      • +

        CAT_HITT_3

        +
        public static final SoundEffect CAT_HITT_3
        +
      • +
      + + + +
        +
      • +

        CAT_MEOW

        +
        public static final SoundEffect CAT_MEOW
        +
      • +
      + + + +
        +
      • +

        CAT_MEOW_1

        +
        public static final SoundEffect CAT_MEOW_1
        +
      • +
      + + + +
        +
      • +

        CAT_MEOW_2

        +
        public static final SoundEffect CAT_MEOW_2
        +
      • +
      + + + +
        +
      • +

        CAT_MEOW_3

        +
        public static final SoundEffect CAT_MEOW_3
        +
      • +
      + + + +
        +
      • +

        CAT_MEOW_4

        +
        public static final SoundEffect CAT_MEOW_4
        +
      • +
      + + + +
        +
      • +

        CAT_PURR

        +
        public static final SoundEffect CAT_PURR
        +
      • +
      + + + +
        +
      • +

        CAT_PURR_1

        +
        public static final SoundEffect CAT_PURR_1
        +
      • +
      + + + +
        +
      • +

        CAT_PURR_2

        +
        public static final SoundEffect CAT_PURR_2
        +
      • +
      + + + +
        +
      • +

        CAT_PURR_3

        +
        public static final SoundEffect CAT_PURR_3
        +
      • +
      + + + +
        +
      • +

        CAT_PURREOW

        +
        public static final SoundEffect CAT_PURREOW
        +
      • +
      + + + +
        +
      • +

        CAT_PURREOW_1

        +
        public static final SoundEffect CAT_PURREOW_1
        +
      • +
      + + + +
        +
      • +

        CAT_PURREOW_2

        +
        public static final SoundEffect CAT_PURREOW_2
        +
      • +
      + + + +
        +
      • +

        CHICKEN_HURT

        +
        public static final SoundEffect CHICKEN_HURT
        +
      • +
      + + + +
        +
      • +

        CHICKEN_HURT_1

        +
        public static final SoundEffect CHICKEN_HURT_1
        +
      • +
      + + + +
        +
      • +

        CHICKEN_HURT_2

        +
        public static final SoundEffect CHICKEN_HURT_2
        +
      • +
      + + + +
        +
      • +

        CHICKEN_PLOP

        +
        public static final SoundEffect CHICKEN_PLOP
        +
      • +
      + + + +
        +
      • +

        CHICKEN_SAY

        +
        public static final SoundEffect CHICKEN_SAY
        +
      • +
      + + + +
        +
      • +

        CHICKEN_SAY_1

        +
        public static final SoundEffect CHICKEN_SAY_1
        +
      • +
      + + + +
        +
      • +

        CHICKEN_SAY_2

        +
        public static final SoundEffect CHICKEN_SAY_2
        +
      • +
      + + + +
        +
      • +

        CHICKEN_SAY_3

        +
        public static final SoundEffect CHICKEN_SAY_3
        +
      • +
      + + + +
        +
      • +

        CHICKEN_STEP

        +
        public static final SoundEffect CHICKEN_STEP
        +
      • +
      + + + +
        +
      • +

        CHICKEN_STEP_1

        +
        public static final SoundEffect CHICKEN_STEP_1
        +
      • +
      + + + +
        +
      • +

        CHICKEN_STEP_2

        +
        public static final SoundEffect CHICKEN_STEP_2
        +
      • +
      + + + +
        +
      • +

        COW_HURT

        +
        public static final SoundEffect COW_HURT
        +
      • +
      + + + +
        +
      • +

        COW_HURT_1

        +
        public static final SoundEffect COW_HURT_1
        +
      • +
      + + + +
        +
      • +

        COW_HURT_2

        +
        public static final SoundEffect COW_HURT_2
        +
      • +
      + + + +
        +
      • +

        COW_HURT_3

        +
        public static final SoundEffect COW_HURT_3
        +
      • +
      + + + +
        +
      • +

        COW_SAY

        +
        public static final SoundEffect COW_SAY
        +
      • +
      + + + +
        +
      • +

        COW_SAY_1

        +
        public static final SoundEffect COW_SAY_1
        +
      • +
      + + + +
        +
      • +

        COW_SAY_2

        +
        public static final SoundEffect COW_SAY_2
        +
      • +
      + + + +
        +
      • +

        COW_SAY_3

        +
        public static final SoundEffect COW_SAY_3
        +
      • +
      + + + +
        +
      • +

        COW_SAY_4

        +
        public static final SoundEffect COW_SAY_4
        +
      • +
      + + + +
        +
      • +

        COW_STEP

        +
        public static final SoundEffect COW_STEP
        +
      • +
      + + + +
        +
      • +

        COW_STEP_1

        +
        public static final SoundEffect COW_STEP_1
        +
      • +
      + + + +
        +
      • +

        COW_STEP_2

        +
        public static final SoundEffect COW_STEP_2
        +
      • +
      + + + +
        +
      • +

        COW_STEP_3

        +
        public static final SoundEffect COW_STEP_3
        +
      • +
      + + + +
        +
      • +

        COW_STEP_4

        +
        public static final SoundEffect COW_STEP_4
        +
      • +
      + + + +
        +
      • +

        CREEPER_DEATH

        +
        public static final SoundEffect CREEPER_DEATH
        +
      • +
      + + + +
        +
      • +

        CREEPER_SAY

        +
        public static final SoundEffect CREEPER_SAY
        +
      • +
      + + + +
        +
      • +

        CREEPER_SAY_1

        +
        public static final SoundEffect CREEPER_SAY_1
        +
      • +
      + + + +
        +
      • +

        CREEPER_SAY_2

        +
        public static final SoundEffect CREEPER_SAY_2
        +
      • +
      + + + +
        +
      • +

        CREEPER_SAY_3

        +
        public static final SoundEffect CREEPER_SAY_3
        +
      • +
      + + + +
        +
      • +

        CREEPER_SAY_4

        +
        public static final SoundEffect CREEPER_SAY_4
        +
      • +
      + + + +
        +
      • +

        ENDERDRAGON_END

        +
        public static final SoundEffect ENDERDRAGON_END
        +
      • +
      + + + +
        +
      • +

        ENDERDRAGON_GROWL

        +
        public static final SoundEffect ENDERDRAGON_GROWL
        +
      • +
      + + + +
        +
      • +

        ENDERDRAGON_GROWL_1

        +
        public static final SoundEffect ENDERDRAGON_GROWL_1
        +
      • +
      + + + +
        +
      • +

        ENDERDRAGON_GROWL_2

        +
        public static final SoundEffect ENDERDRAGON_GROWL_2
        +
      • +
      + + + +
        +
      • +

        ENDERDRAGON_GROWL_3

        +
        public static final SoundEffect ENDERDRAGON_GROWL_3
        +
      • +
      + + + +
        +
      • +

        ENDERDRAGON_GROWL_4

        +
        public static final SoundEffect ENDERDRAGON_GROWL_4
        +
      • +
      + + + +
        +
      • +

        ENDERDRAGON_HIT

        +
        public static final SoundEffect ENDERDRAGON_HIT
        +
      • +
      + + + +
        +
      • +

        ENDERDRAGON_HIT_1

        +
        public static final SoundEffect ENDERDRAGON_HIT_1
        +
      • +
      + + + +
        +
      • +

        ENDERDRAGON_HIT_2

        +
        public static final SoundEffect ENDERDRAGON_HIT_2
        +
      • +
      + + + +
        +
      • +

        ENDERDRAGON_HIT_3

        +
        public static final SoundEffect ENDERDRAGON_HIT_3
        +
      • +
      + + + +
        +
      • +

        ENDERDRAGON_HIT_4

        +
        public static final SoundEffect ENDERDRAGON_HIT_4
        +
      • +
      + + + +
        +
      • +

        ENDERDRAGON_WINGS

        +
        public static final SoundEffect ENDERDRAGON_WINGS
        +
      • +
      + + + +
        +
      • +

        ENDERDRAGON_WINGS_1

        +
        public static final SoundEffect ENDERDRAGON_WINGS_1
        +
      • +
      + + + +
        +
      • +

        ENDERDRAGON_WINGS_2

        +
        public static final SoundEffect ENDERDRAGON_WINGS_2
        +
      • +
      + + + +
        +
      • +

        ENDERDRAGON_WINGS_3

        +
        public static final SoundEffect ENDERDRAGON_WINGS_3
        +
      • +
      + + + +
        +
      • +

        ENDERDRAGON_WINGS_4

        +
        public static final SoundEffect ENDERDRAGON_WINGS_4
        +
      • +
      + + + +
        +
      • +

        ENDERDRAGON_WINGS_5

        +
        public static final SoundEffect ENDERDRAGON_WINGS_5
        +
      • +
      + + + +
        +
      • +

        ENDERDRAGON_WINGS_6

        +
        public static final SoundEffect ENDERDRAGON_WINGS_6
        +
      • +
      + + + +
        +
      • +

        ENDERMEN_DEATH

        +
        public static final SoundEffect ENDERMEN_DEATH
        +
      • +
      + + + +
        +
      • +

        ENDERMEN_HIT

        +
        public static final SoundEffect ENDERMEN_HIT
        +
      • +
      + + + +
        +
      • +

        ENDERMEN_HIT_1

        +
        public static final SoundEffect ENDERMEN_HIT_1
        +
      • +
      + + + +
        +
      • +

        ENDERMEN_HIT_2

        +
        public static final SoundEffect ENDERMEN_HIT_2
        +
      • +
      + + + +
        +
      • +

        ENDERMEN_HIT_3

        +
        public static final SoundEffect ENDERMEN_HIT_3
        +
      • +
      + + + +
        +
      • +

        ENDERMEN_HIT_4

        +
        public static final SoundEffect ENDERMEN_HIT_4
        +
      • +
      + + + +
        +
      • +

        ENDERMEN_IDLE

        +
        public static final SoundEffect ENDERMEN_IDLE
        +
      • +
      + + + +
        +
      • +

        ENDERMEN_IDLE_1

        +
        public static final SoundEffect ENDERMEN_IDLE_1
        +
      • +
      + + + +
        +
      • +

        ENDERMEN_IDLE_2

        +
        public static final SoundEffect ENDERMEN_IDLE_2
        +
      • +
      + + + +
        +
      • +

        ENDERMEN_IDLE_3

        +
        public static final SoundEffect ENDERMEN_IDLE_3
        +
      • +
      + + + +
        +
      • +

        ENDERMEN_IDLE_4

        +
        public static final SoundEffect ENDERMEN_IDLE_4
        +
      • +
      + + + +
        +
      • +

        ENDERMEN_IDLE_5

        +
        public static final SoundEffect ENDERMEN_IDLE_5
        +
      • +
      + + + +
        +
      • +

        ENDERMEN_PORTAL

        +
        public static final SoundEffect ENDERMEN_PORTAL
        +
      • +
      + + + +
        +
      • +

        ENDERMEN_PORTAL_1

        +
        public static final SoundEffect ENDERMEN_PORTAL_1
        +
      • +
      + + + +
        +
      • +

        ENDERMEN_PORTAL_2

        +
        public static final SoundEffect ENDERMEN_PORTAL_2
        +
      • +
      + + + +
        +
      • +

        ENDERMEN_SCREAM

        +
        public static final SoundEffect ENDERMEN_SCREAM
        +
      • +
      + + + +
        +
      • +

        ENDERMEN_SCREAM_1

        +
        public static final SoundEffect ENDERMEN_SCREAM_1
        +
      • +
      + + + +
        +
      • +

        ENDERMEN_SCREAM_2

        +
        public static final SoundEffect ENDERMEN_SCREAM_2
        +
      • +
      + + + +
        +
      • +

        ENDERMEN_SCREAM_3

        +
        public static final SoundEffect ENDERMEN_SCREAM_3
        +
      • +
      + + + +
        +
      • +

        ENDERMEN_SCREAM_4

        +
        public static final SoundEffect ENDERMEN_SCREAM_4
        +
      • +
      + + + +
        +
      • +

        ENDERMEN_STARE

        +
        public static final SoundEffect ENDERMEN_STARE
        +
      • +
      + + + +
        +
      • +

        GHAST_AFFECTIONATE_SCREAM

        +
        public static final SoundEffect GHAST_AFFECTIONATE_SCREAM
        +
      • +
      + + + +
        +
      • +

        GHAST_CHARGE

        +
        public static final SoundEffect GHAST_CHARGE
        +
      • +
      + + + +
        +
      • +

        GHAST_DEATH

        +
        public static final SoundEffect GHAST_DEATH
        +
      • +
      + + + +
        +
      • +

        GHAST_FIREBALL

        +
        public static final SoundEffect GHAST_FIREBALL
        +
      • +
      + + + +
        +
      • +

        GHAST_MOAN

        +
        public static final SoundEffect GHAST_MOAN
        +
      • +
      + + + +
        +
      • +

        GHAST_MOAN_1

        +
        public static final SoundEffect GHAST_MOAN_1
        +
      • +
      + + + +
        +
      • +

        GHAST_MOAN_2

        +
        public static final SoundEffect GHAST_MOAN_2
        +
      • +
      + + + +
        +
      • +

        GHAST_MOAN_3

        +
        public static final SoundEffect GHAST_MOAN_3
        +
      • +
      + + + +
        +
      • +

        GHAST_MOAN_4

        +
        public static final SoundEffect GHAST_MOAN_4
        +
      • +
      + + + +
        +
      • +

        GHAST_MOAN_5

        +
        public static final SoundEffect GHAST_MOAN_5
        +
      • +
      + + + +
        +
      • +

        GHAST_MOAN_6

        +
        public static final SoundEffect GHAST_MOAN_6
        +
      • +
      + + + +
        +
      • +

        GHAST_MOAN_7

        +
        public static final SoundEffect GHAST_MOAN_7
        +
      • +
      + + + +
        +
      • +

        GHAST_SCREAM

        +
        public static final SoundEffect GHAST_SCREAM
        +
      • +
      + + + +
        +
      • +

        GHAST_SCREAM_1

        +
        public static final SoundEffect GHAST_SCREAM_1
        +
      • +
      + + + +
        +
      • +

        GHAST_SCREAM_2

        +
        public static final SoundEffect GHAST_SCREAM_2
        +
      • +
      + + + +
        +
      • +

        GHAST_SCREAM_3

        +
        public static final SoundEffect GHAST_SCREAM_3
        +
      • +
      + + + +
        +
      • +

        GHAST_SCREAM_4

        +
        public static final SoundEffect GHAST_SCREAM_4
        +
      • +
      + + + +
        +
      • +

        GHAST_SCREAM_5

        +
        public static final SoundEffect GHAST_SCREAM_5
        +
      • +
      + + + +
        +
      • +

        IRONGOLEM_DEATH

        +
        public static final SoundEffect IRONGOLEM_DEATH
        +
      • +
      + + + +
        +
      • +

        IRONGOLEM_HIT

        +
        public static final SoundEffect IRONGOLEM_HIT
        +
      • +
      + + + +
        +
      • +

        IRONGOLEM_HIT_1

        +
        public static final SoundEffect IRONGOLEM_HIT_1
        +
      • +
      + + + +
        +
      • +

        IRONGOLEM_HIT_2

        +
        public static final SoundEffect IRONGOLEM_HIT_2
        +
      • +
      + + + +
        +
      • +

        IRONGOLEM_HIT_3

        +
        public static final SoundEffect IRONGOLEM_HIT_3
        +
      • +
      + + + +
        +
      • +

        IRONGOLEM_HIT_4

        +
        public static final SoundEffect IRONGOLEM_HIT_4
        +
      • +
      + + + +
        +
      • +

        IRONGOLEM_THROW

        +
        public static final SoundEffect IRONGOLEM_THROW
        +
      • +
      + + + +
        +
      • +

        IRONGOLEM_WALK

        +
        public static final SoundEffect IRONGOLEM_WALK
        +
      • +
      + + + +
        +
      • +

        IRONGOLEM_WALK_1

        +
        public static final SoundEffect IRONGOLEM_WALK_1
        +
      • +
      + + + +
        +
      • +

        IRONGOLEM_WALK_2

        +
        public static final SoundEffect IRONGOLEM_WALK_2
        +
      • +
      + + + +
        +
      • +

        IRONGOLEM_WALK_3

        +
        public static final SoundEffect IRONGOLEM_WALK_3
        +
      • +
      + + + +
        +
      • +

        IRONGOLEM_WALK_4

        +
        public static final SoundEffect IRONGOLEM_WALK_4
        +
      • +
      + + + +
        +
      • +

        MAGMACUBE_BIG

        +
        public static final SoundEffect MAGMACUBE_BIG
        +
      • +
      + + + +
        +
      • +

        MAGMACUBE_BIG_1

        +
        public static final SoundEffect MAGMACUBE_BIG_1
        +
      • +
      + + + +
        +
      • +

        MAGMACUBE_BIG_2

        +
        public static final SoundEffect MAGMACUBE_BIG_2
        +
      • +
      + + + +
        +
      • +

        MAGMACUBE_BIG_3

        +
        public static final SoundEffect MAGMACUBE_BIG_3
        +
      • +
      + + + +
        +
      • +

        MAGMACUBE_BIG_4

        +
        public static final SoundEffect MAGMACUBE_BIG_4
        +
      • +
      + + + +
        +
      • +

        MAGMACUBE_JUMP

        +
        public static final SoundEffect MAGMACUBE_JUMP
        +
      • +
      + + + +
        +
      • +

        MAGMACUBE_JUMP_1

        +
        public static final SoundEffect MAGMACUBE_JUMP_1
        +
      • +
      + + + +
        +
      • +

        MAGMACUBE_JUMP_2

        +
        public static final SoundEffect MAGMACUBE_JUMP_2
        +
      • +
      + + + +
        +
      • +

        MAGMACUBE_JUMP_3

        +
        public static final SoundEffect MAGMACUBE_JUMP_3
        +
      • +
      + + + +
        +
      • +

        MAGMACUBE_JUMP_4

        +
        public static final SoundEffect MAGMACUBE_JUMP_4
        +
      • +
      + + + +
        +
      • +

        MAGMACUBE_SMALL

        +
        public static final SoundEffect MAGMACUBE_SMALL
        +
      • +
      + + + +
        +
      • +

        MAGMACUBE_SMALL_1

        +
        public static final SoundEffect MAGMACUBE_SMALL_1
        +
      • +
      + + + +
        +
      • +

        MAGMACUBE_SMALL_2

        +
        public static final SoundEffect MAGMACUBE_SMALL_2
        +
      • +
      + + + +
        +
      • +

        MAGMACUBE_SMALL_3

        +
        public static final SoundEffect MAGMACUBE_SMALL_3
        +
      • +
      + + + +
        +
      • +

        MAGMACUBE_SMALL_4

        +
        public static final SoundEffect MAGMACUBE_SMALL_4
        +
      • +
      + + + +
        +
      • +

        MAGMACUBE_SMALL_5

        +
        public static final SoundEffect MAGMACUBE_SMALL_5
        +
      • +
      + + + +
        +
      • +

        PIG_DEATH

        +
        public static final SoundEffect PIG_DEATH
        +
      • +
      + + + +
        +
      • +

        PIG_SAY

        +
        public static final SoundEffect PIG_SAY
        +
      • +
      + + + +
        +
      • +

        PIG_SAY_1

        +
        public static final SoundEffect PIG_SAY_1
        +
      • +
      + + + +
        +
      • +

        PIG_SAY_2

        +
        public static final SoundEffect PIG_SAY_2
        +
      • +
      + + + +
        +
      • +

        PIG_SAY_3

        +
        public static final SoundEffect PIG_SAY_3
        +
      • +
      + + + +
        +
      • +

        PIG_STEP

        +
        public static final SoundEffect PIG_STEP
        +
      • +
      + + + +
        +
      • +

        PIG_STEP_1

        +
        public static final SoundEffect PIG_STEP_1
        +
      • +
      + + + +
        +
      • +

        PIG_STEP_2

        +
        public static final SoundEffect PIG_STEP_2
        +
      • +
      + + + +
        +
      • +

        PIG_STEP_3

        +
        public static final SoundEffect PIG_STEP_3
        +
      • +
      + + + +
        +
      • +

        PIG_STEP_4

        +
        public static final SoundEffect PIG_STEP_4
        +
      • +
      + + + +
        +
      • +

        PIG_STEP_5

        +
        public static final SoundEffect PIG_STEP_5
        +
      • +
      + + + +
        +
      • +

        SHEEP_SAY

        +
        public static final SoundEffect SHEEP_SAY
        +
      • +
      + + + +
        +
      • +

        SHEEP_SAY_1

        +
        public static final SoundEffect SHEEP_SAY_1
        +
      • +
      + + + +
        +
      • +

        SHEEP_SAY_2

        +
        public static final SoundEffect SHEEP_SAY_2
        +
      • +
      + + + +
        +
      • +

        SHEEP_SAY_3

        +
        public static final SoundEffect SHEEP_SAY_3
        +
      • +
      + + + +
        +
      • +

        SHEEP_SHEAR

        +
        public static final SoundEffect SHEEP_SHEAR
        +
      • +
      + + + +
        +
      • +

        SHEEP_STEP

        +
        public static final SoundEffect SHEEP_STEP
        +
      • +
      + + + +
        +
      • +

        SHEEP_STEP_1

        +
        public static final SoundEffect SHEEP_STEP_1
        +
      • +
      + + + +
        +
      • +

        SHEEP_STEP_2

        +
        public static final SoundEffect SHEEP_STEP_2
        +
      • +
      + + + +
        +
      • +

        SHEEP_STEP_3

        +
        public static final SoundEffect SHEEP_STEP_3
        +
      • +
      + + + +
        +
      • +

        SHEEP_STEP_4

        +
        public static final SoundEffect SHEEP_STEP_4
        +
      • +
      + + + +
        +
      • +

        SHEEP_STEP_5

        +
        public static final SoundEffect SHEEP_STEP_5
        +
      • +
      + + + +
        +
      • +

        SILVERFISH_HIT

        +
        public static final SoundEffect SILVERFISH_HIT
        +
      • +
      + + + +
        +
      • +

        SILVERFISH_HIT_1

        +
        public static final SoundEffect SILVERFISH_HIT_1
        +
      • +
      + + + +
        +
      • +

        SILVERFISH_HIT_2

        +
        public static final SoundEffect SILVERFISH_HIT_2
        +
      • +
      + + + +
        +
      • +

        SILVERFISH_HIT_3

        +
        public static final SoundEffect SILVERFISH_HIT_3
        +
      • +
      + + + +
        +
      • +

        SILVERFISH_KILL

        +
        public static final SoundEffect SILVERFISH_KILL
        +
      • +
      + + + +
        +
      • +

        SILVERFISH_SAY

        +
        public static final SoundEffect SILVERFISH_SAY
        +
      • +
      + + + +
        +
      • +

        SILVERFISH_SAY_1

        +
        public static final SoundEffect SILVERFISH_SAY_1
        +
      • +
      + + + +
        +
      • +

        SILVERFISH_SAY_2

        +
        public static final SoundEffect SILVERFISH_SAY_2
        +
      • +
      + + + +
        +
      • +

        SILVERFISH_SAY_3

        +
        public static final SoundEffect SILVERFISH_SAY_3
        +
      • +
      + + + +
        +
      • +

        SILVERFISH_SAY_4

        +
        public static final SoundEffect SILVERFISH_SAY_4
        +
      • +
      + + + +
        +
      • +

        SILVERFISH_STEP

        +
        public static final SoundEffect SILVERFISH_STEP
        +
      • +
      + + + +
        +
      • +

        SILVERFISH_STEP_1

        +
        public static final SoundEffect SILVERFISH_STEP_1
        +
      • +
      + + + +
        +
      • +

        SILVERFISH_STEP_2

        +
        public static final SoundEffect SILVERFISH_STEP_2
        +
      • +
      + + + +
        +
      • +

        SILVERFISH_STEP_3

        +
        public static final SoundEffect SILVERFISH_STEP_3
        +
      • +
      + + + +
        +
      • +

        SILVERFISH_STEP_4

        +
        public static final SoundEffect SILVERFISH_STEP_4
        +
      • +
      + + + +
        +
      • +

        SKELETON_DEATH

        +
        public static final SoundEffect SKELETON_DEATH
        +
      • +
      + + + +
        +
      • +

        SKELETON_HURT

        +
        public static final SoundEffect SKELETON_HURT
        +
      • +
      + + + +
        +
      • +

        SKELETON_HURT_1

        +
        public static final SoundEffect SKELETON_HURT_1
        +
      • +
      + + + +
        +
      • +

        SKELETON_HURT_2

        +
        public static final SoundEffect SKELETON_HURT_2
        +
      • +
      + + + +
        +
      • +

        SKELETON_HURT_3

        +
        public static final SoundEffect SKELETON_HURT_3
        +
      • +
      + + + +
        +
      • +

        SKELETON_HURT_4

        +
        public static final SoundEffect SKELETON_HURT_4
        +
      • +
      + + + +
        +
      • +

        SKELETON_SAY

        +
        public static final SoundEffect SKELETON_SAY
        +
      • +
      + + + +
        +
      • +

        SKELETON_SAY_1

        +
        public static final SoundEffect SKELETON_SAY_1
        +
      • +
      + + + +
        +
      • +

        SKELETON_SAY_2

        +
        public static final SoundEffect SKELETON_SAY_2
        +
      • +
      + + + +
        +
      • +

        SKELETON_SAY_3

        +
        public static final SoundEffect SKELETON_SAY_3
        +
      • +
      + + + +
        +
      • +

        SKELETON_STEP

        +
        public static final SoundEffect SKELETON_STEP
        +
      • +
      + + + +
        +
      • +

        SKELETON_STEP_1

        +
        public static final SoundEffect SKELETON_STEP_1
        +
      • +
      + + + +
        +
      • +

        SKELETON_STEP_2

        +
        public static final SoundEffect SKELETON_STEP_2
        +
      • +
      + + + +
        +
      • +

        SKELETON_STEP_3

        +
        public static final SoundEffect SKELETON_STEP_3
        +
      • +
      + + + +
        +
      • +

        SKELETON_STEP_4

        +
        public static final SoundEffect SKELETON_STEP_4
        +
      • +
      + + + +
        +
      • +

        SLIME_ATTACK

        +
        public static final SoundEffect SLIME_ATTACK
        +
      • +
      + + + +
        +
      • +

        SLIME_ATTACK_1

        +
        public static final SoundEffect SLIME_ATTACK_1
        +
      • +
      + + + +
        +
      • +

        SLIME_ATTACK_2

        +
        public static final SoundEffect SLIME_ATTACK_2
        +
      • +
      + + + +
        +
      • +

        SLIME_BIG

        +
        public static final SoundEffect SLIME_BIG
        +
      • +
      + + + +
        +
      • +

        SLIME_BIG_1

        +
        public static final SoundEffect SLIME_BIG_1
        +
      • +
      + + + +
        +
      • +

        SLIME_BIG_2

        +
        public static final SoundEffect SLIME_BIG_2
        +
      • +
      + + + +
        +
      • +

        SLIME_BIG_3

        +
        public static final SoundEffect SLIME_BIG_3
        +
      • +
      + + + +
        +
      • +

        SLIME_BIG_4

        +
        public static final SoundEffect SLIME_BIG_4
        +
      • +
      + + + +
        +
      • +

        SLIME_SMALL

        +
        public static final SoundEffect SLIME_SMALL
        +
      • +
      + + + +
        +
      • +

        SLIME_SMALL_1

        +
        public static final SoundEffect SLIME_SMALL_1
        +
      • +
      + + + +
        +
      • +

        SLIME_SMALL_2

        +
        public static final SoundEffect SLIME_SMALL_2
        +
      • +
      + + + +
        +
      • +

        SLIME_SMALL_3

        +
        public static final SoundEffect SLIME_SMALL_3
        +
      • +
      + + + +
        +
      • +

        SLIME_SMALL_4

        +
        public static final SoundEffect SLIME_SMALL_4
        +
      • +
      + + + +
        +
      • +

        SLIME_SMALL_5

        +
        public static final SoundEffect SLIME_SMALL_5
        +
      • +
      + + + +
        +
      • +

        SPIDER_DEATH

        +
        public static final SoundEffect SPIDER_DEATH
        +
      • +
      + + + +
        +
      • +

        SPIDER_SAY

        +
        public static final SoundEffect SPIDER_SAY
        +
      • +
      + + + +
        +
      • +

        SPIDER_SAY_1

        +
        public static final SoundEffect SPIDER_SAY_1
        +
      • +
      + + + +
        +
      • +

        SPIDER_SAY_2

        +
        public static final SoundEffect SPIDER_SAY_2
        +
      • +
      + + + +
        +
      • +

        SPIDER_SAY_3

        +
        public static final SoundEffect SPIDER_SAY_3
        +
      • +
      + + + +
        +
      • +

        SPIDER_SAY_4

        +
        public static final SoundEffect SPIDER_SAY_4
        +
      • +
      + + + +
        +
      • +

        SPIDER_STEP

        +
        public static final SoundEffect SPIDER_STEP
        +
      • +
      + + + +
        +
      • +

        SPIDER_STEP_1

        +
        public static final SoundEffect SPIDER_STEP_1
        +
      • +
      + + + +
        +
      • +

        SPIDER_STEP_2

        +
        public static final SoundEffect SPIDER_STEP_2
        +
      • +
      + + + +
        +
      • +

        SPIDER_STEP_3

        +
        public static final SoundEffect SPIDER_STEP_3
        +
      • +
      + + + +
        +
      • +

        SPIDER_STEP_4

        +
        public static final SoundEffect SPIDER_STEP_4
        +
      • +
      + + + +
        +
      • +

        WITHER_DEATH

        +
        public static final SoundEffect WITHER_DEATH
        +
      • +
      + + + +
        +
      • +

        WITHER_HURT

        +
        public static final SoundEffect WITHER_HURT
        +
      • +
      + + + +
        +
      • +

        WITHER_HURT_1

        +
        public static final SoundEffect WITHER_HURT_1
        +
      • +
      + + + +
        +
      • +

        WITHER_HURT_2

        +
        public static final SoundEffect WITHER_HURT_2
        +
      • +
      + + + +
        +
      • +

        WITHER_HURT_3

        +
        public static final SoundEffect WITHER_HURT_3
        +
      • +
      + + + +
        +
      • +

        WITHER_HURT_4

        +
        public static final SoundEffect WITHER_HURT_4
        +
      • +
      + + + +
        +
      • +

        WITHER_IDLE

        +
        public static final SoundEffect WITHER_IDLE
        +
      • +
      + + + +
        +
      • +

        WITHER_IDLE_1

        +
        public static final SoundEffect WITHER_IDLE_1
        +
      • +
      + + + +
        +
      • +

        WITHER_IDLE_2

        +
        public static final SoundEffect WITHER_IDLE_2
        +
      • +
      + + + +
        +
      • +

        WITHER_IDLE_3

        +
        public static final SoundEffect WITHER_IDLE_3
        +
      • +
      + + + +
        +
      • +

        WITHER_IDLE_4

        +
        public static final SoundEffect WITHER_IDLE_4
        +
      • +
      + + + +
        +
      • +

        WITHER_SHOOT

        +
        public static final SoundEffect WITHER_SHOOT
        +
      • +
      + + + +
        +
      • +

        WITHER_SPAWN

        +
        public static final SoundEffect WITHER_SPAWN
        +
      • +
      + + + +
        +
      • +

        WOLF_BARK

        +
        public static final SoundEffect WOLF_BARK
        +
      • +
      + + + +
        +
      • +

        WOLF_BARK_1

        +
        public static final SoundEffect WOLF_BARK_1
        +
      • +
      + + + +
        +
      • +

        WOLF_BARK_2

        +
        public static final SoundEffect WOLF_BARK_2
        +
      • +
      + + + +
        +
      • +

        WOLF_BARK_3

        +
        public static final SoundEffect WOLF_BARK_3
        +
      • +
      + + + +
        +
      • +

        WOLF_DEATH

        +
        public static final SoundEffect WOLF_DEATH
        +
      • +
      + + + +
        +
      • +

        WOLF_GROWL

        +
        public static final SoundEffect WOLF_GROWL
        +
      • +
      + + + +
        +
      • +

        WOLF_GROWL_1

        +
        public static final SoundEffect WOLF_GROWL_1
        +
      • +
      + + + +
        +
      • +

        WOLF_GROWL_2

        +
        public static final SoundEffect WOLF_GROWL_2
        +
      • +
      + + + +
        +
      • +

        WOLF_GROWL_3

        +
        public static final SoundEffect WOLF_GROWL_3
        +
      • +
      + + + +
        +
      • +

        WOLF_HOWL

        +
        public static final SoundEffect WOLF_HOWL
        +
      • +
      + + + +
        +
      • +

        WOLF_HOWL_1

        +
        public static final SoundEffect WOLF_HOWL_1
        +
      • +
      + + + +
        +
      • +

        WOLF_HOWL_2

        +
        public static final SoundEffect WOLF_HOWL_2
        +
      • +
      + + + +
        +
      • +

        WOLF_HURT_1

        +
        public static final SoundEffect WOLF_HURT_1
        +
      • +
      + + + +
        +
      • +

        WOLF_HURT_2

        +
        public static final SoundEffect WOLF_HURT_2
        +
      • +
      + + + +
        +
      • +

        WOLF_HURT_3

        +
        public static final SoundEffect WOLF_HURT_3
        +
      • +
      + + + +
        +
      • +

        WOLF_PANTING

        +
        public static final SoundEffect WOLF_PANTING
        +
      • +
      + + + +
        +
      • +

        WOLF_SHAKE

        +
        public static final SoundEffect WOLF_SHAKE
        +
      • +
      + + + +
        +
      • +

        WOLF_STEP

        +
        public static final SoundEffect WOLF_STEP
        +
      • +
      + + + +
        +
      • +

        WOLF_STEP_1

        +
        public static final SoundEffect WOLF_STEP_1
        +
      • +
      + + + +
        +
      • +

        WOLF_STEP_2

        +
        public static final SoundEffect WOLF_STEP_2
        +
      • +
      + + + +
        +
      • +

        WOLF_STEP_3

        +
        public static final SoundEffect WOLF_STEP_3
        +
      • +
      + + + +
        +
      • +

        WOLF_STEP_4

        +
        public static final SoundEffect WOLF_STEP_4
        +
      • +
      + + + +
        +
      • +

        WOLF_STEP_5

        +
        public static final SoundEffect WOLF_STEP_5
        +
      • +
      + + + +
        +
      • +

        WOLF_WHINE

        +
        public static final SoundEffect WOLF_WHINE
        +
      • +
      + + + +
        +
      • +

        ZOMBIE_DEATH

        +
        public static final SoundEffect ZOMBIE_DEATH
        +
      • +
      + + + +
        +
      • +

        ZOMBIE_HURT

        +
        public static final SoundEffect ZOMBIE_HURT
        +
      • +
      + + + +
        +
      • +

        ZOMBIE_HURT_1

        +
        public static final SoundEffect ZOMBIE_HURT_1
        +
      • +
      + + + +
        +
      • +

        ZOMBIE_HURT_2

        +
        public static final SoundEffect ZOMBIE_HURT_2
        +
      • +
      + + + +
        +
      • +

        ZOMBIE_INFECT

        +
        public static final SoundEffect ZOMBIE_INFECT
        +
      • +
      + + + +
        +
      • +

        ZOMBIE_METAL

        +
        public static final SoundEffect ZOMBIE_METAL
        +
      • +
      + + + +
        +
      • +

        ZOMBIE_METAL_1

        +
        public static final SoundEffect ZOMBIE_METAL_1
        +
      • +
      + + + +
        +
      • +

        ZOMBIE_METAL_2

        +
        public static final SoundEffect ZOMBIE_METAL_2
        +
      • +
      + + + +
        +
      • +

        ZOMBIE_METAL_3

        +
        public static final SoundEffect ZOMBIE_METAL_3
        +
      • +
      + + + +
        +
      • +

        ZOMBIE_REMEDY

        +
        public static final SoundEffect ZOMBIE_REMEDY
        +
      • +
      + + + +
        +
      • +

        ZOMBIE_SAY

        +
        public static final SoundEffect ZOMBIE_SAY
        +
      • +
      + + + +
        +
      • +

        ZOMBIE_SAY_1

        +
        public static final SoundEffect ZOMBIE_SAY_1
        +
      • +
      + + + +
        +
      • +

        ZOMBIE_SAY_2

        +
        public static final SoundEffect ZOMBIE_SAY_2
        +
      • +
      + + + +
        +
      • +

        ZOMBIE_SAY_3

        +
        public static final SoundEffect ZOMBIE_SAY_3
        +
      • +
      + + + +
        +
      • +

        ZOMBIE_STEP

        +
        public static final SoundEffect ZOMBIE_STEP
        +
      • +
      + + + +
        +
      • +

        ZOMBIE_STEP_1

        +
        public static final SoundEffect ZOMBIE_STEP_1
        +
      • +
      + + + +
        +
      • +

        ZOMBIE_STEP_2

        +
        public static final SoundEffect ZOMBIE_STEP_2
        +
      • +
      + + + +
        +
      • +

        ZOMBIE_STEP_3

        +
        public static final SoundEffect ZOMBIE_STEP_3
        +
      • +
      + + + +
        +
      • +

        ZOMBIE_STEP_4

        +
        public static final SoundEffect ZOMBIE_STEP_4
        +
      • +
      + + + +
        +
      • +

        ZOMBIE_STEP_5

        +
        public static final SoundEffect ZOMBIE_STEP_5
        +
      • +
      + + + +
        +
      • +

        ZOMBIE_UNFECT

        +
        public static final SoundEffect ZOMBIE_UNFECT
        +
      • +
      + + + +
        +
      • +

        ZOMBIE_WOOD

        +
        public static final SoundEffect ZOMBIE_WOOD
        +
      • +
      + + + +
        +
      • +

        ZOMBIE_WOOD_1

        +
        public static final SoundEffect ZOMBIE_WOOD_1
        +
      • +
      + + + +
        +
      • +

        ZOMBIE_WOOD_2

        +
        public static final SoundEffect ZOMBIE_WOOD_2
        +
      • +
      + + + +
        +
      • +

        ZOMBIE_WOOD_3

        +
        public static final SoundEffect ZOMBIE_WOOD_3
        +
      • +
      + + + +
        +
      • +

        ZOMBIE_WOOD_4

        +
        public static final SoundEffect ZOMBIE_WOOD_4
        +
      • +
      + + + +
        +
      • +

        ZOMBIE_WOOD_BREAK

        +
        public static final SoundEffect ZOMBIE_WOOD_BREAK
        +
      • +
      + + + +
        +
      • +

        ZOMBIEPIG

        +
        public static final SoundEffect ZOMBIEPIG
        +
      • +
      + + + +
        +
      • +

        ZOMBIEPIG_1

        +
        public static final SoundEffect ZOMBIEPIG_1
        +
      • +
      + + + +
        +
      • +

        ZOMBIEPIG_2

        +
        public static final SoundEffect ZOMBIEPIG_2
        +
      • +
      + + + +
        +
      • +

        ZOMBIEPIG_3

        +
        public static final SoundEffect ZOMBIEPIG_3
        +
      • +
      + + + +
        +
      • +

        ZOMBIEPIG_4

        +
        public static final SoundEffect ZOMBIEPIG_4
        +
      • +
      + + + +
        +
      • +

        ZOMBIEPIG_ANGRY

        +
        public static final SoundEffect ZOMBIEPIG_ANGRY
        +
      • +
      + + + +
        +
      • +

        ZOMBIEPIG_ANGRY_1

        +
        public static final SoundEffect ZOMBIEPIG_ANGRY_1
        +
      • +
      + + + +
        +
      • +

        ZOMBIEPIG_ANGRY_2

        +
        public static final SoundEffect ZOMBIEPIG_ANGRY_2
        +
      • +
      + + + +
        +
      • +

        ZOMBIEPIG_ANGRY_3

        +
        public static final SoundEffect ZOMBIEPIG_ANGRY_3
        +
      • +
      + + + +
        +
      • +

        ZOMBIEPIG_ANGRY_4

        +
        public static final SoundEffect ZOMBIEPIG_ANGRY_4
        +
      • +
      + + + +
        +
      • +

        ZOMBIEPIG_DEATH

        +
        public static final SoundEffect ZOMBIEPIG_DEATH
        +
      • +
      + + + +
        +
      • +

        ZOMBIEPIG_HURT

        +
        public static final SoundEffect ZOMBIEPIG_HURT
        +
      • +
      + + + +
        +
      • +

        ZOMBIEPIG_HURT_1

        +
        public static final SoundEffect ZOMBIEPIG_HURT_1
        +
      • +
      + + + +
        +
      • +

        ZOMBIEPIG_HURT_2

        +
        public static final SoundEffect ZOMBIEPIG_HURT_2
        +
      • +
      + + + +
        +
      • +

        NOTE_BASS

        +
        public static final SoundEffect NOTE_BASS
        +
      • +
      + + + +
        +
      • +

        NOTE_BASS_ATTACK

        +
        public static final SoundEffect NOTE_BASS_ATTACK
        +
      • +
      + + + +
        +
      • +

        NOTE_BASS_DRUM

        +
        public static final SoundEffect NOTE_BASS_DRUM
        +
      • +
      + + + +
        +
      • +

        NOTE_HARP

        +
        public static final SoundEffect NOTE_HARP
        +
      • +
      + + + +
        +
      • +

        NOTE_HAT

        +
        public static final SoundEffect NOTE_HAT
        +
      • +
      + + + +
        +
      • +

        NOTE_PLING

        +
        public static final SoundEffect NOTE_PLING
        +
      • +
      + + + +
        +
      • +

        NOTE_SNARE

        +
        public static final SoundEffect NOTE_SNARE
        +
      • +
      + + + +
        +
      • +

        PORTAL

        +
        public static final SoundEffect PORTAL
        +
      • +
      + + + +
        +
      • +

        PORTAL_TRAVEL

        +
        public static final SoundEffect PORTAL_TRAVEL
        +
      • +
      + + + +
        +
      • +

        PORTAL_TRIGGER

        +
        public static final SoundEffect PORTAL_TRIGGER
        +
      • +
      + + + +
        +
      • +

        ANVIL_BREAK

        +
        public static final SoundEffect ANVIL_BREAK
        +
      • +
      + + + +
        +
      • +

        ANVIL_LAND

        +
        public static final SoundEffect ANVIL_LAND
        +
      • +
      + + + +
        +
      • +

        ANVIL_USE

        +
        public static final SoundEffect ANVIL_USE
        +
      • +
      + + + + + + + +
        +
      • +

        BOW_HIT

        +
        public static final SoundEffect BOW_HIT
        +
      • +
      + + + +
        +
      • +

        BOW_HIT_1

        +
        public static final SoundEffect BOW_HIT_1
        +
      • +
      + + + +
        +
      • +

        BOW_HIT_2

        +
        public static final SoundEffect BOW_HIT_2
        +
      • +
      + + + +
        +
      • +

        BOW_HIT_3

        +
        public static final SoundEffect BOW_HIT_3
        +
      • +
      + + + +
        +
      • +

        BOW_HIT_4

        +
        public static final SoundEffect BOW_HIT_4
        +
      • +
      + + + + + + + +
        +
      • +

        BREATH

        +
        public static final SoundEffect BREATH
        +
      • +
      + + + + + + + +
        +
      • +

        CHEST_CLOSE

        +
        public static final SoundEffect CHEST_CLOSE
        +
      • +
      + + + +
        +
      • +

        CHEST_OPEN

        +
        public static final SoundEffect CHEST_OPEN
        +
      • +
      + + + +
        +
      • +

        CLASSIC_HURT

        +
        public static final SoundEffect CLASSIC_HURT
        +
      • +
      + + + + + + + +
        +
      • +

        DOOR_CLOSE

        +
        public static final SoundEffect DOOR_CLOSE
        +
      • +
      + + + +
        +
      • +

        DOOR_OPEN

        +
        public static final SoundEffect DOOR_OPEN
        +
      • +
      + + + + + + + + + + + + + + + + + + + + + + + +
        +
      • +

        EXPLODE

        +
        public static final SoundEffect EXPLODE
        +
      • +
      + + + +
        +
      • +

        EXPLODE_1

        +
        public static final SoundEffect EXPLODE_1
        +
      • +
      + + + +
        +
      • +

        EXPLODE_2

        +
        public static final SoundEffect EXPLODE_2
        +
      • +
      + + + +
        +
      • +

        EXPLODE_3

        +
        public static final SoundEffect EXPLODE_3
        +
      • +
      + + + +
        +
      • +

        EXPLODE_4

        +
        public static final SoundEffect EXPLODE_4
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        GLASS_BREAK

        +
        public static final SoundEffect GLASS_BREAK
        +
      • +
      + + + +
        +
      • +

        GLASS_BREAK_1

        +
        public static final SoundEffect GLASS_BREAK_1
        +
      • +
      + + + +
        +
      • +

        GLASS_BREAK_2

        +
        public static final SoundEffect GLASS_BREAK_2
        +
      • +
      + + + +
        +
      • +

        GLASS_BREAK_3

        +
        public static final SoundEffect GLASS_BREAK_3
        +
      • +
      + + + +
        +
      • +

        LEVEL_UP

        +
        public static final SoundEffect LEVEL_UP
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        SPLASH

        +
        public static final SoundEffect SPLASH
        +
      • +
      + + + +
        +
      • +

        SUCCESSFUL_HIT

        +
        public static final SoundEffect SUCCESSFUL_HIT
        +
      • +
      + + + +
        +
      • +

        WOOD_CLICK

        +
        public static final SoundEffect WOOD_CLICK
        +
      • +
      + + + +
        +
      • +

        STEP_CLOTH

        +
        public static final SoundEffect STEP_CLOTH
        +
      • +
      + + + +
        +
      • +

        STEP_CLOTH_1

        +
        public static final SoundEffect STEP_CLOTH_1
        +
      • +
      + + + +
        +
      • +

        STEP_CLOTH_2

        +
        public static final SoundEffect STEP_CLOTH_2
        +
      • +
      + + + +
        +
      • +

        STEP_CLOTH_3

        +
        public static final SoundEffect STEP_CLOTH_3
        +
      • +
      + + + +
        +
      • +

        STEP_CLOTH_4

        +
        public static final SoundEffect STEP_CLOTH_4
        +
      • +
      + + + +
        +
      • +

        STEP_GRASS

        +
        public static final SoundEffect STEP_GRASS
        +
      • +
      + + + +
        +
      • +

        STEP_GRASS_1

        +
        public static final SoundEffect STEP_GRASS_1
        +
      • +
      + + + +
        +
      • +

        STEP_GRASS_2

        +
        public static final SoundEffect STEP_GRASS_2
        +
      • +
      + + + +
        +
      • +

        STEP_GRASS_3

        +
        public static final SoundEffect STEP_GRASS_3
        +
      • +
      + + + +
        +
      • +

        STEP_GRASS_4

        +
        public static final SoundEffect STEP_GRASS_4
        +
      • +
      + + + +
        +
      • +

        STEP_GRASS_5

        +
        public static final SoundEffect STEP_GRASS_5
        +
      • +
      + + + +
        +
      • +

        STEP_GRASS_6

        +
        public static final SoundEffect STEP_GRASS_6
        +
      • +
      + + + +
        +
      • +

        STEP_GRAVEL

        +
        public static final SoundEffect STEP_GRAVEL
        +
      • +
      + + + +
        +
      • +

        STEP_GRAVEL_1

        +
        public static final SoundEffect STEP_GRAVEL_1
        +
      • +
      + + + +
        +
      • +

        STEP_GRAVEL_2

        +
        public static final SoundEffect STEP_GRAVEL_2
        +
      • +
      + + + +
        +
      • +

        STEP_GRAVEL_3

        +
        public static final SoundEffect STEP_GRAVEL_3
        +
      • +
      + + + +
        +
      • +

        STEP_GRAVEL_4

        +
        public static final SoundEffect STEP_GRAVEL_4
        +
      • +
      + + + +
        +
      • +

        STEP_LADDER

        +
        public static final SoundEffect STEP_LADDER
        +
      • +
      + + + +
        +
      • +

        STEP_LADDER_1

        +
        public static final SoundEffect STEP_LADDER_1
        +
      • +
      + + + +
        +
      • +

        STEP_LADDER_2

        +
        public static final SoundEffect STEP_LADDER_2
        +
      • +
      + + + +
        +
      • +

        STEP_LADDER_3

        +
        public static final SoundEffect STEP_LADDER_3
        +
      • +
      + + + +
        +
      • +

        STEP_LADDER_4

        +
        public static final SoundEffect STEP_LADDER_4
        +
      • +
      + + + +
        +
      • +

        STEP_LADDER_5

        +
        public static final SoundEffect STEP_LADDER_5
        +
      • +
      + + + +
        +
      • +

        STEP_SAND

        +
        public static final SoundEffect STEP_SAND
        +
      • +
      + + + +
        +
      • +

        STEP_SAND_1

        +
        public static final SoundEffect STEP_SAND_1
        +
      • +
      + + + +
        +
      • +

        STEP_SAND_2

        +
        public static final SoundEffect STEP_SAND_2
        +
      • +
      + + + +
        +
      • +

        STEP_SAND_3

        +
        public static final SoundEffect STEP_SAND_3
        +
      • +
      + + + +
        +
      • +

        STEP_SAND_4

        +
        public static final SoundEffect STEP_SAND_4
        +
      • +
      + + + +
        +
      • +

        STEP_SAND_5

        +
        public static final SoundEffect STEP_SAND_5
        +
      • +
      + + + +
        +
      • +

        STEP_SNOW

        +
        public static final SoundEffect STEP_SNOW
        +
      • +
      + + + +
        +
      • +

        STEP_SNOW_1

        +
        public static final SoundEffect STEP_SNOW_1
        +
      • +
      + + + +
        +
      • +

        STEP_SNOW_2

        +
        public static final SoundEffect STEP_SNOW_2
        +
      • +
      + + + +
        +
      • +

        STEP_SNOW_3

        +
        public static final SoundEffect STEP_SNOW_3
        +
      • +
      + + + +
        +
      • +

        STEP_SNOW_4

        +
        public static final SoundEffect STEP_SNOW_4
        +
      • +
      + + + +
        +
      • +

        STEP_STONE

        +
        public static final SoundEffect STEP_STONE
        +
      • +
      + + + +
        +
      • +

        STEP_STONE_1

        +
        public static final SoundEffect STEP_STONE_1
        +
      • +
      + + + +
        +
      • +

        STEP_STONE_2

        +
        public static final SoundEffect STEP_STONE_2
        +
      • +
      + + + +
        +
      • +

        STEP_STONE_3

        +
        public static final SoundEffect STEP_STONE_3
        +
      • +
      + + + +
        +
      • +

        STEP_STONE_4

        +
        public static final SoundEffect STEP_STONE_4
        +
      • +
      + + + +
        +
      • +

        STEP_STONE_5

        +
        public static final SoundEffect STEP_STONE_5
        +
      • +
      + + + +
        +
      • +

        STEP_STONE_6

        +
        public static final SoundEffect STEP_STONE_6
        +
      • +
      + + + +
        +
      • +

        STEP_WOOD

        +
        public static final SoundEffect STEP_WOOD
        +
      • +
      + + + +
        +
      • +

        STEP_WOOD_1

        +
        public static final SoundEffect STEP_WOOD_1
        +
      • +
      + + + +
        +
      • +

        STEP_WOOD_2

        +
        public static final SoundEffect STEP_WOOD_2
        +
      • +
      + + + +
        +
      • +

        STEP_WOOD_3

        +
        public static final SoundEffect STEP_WOOD_3
        +
      • +
      + + + +
        +
      • +

        STEP_WOOD_4

        +
        public static final SoundEffect STEP_WOOD_4
        +
      • +
      + + + +
        +
      • +

        STEP_WOOD_5

        +
        public static final SoundEffect STEP_WOOD_5
        +
      • +
      + + + +
        +
      • +

        STEP_WOOD_6

        +
        public static final SoundEffect STEP_WOOD_6
        +
      • +
      + + + +
        +
      • +

        PISTON_IN

        +
        public static final SoundEffect PISTON_IN
        +
      • +
      + + + +
        +
      • +

        PISTON_OUT

        +
        public static final SoundEffect PISTON_OUT
        +
      • +
      + + + +
        +
      • +

        CUSTOM_EFFECT

        +
        public static final SoundEffect CUSTOM_EFFECT
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        values

        +
        public static SoundEffect[] values()
        +
        Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
        +for (SoundEffect c : SoundEffect.values())
        +    System.out.println(c);
        +
        +
        +
        Returns:
        +
        an array containing the constants of this enum type, in the order they are declared
        +
        +
      • +
      + + + +
        +
      • +

        valueOf

        +
        public static SoundEffect valueOf(java.lang.String name)
        +
        Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)
        +
        +
        Parameters:
        +
        name - the name of the enum constant to be returned.
        +
        Returns:
        +
        the enum constant with the specified name
        +
        Throws:
        +
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        +
        java.lang.NullPointerException - if the argument is null
        +
        +
      • +
      + + + +
        +
      • +

        getId

        +
        public int getId()
        +
      • +
      + + + +
        +
      • +

        getName

        +
        public java.lang.String getName()
        +
      • +
      + + + +
        +
      • +

        getVariationId

        +
        public int getVariationId()
        +
      • +
      + + + +
        +
      • +

        getSoundEffectFromId

        +
        public static SoundEffect getSoundEffectFromId(int id)
        +
      • +
      + + + +
        +
      • +

        getSoundEffectFromName

        +
        public static SoundEffect getSoundEffectFromName(java.lang.String name)
        +
      • +
      + + + +
        +
      • +

        getMaxId

        +
        public static int getMaxId()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/sound/SoundManager.html b/generated/1.5.2/org/getspout/spoutapi/sound/SoundManager.html new file mode 100644 index 0000000..ca6d4d2 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/sound/SoundManager.html @@ -0,0 +1,1158 @@ + + + + + +SoundManager (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.sound
+

Interface SoundManager

+
+
+
+
    +
  • +
    +
    +
    public interface SoundManager
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Abstract Methods 
      Modifier and TypeMethod and Description
      voidplayCustomMusic(Plugin plugin, + SpoutPlayer target, + java.lang.String Url, + boolean notify) +
      Plays a custom music file from the internet.
      +
      voidplayCustomMusic(Plugin plugin, + SpoutPlayer target, + java.lang.String Url, + boolean notify, + Location location) +
      Plays a custom music file from the internet.
      +
      voidplayCustomMusic(Plugin plugin, + SpoutPlayer target, + java.lang.String Url, + boolean notify, + Location location, + int distance) +
      Plays a custom music file from the internet.
      +
      voidplayCustomMusic(Plugin plugin, + SpoutPlayer target, + java.lang.String Url, + boolean notify, + Location location, + int distance, + int volumePercent) +
      Plays a custom music file from the internet.
      +
      voidplayCustomSoundEffect(Plugin plugin, + SpoutPlayer target, + java.lang.String Url, + boolean notify) +
      Plays a custom sound effect from the internet.
      +
      voidplayCustomSoundEffect(Plugin plugin, + SpoutPlayer target, + java.lang.String Url, + boolean notify, + Location location) +
      Plays a custom sound effect from the internet.
      +
      voidplayCustomSoundEffect(Plugin plugin, + SpoutPlayer target, + java.lang.String Url, + boolean notify, + Location location, + int distance) +
      Plays a custom sound effect from the internet.
      +
      voidplayCustomSoundEffect(Plugin plugin, + SpoutPlayer target, + java.lang.String Url, + boolean notify, + Location location, + int distance, + int volumePercent) +
      Plays a custom sound effect from the internet.
      +
      voidplayGlobalCustomMusic(Plugin plugin, + java.lang.String Url, + boolean notify) +
      Plays a custom music file from the internet.
      +
      voidplayGlobalCustomMusic(Plugin plugin, + java.lang.String Url, + boolean notify, + Location location) +
      Plays a custom music file from the internet.
      +
      voidplayGlobalCustomMusic(Plugin plugin, + java.lang.String Url, + boolean notify, + Location location, + int distance) +
      Plays a custom music file from the internet.
      +
      voidplayGlobalCustomMusic(Plugin plugin, + java.lang.String Url, + boolean notify, + Location location, + int distance, + int volumePercent) +
      Plays a custom music file from the internet.
      +
      voidplayGlobalCustomSoundEffect(Plugin plugin, + java.lang.String Url, + boolean notify) +
      Plays a custom sound effect from the internet.
      +
      voidplayGlobalCustomSoundEffect(Plugin plugin, + java.lang.String Url, + boolean notify, + Location location) +
      Plays a custom sound effect from the internet.
      +
      voidplayGlobalCustomSoundEffect(Plugin plugin, + java.lang.String Url, + boolean notify, + Location location, + int distance) +
      Plays a custom sound effect from the internet.
      +
      voidplayGlobalCustomSoundEffect(Plugin plugin, + java.lang.String Url, + boolean notify, + Location location, + int distance, + int volumePercent) +
      Plays a custom sound effect from the internet.
      +
      voidplayGlobalMusic(Music music) +
      Plays the music for all players
      +
      voidplayGlobalMusic(Music music, + int volumePercent) +
      Plays the music at the given volume percent for all players
      +
      voidplayGlobalSoundEffect(SoundEffect effect) +
      Plays a sound effect for all players
      +
      voidplayGlobalSoundEffect(SoundEffect effect, + Location location) +
      Plays a sound effect for all players, at the given location
      +
      voidplayGlobalSoundEffect(SoundEffect effect, + Location location, + int distance) +
      Plays a sound effect for all players, at the given location
      +
      voidplayGlobalSoundEffect(SoundEffect effect, + Location location, + int distance, + int volumePercent) +
      Plays a sound effect for all players, at the given location, with the given intensity and given volume + The intensity is how far away (in full blocks) players can be and hear the sound effect at full volume.
      +
      voidplayMusic(SpoutPlayer target, + Music music) +
      Plays the music for the target player
      +
      voidplayMusic(SpoutPlayer target, + Music music, + int volumePercent) +
      Plays the music for the target player at the given volume
      +
      voidplaySoundEffect(SpoutPlayer target, + SoundEffect effect) +
      Plays a sound effect for the target player
      +
      voidplaySoundEffect(SpoutPlayer target, + SoundEffect effect, + Location location) +
      Plays a sound effect for the target player, at the given location
      +
      voidplaySoundEffect(SpoutPlayer target, + SoundEffect effect, + Location location, + int distance) +
      Plays a sound effect for the target player, at the given location
      +
      voidplaySoundEffect(SpoutPlayer target, + SoundEffect effect, + Location location, + int distance, + int volumePercent) +
      Plays a sound effect for the target player, at the given location, with the given intensity and given volume + The intensity is how far away (in full blocks) players can be and hear the sound effect at full volume.
      +
      voidstopMusic(SpoutPlayer target) +
      Stops the background music if it is playing for the given player
      +
      voidstopMusic(SpoutPlayer target, + boolean resetTimer) +
      Stops the background music if it is playing for the given player
      +
      voidstopMusic(SpoutPlayer target, + boolean resetTimer, + int fadeOutTime) +
      Stops the background music if it is playing for the given player
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        playGlobalSoundEffect

        +
        @ClientOnly
        +void playGlobalSoundEffect(SoundEffect effect)
        +
        Plays a sound effect for all players
        +
        +
        Parameters:
        +
        effect - to play
        +
        +
      • +
      + + + +
        +
      • +

        playGlobalSoundEffect

        +
        @ClientOnly
        +void playGlobalSoundEffect(SoundEffect effect,
        +                                        Location location)
        +
        Plays a sound effect for all players, at the given location
        +
        +
        Parameters:
        +
        effect - to play
        +
        location - to play at
        +
        +
      • +
      + + + +
        +
      • +

        playGlobalSoundEffect

        +
        @ClientOnly
        +void playGlobalSoundEffect(SoundEffect effect,
        +                                        Location location,
        +                                        int distance)
        +
        Plays a sound effect for all players, at the given location
        +
        +
        Parameters:
        +
        effect - to play
        +
        location - to play at
        +
        distance - away it can be heard from (in full blocks) or -1 for any distance
        +
        +
      • +
      + + + +
        +
      • +

        playGlobalSoundEffect

        +
        @ClientOnly
        +void playGlobalSoundEffect(SoundEffect effect,
        +                                        Location location,
        +                                        int distance,
        +                                        int volumePercent)
        +
        Plays a sound effect for all players, at the given location, with the given intensity and given volume + The intensity is how far away (in full blocks) players can be and hear the sound effect at full volume.
        +
        +
        Parameters:
        +
        effect - to play
        +
        location - to play at
        +
        volumePercent - to play at (100 = normal, 200 = double volume, 50 = half volume)
        +
        distance - away it can be heard from (in full blocks) or -1 for any distance
        +
        +
      • +
      + + + +
        +
      • +

        playSoundEffect

        +
        @ClientOnly
        +void playSoundEffect(SpoutPlayer target,
        +                                  SoundEffect effect)
        +
        Plays a sound effect for the target player
        +
        +
        Parameters:
        +
        target - to play the sound effect for
        +
        effect - to play
        +
        +
      • +
      + + + +
        +
      • +

        playSoundEffect

        +
        @ClientOnly
        +void playSoundEffect(SpoutPlayer target,
        +                                  SoundEffect effect,
        +                                  Location location)
        +
        Plays a sound effect for the target player, at the given location
        +
        +
        Parameters:
        +
        target - to play the sound effect for
        +
        effect - to play
        +
        location - to play at
        +
        +
      • +
      + + + +
        +
      • +

        playSoundEffect

        +
        @ClientOnly
        +void playSoundEffect(SpoutPlayer target,
        +                                  SoundEffect effect,
        +                                  Location location,
        +                                  int distance)
        +
        Plays a sound effect for the target player, at the given location
        +
        +
        Parameters:
        +
        target - to play the sound effect for
        +
        effect - to play
        +
        location - to play at
        +
        distance - away it can be heard from (in full blocks) or -1 for any distance
        +
        +
      • +
      + + + +
        +
      • +

        playSoundEffect

        +
        @ClientOnly
        +void playSoundEffect(SpoutPlayer target,
        +                                  SoundEffect effect,
        +                                  Location location,
        +                                  int distance,
        +                                  int volumePercent)
        +
        Plays a sound effect for the target player, at the given location, with the given intensity and given volume + The intensity is how far away (in full blocks) players can be and hear the sound effect at full volume.
        +
        +
        Parameters:
        +
        target - to play the sound effect for
        +
        effect - to play
        +
        location - to play at
        +
        distance - away it can be heard from (in full blocks) or -1 for any distance
        +
        volumePercent - to play at (100 = normal, 200 = double volume, 50 = half volume)
        +
        +
      • +
      + + + +
        +
      • +

        playGlobalMusic

        +
        @ClientOnly
        +void playGlobalMusic(Music music)
        +
        Plays the music for all players
        +
        +
        Parameters:
        +
        music - to play
        +
        +
      • +
      + + + +
        +
      • +

        playGlobalMusic

        +
        @ClientOnly
        +void playGlobalMusic(Music music,
        +                                  int volumePercent)
        +
        Plays the music at the given volume percent for all players
        +
        +
        Parameters:
        +
        music - to play
        +
        volumePercent - to play at (100 = normal, 200 = double volume, 50 = half volume)
        +
        +
      • +
      + + + +
        +
      • +

        playMusic

        +
        @ClientOnly
        +void playMusic(SpoutPlayer target,
        +                            Music music)
        +
        Plays the music for the target player
        +
        +
        Parameters:
        +
        target - to play for
        +
        music - to play
        +
        +
      • +
      + + + +
        +
      • +

        playMusic

        +
        @ClientOnly
        +void playMusic(SpoutPlayer target,
        +                            Music music,
        +                            int volumePercent)
        +
        Plays the music for the target player at the given volume
        +
        +
        Parameters:
        +
        target - to play for
        +
        music - to play
        +
        volumePercent - to play at (100 = normal, 200 = double volume, 50 = half volume)
        +
        +
      • +
      + + + +
        +
      • +

        stopMusic

        +
        @ClientOnly
        +void stopMusic(SpoutPlayer target)
        +
        Stops the background music if it is playing for the given player
        +
        +
        Parameters:
        +
        target - to stop the music for
        +
        +
      • +
      + + + +
        +
      • +

        stopMusic

        +
        @ClientOnly
        +void stopMusic(SpoutPlayer target,
        +                            boolean resetTimer)
        +
        Stops the background music if it is playing for the given player
        +
        +
        Parameters:
        +
        target - to stop the music for
        +
        resetTimer - whether to reset the timer (between 12000-24000 ticks) before new music plays
        +
        +
      • +
      + + + +
        +
      • +

        stopMusic

        +
        @ClientOnly
        +void stopMusic(SpoutPlayer target,
        +                            boolean resetTimer,
        +                            int fadeOutTime)
        +
        Stops the background music if it is playing for the given player
        +
        +
        Parameters:
        +
        target - to stop the music for
        +
        resetTimer - whether to reset the timer (between 12000-24000 ticks) before new music plays
        +
        fadeOutTime - time in ms for the current audio to fade out for
        +
        +
      • +
      + + + +
        +
      • +

        playGlobalCustomMusic

        +
        @ClientOnly
        +void playGlobalCustomMusic(Plugin plugin,
        +                                        java.lang.String Url,
        +                                        boolean notify)
        +
        Plays a custom music file from the internet. The music must be in mp3, ogg, wav, or midi format. + After the file has been downloaded once, it will be cached for future use.
        +
        +
        Parameters:
        +
        plugin - that is playing this file. Used for caching purposes. If null, will use a temporary cache that is deleted upon next login.
        +
        Url - of the file to download
        +
        notify - whether the player should be notified of the download
        +
        +
      • +
      + + + +
        +
      • +

        playGlobalCustomMusic

        +
        @ClientOnly
        +void playGlobalCustomMusic(Plugin plugin,
        +                                        java.lang.String Url,
        +                                        boolean notify,
        +                                        Location location)
        +
        Plays a custom music file from the internet. The music must be in mp3, ogg, wav, or midi format. + After the file has been downloaded once, it will be cached for future use.\
        +
        +
        Parameters:
        +
        plugin - that is playing this file. Used for caching purposes. If null, will use a temporary cache that is deleted upon next login.
        +
        Url - of the file to download
        +
        notify - whether the player should be notified of the download
        +
        location - to play at
        +
        +
      • +
      + + + +
        +
      • +

        playGlobalCustomMusic

        +
        @ClientOnly
        +void playGlobalCustomMusic(Plugin plugin,
        +                                        java.lang.String Url,
        +                                        boolean notify,
        +                                        Location location,
        +                                        int distance)
        +
        Plays a custom music file from the internet. The music must be in mp3, ogg, wav, or midi format. + After the file has been downloaded once, it will be cached for future use.
        +
        +
        Parameters:
        +
        plugin - that is playing this file. Used for caching purposes. If null, will use a temporary cache that is deleted upon next login.
        +
        Url - of the file to download
        +
        notify - whether the player should be notified of the download
        +
        location - to play at
        +
        distance - away it can be heard from (in full blocks) or -1 for any distance
        +
        +
      • +
      + + + +
        +
      • +

        playGlobalCustomMusic

        +
        @ClientOnly
        +void playGlobalCustomMusic(Plugin plugin,
        +                                        java.lang.String Url,
        +                                        boolean notify,
        +                                        Location location,
        +                                        int distance,
        +                                        int volumePercent)
        +
        Plays a custom music file from the internet. The music must be in mp3, ogg, wav, or midi format. + After the file has been downloaded once, it will be cached for future use.
        +
        +
        Parameters:
        +
        plugin - that is playing this file. Used for caching purposes. If null, will use a temporary cache that is deleted upon next login.
        +
        Url - of the file to download
        +
        notify - whether the player should be notified of the download
        +
        location - to play at
        +
        distance - away it can be heard from (in full blocks) or -1 for any distance
        +
        volumePercent - to play at
        +
        +
      • +
      + + + +
        +
      • +

        playCustomMusic

        +
        @ClientOnly
        +void playCustomMusic(Plugin plugin,
        +                                  SpoutPlayer target,
        +                                  java.lang.String Url,
        +                                  boolean notify)
        +
        Plays a custom music file from the internet. The music must be in mp3, ogg, wav, or midi format. + After the file has been downloaded once, it will be cached for future use.
        +
        +
        Parameters:
        +
        plugin - that is playing this file. Used for caching purposes. If null, will use a temporary cache that is deleted upon next login.
        +
        target - to play for
        +
        Url - of the file to download
        +
        notify - whether the player should be notified of the download
        +
        +
      • +
      + + + +
        +
      • +

        playCustomMusic

        +
        @ClientOnly
        +void playCustomMusic(Plugin plugin,
        +                                  SpoutPlayer target,
        +                                  java.lang.String Url,
        +                                  boolean notify,
        +                                  Location location)
        +
        Plays a custom music file from the internet. The music must be in mp3, ogg, wav, or midi format. + After the file has been downloaded once, it will be cached for future use.
        +
        +
        Parameters:
        +
        plugin - that is playing this file. Used for caching purposes. If null, will use a temporary cache that is deleted upon next login.
        +
        target - to play for
        +
        Url - of the file to download
        +
        notify - whether the player should be notified of the download
        +
        location - to play at
        +
        +
      • +
      + + + +
        +
      • +

        playCustomMusic

        +
        @ClientOnly
        +void playCustomMusic(Plugin plugin,
        +                                  SpoutPlayer target,
        +                                  java.lang.String Url,
        +                                  boolean notify,
        +                                  Location location,
        +                                  int distance)
        +
        Plays a custom music file from the internet. The music must be in mp3, ogg, wav, or midi format. + After the file has been downloaded once, it will be cached for future use.
        +
        +
        Parameters:
        +
        plugin - that is playing this file. Used for caching purposes. If null, will use a temporary cache that is deleted upon next login.
        +
        target - to play for
        +
        Url - of the file to download
        +
        location - to play at
        +
        distance - away it can be heard from (in full blocks) or -1 for any distance
        +
        +
      • +
      + + + +
        +
      • +

        playCustomMusic

        +
        @ClientOnly
        +void playCustomMusic(Plugin plugin,
        +                                  SpoutPlayer target,
        +                                  java.lang.String Url,
        +                                  boolean notify,
        +                                  Location location,
        +                                  int distance,
        +                                  int volumePercent)
        +
        Plays a custom music file from the internet. The music must be in mp3, ogg, wav, or midi format. + After the file has been downloaded once, it will be cached for future use.
        +
        +
        Parameters:
        +
        plugin - that is playing this file. Used for caching purposes. If null, will use a temporary cache that is deleted upon next login.
        +
        target - to play for
        +
        Url - of the file to download
        +
        notify - whether the player should be notified of the download
        +
        location - to play at
        +
        distance - away it can be heard from (in full blocks) or -1 for any distance
        +
        volumePercent - to play at
        +
        +
      • +
      + + + +
        +
      • +

        playGlobalCustomSoundEffect

        +
        @ClientOnly
        +void playGlobalCustomSoundEffect(Plugin plugin,
        +                                              java.lang.String Url,
        +                                              boolean notify)
        +
        Plays a custom sound effect from the internet. The music must be in mp3, ogg, wav, or midi format. + After the file has been downloaded once, it will be cached for future use. + Sound effects do not interrupt any ongoing music or other sound effects
        +
        +
        Parameters:
        +
        plugin - that is playing this file. Used for caching purposes. If null, will use a temporary cache that is deleted upon next login.
        +
        Url - of the file to download
        +
        +
      • +
      + + + +
        +
      • +

        playGlobalCustomSoundEffect

        +
        @ClientOnly
        +void playGlobalCustomSoundEffect(Plugin plugin,
        +                                              java.lang.String Url,
        +                                              boolean notify,
        +                                              Location location)
        +
        Plays a custom sound effect from the internet. The music must be in mp3, ogg, wav, or midi format. + After the file has been downloaded once, it will be cached for future use. + Sound effects do not interrupt any ongoing music or other sound effects
        +
        +
        Parameters:
        +
        plugin - that is playing this file. Used for caching purposes. If null, will use a temporary cache that is deleted upon next login.
        +
        Url - of the file to download
        +
        notify - whether the player should be notified of the download
        +
        location - to play at
        +
        +
      • +
      + + + +
        +
      • +

        playGlobalCustomSoundEffect

        +
        @ClientOnly
        +void playGlobalCustomSoundEffect(Plugin plugin,
        +                                              java.lang.String Url,
        +                                              boolean notify,
        +                                              Location location,
        +                                              int distance)
        +
        Plays a custom sound effect from the internet. The music must be in mp3, ogg, wav, or midi format. + After the file has been downloaded once, it will be cached for future use. + Sound effects do not interrupt any ongoing music or other sound effects
        +
        +
        Parameters:
        +
        plugin - that is playing this file. Used for caching purposes. If null, will use a temporary cache that is deleted upon next login.
        +
        Url - of the file to download
        +
        notify - whether the player should be notified of the download
        +
        location - to play at
        +
        distance - away it can be heard from (in full blocks) or -1 for any distance
        +
        +
      • +
      + + + +
        +
      • +

        playGlobalCustomSoundEffect

        +
        @ClientOnly
        +void playGlobalCustomSoundEffect(Plugin plugin,
        +                                              java.lang.String Url,
        +                                              boolean notify,
        +                                              Location location,
        +                                              int distance,
        +                                              int volumePercent)
        +
        Plays a custom sound effect from the internet. The music must be in mp3, ogg, wav, or midi format. + After the file has been downloaded once, it will be cached for future use. + Sound effects do not interrupt any ongoing music or other sound effects
        +
        +
        Parameters:
        +
        plugin - that is playing this file. Used for caching purposes. If null, will use a temporary cache that is deleted upon next login.
        +
        Url - of the file to download
        +
        notify - whether the player should be notified of the download
        +
        location - to play at
        +
        distance - away it can be heard from (in full blocks) or -1 for any distance
        +
        volumePercent - to play at
        +
        +
      • +
      + + + +
        +
      • +

        playCustomSoundEffect

        +
        @ClientOnly
        +void playCustomSoundEffect(Plugin plugin,
        +                                        SpoutPlayer target,
        +                                        java.lang.String Url,
        +                                        boolean notify)
        +
        Plays a custom sound effect from the internet. The music must be in mp3, ogg, wav, or midi format. + After the file has been downloaded once, it will be cached for future use. + Sound effects do not interrupt any ongoing music or other sound effects
        +
        +
        Parameters:
        +
        plugin - that is playing this file. Used for caching purposes. If null, will use a temporary cache that is deleted upon next login.
        +
        target - to play for
        +
        Url - of the file to download
        +
        notify - whether the player should be notified of the download
        +
        +
      • +
      + + + +
        +
      • +

        playCustomSoundEffect

        +
        @ClientOnly
        +void playCustomSoundEffect(Plugin plugin,
        +                                        SpoutPlayer target,
        +                                        java.lang.String Url,
        +                                        boolean notify,
        +                                        Location location)
        +
        Plays a custom sound effect from the internet. The music must be in mp3, ogg, wav, or midi format. + After the file has been downloaded once, it will be cached for future use. + Sound effects do not interrupt any ongoing music or other sound effects
        +
        +
        Parameters:
        +
        plugin - that is playing this file. Used for caching purposes. If null, will use a temporary cache that is deleted upon next login.
        +
        target - to play for
        +
        Url - of the file to download
        +
        location - to play at
        +
        +
      • +
      + + + +
        +
      • +

        playCustomSoundEffect

        +
        @ClientOnly
        +void playCustomSoundEffect(Plugin plugin,
        +                                        SpoutPlayer target,
        +                                        java.lang.String Url,
        +                                        boolean notify,
        +                                        Location location,
        +                                        int distance)
        +
        Plays a custom sound effect from the internet. The music must be in mp3, ogg, wav, or midi format. + After the file has been downloaded once, it will be cached for future use. + Sound effects do not interrupt any ongoing music or other sound effects
        +
        +
        Parameters:
        +
        plugin - that is playing this file. Used for caching purposes. If null, will use a temporary cache that is deleted upon next login.
        +
        target - to play for
        +
        Url - of the file to download
        +
        notify - whether the player should be notified of the download
        +
        location - to play at
        +
        distance - away it can be heard from (in full blocks) or -1 for any distance
        +
        +
      • +
      + + + +
        +
      • +

        playCustomSoundEffect

        +
        @ClientOnly
        +void playCustomSoundEffect(Plugin plugin,
        +                                        SpoutPlayer target,
        +                                        java.lang.String Url,
        +                                        boolean notify,
        +                                        Location location,
        +                                        int distance,
        +                                        int volumePercent)
        +
        Plays a custom sound effect from the internet. The music must be in mp3, ogg, wav, or midi format. + After the file has been downloaded once, it will be cached for future use. + Sound effects do not interrupt any ongoing music or other sound effects
        +
        +
        Parameters:
        +
        plugin - that is playing this file. Used for caching purposes. If null, will use a temporary cache that is deleted upon next login.
        +
        target - to play for
        +
        Url - of the file to download
        +
        notify - whether the player should be notified of the download
        +
        location - to play at
        +
        distance - away it can be heard from (in full blocks) or -1 for any distance
        +
        volumePercent - to play at
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/sound/class-use/Music.html b/generated/1.5.2/org/getspout/spoutapi/sound/class-use/Music.html new file mode 100644 index 0000000..2043536 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/sound/class-use/Music.html @@ -0,0 +1,291 @@ + + + + + +Uses of Class org.getspout.spoutapi.sound.Music (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.sound.Music

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/sound/class-use/SoundEffect.html b/generated/1.5.2/org/getspout/spoutapi/sound/class-use/SoundEffect.html new file mode 100644 index 0000000..34fa097 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/sound/class-use/SoundEffect.html @@ -0,0 +1,381 @@ + + + + + +Uses of Class org.getspout.spoutapi.sound.SoundEffect (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.sound.SoundEffect

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/sound/class-use/SoundManager.html b/generated/1.5.2/org/getspout/spoutapi/sound/class-use/SoundManager.html new file mode 100644 index 0000000..612ac1b --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/sound/class-use/SoundManager.html @@ -0,0 +1,186 @@ + + + + + +Uses of Interface org.getspout.spoutapi.sound.SoundManager (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Interface
org.getspout.spoutapi.sound.SoundManager

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/sound/package-frame.html b/generated/1.5.2/org/getspout/spoutapi/sound/package-frame.html new file mode 100644 index 0000000..4fce447 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/sound/package-frame.html @@ -0,0 +1,26 @@ + + + + + +org.getspout.spoutapi.sound (Spoutcraft 1.5.2 JavaDoc) + + + + + + +

org.getspout.spoutapi.sound

+
+

Interfaces

+ +

Enums

+ +
+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/sound/package-summary.html b/generated/1.5.2/org/getspout/spoutapi/sound/package-summary.html new file mode 100644 index 0000000..8f064b5 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/sound/package-summary.html @@ -0,0 +1,178 @@ + + + + + +org.getspout.spoutapi.sound (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Package org.getspout.spoutapi.sound

+
+
+ This package provides the implementations of Minecraft music and sound effects, and the sound manager interface +
+
+

See: Description

+
+
+
    +
  • + + + + + + + + + + + + +
    Interface Summary 
    InterfaceDescription
    SoundManager 
    +
  • +
  • + + + + + + + + + + + + + + + + +
    Enum Summary 
    EnumDescription
    Music 
    SoundEffect 
    +
  • +
+ + + +

Package org.getspout.spoutapi.sound Description

+

+ This package provides the implementations of Minecraft music and sound effects, and the sound manager interface +

+
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/sound/package-tree.html b/generated/1.5.2/org/getspout/spoutapi/sound/package-tree.html new file mode 100644 index 0000000..69b1c82 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/sound/package-tree.html @@ -0,0 +1,149 @@ + + + + + +org.getspout.spoutapi.sound Class Hierarchy (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Hierarchy For Package org.getspout.spoutapi.sound

+Package Hierarchies: + +
+
+

Interface Hierarchy

+ +

Enum Hierarchy

+
    +
  • java.lang.Object +
      +
    • java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable) + +
    • +
    +
  • +
+
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/sound/package-use.html b/generated/1.5.2/org/getspout/spoutapi/sound/package-use.html new file mode 100644 index 0000000..4852b12 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/sound/package-use.html @@ -0,0 +1,285 @@ + + + + + +Uses of Package org.getspout.spoutapi.sound (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Package
org.getspout.spoutapi.sound

+
+
+ +
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/util/map/TByteShortByteKeyedDoubleHashMap.html b/generated/1.5.2/org/getspout/spoutapi/util/map/TByteShortByteKeyedDoubleHashMap.html new file mode 100644 index 0000000..534877d --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/util/map/TByteShortByteKeyedDoubleHashMap.html @@ -0,0 +1,505 @@ + + + + + +TByteShortByteKeyedDoubleHashMap (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.util.map
+

Class TByteShortByteKeyedDoubleHashMap

+
+
+ +
+
    +
  • +
    +
    +
    public class TByteShortByteKeyedDoubleHashMap
    +extends TByteShortByteKeyedMap
    +
    A simplistic map that supports (byte, short, byte) keys, using a trove int double hashmap in the backend.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        TByteShortByteKeyedDoubleHashMap

        +
        public TByteShortByteKeyedDoubleHashMap()
        +
      • +
      + + + +
        +
      • +

        TByteShortByteKeyedDoubleHashMap

        +
        public TByteShortByteKeyedDoubleHashMap(int capacity)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        put

        +
        public double put(int key1,
        +                  int key2,
        +                  int key3,
        +                  double value)
        +
      • +
      + + + +
        +
      • +

        get

        +
        public double get(int key1,
        +                  int key2,
        +                  int key3)
        +
      • +
      + + + +
        +
      • +

        containsKey

        +
        public boolean containsKey(int key1,
        +                           int key2,
        +                           int key3)
        +
      • +
      + + + +
        +
      • +

        clear

        +
        public void clear()
        +
      • +
      + + + +
        +
      • +

        containsValue

        +
        public boolean containsValue(double val)
        +
      • +
      + + + +
        +
      • +

        increment

        +
        public boolean increment(int key1,
        +                         int key2,
        +                         int key3)
        +
      • +
      + + + +
        +
      • +

        isEmpty

        +
        public boolean isEmpty()
        +
      • +
      + + + +
        +
      • +

        iterator

        +
        public TIntDoubleIterator iterator()
        +
      • +
      + + + +
        +
      • +

        keySet

        +
        public TIntSet keySet()
        +
      • +
      + + + +
        +
      • +

        keys

        +
        public int[] keys()
        +
      • +
      + + + +
        +
      • +

        remove

        +
        public double remove(int key1,
        +                     int key2,
        +                     int key3)
        +
      • +
      + + + +
        +
      • +

        size

        +
        public int size()
        +
      • +
      + + + +
        +
      • +

        valueCollection

        +
        public TDoubleCollection valueCollection()
        +
      • +
      + + + +
        +
      • +

        values

        +
        public double[] values()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/util/map/TByteShortByteKeyedFloatHashMap.html b/generated/1.5.2/org/getspout/spoutapi/util/map/TByteShortByteKeyedFloatHashMap.html new file mode 100644 index 0000000..3fc03a8 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/util/map/TByteShortByteKeyedFloatHashMap.html @@ -0,0 +1,505 @@ + + + + + +TByteShortByteKeyedFloatHashMap (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.util.map
+

Class TByteShortByteKeyedFloatHashMap

+
+
+ +
+
    +
  • +
    +
    +
    public class TByteShortByteKeyedFloatHashMap
    +extends TByteShortByteKeyedMap
    +
    A simplistic map that supports (byte, short, byte) keys, using a trove int float hashmap in the backend.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        TByteShortByteKeyedFloatHashMap

        +
        public TByteShortByteKeyedFloatHashMap()
        +
      • +
      + + + +
        +
      • +

        TByteShortByteKeyedFloatHashMap

        +
        public TByteShortByteKeyedFloatHashMap(int capacity)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        put

        +
        public float put(int key1,
        +                 int key2,
        +                 int key3,
        +                 float value)
        +
      • +
      + + + +
        +
      • +

        get

        +
        public float get(int key1,
        +                 int key2,
        +                 int key3)
        +
      • +
      + + + +
        +
      • +

        containsKey

        +
        public boolean containsKey(int key1,
        +                           int key2,
        +                           int key3)
        +
      • +
      + + + +
        +
      • +

        clear

        +
        public void clear()
        +
      • +
      + + + +
        +
      • +

        containsValue

        +
        public boolean containsValue(float val)
        +
      • +
      + + + +
        +
      • +

        increment

        +
        public boolean increment(int key1,
        +                         int key2,
        +                         int key3)
        +
      • +
      + + + +
        +
      • +

        isEmpty

        +
        public boolean isEmpty()
        +
      • +
      + + + +
        +
      • +

        iterator

        +
        public TIntFloatIterator iterator()
        +
      • +
      + + + +
        +
      • +

        keySet

        +
        public TIntSet keySet()
        +
      • +
      + + + +
        +
      • +

        keys

        +
        public int[] keys()
        +
      • +
      + + + +
        +
      • +

        remove

        +
        public float remove(int key1,
        +                    int key2,
        +                    int key3)
        +
      • +
      + + + +
        +
      • +

        size

        +
        public int size()
        +
      • +
      + + + +
        +
      • +

        valueCollection

        +
        public TFloatCollection valueCollection()
        +
      • +
      + + + +
        +
      • +

        values

        +
        public float[] values()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/util/map/TByteShortByteKeyedIntHashMap.html b/generated/1.5.2/org/getspout/spoutapi/util/map/TByteShortByteKeyedIntHashMap.html new file mode 100644 index 0000000..f457d43 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/util/map/TByteShortByteKeyedIntHashMap.html @@ -0,0 +1,505 @@ + + + + + +TByteShortByteKeyedIntHashMap (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.util.map
+

Class TByteShortByteKeyedIntHashMap

+
+
+ +
+
    +
  • +
    +
    +
    public class TByteShortByteKeyedIntHashMap
    +extends TByteShortByteKeyedMap
    +
    A simplistic map that supports (byte, short, byte) keys, using a trove int int hashmap in the backend.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        TByteShortByteKeyedIntHashMap

        +
        public TByteShortByteKeyedIntHashMap()
        +
      • +
      + + + +
        +
      • +

        TByteShortByteKeyedIntHashMap

        +
        public TByteShortByteKeyedIntHashMap(int capacity)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        put

        +
        public int put(int key1,
        +               int key2,
        +               int key3,
        +               int value)
        +
      • +
      + + + +
        +
      • +

        get

        +
        public int get(int key1,
        +               int key2,
        +               int key3)
        +
      • +
      + + + +
        +
      • +

        containsKey

        +
        public boolean containsKey(int key1,
        +                           int key2,
        +                           int key3)
        +
      • +
      + + + +
        +
      • +

        clear

        +
        public void clear()
        +
      • +
      + + + +
        +
      • +

        containsValue

        +
        public boolean containsValue(int val)
        +
      • +
      + + + +
        +
      • +

        increment

        +
        public boolean increment(int key1,
        +                         int key2,
        +                         int key3)
        +
      • +
      + + + +
        +
      • +

        isEmpty

        +
        public boolean isEmpty()
        +
      • +
      + + + +
        +
      • +

        iterator

        +
        public TIntIntIterator iterator()
        +
      • +
      + + + +
        +
      • +

        keySet

        +
        public TIntSet keySet()
        +
      • +
      + + + +
        +
      • +

        keys

        +
        public int[] keys()
        +
      • +
      + + + +
        +
      • +

        remove

        +
        public int remove(int key1,
        +                  int key2,
        +                  int key3)
        +
      • +
      + + + +
        +
      • +

        size

        +
        public int size()
        +
      • +
      + + + +
        +
      • +

        valueCollection

        +
        public TIntCollection valueCollection()
        +
      • +
      + + + +
        +
      • +

        values

        +
        public int[] values()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/util/map/TByteShortByteKeyedLongHashMap.html b/generated/1.5.2/org/getspout/spoutapi/util/map/TByteShortByteKeyedLongHashMap.html new file mode 100644 index 0000000..1343298 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/util/map/TByteShortByteKeyedLongHashMap.html @@ -0,0 +1,505 @@ + + + + + +TByteShortByteKeyedLongHashMap (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.util.map
+

Class TByteShortByteKeyedLongHashMap

+
+
+ +
+
    +
  • +
    +
    +
    public class TByteShortByteKeyedLongHashMap
    +extends TByteShortByteKeyedMap
    +
    A simplistic map that supports (byte, short, byte) keys, using a trove int long hashmap in the backend.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        TByteShortByteKeyedLongHashMap

        +
        public TByteShortByteKeyedLongHashMap()
        +
      • +
      + + + +
        +
      • +

        TByteShortByteKeyedLongHashMap

        +
        public TByteShortByteKeyedLongHashMap(int capacity)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        put

        +
        public long put(int key1,
        +                int key2,
        +                int key3,
        +                long value)
        +
      • +
      + + + +
        +
      • +

        get

        +
        public long get(int key1,
        +                int key2,
        +                int key3)
        +
      • +
      + + + +
        +
      • +

        containsKey

        +
        public boolean containsKey(int key1,
        +                           int key2,
        +                           int key3)
        +
      • +
      + + + +
        +
      • +

        clear

        +
        public void clear()
        +
      • +
      + + + +
        +
      • +

        containsValue

        +
        public boolean containsValue(long val)
        +
      • +
      + + + +
        +
      • +

        increment

        +
        public boolean increment(int key1,
        +                         int key2,
        +                         int key3)
        +
      • +
      + + + +
        +
      • +

        isEmpty

        +
        public boolean isEmpty()
        +
      • +
      + + + +
        +
      • +

        iterator

        +
        public TIntLongIterator iterator()
        +
      • +
      + + + +
        +
      • +

        keySet

        +
        public TIntSet keySet()
        +
      • +
      + + + +
        +
      • +

        keys

        +
        public int[] keys()
        +
      • +
      + + + +
        +
      • +

        remove

        +
        public long remove(int key1,
        +                   int key2,
        +                   int key3)
        +
      • +
      + + + +
        +
      • +

        size

        +
        public int size()
        +
      • +
      + + + +
        +
      • +

        valueCollection

        +
        public TLongCollection valueCollection()
        +
      • +
      + + + +
        +
      • +

        values

        +
        public long[] values()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/util/map/TByteShortByteKeyedMap.html b/generated/1.5.2/org/getspout/spoutapi/util/map/TByteShortByteKeyedMap.html new file mode 100644 index 0000000..73b17a2 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/util/map/TByteShortByteKeyedMap.html @@ -0,0 +1,327 @@ + + + + + +TByteShortByteKeyedMap (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.util.map
+

Class TByteShortByteKeyedMap

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.getspout.spoutapi.util.map.TByteShortByteKeyedMap
    • +
    +
  • +
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Static Methods Concrete Methods 
      Modifier and TypeMethod and Description
      static bytegetXFromKey(int key) 
      static shortgetYFromKey(int key) 
      static bytegetZFromKey(int key) 
      static intkey(int x, + int y, + int z) 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        TByteShortByteKeyedMap

        +
        public TByteShortByteKeyedMap()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        key

        +
        public static final int key(int x,
        +                            int y,
        +                            int z)
        +
      • +
      + + + +
        +
      • +

        getXFromKey

        +
        public static byte getXFromKey(int key)
        +
      • +
      + + + +
        +
      • +

        getYFromKey

        +
        public static short getYFromKey(int key)
        +
      • +
      + + + +
        +
      • +

        getZFromKey

        +
        public static byte getZFromKey(int key)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/util/map/TByteShortByteKeyedObjectHashMap.html b/generated/1.5.2/org/getspout/spoutapi/util/map/TByteShortByteKeyedObjectHashMap.html new file mode 100644 index 0000000..619d0f8 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/util/map/TByteShortByteKeyedObjectHashMap.html @@ -0,0 +1,477 @@ + + + + + +TByteShortByteKeyedObjectHashMap (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.util.map
+

Class TByteShortByteKeyedObjectHashMap<K>

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.getspout.spoutapi.util.map.TByteShortByteKeyedObjectHashMap<K>
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public class TByteShortByteKeyedObjectHashMap<K>
    +extends java.lang.Object
    +
    A simplistic map that supports a 3 bytes for keys, using a trove int int hashmap in the backend.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        TByteShortByteKeyedObjectHashMap

        +
        public TByteShortByteKeyedObjectHashMap()
        +
      • +
      + + + +
        +
      • +

        TByteShortByteKeyedObjectHashMap

        +
        public TByteShortByteKeyedObjectHashMap(int capacity)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + +
        +
      • +

        put

        +
        public K put(int key1,
        +             int key2,
        +             int key3,
        +             K value)
        +
      • +
      + + + +
        +
      • +

        get

        +
        public K get(int key1,
        +             int key2,
        +             int key3)
        +
      • +
      + + + +
        +
      • +

        containsKey

        +
        public boolean containsKey(int key1,
        +                           int key2,
        +                           int key3)
        +
      • +
      + + + +
        +
      • +

        clear

        +
        public void clear()
        +
      • +
      + + + +
        +
      • +

        containsValue

        +
        public boolean containsValue(int val)
        +
      • +
      + + + +
        +
      • +

        isEmpty

        +
        public boolean isEmpty()
        +
      • +
      + + + +
        +
      • +

        iterator

        +
        public <any> iterator()
        +
      • +
      + + + +
        +
      • +

        keySet

        +
        public TIntSet keySet()
        +
      • +
      + + + +
        +
      • +

        keys

        +
        public int[] keys()
        +
      • +
      + + + +
        +
      • +

        remove

        +
        public K remove(int key1,
        +                int key2,
        +                int key3)
        +
      • +
      + + + +
        +
      • +

        size

        +
        public int size()
        +
      • +
      + + + +
        +
      • +

        valueCollection

        +
        public java.util.Collection<K> valueCollection()
        +
      • +
      + + + +
        +
      • +

        values

        +
        public K[] values()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/util/map/TByteTripleDoubleHashMap.html b/generated/1.5.2/org/getspout/spoutapi/util/map/TByteTripleDoubleHashMap.html new file mode 100644 index 0000000..b5b1d33 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/util/map/TByteTripleDoubleHashMap.html @@ -0,0 +1,493 @@ + + + + + +TByteTripleDoubleHashMap (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.util.map
+

Class TByteTripleDoubleHashMap

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.getspout.spoutapi.util.map.TByteTripleDoubleHashMap
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public class TByteTripleDoubleHashMap
    +extends java.lang.Object
    +
    A simplistic map that supports a 3 bytes for keys, using a trove int double hashmap in the backend.
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidclear() 
      booleancontainsKey(byte key1, + byte key2, + byte key3) 
      booleancontainsValue(double val) 
      doubleget(byte key1, + byte key2, + byte key3) 
      booleanincrement(byte key1, + byte key2, + byte key3) 
      booleanisEmpty() 
      TIntDoubleIteratoriterator() 
      int[]keys() 
      TIntSetkeySet() 
      doubleput(byte key1, + byte key2, + byte key3, + double value) 
      doubleremove(byte key1, + byte key2, + byte key3) 
      intsize() 
      TDoubleCollectionvalueCollection() 
      double[]values() 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        TByteTripleDoubleHashMap

        +
        public TByteTripleDoubleHashMap()
        +
      • +
      + + + +
        +
      • +

        TByteTripleDoubleHashMap

        +
        public TByteTripleDoubleHashMap(int capacity)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        put

        +
        public double put(byte key1,
        +                  byte key2,
        +                  byte key3,
        +                  double value)
        +
      • +
      + + + +
        +
      • +

        get

        +
        public double get(byte key1,
        +                  byte key2,
        +                  byte key3)
        +
      • +
      + + + +
        +
      • +

        containsKey

        +
        public boolean containsKey(byte key1,
        +                           byte key2,
        +                           byte key3)
        +
      • +
      + + + +
        +
      • +

        clear

        +
        public void clear()
        +
      • +
      + + + +
        +
      • +

        containsValue

        +
        public boolean containsValue(double val)
        +
      • +
      + + + +
        +
      • +

        increment

        +
        public boolean increment(byte key1,
        +                         byte key2,
        +                         byte key3)
        +
      • +
      + + + +
        +
      • +

        isEmpty

        +
        public boolean isEmpty()
        +
      • +
      + + + +
        +
      • +

        iterator

        +
        public TIntDoubleIterator iterator()
        +
      • +
      + + + +
        +
      • +

        keySet

        +
        public TIntSet keySet()
        +
      • +
      + + + +
        +
      • +

        keys

        +
        public int[] keys()
        +
      • +
      + + + +
        +
      • +

        remove

        +
        public double remove(byte key1,
        +                     byte key2,
        +                     byte key3)
        +
      • +
      + + + +
        +
      • +

        size

        +
        public int size()
        +
      • +
      + + + +
        +
      • +

        valueCollection

        +
        public TDoubleCollection valueCollection()
        +
      • +
      + + + +
        +
      • +

        values

        +
        public double[] values()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/util/map/TByteTripleFloatHashMap.html b/generated/1.5.2/org/getspout/spoutapi/util/map/TByteTripleFloatHashMap.html new file mode 100644 index 0000000..07a5c17 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/util/map/TByteTripleFloatHashMap.html @@ -0,0 +1,493 @@ + + + + + +TByteTripleFloatHashMap (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.util.map
+

Class TByteTripleFloatHashMap

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.getspout.spoutapi.util.map.TByteTripleFloatHashMap
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public class TByteTripleFloatHashMap
    +extends java.lang.Object
    +
    A simplistic map that supports a 3 bytes for keys, using a trove int float hashmap in the backend.
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidclear() 
      booleancontainsKey(byte key1, + byte key2, + byte key3) 
      booleancontainsValue(float val) 
      floatget(byte key1, + byte key2, + byte key3) 
      booleanincrement(byte key1, + byte key2, + byte key3) 
      booleanisEmpty() 
      TIntFloatIteratoriterator() 
      int[]keys() 
      TIntSetkeySet() 
      floatput(byte key1, + byte key2, + byte key3, + float value) 
      floatremove(byte key1, + byte key2, + byte key3) 
      intsize() 
      TFloatCollectionvalueCollection() 
      float[]values() 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        TByteTripleFloatHashMap

        +
        public TByteTripleFloatHashMap()
        +
      • +
      + + + +
        +
      • +

        TByteTripleFloatHashMap

        +
        public TByteTripleFloatHashMap(int capacity)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        put

        +
        public float put(byte key1,
        +                 byte key2,
        +                 byte key3,
        +                 float value)
        +
      • +
      + + + +
        +
      • +

        get

        +
        public float get(byte key1,
        +                 byte key2,
        +                 byte key3)
        +
      • +
      + + + +
        +
      • +

        containsKey

        +
        public boolean containsKey(byte key1,
        +                           byte key2,
        +                           byte key3)
        +
      • +
      + + + +
        +
      • +

        clear

        +
        public void clear()
        +
      • +
      + + + +
        +
      • +

        containsValue

        +
        public boolean containsValue(float val)
        +
      • +
      + + + +
        +
      • +

        increment

        +
        public boolean increment(byte key1,
        +                         byte key2,
        +                         byte key3)
        +
      • +
      + + + +
        +
      • +

        isEmpty

        +
        public boolean isEmpty()
        +
      • +
      + + + +
        +
      • +

        iterator

        +
        public TIntFloatIterator iterator()
        +
      • +
      + + + +
        +
      • +

        keySet

        +
        public TIntSet keySet()
        +
      • +
      + + + +
        +
      • +

        keys

        +
        public int[] keys()
        +
      • +
      + + + +
        +
      • +

        remove

        +
        public float remove(byte key1,
        +                    byte key2,
        +                    byte key3)
        +
      • +
      + + + +
        +
      • +

        size

        +
        public int size()
        +
      • +
      + + + +
        +
      • +

        valueCollection

        +
        public TFloatCollection valueCollection()
        +
      • +
      + + + +
        +
      • +

        values

        +
        public float[] values()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/util/map/TByteTripleIntHashMap.html b/generated/1.5.2/org/getspout/spoutapi/util/map/TByteTripleIntHashMap.html new file mode 100644 index 0000000..b07bcab --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/util/map/TByteTripleIntHashMap.html @@ -0,0 +1,493 @@ + + + + + +TByteTripleIntHashMap (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.util.map
+

Class TByteTripleIntHashMap

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.getspout.spoutapi.util.map.TByteTripleIntHashMap
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public class TByteTripleIntHashMap
    +extends java.lang.Object
    +
    A simplistic map that supports a 3 bytes for keys, using a trove int int hashmap in the backend.
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidclear() 
      booleancontainsKey(byte key1, + byte key2, + byte key3) 
      booleancontainsValue(int val) 
      intget(byte key1, + byte key2, + byte key3) 
      booleanincrement(byte key1, + byte key2, + byte key3) 
      booleanisEmpty() 
      TIntIntIteratoriterator() 
      int[]keys() 
      TIntSetkeySet() 
      intput(byte key1, + byte key2, + byte key3, + int value) 
      intremove(byte key1, + byte key2, + byte key3) 
      intsize() 
      TIntCollectionvalueCollection() 
      int[]values() 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        TByteTripleIntHashMap

        +
        public TByteTripleIntHashMap()
        +
      • +
      + + + +
        +
      • +

        TByteTripleIntHashMap

        +
        public TByteTripleIntHashMap(int capacity)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        put

        +
        public int put(byte key1,
        +               byte key2,
        +               byte key3,
        +               int value)
        +
      • +
      + + + +
        +
      • +

        get

        +
        public int get(byte key1,
        +               byte key2,
        +               byte key3)
        +
      • +
      + + + +
        +
      • +

        containsKey

        +
        public boolean containsKey(byte key1,
        +                           byte key2,
        +                           byte key3)
        +
      • +
      + + + +
        +
      • +

        clear

        +
        public void clear()
        +
      • +
      + + + +
        +
      • +

        containsValue

        +
        public boolean containsValue(int val)
        +
      • +
      + + + +
        +
      • +

        increment

        +
        public boolean increment(byte key1,
        +                         byte key2,
        +                         byte key3)
        +
      • +
      + + + +
        +
      • +

        isEmpty

        +
        public boolean isEmpty()
        +
      • +
      + + + +
        +
      • +

        iterator

        +
        public TIntIntIterator iterator()
        +
      • +
      + + + +
        +
      • +

        keySet

        +
        public TIntSet keySet()
        +
      • +
      + + + +
        +
      • +

        keys

        +
        public int[] keys()
        +
      • +
      + + + +
        +
      • +

        remove

        +
        public int remove(byte key1,
        +                  byte key2,
        +                  byte key3)
        +
      • +
      + + + +
        +
      • +

        size

        +
        public int size()
        +
      • +
      + + + +
        +
      • +

        valueCollection

        +
        public TIntCollection valueCollection()
        +
      • +
      + + + +
        +
      • +

        values

        +
        public int[] values()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/util/map/TByteTripleLongHashMap.html b/generated/1.5.2/org/getspout/spoutapi/util/map/TByteTripleLongHashMap.html new file mode 100644 index 0000000..2e08d63 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/util/map/TByteTripleLongHashMap.html @@ -0,0 +1,493 @@ + + + + + +TByteTripleLongHashMap (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.util.map
+

Class TByteTripleLongHashMap

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.getspout.spoutapi.util.map.TByteTripleLongHashMap
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public class TByteTripleLongHashMap
    +extends java.lang.Object
    +
    A simplistic map that supports a 3 bytes for keys, using a trove int long hashmap in the backend.
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidclear() 
      booleancontainsKey(byte key1, + byte key2, + byte key3) 
      booleancontainsValue(long val) 
      longget(byte key1, + byte key2, + byte key3) 
      booleanincrement(byte key1, + byte key2, + byte key3) 
      booleanisEmpty() 
      TIntLongIteratoriterator() 
      int[]keys() 
      TIntSetkeySet() 
      longput(byte key1, + byte key2, + byte key3, + long value) 
      longremove(byte key1, + byte key2, + byte key3) 
      intsize() 
      TLongCollectionvalueCollection() 
      long[]values() 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        TByteTripleLongHashMap

        +
        public TByteTripleLongHashMap()
        +
      • +
      + + + +
        +
      • +

        TByteTripleLongHashMap

        +
        public TByteTripleLongHashMap(int capacity)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        put

        +
        public long put(byte key1,
        +                byte key2,
        +                byte key3,
        +                long value)
        +
      • +
      + + + +
        +
      • +

        get

        +
        public long get(byte key1,
        +                byte key2,
        +                byte key3)
        +
      • +
      + + + +
        +
      • +

        containsKey

        +
        public boolean containsKey(byte key1,
        +                           byte key2,
        +                           byte key3)
        +
      • +
      + + + +
        +
      • +

        clear

        +
        public void clear()
        +
      • +
      + + + +
        +
      • +

        containsValue

        +
        public boolean containsValue(long val)
        +
      • +
      + + + +
        +
      • +

        increment

        +
        public boolean increment(byte key1,
        +                         byte key2,
        +                         byte key3)
        +
      • +
      + + + +
        +
      • +

        isEmpty

        +
        public boolean isEmpty()
        +
      • +
      + + + +
        +
      • +

        iterator

        +
        public TIntLongIterator iterator()
        +
      • +
      + + + +
        +
      • +

        keySet

        +
        public TIntSet keySet()
        +
      • +
      + + + +
        +
      • +

        keys

        +
        public int[] keys()
        +
      • +
      + + + +
        +
      • +

        remove

        +
        public long remove(byte key1,
        +                   byte key2,
        +                   byte key3)
        +
      • +
      + + + +
        +
      • +

        size

        +
        public int size()
        +
      • +
      + + + +
        +
      • +

        valueCollection

        +
        public TLongCollection valueCollection()
        +
      • +
      + + + +
        +
      • +

        values

        +
        public long[] values()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/util/map/TByteTripleObjectHashMap.html b/generated/1.5.2/org/getspout/spoutapi/util/map/TByteTripleObjectHashMap.html new file mode 100644 index 0000000..4c89a6a --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/util/map/TByteTripleObjectHashMap.html @@ -0,0 +1,479 @@ + + + + + +TByteTripleObjectHashMap (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.util.map
+

Class TByteTripleObjectHashMap<K>

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.getspout.spoutapi.util.map.TByteTripleObjectHashMap<K>
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public class TByteTripleObjectHashMap<K>
    +extends java.lang.Object
    +
    A simplistic map that supports a 3 bytes for keys, using a trove int Object hashmap in the backend.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        TByteTripleObjectHashMap

        +
        public TByteTripleObjectHashMap()
        +
      • +
      + + + +
        +
      • +

        TByteTripleObjectHashMap

        +
        public TByteTripleObjectHashMap(int capacity)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + +
        +
      • +

        put

        +
        public K put(byte key1,
        +             byte key2,
        +             byte key3,
        +             K value)
        +
      • +
      + + + +
        +
      • +

        get

        +
        public K get(byte key1,
        +             byte key2,
        +             byte key3)
        +
      • +
      + + + +
        +
      • +

        containsKey

        +
        public boolean containsKey(byte key1,
        +                           byte key2,
        +                           byte key3)
        +
      • +
      + + + +
        +
      • +

        clear

        +
        public void clear()
        +
      • +
      + + + + + +
        +
      • +

        containsValue

        +
        public boolean containsValue(K val)
        +
      • +
      + + + +
        +
      • +

        isEmpty

        +
        public boolean isEmpty()
        +
      • +
      + + + +
        +
      • +

        iterator

        +
        public <any> iterator()
        +
      • +
      + + + +
        +
      • +

        keySet

        +
        public TIntSet keySet()
        +
      • +
      + + + +
        +
      • +

        keys

        +
        public int[] keys()
        +
      • +
      + + + +
        +
      • +

        remove

        +
        public K remove(byte key1,
        +                byte key2,
        +                byte key3)
        +
      • +
      + + + +
        +
      • +

        size

        +
        public int size()
        +
      • +
      + + + +
        +
      • +

        valueCollection

        +
        public java.util.Collection<K> valueCollection()
        +
      • +
      + + + +
        +
      • +

        values

        +
        public K[] values()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/util/map/TIntPairDoubleHashMap.html b/generated/1.5.2/org/getspout/spoutapi/util/map/TIntPairDoubleHashMap.html new file mode 100644 index 0000000..d7d3fbb --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/util/map/TIntPairDoubleHashMap.html @@ -0,0 +1,483 @@ + + + + + +TIntPairDoubleHashMap (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.util.map
+

Class TIntPairDoubleHashMap

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.getspout.spoutapi.util.map.TIntPairDoubleHashMap
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public class TIntPairDoubleHashMap
    +extends java.lang.Object
    +
    A simplistic map that supports a pair of integers for keys, using a trove long double hashmap in the backend.
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidclear() 
      booleancontainsKey(int key1, + int key2) 
      booleancontainsValue(double val) 
      doubleget(int key1, + int key2) 
      booleanincrement(int key1, + int key2) 
      booleanisEmpty() 
      TLongDoubleIteratoriterator() 
      long[]keys() 
      TLongSetkeySet() 
      doubleput(int key1, + int key2, + double value) 
      doubleremove(int key1, + int key2) 
      intsize() 
      TDoubleCollectionvalueCollection() 
      double[]values() 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        TIntPairDoubleHashMap

        +
        public TIntPairDoubleHashMap()
        +
      • +
      + + + +
        +
      • +

        TIntPairDoubleHashMap

        +
        public TIntPairDoubleHashMap(int capacity)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        put

        +
        public double put(int key1,
        +                  int key2,
        +                  double value)
        +
      • +
      + + + +
        +
      • +

        get

        +
        public double get(int key1,
        +                  int key2)
        +
      • +
      + + + +
        +
      • +

        containsKey

        +
        public boolean containsKey(int key1,
        +                           int key2)
        +
      • +
      + + + +
        +
      • +

        clear

        +
        public void clear()
        +
      • +
      + + + +
        +
      • +

        containsValue

        +
        public boolean containsValue(double val)
        +
      • +
      + + + +
        +
      • +

        increment

        +
        public boolean increment(int key1,
        +                         int key2)
        +
      • +
      + + + +
        +
      • +

        isEmpty

        +
        public boolean isEmpty()
        +
      • +
      + + + +
        +
      • +

        iterator

        +
        public TLongDoubleIterator iterator()
        +
      • +
      + + + +
        +
      • +

        keySet

        +
        public TLongSet keySet()
        +
      • +
      + + + +
        +
      • +

        keys

        +
        public long[] keys()
        +
      • +
      + + + +
        +
      • +

        remove

        +
        public double remove(int key1,
        +                     int key2)
        +
      • +
      + + + +
        +
      • +

        size

        +
        public int size()
        +
      • +
      + + + +
        +
      • +

        valueCollection

        +
        public TDoubleCollection valueCollection()
        +
      • +
      + + + +
        +
      • +

        values

        +
        public double[] values()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/util/map/TIntPairFloatHashMap.html b/generated/1.5.2/org/getspout/spoutapi/util/map/TIntPairFloatHashMap.html new file mode 100644 index 0000000..7d32b5a --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/util/map/TIntPairFloatHashMap.html @@ -0,0 +1,483 @@ + + + + + +TIntPairFloatHashMap (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.util.map
+

Class TIntPairFloatHashMap

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.getspout.spoutapi.util.map.TIntPairFloatHashMap
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public class TIntPairFloatHashMap
    +extends java.lang.Object
    +
    A simplistic map that supports a pair of integers for keys, using a trove long float hashmap in the backend.
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidclear() 
      booleancontainsKey(int key1, + int key2) 
      booleancontainsValue(float val) 
      floatget(int key1, + int key2) 
      booleanincrement(int key1, + int key2) 
      booleanisEmpty() 
      TLongFloatIteratoriterator() 
      long[]keys() 
      TLongSetkeySet() 
      floatput(int key1, + int key2, + float value) 
      floatremove(int key1, + int key2) 
      intsize() 
      TFloatCollectionvalueCollection() 
      float[]values() 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        TIntPairFloatHashMap

        +
        public TIntPairFloatHashMap()
        +
      • +
      + + + +
        +
      • +

        TIntPairFloatHashMap

        +
        public TIntPairFloatHashMap(int capacity)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        put

        +
        public float put(int key1,
        +                 int key2,
        +                 float value)
        +
      • +
      + + + +
        +
      • +

        get

        +
        public float get(int key1,
        +                 int key2)
        +
      • +
      + + + +
        +
      • +

        containsKey

        +
        public boolean containsKey(int key1,
        +                           int key2)
        +
      • +
      + + + +
        +
      • +

        clear

        +
        public void clear()
        +
      • +
      + + + +
        +
      • +

        containsValue

        +
        public boolean containsValue(float val)
        +
      • +
      + + + +
        +
      • +

        increment

        +
        public boolean increment(int key1,
        +                         int key2)
        +
      • +
      + + + +
        +
      • +

        isEmpty

        +
        public boolean isEmpty()
        +
      • +
      + + + +
        +
      • +

        iterator

        +
        public TLongFloatIterator iterator()
        +
      • +
      + + + +
        +
      • +

        keySet

        +
        public TLongSet keySet()
        +
      • +
      + + + +
        +
      • +

        keys

        +
        public long[] keys()
        +
      • +
      + + + +
        +
      • +

        remove

        +
        public float remove(int key1,
        +                    int key2)
        +
      • +
      + + + +
        +
      • +

        size

        +
        public int size()
        +
      • +
      + + + +
        +
      • +

        valueCollection

        +
        public TFloatCollection valueCollection()
        +
      • +
      + + + +
        +
      • +

        values

        +
        public float[] values()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/util/map/TIntPairHashSet.html b/generated/1.5.2/org/getspout/spoutapi/util/map/TIntPairHashSet.html new file mode 100644 index 0000000..4cdcdda --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/util/map/TIntPairHashSet.html @@ -0,0 +1,407 @@ + + + + + +TIntPairHashSet (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.util.map
+

Class TIntPairHashSet

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.getspout.spoutapi.util.map.TIntPairHashSet
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public class TIntPairHashSet
    +extends java.lang.Object
    +
    A simplistic set that supports 2 ints for one value inside the set.
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      booleanadd(int key1, + int key2) 
      voidclear() 
      booleancontains(int key1, + int key2) 
      booleanisEmpty() 
      TLongIteratoriterator() 
      static intlongToKey1(long composite) 
      static intlongToKey2(long composite) 
      booleanremove(int key1, + int key2) 
      intsize() 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        TIntPairHashSet

        +
        public TIntPairHashSet()
        +
      • +
      + + + +
        +
      • +

        TIntPairHashSet

        +
        public TIntPairHashSet(int capacity)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        add

        +
        public boolean add(int key1,
        +                   int key2)
        +
      • +
      + + + +
        +
      • +

        contains

        +
        public boolean contains(int key1,
        +                        int key2)
        +
      • +
      + + + +
        +
      • +

        clear

        +
        public void clear()
        +
      • +
      + + + +
        +
      • +

        isEmpty

        +
        public boolean isEmpty()
        +
      • +
      + + + +
        +
      • +

        iterator

        +
        public TLongIterator iterator()
        +
      • +
      + + + +
        +
      • +

        remove

        +
        public boolean remove(int key1,
        +                      int key2)
        +
      • +
      + + + +
        +
      • +

        size

        +
        public int size()
        +
      • +
      + + + +
        +
      • +

        longToKey1

        +
        public static int longToKey1(long composite)
        +
      • +
      + + + +
        +
      • +

        longToKey2

        +
        public static int longToKey2(long composite)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/util/map/TIntPairIntHashMap.html b/generated/1.5.2/org/getspout/spoutapi/util/map/TIntPairIntHashMap.html new file mode 100644 index 0000000..d2eef72 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/util/map/TIntPairIntHashMap.html @@ -0,0 +1,483 @@ + + + + + +TIntPairIntHashMap (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.util.map
+

Class TIntPairIntHashMap

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.getspout.spoutapi.util.map.TIntPairIntHashMap
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public class TIntPairIntHashMap
    +extends java.lang.Object
    +
    A simplistic map that supports a pair of integers for keys, using a trove long int hashmap in the backend.
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidclear() 
      booleancontainsKey(int key1, + int key2) 
      booleancontainsValue(int val) 
      intget(int key1, + int key2) 
      booleanincrement(int key1, + int key2) 
      booleanisEmpty() 
      TLongIntIteratoriterator() 
      long[]keys() 
      TLongSetkeySet() 
      intput(int key1, + int key2, + int value) 
      intremove(int key1, + int key2) 
      intsize() 
      TIntCollectionvalueCollection() 
      int[]values() 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        TIntPairIntHashMap

        +
        public TIntPairIntHashMap()
        +
      • +
      + + + +
        +
      • +

        TIntPairIntHashMap

        +
        public TIntPairIntHashMap(int capacity)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        put

        +
        public int put(int key1,
        +               int key2,
        +               int value)
        +
      • +
      + + + +
        +
      • +

        get

        +
        public int get(int key1,
        +               int key2)
        +
      • +
      + + + +
        +
      • +

        containsKey

        +
        public boolean containsKey(int key1,
        +                           int key2)
        +
      • +
      + + + +
        +
      • +

        clear

        +
        public void clear()
        +
      • +
      + + + +
        +
      • +

        containsValue

        +
        public boolean containsValue(int val)
        +
      • +
      + + + +
        +
      • +

        increment

        +
        public boolean increment(int key1,
        +                         int key2)
        +
      • +
      + + + +
        +
      • +

        isEmpty

        +
        public boolean isEmpty()
        +
      • +
      + + + +
        +
      • +

        iterator

        +
        public TLongIntIterator iterator()
        +
      • +
      + + + +
        +
      • +

        keySet

        +
        public TLongSet keySet()
        +
      • +
      + + + +
        +
      • +

        keys

        +
        public long[] keys()
        +
      • +
      + + + +
        +
      • +

        remove

        +
        public int remove(int key1,
        +                  int key2)
        +
      • +
      + + + +
        +
      • +

        size

        +
        public int size()
        +
      • +
      + + + +
        +
      • +

        valueCollection

        +
        public TIntCollection valueCollection()
        +
      • +
      + + + +
        +
      • +

        values

        +
        public int[] values()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/util/map/TIntPairLongHashMap.html b/generated/1.5.2/org/getspout/spoutapi/util/map/TIntPairLongHashMap.html new file mode 100644 index 0000000..b5ef228 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/util/map/TIntPairLongHashMap.html @@ -0,0 +1,483 @@ + + + + + +TIntPairLongHashMap (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.util.map
+

Class TIntPairLongHashMap

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.getspout.spoutapi.util.map.TIntPairLongHashMap
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public class TIntPairLongHashMap
    +extends java.lang.Object
    +
    A simplistic map that supports a pair of integers for keys, using a trove long long hashmap in the backend.
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidclear() 
      booleancontainsKey(int key1, + int key2) 
      booleancontainsValue(long val) 
      longget(int key1, + int key2) 
      booleanincrement(int key1, + int key2) 
      booleanisEmpty() 
      TLongLongIteratoriterator() 
      long[]keys() 
      TLongSetkeySet() 
      longput(int key1, + int key2, + long value) 
      longremove(int key1, + int key2) 
      intsize() 
      TLongCollectionvalueCollection() 
      long[]values() 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        TIntPairLongHashMap

        +
        public TIntPairLongHashMap()
        +
      • +
      + + + +
        +
      • +

        TIntPairLongHashMap

        +
        public TIntPairLongHashMap(int capacity)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        put

        +
        public long put(int key1,
        +                int key2,
        +                long value)
        +
      • +
      + + + +
        +
      • +

        get

        +
        public long get(int key1,
        +                int key2)
        +
      • +
      + + + +
        +
      • +

        containsKey

        +
        public boolean containsKey(int key1,
        +                           int key2)
        +
      • +
      + + + +
        +
      • +

        clear

        +
        public void clear()
        +
      • +
      + + + +
        +
      • +

        containsValue

        +
        public boolean containsValue(long val)
        +
      • +
      + + + +
        +
      • +

        increment

        +
        public boolean increment(int key1,
        +                         int key2)
        +
      • +
      + + + +
        +
      • +

        isEmpty

        +
        public boolean isEmpty()
        +
      • +
      + + + +
        +
      • +

        iterator

        +
        public TLongLongIterator iterator()
        +
      • +
      + + + +
        +
      • +

        keySet

        +
        public TLongSet keySet()
        +
      • +
      + + + +
        +
      • +

        keys

        +
        public long[] keys()
        +
      • +
      + + + +
        +
      • +

        remove

        +
        public long remove(int key1,
        +                   int key2)
        +
      • +
      + + + +
        +
      • +

        size

        +
        public int size()
        +
      • +
      + + + +
        +
      • +

        valueCollection

        +
        public TLongCollection valueCollection()
        +
      • +
      + + + +
        +
      • +

        values

        +
        public long[] values()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/util/map/TIntPairObjectHashMap.html b/generated/1.5.2/org/getspout/spoutapi/util/map/TIntPairObjectHashMap.html new file mode 100644 index 0000000..9ab04d0 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/util/map/TIntPairObjectHashMap.html @@ -0,0 +1,471 @@ + + + + + +TIntPairObjectHashMap (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+
org.getspout.spoutapi.util.map
+

Class TIntPairObjectHashMap<K>

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.getspout.spoutapi.util.map.TIntPairObjectHashMap<K>
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public class TIntPairObjectHashMap<K>
    +extends java.lang.Object
    +
    A simplistic map that supports a pair of integers for keys, using a trove long object hashmap in the backend.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        TIntPairObjectHashMap

        +
        public TIntPairObjectHashMap()
        +
      • +
      + + + +
        +
      • +

        TIntPairObjectHashMap

        +
        public TIntPairObjectHashMap(int capacity)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + +
        +
      • +

        put

        +
        public K put(int key1,
        +             int key2,
        +             K value)
        +
      • +
      + + + +
        +
      • +

        get

        +
        public K get(int key1,
        +             int key2)
        +
      • +
      + + + +
        +
      • +

        containsKey

        +
        public boolean containsKey(int key1,
        +                           int key2)
        +
      • +
      + + + +
        +
      • +

        clear

        +
        public void clear()
        +
      • +
      + + + + + +
        +
      • +

        containsValue

        +
        public boolean containsValue(K val)
        +
      • +
      + + + +
        +
      • +

        isEmpty

        +
        public boolean isEmpty()
        +
      • +
      + + + +
        +
      • +

        iterator

        +
        public <any> iterator()
        +
      • +
      + + + +
        +
      • +

        keySet

        +
        public TLongSet keySet()
        +
      • +
      + + + +
        +
      • +

        keys

        +
        public long[] keys()
        +
      • +
      + + + +
        +
      • +

        remove

        +
        public K remove(int key1,
        +                int key2)
        +
      • +
      + + + +
        +
      • +

        size

        +
        public int size()
        +
      • +
      + + + +
        +
      • +

        valueCollection

        +
        public java.util.Collection<K> valueCollection()
        +
      • +
      + + + +
        +
      • +

        values

        +
        public K[] values()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/util/map/class-use/TByteShortByteKeyedDoubleHashMap.html b/generated/1.5.2/org/getspout/spoutapi/util/map/class-use/TByteShortByteKeyedDoubleHashMap.html new file mode 100644 index 0000000..cf00fc2 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/util/map/class-use/TByteShortByteKeyedDoubleHashMap.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.util.map.TByteShortByteKeyedDoubleHashMap (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.util.map.TByteShortByteKeyedDoubleHashMap

+
+
No usage of org.getspout.spoutapi.util.map.TByteShortByteKeyedDoubleHashMap
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/util/map/class-use/TByteShortByteKeyedFloatHashMap.html b/generated/1.5.2/org/getspout/spoutapi/util/map/class-use/TByteShortByteKeyedFloatHashMap.html new file mode 100644 index 0000000..2b88c14 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/util/map/class-use/TByteShortByteKeyedFloatHashMap.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.util.map.TByteShortByteKeyedFloatHashMap (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.util.map.TByteShortByteKeyedFloatHashMap

+
+
No usage of org.getspout.spoutapi.util.map.TByteShortByteKeyedFloatHashMap
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/util/map/class-use/TByteShortByteKeyedIntHashMap.html b/generated/1.5.2/org/getspout/spoutapi/util/map/class-use/TByteShortByteKeyedIntHashMap.html new file mode 100644 index 0000000..11476aa --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/util/map/class-use/TByteShortByteKeyedIntHashMap.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.util.map.TByteShortByteKeyedIntHashMap (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.util.map.TByteShortByteKeyedIntHashMap

+
+
No usage of org.getspout.spoutapi.util.map.TByteShortByteKeyedIntHashMap
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/util/map/class-use/TByteShortByteKeyedLongHashMap.html b/generated/1.5.2/org/getspout/spoutapi/util/map/class-use/TByteShortByteKeyedLongHashMap.html new file mode 100644 index 0000000..74e06a8 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/util/map/class-use/TByteShortByteKeyedLongHashMap.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.util.map.TByteShortByteKeyedLongHashMap (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.util.map.TByteShortByteKeyedLongHashMap

+
+
No usage of org.getspout.spoutapi.util.map.TByteShortByteKeyedLongHashMap
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/util/map/class-use/TByteShortByteKeyedMap.html b/generated/1.5.2/org/getspout/spoutapi/util/map/class-use/TByteShortByteKeyedMap.html new file mode 100644 index 0000000..5f0bffb --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/util/map/class-use/TByteShortByteKeyedMap.html @@ -0,0 +1,187 @@ + + + + + +Uses of Class org.getspout.spoutapi.util.map.TByteShortByteKeyedMap (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.util.map.TByteShortByteKeyedMap

+
+
+ +
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/util/map/class-use/TByteShortByteKeyedObjectHashMap.html b/generated/1.5.2/org/getspout/spoutapi/util/map/class-use/TByteShortByteKeyedObjectHashMap.html new file mode 100644 index 0000000..f0db8e6 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/util/map/class-use/TByteShortByteKeyedObjectHashMap.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.util.map.TByteShortByteKeyedObjectHashMap (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.util.map.TByteShortByteKeyedObjectHashMap

+
+
No usage of org.getspout.spoutapi.util.map.TByteShortByteKeyedObjectHashMap
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/util/map/class-use/TByteTripleDoubleHashMap.html b/generated/1.5.2/org/getspout/spoutapi/util/map/class-use/TByteTripleDoubleHashMap.html new file mode 100644 index 0000000..7ba3694 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/util/map/class-use/TByteTripleDoubleHashMap.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.util.map.TByteTripleDoubleHashMap (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.util.map.TByteTripleDoubleHashMap

+
+
No usage of org.getspout.spoutapi.util.map.TByteTripleDoubleHashMap
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/util/map/class-use/TByteTripleFloatHashMap.html b/generated/1.5.2/org/getspout/spoutapi/util/map/class-use/TByteTripleFloatHashMap.html new file mode 100644 index 0000000..2dabd36 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/util/map/class-use/TByteTripleFloatHashMap.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.util.map.TByteTripleFloatHashMap (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.util.map.TByteTripleFloatHashMap

+
+
No usage of org.getspout.spoutapi.util.map.TByteTripleFloatHashMap
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/util/map/class-use/TByteTripleIntHashMap.html b/generated/1.5.2/org/getspout/spoutapi/util/map/class-use/TByteTripleIntHashMap.html new file mode 100644 index 0000000..a4c4053 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/util/map/class-use/TByteTripleIntHashMap.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.util.map.TByteTripleIntHashMap (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.util.map.TByteTripleIntHashMap

+
+
No usage of org.getspout.spoutapi.util.map.TByteTripleIntHashMap
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/util/map/class-use/TByteTripleLongHashMap.html b/generated/1.5.2/org/getspout/spoutapi/util/map/class-use/TByteTripleLongHashMap.html new file mode 100644 index 0000000..2d80241 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/util/map/class-use/TByteTripleLongHashMap.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.util.map.TByteTripleLongHashMap (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.util.map.TByteTripleLongHashMap

+
+
No usage of org.getspout.spoutapi.util.map.TByteTripleLongHashMap
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/util/map/class-use/TByteTripleObjectHashMap.html b/generated/1.5.2/org/getspout/spoutapi/util/map/class-use/TByteTripleObjectHashMap.html new file mode 100644 index 0000000..70ec9bb --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/util/map/class-use/TByteTripleObjectHashMap.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.util.map.TByteTripleObjectHashMap (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.util.map.TByteTripleObjectHashMap

+
+
No usage of org.getspout.spoutapi.util.map.TByteTripleObjectHashMap
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/util/map/class-use/TIntPairDoubleHashMap.html b/generated/1.5.2/org/getspout/spoutapi/util/map/class-use/TIntPairDoubleHashMap.html new file mode 100644 index 0000000..2396589 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/util/map/class-use/TIntPairDoubleHashMap.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.util.map.TIntPairDoubleHashMap (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.util.map.TIntPairDoubleHashMap

+
+
No usage of org.getspout.spoutapi.util.map.TIntPairDoubleHashMap
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/util/map/class-use/TIntPairFloatHashMap.html b/generated/1.5.2/org/getspout/spoutapi/util/map/class-use/TIntPairFloatHashMap.html new file mode 100644 index 0000000..b5f6c8f --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/util/map/class-use/TIntPairFloatHashMap.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.util.map.TIntPairFloatHashMap (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.util.map.TIntPairFloatHashMap

+
+
No usage of org.getspout.spoutapi.util.map.TIntPairFloatHashMap
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/util/map/class-use/TIntPairHashSet.html b/generated/1.5.2/org/getspout/spoutapi/util/map/class-use/TIntPairHashSet.html new file mode 100644 index 0000000..b727e26 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/util/map/class-use/TIntPairHashSet.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.util.map.TIntPairHashSet (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.util.map.TIntPairHashSet

+
+
No usage of org.getspout.spoutapi.util.map.TIntPairHashSet
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/util/map/class-use/TIntPairIntHashMap.html b/generated/1.5.2/org/getspout/spoutapi/util/map/class-use/TIntPairIntHashMap.html new file mode 100644 index 0000000..d46aa3b --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/util/map/class-use/TIntPairIntHashMap.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.util.map.TIntPairIntHashMap (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.util.map.TIntPairIntHashMap

+
+
No usage of org.getspout.spoutapi.util.map.TIntPairIntHashMap
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/util/map/class-use/TIntPairLongHashMap.html b/generated/1.5.2/org/getspout/spoutapi/util/map/class-use/TIntPairLongHashMap.html new file mode 100644 index 0000000..57ec72d --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/util/map/class-use/TIntPairLongHashMap.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.util.map.TIntPairLongHashMap (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.util.map.TIntPairLongHashMap

+
+
No usage of org.getspout.spoutapi.util.map.TIntPairLongHashMap
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/util/map/class-use/TIntPairObjectHashMap.html b/generated/1.5.2/org/getspout/spoutapi/util/map/class-use/TIntPairObjectHashMap.html new file mode 100644 index 0000000..0f691ca --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/util/map/class-use/TIntPairObjectHashMap.html @@ -0,0 +1,127 @@ + + + + + +Uses of Class org.getspout.spoutapi.util.map.TIntPairObjectHashMap (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + + + +
+

Uses of Class
org.getspout.spoutapi.util.map.TIntPairObjectHashMap

+
+
No usage of org.getspout.spoutapi.util.map.TIntPairObjectHashMap
+ + + + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/util/map/package-frame.html b/generated/1.5.2/org/getspout/spoutapi/util/map/package-frame.html new file mode 100644 index 0000000..75164e2 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/util/map/package-frame.html @@ -0,0 +1,37 @@ + + + + + +org.getspout.spoutapi.util.map (Spoutcraft 1.5.2 JavaDoc) + + + + + + +

org.getspout.spoutapi.util.map

+ + + diff --git a/generated/1.5.2/org/getspout/spoutapi/util/map/package-summary.html b/generated/1.5.2/org/getspout/spoutapi/util/map/package-summary.html new file mode 100644 index 0000000..e4d9602 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/util/map/package-summary.html @@ -0,0 +1,244 @@ + + + + + +org.getspout.spoutapi.util.map (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Package org.getspout.spoutapi.util.map

+
+
+
    +
  • + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Class Summary 
    ClassDescription
    TByteShortByteKeyedDoubleHashMap +
    A simplistic map that supports (byte, short, byte) keys, using a trove int double hashmap in the backend.
    +
    TByteShortByteKeyedFloatHashMap +
    A simplistic map that supports (byte, short, byte) keys, using a trove int float hashmap in the backend.
    +
    TByteShortByteKeyedIntHashMap +
    A simplistic map that supports (byte, short, byte) keys, using a trove int int hashmap in the backend.
    +
    TByteShortByteKeyedLongHashMap +
    A simplistic map that supports (byte, short, byte) keys, using a trove int long hashmap in the backend.
    +
    TByteShortByteKeyedMap +
    A simplistic map that supports (byte, short, byte) keys, using a trove int * hashmap in the backend.
    +
    TByteShortByteKeyedObjectHashMap<K> +
    A simplistic map that supports a 3 bytes for keys, using a trove int int hashmap in the backend.
    +
    TByteTripleDoubleHashMap +
    A simplistic map that supports a 3 bytes for keys, using a trove int double hashmap in the backend.
    +
    TByteTripleFloatHashMap +
    A simplistic map that supports a 3 bytes for keys, using a trove int float hashmap in the backend.
    +
    TByteTripleIntHashMap +
    A simplistic map that supports a 3 bytes for keys, using a trove int int hashmap in the backend.
    +
    TByteTripleLongHashMap +
    A simplistic map that supports a 3 bytes for keys, using a trove int long hashmap in the backend.
    +
    TByteTripleObjectHashMap<K> +
    A simplistic map that supports a 3 bytes for keys, using a trove int Object hashmap in the backend.
    +
    TIntPairDoubleHashMap +
    A simplistic map that supports a pair of integers for keys, using a trove long double hashmap in the backend.
    +
    TIntPairFloatHashMap +
    A simplistic map that supports a pair of integers for keys, using a trove long float hashmap in the backend.
    +
    TIntPairHashSet +
    A simplistic set that supports 2 ints for one value inside the set.
    +
    TIntPairIntHashMap +
    A simplistic map that supports a pair of integers for keys, using a trove long int hashmap in the backend.
    +
    TIntPairLongHashMap +
    A simplistic map that supports a pair of integers for keys, using a trove long long hashmap in the backend.
    +
    TIntPairObjectHashMap<K> +
    A simplistic map that supports a pair of integers for keys, using a trove long object hashmap in the backend.
    +
    +
  • +
+
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/util/map/package-tree.html b/generated/1.5.2/org/getspout/spoutapi/util/map/package-tree.html new file mode 100644 index 0000000..5e2143a --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/util/map/package-tree.html @@ -0,0 +1,159 @@ + + + + + +org.getspout.spoutapi.util.map Class Hierarchy (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Hierarchy For Package org.getspout.spoutapi.util.map

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/org/getspout/spoutapi/util/map/package-use.html b/generated/1.5.2/org/getspout/spoutapi/util/map/package-use.html new file mode 100644 index 0000000..cfbf880 --- /dev/null +++ b/generated/1.5.2/org/getspout/spoutapi/util/map/package-use.html @@ -0,0 +1,162 @@ + + + + + +Uses of Package org.getspout.spoutapi.util.map (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Uses of Package
org.getspout.spoutapi.util.map

+
+
+ +
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/overview-frame.html b/generated/1.5.2/overview-frame.html new file mode 100644 index 0000000..7f6d459 --- /dev/null +++ b/generated/1.5.2/overview-frame.html @@ -0,0 +1,51 @@ + + + + + +Overview List (Spoutcraft 1.5.2 JavaDoc) + + + + + + +

Spoutcraft 1.5.2

+ + +

 

+ + diff --git a/generated/1.5.2/overview-summary.html b/generated/1.5.2/overview-summary.html new file mode 100644 index 0000000..3b5ce90 --- /dev/null +++ b/generated/1.5.2/overview-summary.html @@ -0,0 +1,331 @@ + + + + + +Overview (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Spoutcraft 1.5.2 API reference

+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Packages 
PackageDescription
org.getspout.spoutapi +
+ This package provides for access to the SpoutManager, which is the top-level manager for all other management classes, as well as various utility methods +
+
org.getspout.spoutapi.block +
+ This package provides the interfaces for block and chunk related information.
+
org.getspout.spoutapi.block.design 
org.getspout.spoutapi.chunkdatamanager +
+ This package provides the interface for the chunk data manager.
+
org.getspout.spoutapi.chunkstore 
org.getspout.spoutapi.event.input +
+ This package provides the interfaces for input related events (render distance, key press and key release) +
+
org.getspout.spoutapi.event.inventory +
+ This package provides the interfaces for inventory events +
+
org.getspout.spoutapi.event.permission +
+ This package provides the interfaces for permission events +
+
org.getspout.spoutapi.event.screen +
+ This package provides the interfaces for gui related events, and events that fire for controls +
+
org.getspout.spoutapi.event.slot 
org.getspout.spoutapi.event.sound +
+ This package provides the interfaces for audio and other music related events +
+
org.getspout.spoutapi.event.spout +
+ This package provides the interfaces for Spout events, such as ServerTick, SpoutcraftEnabled, and SpoutcraftFailed events +
+
org.getspout.spoutapi.gui +
+ This package provides the interfaces for a variety of built in widgets, and generic widget implementations, as well as popup and the main game hud +
+
org.getspout.spoutapi.inventory +
+ This package provides the interfaces for custom inventories, the inventory building, and the item manager +
+
org.getspout.spoutapi.io +
+ This package provides utility methods for files.
+
org.getspout.spoutapi.io.store 
org.getspout.spoutapi.keyboard +
+ This package provides the implementation of the keyboard, and the bindings and binding manager +
+
org.getspout.spoutapi.material +
+ This package provides the interface for materials in Minecraft +
+
org.getspout.spoutapi.material.block +
+ This package provides the implementation of materials in Minecraft +
+
org.getspout.spoutapi.material.item +
+ This package provides the implementation of items in Minecraft +
+
org.getspout.spoutapi.packet +
+ This package provides the implementation of all SpoutPlugin packets that are sent to the client +
+
org.getspout.spoutapi.packet.listener +
+ This package provides the interface for packet listening +
+
org.getspout.spoutapi.packet.standard 
org.getspout.spoutapi.particle 
org.getspout.spoutapi.player +
+ This package provides the interfaces for player and related managers +
+
org.getspout.spoutapi.player.accessories 
org.getspout.spoutapi.plugin 
org.getspout.spoutapi.sound +
+ This package provides the implementations of Minecraft music and sound effects, and the sound manager interface +
+
org.getspout.spoutapi.util.map 
+
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/overview-tree.html b/generated/1.5.2/overview-tree.html new file mode 100644 index 0000000..547739d --- /dev/null +++ b/generated/1.5.2/overview-tree.html @@ -0,0 +1,717 @@ + + + + + +Class Hierarchy (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + + +
+

Class Hierarchy

+ +

Interface Hierarchy

+ +

Annotation Type Hierarchy

+
    +
  • org.getspout.spoutapi.ClientOnly (implements java.lang.annotation.Annotation)
  • +
+

Enum Hierarchy

+ +
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/package-list b/generated/1.5.2/package-list new file mode 100644 index 0000000..5522436 --- /dev/null +++ b/generated/1.5.2/package-list @@ -0,0 +1,29 @@ +org.getspout.spoutapi +org.getspout.spoutapi.block +org.getspout.spoutapi.block.design +org.getspout.spoutapi.chunkdatamanager +org.getspout.spoutapi.chunkstore +org.getspout.spoutapi.event.input +org.getspout.spoutapi.event.inventory +org.getspout.spoutapi.event.permission +org.getspout.spoutapi.event.screen +org.getspout.spoutapi.event.slot +org.getspout.spoutapi.event.sound +org.getspout.spoutapi.event.spout +org.getspout.spoutapi.gui +org.getspout.spoutapi.inventory +org.getspout.spoutapi.io +org.getspout.spoutapi.io.store +org.getspout.spoutapi.keyboard +org.getspout.spoutapi.material +org.getspout.spoutapi.material.block +org.getspout.spoutapi.material.item +org.getspout.spoutapi.packet +org.getspout.spoutapi.packet.listener +org.getspout.spoutapi.packet.standard +org.getspout.spoutapi.particle +org.getspout.spoutapi.player +org.getspout.spoutapi.player.accessories +org.getspout.spoutapi.plugin +org.getspout.spoutapi.sound +org.getspout.spoutapi.util.map diff --git a/generated/1.5.2/script.js b/generated/1.5.2/script.js new file mode 100644 index 0000000..b346356 --- /dev/null +++ b/generated/1.5.2/script.js @@ -0,0 +1,30 @@ +function show(type) +{ + count = 0; + for (var key in methods) { + var row = document.getElementById(key); + if ((methods[key] & type) != 0) { + row.style.display = ''; + row.className = (count++ % 2) ? rowColor : altColor; + } + else + row.style.display = 'none'; + } + updateTabs(type); +} + +function updateTabs(type) +{ + for (var value in tabs) { + var sNode = document.getElementById(tabs[value][0]); + var spanNode = sNode.firstChild; + if (value == type) { + sNode.className = activeTableTab; + spanNode.innerHTML = tabs[value][1]; + } + else { + sNode.className = tableTab; + spanNode.innerHTML = "" + tabs[value][1] + ""; + } + } +} diff --git a/generated/1.5.2/serialized-form.html b/generated/1.5.2/serialized-form.html new file mode 100644 index 0000000..1a7a8ce --- /dev/null +++ b/generated/1.5.2/serialized-form.html @@ -0,0 +1,224 @@ + + + + + +Serialized Form (Spoutcraft 1.5.2 JavaDoc) + + + + + + + + +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +
+

Serialized Form

+
+
+
    +
  • +

    Package org.getspout.spoutapi.chunkstore

    +
      +
    • + + +

      Class org.getspout.spoutapi.chunkstore.ChunkMetaData extends java.lang.Object implements Serializable

      +
      +
      serialVersionUID:
      +
      3L
      +
      +
        +
      • +

        Serialization Methods

        +
          +
        • +

          readObject

          +
          private void readObject(java.io.ObjectInputStream in)
          +                 throws java.io.IOException,
          +                        java.lang.ClassNotFoundException
          +
          +
          Throws:
          +
          java.io.IOException
          +
          java.lang.ClassNotFoundException
          +
          +
        • +
        • +

          writeObject

          +
          private void writeObject(java.io.ObjectOutputStream out)
          +                  throws java.io.IOException
          +
          +
          Throws:
          +
          java.io.IOException
          +
          +
        • +
        +
      • +
      • +

        Serialized Fields

        +
          +
        • +

          cx

          +
          int cx
          +
        • +
        • +

          cz

          +
          int cz
          +
        • +
        • +

          worldUid

          +
          java.util.UUID worldUid
          +
        • +
        • +

          chunkData

          +
          java.util.HashMap<K,V> chunkData
          +
        • +
        • +

          customBlockIds

          +
          short[] customBlockIds
          +
        • +
        • +

          customBlockData

          +
          byte[] customBlockData
          +
        • +
        • +

          blockData

          +
          TByteShortByteKeyedObjectHashMap<K> blockData
          +
        • +
        +
      • +
      +
    • +
    • + + +

      Class org.getspout.spoutapi.chunkstore.Utils.SerializedData extends java.lang.Object implements Serializable

      +
      +
      serialVersionUID:
      +
      1L
      +
      +
        +
      • +

        Serialized Fields

        +
          +
        • +

          serialData

          +
          byte[] serialData
          +
        • +
        +
      • +
      +
    • +
    +
  • +
+
+ +
+ + + + + + + +
Spoutcraft 1.5.2
+
+ + +

If you have any questions regarding the contents of this page, API reference or website as a whole, you can create an issue on GitHub or contact us on Discord
Spoutcraft is Copyright © 2013 by Spout LLC.
NOT AN OFFICIAL MINECRAFT WEBSITE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT

+ + diff --git a/generated/1.5.2/stylesheet.css b/generated/1.5.2/stylesheet.css new file mode 100644 index 0000000..98055b2 --- /dev/null +++ b/generated/1.5.2/stylesheet.css @@ -0,0 +1,574 @@ +/* Javadoc style sheet */ +/* +Overall document style +*/ + +@import url('resources/fonts/dejavu.css'); + +body { + background-color:#ffffff; + color:#353833; + font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:14px; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4A6782; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4A6782; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; +} +h1 { + font-size:20px; +} +h2 { + font-size:18px; +} +h3 { + font-size:16px; + font-style:italic; +} +h4 { + font-size:13px; +} +h5 { + font-size:12px; +} +h6 { + font-size:11px; +} +ul { + list-style-type:disc; +} +code, tt { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; + margin-top:8px; + line-height:1.4em; +} +dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; +} +table tr td dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + vertical-align:top; + padding-top:4px; +} +sup { + font-size:8px; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:11px; + z-index:200; + margin-top:-9px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-color:#4D7A97; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:11px; + margin:0; +} +.topNav { + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.bottomNav { + margin-top:10px; + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.subNav { + background-color:#dee3e9; + float:left; + width:100%; + overflow:hidden; + font-size:12px; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; + text-transform:uppercase; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding: 5px 6px; + text-transform:uppercase; +} +ul.subNavList li{ + list-style:none; + float:left; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; + text-transform:uppercase; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; + text-transform:uppercase; +} +.navBarCell1Rev { + background-color:#F8981D; + color:#253441; + margin: auto 5px; +} +.skipNav { + position:absolute; + top:auto; + left:-9999px; + overflow:hidden; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader span{ + margin-right:15px; +} +.indexHeader h1 { + font-size:13px; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 15px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:13px; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:12px; +} +.indexContainer h2 { + font-size:13px; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; + padding-top:2px; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:12px; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:5px 0 10px 0px; + font-size:14px; + font-family:'DejaVu Sans Mono',monospace; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:15px; + line-height:1.4; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #ededed; + background-color:#f8f8f8; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary { + width:100%; + border-left:1px solid #EEE; + border-right:1px solid #EEE; + border-bottom:1px solid #EEE; +} +.overviewSummary, .memberSummary { + padding:0px; +} +.overviewSummary caption, .memberSummary caption, .typeSummary caption, +.useSummary caption, .constantsSummary caption, .deprecatedSummary caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#253441; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + padding-top:10px; + padding-left:1px; + margin:0px; + white-space:pre; +} +.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, +.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link, +.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, +.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover, +.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, +.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active, +.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited, +.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span, +.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + padding-bottom:7px; + display:inline-block; + float:left; + background-color:#F8981D; + border: none; + height:16px; +} +.memberSummary caption span.activeTableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#F8981D; + height:16px; +} +.memberSummary caption span.tableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#4D7A97; + height:16px; +} +.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab { + padding-top:0px; + padding-left:0px; + padding-right:0px; + background-image:none; + float:none; + display:inline; +} +.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd, +.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd { + display:none; + width:5px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .activeTableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .tableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + background-color:#4D7A97; + float:left; + +} +.overviewSummary td, .memberSummary td, .typeSummary td, +.useSummary td, .constantsSummary td, .deprecatedSummary td { + text-align:left; + padding:0px 0px 12px 10px; +} +th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, +td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ + vertical-align:top; + padding-right:0px; + padding-top:8px; + padding-bottom:3px; +} +th.colFirst, th.colLast, th.colOne, .constantsSummary th { + background:#dee3e9; + text-align:left; + padding:8px 3px 3px 7px; +} +td.colFirst, th.colFirst { + white-space:nowrap; + font-size:13px; +} +td.colLast, th.colLast { + font-size:13px; +} +td.colOne, th.colOne { + font-size:13px; +} +.overviewSummary td.colFirst, .overviewSummary th.colFirst, +.useSummary td.colFirst, .useSummary th.colFirst, +.overviewSummary td.colOne, .overviewSummary th.colOne, +.memberSummary td.colFirst, .memberSummary th.colFirst, +.memberSummary td.colOne, .memberSummary th.colOne, +.typeSummary td.colFirst{ + width:25%; + vertical-align:top; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +.tableSubHeadingColor { + background-color:#EEEEFF; +} +.altColor { + background-color:#FFFFFF; +} +.rowColor { + background-color:#EEEEEF; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} + +ul.blockList ul.blockList ul.blockList li.blockList h3 { + font-style:normal; +} + +div.block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +} + +td.colLast div { + padding-top:0px; +} + + +td.colLast a { + padding-bottom:3px; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:10px; +} +.block { + display:block; + margin:3px 10px 2px 0px; + color:#474747; +} +.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink, +.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel, +.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink { + font-weight:bold; +} +.deprecationComment, .emphasizedPhrase, .interfaceName { + font-style:italic; +} + +div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase, +div.block div.block span.interfaceName { + font-style:normal; +} + +div.contentContainer ul.blockList li.blockList h2{ + padding-bottom:0px; +}