Interface FluidInformation
- All Known Implementing Classes:
FluidProperties
public interface FluidInformation
-
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.world.level.pathfinder.BlockPathTypesbooleanbooleancanDrown()booleanbooleanbooleancanPlace()booleanbooleancanSwim()intdensity()intdropOff()floatfloatnet.minecraft.resources.ResourceLocationflowing()net.minecraft.resources.ResourceLocationid()intdoublenet.minecraft.resources.ResourceLocationoverlay()net.minecraft.world.level.pathfinder.BlockPathTypespathType()net.minecraft.world.item.Rarityrarity()net.minecraft.resources.ResourceLocationintsounds()net.minecraft.resources.ResourceLocationstill()booleanintintintint
-
Method Details
-
id
net.minecraft.resources.ResourceLocation id() -
motionScale
double motionScale() -
canPushEntity
boolean canPushEntity() -
canSwim
boolean canSwim() -
canDrown
boolean canDrown() -
fallDistanceModifier
float fallDistanceModifier() -
canExtinguish
boolean canExtinguish() -
canConvertToSource
boolean canConvertToSource() -
supportsBloating
boolean supportsBloating() -
pathType
net.minecraft.world.level.pathfinder.BlockPathTypes pathType() -
adjacentPathType
net.minecraft.world.level.pathfinder.BlockPathTypes adjacentPathType() -
canHydrate
boolean canHydrate() -
lightLevel
int lightLevel() -
density
int density() -
temperature
int temperature() -
viscosity
int viscosity() -
rarity
net.minecraft.world.item.Rarity rarity() -
sounds
FluidSounds sounds() -
still
net.minecraft.resources.ResourceLocation still() -
flowing
net.minecraft.resources.ResourceLocation flowing() -
overlay
net.minecraft.resources.ResourceLocation overlay() -
screenOverlay
net.minecraft.resources.ResourceLocation screenOverlay() -
tintColor
int tintColor() -
tickDelay
int tickDelay() -
slopeFindDistance
int slopeFindDistance() -
dropOff
int dropOff() -
explosionResistance
float explosionResistance() -
canPlace
boolean canPlace() -
toProperties
FluidProperties toProperties()
-