Interface PneumaticCraftEntityBlock
- All Superinterfaces:
net.minecraft.world.level.block.EntityBlock
- All Known Implementing Classes:
AbstractAssemblyIOUnitBlock,AbstractAssemblyIOUnitBlock.Export,AbstractAssemblyIOUnitBlock.Import,AbstractPressureWallBlock,AdvancedAirCompressorBlock,AdvancedLiquidCompressorBlock,AerialInterfaceBlock,AirCannonBlock,AirCompressorBlock,AphorismTileBlock,AssemblyControllerBlock,AssemblyDrillBlock,AssemblyLaserBlock,AssemblyPlatformBlock,ChargingStationBlock,CompressedIronBlock,CreativeCompressedIronBlock,CreativeCompressorBlock,DisplayTableBlock,DisplayTableBlock.Shelf,DroneInterfaceBlock,ElectrostaticCompressorBlock,ElevatorBaseBlock,ElevatorCallerBlock,ElevatorFrameBlock,EtchingTankBlock,FluidMixerBlock,FluidTankBlock,FluxCompressorBlock,GasLiftBlock,HeatPipeBlock,HeatSinkBlock,KeroseneLampBlock,LiquidCompressorBlock,LiquidHopperBlock,OmnidirectionalHopperBlock,PneumaticDoorBaseBlock,PneumaticDoorBlock,PneumaticDynamoBlock,PressureChamberGlassBlock,PressureChamberInterfaceBlock,PressureChamberValveBlock,PressureChamberWallBlock,PressureTubeBlock,PressurizedSpawnerBlock,ProgrammableControllerBlock,ProgrammerBlock,RefineryControllerBlock,RefineryOutputBlock,ReinforcedChestBlock,SecurityStationBlock,SentryTurretBlock,SmartChestBlock,SpawnerExtractorBlock,TagWorkbenchBlock,ThermalCompressorBlock,ThermopneumaticProcessingPlantBlock,TubeJunctionBlock,UniversalSensorBlock,UVLightBoxBlock,VacuumPumpBlock,VacuumTrapBlock,VortexTubeBlock
public interface PneumaticCraftEntityBlock
extends net.minecraft.world.level.block.EntityBlock
-
Method Summary
Modifier and TypeMethodDescriptiondefault <T extends net.minecraft.world.level.block.entity.BlockEntity>
net.minecraft.world.level.block.entity.BlockEntityTicker<T>getTicker(net.minecraft.world.level.Level pLevel, net.minecraft.world.level.block.state.BlockState pState, net.minecraft.world.level.block.entity.BlockEntityType<T> pBlockEntityType) Methods inherited from interface net.minecraft.world.level.block.EntityBlock
getListener, newBlockEntity
-
Method Details
-
getTicker
@Nullable default <T extends net.minecraft.world.level.block.entity.BlockEntity> net.minecraft.world.level.block.entity.BlockEntityTicker<T> getTicker(net.minecraft.world.level.Level pLevel, net.minecraft.world.level.block.state.BlockState pState, net.minecraft.world.level.block.entity.BlockEntityType<T> pBlockEntityType) - Specified by:
getTickerin interfacenet.minecraft.world.level.block.EntityBlock
-