Package net.minecraft.block
Class PointedDripstoneBlock.DripType
java.lang.Object
net.minecraft.block.PointedDripstoneBlock.DripType
- Enclosing class:
- PointedDripstoneBlock
static class PointedDripstoneBlock.DripType extends Object
-
Field Summary
Fields Modifier and Type Field Description private DimensionTypefield_28109private Fluidfluid -
Constructor Summary
Constructors Constructor Description DripType(Fluid fluid, DimensionType dimensionType) -
Method Summary
Modifier and Type Method Description (package private) FluidgetFluid()(package private) ParticleEffectgetParticle()(package private) booleanisLiquid()Checks if the fluid of this drip type is liquid, namely lava or water.
-
Field Details
-
fluid
-
field_28109
-
-
Constructor Details
-
DripType
DripType(Fluid fluid, DimensionType dimensionType)
-
-
Method Details
-
getFluid
Fluid getFluid() -
isLiquid
boolean isLiquid()Checks if the fluid of this drip type is liquid, namely lava or water. -
getParticle
-