Class RangeVector3f

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

public class RangeVector3f extends Object
  • Field Details

  • Constructor Details

    • RangeVector3f

      public RangeVector3f()
    • RangeVector3f

      public RangeVector3f(@Nullable Rangef x, @Nullable Rangef y, @Nullable Rangef z)
    • RangeVector3f

      public RangeVector3f(@Nonnull RangeVector3f other)
  • Method Details

    • deserialize

      @Nonnull public static RangeVector3f 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 RangeVector3f 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