Class SplitShaftBlockEntity

All Implemented Interfaces:
IHaveCustomOverlayIcon, IHaveGoggleInformation, IHaveHoveringInformation, PartialSafeNBT, SpecialBlockEntityItemRequirement, IInteractionChecker, net.createmod.ponder.api.VirtualBlockEntity, net.neoforged.neoforge.attachment.IAttachmentHolder, net.neoforged.neoforge.common.extensions.IBlockEntityExtension
Direct Known Subclasses:
ClutchBlockEntity, GearshiftBlockEntity, SequencedGearshiftBlockEntity

public abstract class SplitShaftBlockEntity extends DirectionalShaftHalvesBlockEntity
  • Constructor Details

    • SplitShaftBlockEntity

      public SplitShaftBlockEntity(net.minecraft.world.level.block.entity.BlockEntityType<?> type, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state)
  • Method Details

    • getRotationSpeedModifier

      public abstract float getRotationSpeedModifier(net.minecraft.core.Direction face)