Index
All Classes and Interfaces|All Packages
D
- DeepDarkInvasion - Class in dev.strwbry.eventhorizon.events.blockmodification
-
Represents a negative event that transforms an area into a Deep Dark biome-like environment.
- DeepDarkInvasion() - Constructor for class dev.strwbry.eventhorizon.events.blockmodification.DeepDarkInvasion
-
Constructs a new DeepDarkInvasion event.
- deleteMarkedItems() - Method in class dev.strwbry.eventhorizon.events.inventoryadjustments.BaseInventoryAdjustment
-
Deletes all marked dropped items
- deleteMarkedItemStacks() - Method in class dev.strwbry.eventhorizon.events.inventoryadjustments.BaseInventoryAdjustment
-
Deletes all marked inventory items
- deleteSpawnedItems() - Method in class dev.strwbry.eventhorizon.events.itemspawn.BaseItemSpawn
-
Deletes all items that were marked by this event across all worlds.
- dev.strwbry.eventhorizon - package dev.strwbry.eventhorizon
- dev.strwbry.eventhorizon.commands - package dev.strwbry.eventhorizon.commands
- dev.strwbry.eventhorizon.events - package dev.strwbry.eventhorizon.events
- dev.strwbry.eventhorizon.events.attributes - package dev.strwbry.eventhorizon.events.attributes
- dev.strwbry.eventhorizon.events.blockmodification - package dev.strwbry.eventhorizon.events.blockmodification
- dev.strwbry.eventhorizon.events.blockmodification.subevents - package dev.strwbry.eventhorizon.events.blockmodification.subevents
- dev.strwbry.eventhorizon.events.dropmodification - package dev.strwbry.eventhorizon.events.dropmodification
- dev.strwbry.eventhorizon.events.effects - package dev.strwbry.eventhorizon.events.effects
- dev.strwbry.eventhorizon.events.gamerule - package dev.strwbry.eventhorizon.events.gamerule
- dev.strwbry.eventhorizon.events.inventoryadjustments - package dev.strwbry.eventhorizon.events.inventoryadjustments
- dev.strwbry.eventhorizon.events.itemspawn - package dev.strwbry.eventhorizon.events.itemspawn
- dev.strwbry.eventhorizon.events.mobspawn - package dev.strwbry.eventhorizon.events.mobspawn
- dev.strwbry.eventhorizon.events.utility - package dev.strwbry.eventhorizon.events.utility
- dev.strwbry.eventhorizon.events.utility.fawe - package dev.strwbry.eventhorizon.events.utility.fawe
- dev.strwbry.eventhorizon.events.utility.fawe.region - package dev.strwbry.eventhorizon.events.utility.fawe.region
- dev.strwbry.eventhorizon.utility - package dev.strwbry.eventhorizon.utility
- disableDropModifications() - Method in class dev.strwbry.eventhorizon.events.dropmodification.BaseDropModification
-
Disables all custom drop modifications and clears drop maps.
- DoubleOrNothing - Class in dev.strwbry.eventhorizon.events.dropmodification
-
A drop modification event that implements a double-or-nothing mechanic.
- DoubleOrNothing() - Constructor for class dev.strwbry.eventhorizon.events.dropmodification.DoubleOrNothing
-
Constructs a new DoubleOrNothing event with NEGATIVE classification.
- DropCreeper - Class in dev.strwbry.eventhorizon.events.mobspawn
-
Event that spawns a Creeper near players.
- DropCreeper() - Constructor for class dev.strwbry.eventhorizon.events.mobspawn.DropCreeper
-
Constructs a new DropCreeper event with specific spawn settings.
- dropItem(ItemStack, Player) - Method in class dev.strwbry.eventhorizon.events.inventoryadjustments.BaseInventoryAdjustment
-
Drops item at player location
- dropItem(ItemStack, Location) - Method in class dev.strwbry.eventhorizon.events.dropmodification.BaseDropModification
-
Drops a single item at a specified location.
- dropItems(List<ItemStack>, Location) - Method in class dev.strwbry.eventhorizon.events.dropmodification.BaseDropModification
-
Drops multiple items at a specified location.
- DropParty - Class in dev.strwbry.eventhorizon.events.itemspawn
-
A positive event that spawns various items throughout the world in a "drop party" style.
- DropParty() - Constructor for class dev.strwbry.eventhorizon.events.itemspawn.DropParty
-
Constructs a new DropParty event with predefined configuration settings.
- dropPlayerInvItems(Player, ItemStack) - Method in class dev.strwbry.eventhorizon.events.inventoryadjustments.BaseInventoryAdjustment
-
Drops items from player inventory
All Classes and Interfaces|All Packages