HyCodeYourTale
classpublicPriority 1

ItemWeapon

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

implements NetworkSerializable

4

Methods

4

Public Methods

5

Fields

1

Constructors

Constants

BuilderCodec<ItemWeapon>CODEC= BuilderCodec.builder(ItemWeapon.class, ItemWeapon::new) .append( new KeyedCodec<>(...

Constructors

public
ItemWeapon()

Methods

Public Methods (4)

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

Fields

Protected Fields (5)

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

Related Classes