Class DirectionalFurnace
-
- All Implemented Interfaces:
public class DirectionalFurnace extends DirectionalBlock
-
-
Field Summary
Fields Modifier and Type Field Description private final StringnorthBlockprivate final StringsouthBlockprivate final StringeastBlockprivate final StringwestBlockprivate final List<String>blocksprivate final StringparentBlockprivate final DirectionalBlock.DirectionalTypedirectionalTypeprivate final NoteBlockMechanicparentMechanic
-
Constructor Summary
Constructors Constructor Description DirectionalFurnace(ConfigurationSection section)
-
Method Summary
Modifier and Type Method Description final StringgetNorthBlock()final StringgetSouthBlock()final StringgetEastBlock()final StringgetWestBlock()List<String>getBlocks()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.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
-
getNorthBlock
final String getNorthBlock()
-
getSouthBlock
final String getSouthBlock()
-
getEastBlock
final String getEastBlock()
-
getWestBlock
final String getWestBlock()
-
directionMechanic
NoteBlockMechanic directionMechanic(BlockFace face, Player player)
-
parseVariantBuilder
Unit parseVariantBuilder(Variant.Builder variantBuilder, CustomBlockMechanic mechanic)
-
-
-
-