HyCodeYourTale
classpublicPriority 3

DetailBox

com.hypixel.hytale.server.core.asset.type.model.config.DetailBox

implements NetworkSerializable

3

Methods

3

Public Methods

2

Fields

3

Constructors

Constants

BuilderCodec<DetailBox>CODEC= BuilderCodec.builder(DetailBox.class, DetailBox::new) .appendInherited(new KeyedCodec<>("Of...

Constructors

public
DetailBox()
public
DetailBox(Vector3d offset, Box box)
public
DetailBox(DetailBox other)

Methods

Public Methods (3)

public
Box getBox()
public
Vector3d getOffset()
public
com.hypixel.hytale.protocol.DetailBox toPacket()
@Nonnull

Fields

Protected Fields (2)

protectedBox box
protectedVector3d offset

Related Classes