Class DirectionalDropper
-
- All Implemented Interfaces:
public final class DirectionalDropper extends DirectionalFurnace
-
-
Field Summary
Fields Modifier and Type Field Description private final StringupBlockprivate final StringdownBlockprivate final List<String>blocksprivate final ConfigurationSectionsectionprivate final StringnorthBlockprivate final StringsouthBlockprivate final StringeastBlockprivate final StringwestBlockprivate final StringparentBlockprivate final DirectionalBlock.DirectionalTypedirectionalTypeprivate final NoteBlockMechanicparentMechanic
-
Constructor Summary
Constructors Constructor Description DirectionalDropper(ConfigurationSection section)
-
Method Summary
Modifier and Type Method Description final StringgetUpBlock()final StringgetDownBlock()List<String>getBlocks()final ConfigurationSectiongetSection()NoteBlockMechanicdirectionMechanic(BlockFace face, Player player)BooleananyMatch(String itemId)UnitparseVariantBuilder(Variant.Builder variantBuilder, CustomBlockMechanic mechanic)-
Methods inherited from class com.nexomc.nexo.mechanics.custom_block.noteblock.directional.DirectionalFurnace
getEastBlock, getNorthBlock, getSouthBlock, getWestBlock -
Methods inherited from class com.nexomc.nexo.mechanics.custom_block.noteblock.directional.DirectionalBlock
directionalModel, getDirectionalType, getParentBlock, getParentMechanic, isParentBlock -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getUpBlock
final String getUpBlock()
-
getDownBlock
final String getDownBlock()
-
getSection
final ConfigurationSection getSection()
-
directionMechanic
NoteBlockMechanic directionMechanic(BlockFace face, Player player)
-
parseVariantBuilder
Unit parseVariantBuilder(Variant.Builder variantBuilder, CustomBlockMechanic mechanic)
-
-
-
-