Class StackableChild
-
- All Implemented Interfaces:
public final class StackableChild extends StringBlockMechanic
-
-
Field Summary
Fields Modifier and Type Field Description private final <Error class: unknown class>parentIdprivate final StringBlockMechanicparentBlockprivate final Booleantallprivate final BooleanplaceableOnWaterprivate final BooleanrequireSupportingprivate final TripwireblockDataprivate final CustomBlockType<?>typeprivate final Keymodelprivate final IntegercustomVariationprivate final BlockSoundsblockSoundsprivate final LightMechaniclightprivate final LimitedPlacinglimitedPlacingprivate final List<ClickAction>clickActionsprivate final BlockLockerMechanicblockLockerprivate final Breakablebreakableprivate final BooleanisBlastResistantprivate final Booleanimmovableprivate final StringitemIDprivate final MechanicFactoryfactoryprivate final ConfigurationSectionsectionprivate final Array<out ItemModifier>itemModifiers
-
Constructor Summary
Constructors Constructor Description StackableChild(ConfigurationSection childSection, Integer index)
-
Method Summary
Modifier and Type Method Description final <Error class: unknown class>getParentId()final StringBlockMechanicgetParentBlock()-
Methods inherited from class com.nexomc.nexo.mechanics.custom_block.stringblock.StringBlockMechanic
createBlockData, getBlockData, getPlaceableOnWater, getRequireSupporting, getTall, hasRandomPlace, isSapling, isStackable, randomPlace, sapling, stackable -
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, isInteractable, isStorage, runClickActions, storage -
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
-
StackableChild
StackableChild(ConfigurationSection childSection, Integer index)
-
-
Method Detail
-
getParentId
final <Error class: unknown class> getParentId()
-
getParentBlock
final StringBlockMechanic getParentBlock()
-
-
-
-