HyCodeYourTale
classpublicPriority 3

CraftingBench

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

extends Bench

11

Methods

11

Public Methods

1

Fields

1

Constructors

Constants

BuilderCodec<CraftingBench>CODEC= BuilderCodec.builder(CraftingBench.class, CraftingBench::new, Bench.BASE_CODEC) .append( ...
BuilderCodec<CraftingBench.BenchCategory>CODEC= BuilderCodec.builder( CraftingBench.BenchCategory.class, CraftingBench.BenchCategory:...
BuilderCodec<CraftingBench.BenchItemCategory>CODEC= BuilderCodec.builder( CraftingBench.BenchItemCategory.class, CraftingBench.BenchItemC...

Constructors

public
CraftingBench()

Methods

Public Methods (11)

public
boolean equals(Object o)
@Override
public
CraftingBench.BenchCategory[] getCategories()
public
String getDiagram()
public
String getIcon()
public
String getId()
public
CraftingBench.BenchItemCategory[] getItemCategories()
public
String getName()
public
int getSlots()
public
int hashCode()
@Override
public
boolean isSpecialSlot()
public
String toString()
@Nonnull@Override

Fields

Protected Fields (1)

protectedCraftingBench.BenchCategory[] categories

Related Classes