Class SpoutBlockEntity

java.lang.Object
net.neoforged.neoforge.attachment.AttachmentHolder
All Implemented Interfaces:
IHaveCustomOverlayIcon, IHaveGoggleInformation, PartialSafeNBT, SpecialBlockEntityItemRequirement, IInteractionChecker, net.createmod.ponder.api.VirtualBlockEntity, net.neoforged.neoforge.attachment.IAttachmentHolder, net.neoforged.neoforge.common.extensions.IBlockEntityExtension

public class SpoutBlockEntity extends SmartBlockEntity implements IHaveGoggleInformation
  • Field Details

    • FILLING_TIME

      public static final int FILLING_TIME
      See Also:
    • beltProcessing

      protected BeltProcessingBehaviour beltProcessing
    • processingTicks

      public int processingTicks
    • sendSplash

      public boolean sendSplash
    • customProcess

      public BlockSpoutingBehaviour customProcess
    • SPLASH_PARTICLE_COUNT

      protected static int SPLASH_PARTICLE_COUNT
  • Constructor Details

    • SpoutBlockEntity

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