Class Fluid

java.lang.Object
com.hypixel.hytale.protocol.Fluid

public class Fluid extends Object
  • Field Details

    • NULLABLE_BIT_FIELD_SIZE

      public static final int NULLABLE_BIT_FIELD_SIZE
      See Also:
    • FIXED_BLOCK_SIZE

      public static final int FIXED_BLOCK_SIZE
      See Also:
    • VARIABLE_FIELD_COUNT

      public static final int VARIABLE_FIELD_COUNT
      See Also:
    • VARIABLE_BLOCK_START

      public static final int VARIABLE_BLOCK_START
      See Also:
    • MAX_SIZE

      public static final int MAX_SIZE
      See Also:
    • id

      @Nullable public String id
    • maxFluidLevel

      public int maxFluidLevel
    • cubeTextures

      @Nullable public BlockTextures[] cubeTextures
    • requiresAlphaBlending

      public boolean requiresAlphaBlending
    • opacity

      @Nonnull public Opacity opacity
    • shaderEffect

      @Nullable public ShaderType[] shaderEffect
    • light

      @Nullable public ColorLight light
    • fluidFXIndex

      public int fluidFXIndex
    • blockSoundSetIndex

      public int blockSoundSetIndex
    • blockParticleSetId

      @Nullable public String blockParticleSetId
    • particleColor

      @Nullable public Color particleColor
    • tagIndexes

      @Nullable public int[] tagIndexes
  • Constructor Details

    • Fluid

      public Fluid()
    • Fluid

      public Fluid(@Nullable String id, int maxFluidLevel, @Nullable BlockTextures[] cubeTextures, boolean requiresAlphaBlending, @Nonnull Opacity opacity, @Nullable ShaderType[] shaderEffect, @Nullable ColorLight light, int fluidFXIndex, int blockSoundSetIndex, @Nullable String blockParticleSetId, @Nullable Color particleColor, @Nullable int[] tagIndexes)
    • Fluid

      public Fluid(@Nonnull Fluid other)
  • Method Details

    • deserialize

      @Nonnull public static Fluid deserialize(@Nonnull io.netty.buffer.ByteBuf buf, int offset)
    • computeBytesConsumed

      public static int computeBytesConsumed(@Nonnull io.netty.buffer.ByteBuf buf, int offset)
    • serialize

      public void serialize(@Nonnull io.netty.buffer.ByteBuf buf)
    • computeSize

      public int computeSize()
    • validateStructure

      public static ValidationResult validateStructure(@Nonnull io.netty.buffer.ByteBuf buffer, int offset)
    • clone

      public Fluid clone()
      Overrides:
      clone in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object