Index
All Classes|All Packages|Deprecated API
C
- ChestSortAPI - Class in de.jeff_media.chestsort.api
-
Allows access to ChestSort's sorting methods
- ChestSortAPI() - Constructor for class de.jeff_media.chestsort.api.ChestSortAPI
- ChestSortEvent - Class in de.jeff_media.chestsort.api
-
This event is called whenever ChestSort attempts to sort an
Inventory
. - ChestSortEvent(Inventory) - Constructor for class de.jeff_media.chestsort.api.ChestSortEvent
-
Creates a new ChestSortEvent
- ChestSortPostSortEvent - Class in de.jeff_media.chestsort.api
-
Gets called after an inventory has been sorted.
- ChestSortPostSortEvent(ChestSortEvent) - Constructor for class de.jeff_media.chestsort.api.ChestSortPostSortEvent
D
- de.jeff_media.chestsort.api - package de.jeff_media.chestsort.api
G
- getChestSortEvent() - Method in class de.jeff_media.chestsort.api.ChestSortPostSortEvent
-
Returns the
ChestSortEvent
that was called prior to sorting the inventory. - getHandlerList() - Static method in class de.jeff_media.chestsort.api.ChestSortEvent
- getHandlerList() - Static method in class de.jeff_media.chestsort.api.ChestSortPostSortEvent
- getHandlers() - Method in class de.jeff_media.chestsort.api.ChestSortEvent
- getHandlers() - Method in class de.jeff_media.chestsort.api.ChestSortPostSortEvent
- getHolder() - Method in class de.jeff_media.chestsort.api.Sortable
-
Deprecated.
- getInventory() - Method in class de.jeff_media.chestsort.api.ChestSortEvent
-
Returns the
Inventory
associated with this event - getInventory() - Method in class de.jeff_media.chestsort.api.Sortable
-
Deprecated.
- getLocation() - Method in class de.jeff_media.chestsort.api.ChestSortEvent
-
Returns the
Location
associated with this event. - getPlayer() - Method in class de.jeff_media.chestsort.api.ChestSortEvent
-
Returns the
Player
associated with this event. - getSortableMaps() - Method in class de.jeff_media.chestsort.api.ChestSortEvent
- getUnmovableItemStacks() - Method in class de.jeff_media.chestsort.api.ChestSortEvent
-
Returns a list with all
ItemStack
s that have been marked as unmovable - getUnmovableSlots() - Method in class de.jeff_media.chestsort.api.ChestSortEvent
-
Returns a list with all slots that have been marked as unmovable
H
- hasSortingEnabled(Player) - Static method in class de.jeff_media.chestsort.api.ChestSortAPI
-
Checks whether the given
Player
has automatic sorting enabled
I
- isCancelled() - Method in class de.jeff_media.chestsort.api.ChestSortEvent
-
Checks whether this event is cancelled.
- ISortable - Interface in de.jeff_media.chestsort.api
-
Deprecated.
- isUnmovable(int) - Method in class de.jeff_media.chestsort.api.ChestSortEvent
-
Checks whether a slot number is set as unmovable
- isUnmovable(ItemStack) - Method in class de.jeff_media.chestsort.api.ChestSortEvent
-
Checks whether an
ItemStack
is set as unmovable
R
- removeHolder() - Method in class de.jeff_media.chestsort.api.Sortable
-
Deprecated.
- removeUnmovable(int) - Method in class de.jeff_media.chestsort.api.ChestSortEvent
-
Removes a slot number from the list of unmovable slots
- removeUnmovable(ItemStack) - Method in class de.jeff_media.chestsort.api.ChestSortEvent
-
Removes an
ItemStack
from the list of unmovableItemStack
s
S
- setCancelled(boolean) - Method in class de.jeff_media.chestsort.api.ChestSortEvent
-
Sets the cancellation status of this event.
- setHolder(InventoryHolder) - Method in class de.jeff_media.chestsort.api.Sortable
-
Deprecated.
- setInventory(Inventory) - Method in class de.jeff_media.chestsort.api.Sortable
-
Deprecated.
- setLocation(Location) - Method in class de.jeff_media.chestsort.api.ChestSortEvent
-
Sets the
Location
associated with this event - setPlayer(HumanEntity) - Method in class de.jeff_media.chestsort.api.ChestSortEvent
-
Sets the
HumanEntity
associated with this event - setSortable(Inventory) - Static method in class de.jeff_media.chestsort.api.ChestSortAPI
-
Marks this
Inventory
as sortable - setSortableMaps(Map<ItemStack, Map<String, String>>) - Method in class de.jeff_media.chestsort.api.ChestSortEvent
- setUnmovable(int) - Method in class de.jeff_media.chestsort.api.ChestSortEvent
-
Prevents ChestSort from sorting/moving this specific slot
- setUnmovable(ItemStack) - Method in class de.jeff_media.chestsort.api.ChestSortEvent
-
Prevents ChestSort from sorting/moving matching
ItemStack
s - setUnsortable(Inventory) - Static method in class de.jeff_media.chestsort.api.ChestSortAPI
-
Marks this
Inventory
as unsortable - Sortable - Class in de.jeff_media.chestsort.api
-
Deprecated.Use
ChestSortAPI.setSortable(Inventory)
instead - Sortable() - Constructor for class de.jeff_media.chestsort.api.Sortable
-
Deprecated.
- Sortable(InventoryHolder) - Constructor for class de.jeff_media.chestsort.api.Sortable
-
Deprecated.
- sortInventory(Inventory) - Static method in class de.jeff_media.chestsort.api.ChestSortAPI
-
Sorts the given
Inventory
- sortInventory(Inventory, int, int) - Static method in class de.jeff_media.chestsort.api.ChestSortAPI
-
Sorts the given
Inventory
from to
All Classes|All Packages|Deprecated API
ChestSortAPI.setSortable(Inventory)
instead