- of(String) - Static method in class com.aaaaahhhhhhh.bananapuncher714.dimensional.block.library.api.states.DStateBoolean
-
Create a new DStateBoolean with the provided id.
- of(String, Class<T>) - Static method in class com.aaaaahhhhhhh.bananapuncher714.dimensional.block.library.api.states.DStateEnum
-
Create a new DStateEnum for the provided enum and all the values.
- of(String, Class<T>, Predicate<T>) - Static method in class com.aaaaahhhhhhh.bananapuncher714.dimensional.block.library.api.states.DStateEnum
-
Create a new DStateEnum for the provided enum and values that fit the predicate.
- of(String, Class<T>, T...) - Static method in class com.aaaaahhhhhhh.bananapuncher714.dimensional.block.library.api.states.DStateEnum
-
Create a new DStateEnum for the provided values of that enum.
- of(String, Class<T>, Collection<T>) - Static method in class com.aaaaahhhhhhh.bananapuncher714.dimensional.block.library.api.states.DStateEnum
-
Create a new DStateEnum for the provided values of that enum.
- of(String, int, int) - Static method in class com.aaaaahhhhhhh.bananapuncher714.dimensional.block.library.api.states.DStateInteger
-
Create a new DStateInteger with a range from the min to max, inclusive.
- onCommand(CommandSender, Command, String, String[]) - Method in class com.aaaaahhhhhhh.bananapuncher714.dimensional.block.library.DimensionalBlocks
-
- onContact(DBlockData, Location, Entity) - Method in class com.aaaaahhhhhhh.bananapuncher714.dimensional.block.library.api.DBlock
-
Called when an entity touches, or is inside the block.
- onDataUpdate(DBlockData, Location) - Method in class com.aaaaahhhhhhh.bananapuncher714.dimensional.block.library.api.DBlock
-
Called after this block gets placed in the world, either through code or command.
- onDisable() - Method in class com.aaaaahhhhhhh.bananapuncher714.dimensional.block.library.DimensionalBlocks
-
- onEnable() - Method in class com.aaaaahhhhhhh.bananapuncher714.dimensional.block.library.DimensionalBlocks
-
- onProjectileHit(DBlockData, Entity, CollisionResultBlock) - Method in class com.aaaaahhhhhhh.bananapuncher714.dimensional.block.library.api.DBlock
-
Called when a projectile, hits the block.
- onRegister() - Method in class com.aaaaahhhhhhh.bananapuncher714.dimensional.block.library.api.DBlock
-
Manage all block related stuff here, such as setting the states and their various values.