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)
private
boolean allowBlockGroupCyclingprivate
boolean alwaysShowInventoryHintsprivate
Object2IntMap<String> categoryToIndexMapprivate
String[] headerCategoriesprivate
ObjectOpenHashSet<String> headerCategoryMapprivate
String[] sortedCategories