HyCodeYourTale
classpublicPriority 1

ItemUtility

com.hypixel.hytale.server.core.asset.type.item.config.ItemUtility

implements NetworkSerializable

6

Methods

6

Public Methods

6

Fields

1

Constructors

Constants

BuilderCodec<ItemUtility>CODEC= BuilderCodec.builder(ItemUtility.class, ItemUtility::new) .append(new KeyedCodec<>("Usable"...
ItemUtilityDEFAULT= new ItemUtility()

Constructors

public
ItemUtility()

Methods

Public Methods (6)

public
int[] getEntityStatsToClear()
public
Int2ObjectMap<StaticModifier[]> getStatModifiers()
@Nullable
public
boolean isCompatible()
public
boolean isUsable()
public
com.hypixel.hytale.protocol.ItemUtility toPacket()
@Nonnull
public
String toString()
@Nonnull@Override

Fields

Protected Fields (6)

protectedboolean compatible
protectedint[] entityStatsToClear
protectedString[] rawEntityStatsToClear
protectedMap<String, StaticModifier[]> rawStatModifiers
protectedInt2ObjectMap<StaticModifier[]> statModifiers
protectedboolean usable

Related Classes