@MethodsReturnNonnullByDefault
public interface IAirCurrentSource
| Modifier and Type | Method and Description |
|---|---|
AirCurrent |
getAirCurrent() |
net.minecraft.util.math.BlockPos |
getAirCurrentPos() |
net.minecraft.world.World |
getAirCurrentWorld() |
net.minecraft.util.Direction |
getAirFlowDirection() |
net.minecraft.util.Direction |
getAirflowOriginSide() |
default float |
getMaxDistance() |
float |
getSpeed() |
boolean |
isSourceRemoved() |
@Nullable AirCurrent getAirCurrent()
@Nullable net.minecraft.world.World getAirCurrentWorld()
net.minecraft.util.math.BlockPos getAirCurrentPos()
float getSpeed()
net.minecraft.util.Direction getAirflowOriginSide()
@Nullable net.minecraft.util.Direction getAirFlowDirection()
default float getMaxDistance()
boolean isSourceRemoved()