HyCodeYourTale
classpublicPriority 3

BlockFaceSupport

com.hypixel.hytale.server.core.asset.type.blocktype.config.BlockFaceSupport

implements NetworkSerializable

5

Methods

5

Public Methods

2

Fields

2

Constructors

Constants

BlockFaceSupportALL= new BlockFaceSupport()
BuilderCodec<BlockFaceSupport>CODEC= BuilderCodec.builder(BlockFaceSupport.class, BlockFaceSupport::new) .append(new KeyedCodec<...
StringFULL_SUPPORTING_FACE= "Full"

Constructors

public
BlockFaceSupport(String faceType, Vector3i[] filler)
public
BlockFaceSupport()

Methods

Public Methods (5)

public
String getFaceType()
public
Vector3i[] getFiller()
public
boolean providesSupportFromFiller(Vector3i filler)
public
com.hypixel.hytale.protocol.BlockFaceSupport toPacket()
@Nonnull
public
String toString()
@Nonnull@Override

Fields

Protected Fields (2)

protectedString faceType
protectedVector3i[] filler

Related Classes