Class ChorusBlockMechanic
-
- All Implemented Interfaces:
public final class ChorusBlockMechanic extends CustomBlockMechanic
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleanisFallingprivate final StorageMechanicstorageprivate final MultipleFacingblockDataprivate final CustomBlockType<?>typeprivate final IntegercustomVariationprivate final Keymodelprivate final BlockSoundsblockSoundsprivate final LightMechaniclightprivate final LimitedPlacinglimitedPlacingprivate final List<ClickAction>clickActionsprivate final BlockLockerMechanicblockLockerprivate final Breakablebreakableprivate final BooleanisBlastResistantprivate final Booleanimmovableprivate final Array<out Function<ItemBuilder, ItemBuilder>>itemModifiersprivate final StringitemIDprivate final MechanicFactoryfactoryprivate final ConfigurationSectionsection
-
Constructor Summary
Constructors Constructor Description ChorusBlockMechanic(ChorusBlockFactory factory, ConfigurationSection section)
-
Method Summary
Modifier and Type Method Description final BooleanisFalling()final StorageMechanicgetStorage()MultipleFacinggetBlockData()MultipleFacingcreateBlockData()-
Methods inherited from class com.nexomc.nexo.mechanics.custom_block.CustomBlockMechanic
getBlockLocker, getBlockSounds, getBreakable, getClickActions, getCustomVariation, getImmovable, getLight, getLimitedPlacing, getModel, getType, hasBlockSounds, hasClickActions, hasLight, hasLimitedPlacing, isBlastResistant, runClickActions -
Methods inherited from class com.nexomc.nexo.mechanics.Mechanic
getFactory, getItemID, getItemModifiers, getSection -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
ChorusBlockMechanic
ChorusBlockMechanic(ChorusBlockFactory factory, ConfigurationSection section)
-
-
Method Detail
-
getStorage
final StorageMechanic getStorage()
-
getBlockData
MultipleFacing getBlockData()
-
createBlockData
MultipleFacing createBlockData()
-
-
-
-