Index

A B C D E F G H I K L M N O P R S T U V W 
All Classes|All Packages

A

AAConstants - Class in wtf.choco.arrows.util
Various constants for the AlchemicalArrows plugin.
AAPersistentDataTypes - Class in wtf.choco.arrows.persistence
A utility class defining constants of all types of PersistentDataTypes defined by AlchemicalArrows.
AAPersistentDataTypes() - Constructor for class wtf.choco.arrows.persistence.AAPersistentDataTypes
 
add(AlchemicalArrowEntity) - Method in class wtf.choco.arrows.registry.ArrowStateManager
Add an AlchemicalArrowEntity to the state manager.
AlchemicalArrow - Class in wtf.choco.arrows.api
Represents the base of an alchemical arrow with special effects upon hitting a block, entity or player
AlchemicalArrow() - Constructor for class wtf.choco.arrows.api.AlchemicalArrow
 
AlchemicalArrowAir - Class in wtf.choco.arrows.arrow
 
AlchemicalArrowAir(AlchemicalArrows) - Constructor for class wtf.choco.arrows.arrow.AlchemicalArrowAir
 
AlchemicalArrowChain - Class in wtf.choco.arrows.arrow
 
AlchemicalArrowChain(AlchemicalArrows) - Constructor for class wtf.choco.arrows.arrow.AlchemicalArrowChain
 
AlchemicalArrowConfusion - Class in wtf.choco.arrows.arrow
 
AlchemicalArrowConfusion(AlchemicalArrows) - Constructor for class wtf.choco.arrows.arrow.AlchemicalArrowConfusion
 
AlchemicalArrowDarkness - Class in wtf.choco.arrows.arrow
 
AlchemicalArrowDarkness(AlchemicalArrows) - Constructor for class wtf.choco.arrows.arrow.AlchemicalArrowDarkness
 
AlchemicalArrowDeath - Class in wtf.choco.arrows.arrow
 
AlchemicalArrowDeath(AlchemicalArrows) - Constructor for class wtf.choco.arrows.arrow.AlchemicalArrowDeath
 
AlchemicalArrowEarth - Class in wtf.choco.arrows.arrow
 
AlchemicalArrowEarth(AlchemicalArrows) - Constructor for class wtf.choco.arrows.arrow.AlchemicalArrowEarth
 
AlchemicalArrowEnder - Class in wtf.choco.arrows.arrow
 
AlchemicalArrowEnder(AlchemicalArrows) - Constructor for class wtf.choco.arrows.arrow.AlchemicalArrowEnder
 
AlchemicalArrowEntity - Class in wtf.choco.arrows.api
Represents an in-world AlchemicalArrow implementation.
AlchemicalArrowEntity(AlchemicalArrow, Arrow) - Constructor for class wtf.choco.arrows.api.AlchemicalArrowEntity
Construct a new instance of AlchemicalArrowEntity given a type and arrow
AlchemicalArrowEvent - Class in wtf.choco.arrows.api.event
An abstract event that involves an AlchemicalArrowEntity.
AlchemicalArrowExplosive - Class in wtf.choco.arrows.arrow
 
AlchemicalArrowExplosive(AlchemicalArrows) - Constructor for class wtf.choco.arrows.arrow.AlchemicalArrowExplosive
 
AlchemicalArrowFire - Class in wtf.choco.arrows.arrow
 
AlchemicalArrowFire(AlchemicalArrows) - Constructor for class wtf.choco.arrows.arrow.AlchemicalArrowFire
 
AlchemicalArrowFrost - Class in wtf.choco.arrows.arrow
 
AlchemicalArrowFrost(AlchemicalArrows) - Constructor for class wtf.choco.arrows.arrow.AlchemicalArrowFrost
 
AlchemicalArrowGrapple - Class in wtf.choco.arrows.arrow
 
AlchemicalArrowGrapple(AlchemicalArrows) - Constructor for class wtf.choco.arrows.arrow.AlchemicalArrowGrapple
 
AlchemicalArrowLife - Class in wtf.choco.arrows.arrow
 
AlchemicalArrowLife(AlchemicalArrows) - Constructor for class wtf.choco.arrows.arrow.AlchemicalArrowLife
 
AlchemicalArrowLight - Class in wtf.choco.arrows.arrow
 
AlchemicalArrowLight(AlchemicalArrows) - Constructor for class wtf.choco.arrows.arrow.AlchemicalArrowLight
 
AlchemicalArrowMagic - Class in wtf.choco.arrows.arrow
 
AlchemicalArrowMagic(AlchemicalArrows) - Constructor for class wtf.choco.arrows.arrow.AlchemicalArrowMagic
 
AlchemicalArrowMagnetic - Class in wtf.choco.arrows.arrow
 
AlchemicalArrowMagnetic(AlchemicalArrows) - Constructor for class wtf.choco.arrows.arrow.AlchemicalArrowMagnetic
 
AlchemicalArrowNecrotic - Class in wtf.choco.arrows.arrow
 
AlchemicalArrowNecrotic(AlchemicalArrows) - Constructor for class wtf.choco.arrows.arrow.AlchemicalArrowNecrotic
 
AlchemicalArrows - Class in wtf.choco.arrows
The entry point of the AlchemicalArrows plugin and its API.
AlchemicalArrows() - Constructor for class wtf.choco.arrows.AlchemicalArrows
 
AlchemicalArrowShootEvent - Class in wtf.choco.arrows.api.event
Called when an alchemical arrow has been shot.
AlchemicalArrowShootEvent(AlchemicalArrowEntity, ProjectileSource) - Constructor for class wtf.choco.arrows.api.event.AlchemicalArrowShootEvent
Construct a new AlchemicalArrowShootEvent
AlchemicalArrowWater - Class in wtf.choco.arrows.arrow
 
AlchemicalArrowWater(AlchemicalArrows) - Constructor for class wtf.choco.arrows.arrow.AlchemicalArrowWater
 
ALLOW_INFINITY - Static variable in class wtf.choco.arrows.api.property.ArrowProperty
A boolean valued property determining whether the infinity enchantment is permitted or not.
amount(int) - Method in class wtf.choco.arrows.util.ItemBuilder
Set the item amount.
ArrowEntityFire - Class in wtf.choco.arrows.arrow.entity
 
ArrowEntityFire(AlchemicalArrow, Arrow, AlchemicalArrows, int) - Constructor for class wtf.choco.arrows.arrow.entity.ArrowEntityFire
 
ArrowEntityFused - Class in wtf.choco.arrows.arrow.entity
 
ArrowEntityFused(AlchemicalArrow, Arrow, int) - Constructor for class wtf.choco.arrows.arrow.entity.ArrowEntityFused
 
ArrowEntityWater - Class in wtf.choco.arrows.arrow.entity
 
ArrowEntityWater(AlchemicalArrow, Arrow, Vector) - Constructor for class wtf.choco.arrows.arrow.entity.ArrowEntityWater
 
ArrowProperty - Class in wtf.choco.arrows.api.property
Represents a single-value property held by an AlchemicalArrow.
ArrowProperty(NamespacedKey, Object) - Constructor for class wtf.choco.arrows.api.property.ArrowProperty
Construct a new ArrowProperty given an ID, type and default value.
ArrowPropertyValue - Interface in wtf.choco.arrows.api.property
Represents a transformable value of an ArrowProperty.
ArrowRegistry - Class in wtf.choco.arrows.registry
Handles the registration of AlchemicalArrow implementations.
ArrowRegistry() - Constructor for class wtf.choco.arrows.registry.ArrowRegistry
 
ArrowStateManager - Class in wtf.choco.arrows.registry
Handles the in-world entities for AlchemicalArrow types.
ArrowStateManager() - Constructor for class wtf.choco.arrows.registry.ArrowStateManager
 
ArrowUpdateTask - Class in wtf.choco.arrows.util
 
attribute(Attribute, AttributeModifier) - Method in class wtf.choco.arrows.util.ItemBuilder
Add an attribute modifier to this item.
A B C D E F G H I K L M N O P R S T U V W 
All Classes|All Packages