- BarrelDropEvent - Class in com.bgsoftware.wildstacker.api.events
-
BarrelDropEvent is called when a barrel is broken and dropped.
- BarrelDropEvent(StackedBarrel, Player, ItemStack) - Constructor for class com.bgsoftware.wildstacker.api.events.BarrelDropEvent
-
The constructor for the event.
- BarrelPlaceEvent - Class in com.bgsoftware.wildstacker.api.events
-
BarrelPlaceEvent is called when a new barrel is placed in the world.
- BarrelPlaceEvent(Player, StackedBarrel) - Constructor for class com.bgsoftware.wildstacker.api.events.BarrelPlaceEvent
-
- BarrelPlaceEvent(Player, StackedBarrel, ItemStack) - Constructor for class com.bgsoftware.wildstacker.api.events.BarrelPlaceEvent
-
The constructor for the event.
- BarrelPlaceInventoryEvent - Class in com.bgsoftware.wildstacker.api.events
-
BarrelPlaceInventoryEvent is called when blocks are moved into the place inventory of a barrel.
- BarrelPlaceInventoryEvent(Player, StackedBarrel, int) - Constructor for class com.bgsoftware.wildstacker.api.events.BarrelPlaceInventoryEvent
-
The constructor for the event.
- BarrelStackEvent - Class in com.bgsoftware.wildstacker.api.events
-
BarrelStackEvent is called when a barrel is stacked into another barrel.
- BarrelStackEvent(StackedBarrel, StackedBarrel) - Constructor for class com.bgsoftware.wildstacker.api.events.BarrelStackEvent
-
The constructor for the event.
- BarrelUnstackEvent - Class in com.bgsoftware.wildstacker.api.events
-
BarrelUnstackEvent is called when a barrel is unstacked.
- BarrelUnstackEvent(StackedBarrel, Entity, int) - Constructor for class com.bgsoftware.wildstacker.api.events.BarrelUnstackEvent
-
The constructor for the event.