Class FluidMaterial
java.lang.Object
com.hypixel.hytale.builtin.hytalegenerator.material.FluidMaterial
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intcontentHash(int blockId, byte fluidLevel) final booleaninthashCode()toString()
-
Field Details
-
materialCache
-
fluidId
public final int fluidId -
fluidLevel
public final byte fluidLevel
-
-
Constructor Details
-
FluidMaterial
FluidMaterial(@Nonnull MaterialCache materialCache, int fluidId, byte fluidLevel)
-
-
Method Details