Interface FluidInformation

All Known Implementing Classes:
FluidProperties

public interface FluidInformation
  • 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()