Class DirectionalLog
-
- All Implemented Interfaces:
public final class DirectionalLog extends DirectionalBlock
-
-
Field Summary
Fields Modifier and Type Field Description private final StringxBlockprivate final StringyBlockprivate final StringzBlockprivate final List<String>blocksprivate final ConfigurationSectionsectionprivate final StringparentBlockprivate final DirectionalBlock.DirectionalTypedirectionalTypeprivate final NoteBlockMechanicparentMechanic
-
Constructor Summary
Constructors Constructor Description DirectionalLog(ConfigurationSection section)
-
Method Summary
Modifier and Type Method Description final StringgetXBlock()final StringgetYBlock()final StringgetZBlock()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.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
-
getSection
final ConfigurationSection getSection()
-
directionMechanic
NoteBlockMechanic directionMechanic(BlockFace face, Player player)
-
parseVariantBuilder
Unit parseVariantBuilder(Variant.Builder variantBuilder, CustomBlockMechanic mechanic)
-
-
-
-