Interface IAirCurrentSource
- All Known Implementing Classes:
EncasedFanTileEntity
public interface IAirCurrentSource
-
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.core.BlockPosnet.minecraft.world.level.Levelnet.minecraft.core.Directionnet.minecraft.core.Directiondefault floatfloatgetSpeed()boolean
-
Method Details
-
getAirCurrent
-
getAirCurrentWorld
@Nullable net.minecraft.world.level.Level getAirCurrentWorld() -
getAirCurrentPos
net.minecraft.core.BlockPos getAirCurrentPos() -
getSpeed
float getSpeed() -
getAirflowOriginSide
net.minecraft.core.Direction getAirflowOriginSide() -
getAirFlowDirection
@Nullable net.minecraft.core.Direction getAirFlowDirection() -
getMaxDistance
default float getMaxDistance() -
isSourceRemoved
boolean isSourceRemoved()
-