Index
All Classes and Interfaces|All Packages
A
- actionBar(Audience, String) - Static method in class dev.strwbry.eventhorizon.utility.MsgUtility
-
Sends an action bar to an audience
- addAttributeModifier(Attribute) - Method in class dev.strwbry.eventhorizon.events.attributes.BaseAttribute
-
Adds a new attribute modifier with default settings.
- addAttributeModifier(Attribute, double, AttributeModifier.Operation) - Method in class dev.strwbry.eventhorizon.events.attributes.BaseAttribute
-
Adds a new attribute modifier with specified parameters.
- addAttributeModifier(Attribute, AttributeModifier) - Method in class dev.strwbry.eventhorizon.events.attributes.BaseAttribute
-
Adds a pre-configured attribute modifier.
- addBlockDrop(Material, ItemStack) - Method in class dev.strwbry.eventhorizon.events.dropmodification.BaseDropModification
-
Adds a single drop to the possible drops for a block type.
- addEffect(PotionEffect) - Method in class dev.strwbry.eventhorizon.events.effects.BaseEffects
-
Adds a pre-configured potion effect to this effect event.
- addEffect(PotionEffectType) - Method in class dev.strwbry.eventhorizon.events.effects.BaseEffects
-
Adds a new potion effect with default parameters.
- addEffect(PotionEffectType, int, int, boolean, boolean, boolean) - Method in class dev.strwbry.eventhorizon.events.effects.BaseEffects
-
Adds a new potion effect with specified parameters to this effect event.
- addMobDrop(EntityType, ItemStack) - Method in class dev.strwbry.eventhorizon.events.dropmodification.BaseDropModification
-
Adds a single drop to the possible drops for a mob type.
- addMobType(EntityType) - Method in class dev.strwbry.eventhorizon.events.mobspawn.BaseMobSpawn
-
Adds a new mob type to the list of possible spawn types.
- addMobTypes(List<EntityType>) - Method in class dev.strwbry.eventhorizon.events.mobspawn.BaseMobSpawn
-
Adds multiple mob types to the list of possible spawn types.
- addPlayerInvItems(Player, List<ItemStack>) - Method in class dev.strwbry.eventhorizon.events.inventoryadjustments.BaseInventoryAdjustment
-
Adds items to player inventory
- addRandomPlayerInvItems(Player, int) - Method in class dev.strwbry.eventhorizon.events.inventoryadjustments.BaseInventoryAdjustment
-
Adds random items to player inventory
- addWeightedItems(List<Pair<ItemStack, Double>>) - Method in class dev.strwbry.eventhorizon.events.inventoryadjustments.BaseInventoryAdjustment
-
Adds multiple weighted items
- addWeightedItems(List<Pair<ItemStack, Double>>) - Method in class dev.strwbry.eventhorizon.events.itemspawn.BaseItemSpawn
-
Adds multiple weighted items to the random selection pool.
- allowLavaSpawns - Variable in class dev.strwbry.eventhorizon.events.itemspawn.BaseItemSpawn
-
Whether items can spawn in lava
- allowLavaSpawns - Variable in class dev.strwbry.eventhorizon.events.mobspawn.BaseMobSpawn
-
Whether mobs can spawn in lava
- allowWaterSpawns - Variable in class dev.strwbry.eventhorizon.events.itemspawn.BaseItemSpawn
-
Whether items can spawn in water
- allowWaterSpawns - Variable in class dev.strwbry.eventhorizon.events.mobspawn.BaseMobSpawn
-
Whether mobs can spawn in water
- applyAttributeModifiersToAllPlayers() - Method in class dev.strwbry.eventhorizon.events.attributes.BaseAttribute
-
Applies all registered attribute modifiers to every online player.
- applyAttributeModifiersToPlayer(Player) - Method in class dev.strwbry.eventhorizon.events.attributes.BaseAttribute
-
Applies all registered attribute modifiers to a specific player.
- applyAttributeModifiersToPlayer(Player) - Method in class dev.strwbry.eventhorizon.events.attributes.Fasting
-
Applies the fasting effect to a player by setting their food level to zero.
- applyBlockEditToAllPlayers(Pattern, Collection<BlockType>, boolean) - Method in class dev.strwbry.eventhorizon.events.blockmodification.BaseBlockModification
-
Applies block modifications to all online players using a pattern.
- applyBlockEditToAllPlayers(Material, Collection<BlockType>, boolean) - Method in class dev.strwbry.eventhorizon.events.blockmodification.BaseBlockModification
-
Applies block modifications to all online players using a single replacement block.
- applyGameRuleToAllWorlds(GameRule<T>, T) - Method in class dev.strwbry.eventhorizon.events.gamerule.BaseGameRule
- applyGameRuleToWorld(World, GameRule<T>, T) - Method in class dev.strwbry.eventhorizon.events.gamerule.BaseGameRule
- applyPotionEffectsToAllPlayers() - Method in class dev.strwbry.eventhorizon.events.effects.BaseEffects
-
Applies all registered potion effects to all online players.
- applyPotionEffectsToPlayer(Player) - Method in class dev.strwbry.eventhorizon.events.effects.BaseEffects
-
Applies all registered potion effects to a specific player.
- applyToAllPlayers() - Method in class dev.strwbry.eventhorizon.events.inventoryadjustments.BaseInventoryAdjustment
-
Applies operations to all online players
- applyToAllPlayers() - Method in class dev.strwbry.eventhorizon.events.inventoryadjustments.InventorySwap
-
Applies the inventory swap effect to all player pairs.
- applyToPlayer(Player) - Method in class dev.strwbry.eventhorizon.events.inventoryadjustments.BaseInventoryAdjustment
-
Applies operation to specific player
- applyToPlayer(Player) - Method in class dev.strwbry.eventhorizon.events.inventoryadjustments.ButterFingers
-
Applies the butter fingers effect to a specific player.
- applyToPlayer(Player) - Method in class dev.strwbry.eventhorizon.events.inventoryadjustments.FlightSchool
-
Applies the flight school effect to a specific player.
- applyToPlayer(Player) - Method in class dev.strwbry.eventhorizon.events.inventoryadjustments.InventorySwap
-
Applies the inventory swap effect to a single player.
- applyToPlayer(Player) - Method in class dev.strwbry.eventhorizon.events.inventoryadjustments.SpoiledFood
-
Applies the spoiled food effect to a specific player.
- applyZeroGravityToEntities() - Method in class dev.strwbry.eventhorizon.events.attributes.ZeroGravity
-
Applies zero gravity effect to all non-player entities in the main world.
- attributeModifiers - Variable in class dev.strwbry.eventhorizon.events.attributes.BaseAttribute
-
Maps Bukkit Attributes to their corresponding AttributeModifiers.
All Classes and Interfaces|All Packages