Class EncasedFanBlockEntity

All Implemented Interfaces:
IHaveCustomOverlayIcon, IHaveGoggleInformation, IHaveHoveringInformation, PartialSafeNBT, SpecialBlockEntityItemRequirement, IAirCurrentSource, IInteractionChecker, net.createmod.ponder.api.VirtualBlockEntity, net.neoforged.neoforge.attachment.IAttachmentHolder, net.neoforged.neoforge.common.extensions.IBlockEntityExtension

public class EncasedFanBlockEntity extends KineticBlockEntity implements IAirCurrentSource
  • Field Details

    • airCurrent

      public AirCurrent airCurrent
    • airCurrentUpdateCooldown

      protected int airCurrentUpdateCooldown
    • entitySearchCooldown

      protected int entitySearchCooldown
    • updateAirFlow

      protected boolean updateAirFlow
  • Constructor Details

    • EncasedFanBlockEntity

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