Class ValveHandleBlockEntity

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

public class ValveHandleBlockEntity extends HandCrankBlockEntity
  • Field Details

    • angleInput

      public ScrollValueBehaviour angleInput
    • cooldown

      public int cooldown
    • startAngle

      protected int startAngle
    • targetAngle

      protected int targetAngle
    • totalUseTicks

      protected int totalUseTicks
  • Constructor Details

    • ValveHandleBlockEntity

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