Class EncasedFanTileEntity

java.lang.Object
net.minecraftforge.common.capabilities.CapabilityProvider<net.minecraft.world.level.block.entity.BlockEntity>
All Implemented Interfaces:
com.jozufozu.flywheel.api.FlywheelRendered, IAirCurrentSource, IHaveGoggleInformation, IHaveHoveringInformation, IInteractionChecker, IPartialSafeNBT, net.minecraftforge.common.capabilities.ICapabilityProvider, net.minecraftforge.common.capabilities.ICapabilityProviderImpl<net.minecraft.world.level.block.entity.BlockEntity>, net.minecraftforge.common.capabilities.ICapabilitySerializable<net.minecraft.nbt.CompoundTag>, net.minecraftforge.common.extensions.IForgeBlockEntity, net.minecraftforge.common.util.INBTSerializable<net.minecraft.nbt.CompoundTag>

public class EncasedFanTileEntity extends GeneratingKineticTileEntity implements IAirCurrentSource
  • Field Details

    • airCurrent

      public AirCurrent airCurrent
    • airCurrentUpdateCooldown

      protected int airCurrentUpdateCooldown
    • entitySearchCooldown

      protected int entitySearchCooldown
    • isGenerator

      protected boolean isGenerator
    • updateAirFlow

      protected boolean updateAirFlow
    • updateGenerator

      protected boolean updateGenerator
  • Constructor Details

    • EncasedFanTileEntity

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