HyCodeYourTale
classpublicPriority 3

StructuralCraftingBench

com.hypixel.hytale.server.core.asset.type.blocktype.config.bench.StructuralCraftingBench

extends Bench

5

Methods

5

Public Methods

6

Fields

1

Constructors

Constants

BuilderCodec<StructuralCraftingBench>CODEC= BuilderCodec.builder( StructuralCraftingBench.class, StructuralCraftingBench::new, Bench...

Constructors

public
StructuralCraftingBench()

Methods

Public Methods (5)

public
int getCategoryIndex(String category)
public
boolean isHeaderCategory(String category)
public
boolean shouldAllowBlockGroupCycling()
public
boolean shouldAlwaysShowInventoryHints()
public
String toString()
@Override

Fields

Private/Package Fields (6)

privateboolean allowBlockGroupCycling
privateboolean alwaysShowInventoryHints
privateObject2IntMap<String> categoryToIndexMap
privateString[] headerCategories
privateObjectOpenHashSet<String> headerCategoryMap
privateString[] sortedCategories

Related Classes