HyCodeYourTale
classpublicPriority 1

ItemAppearanceCondition

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

implements NetworkSerializable

12

Methods

12

Public Methods

11

Fields

1

Constructors

Constants

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

Constructors

public
ItemAppearanceCondition()

Methods

Public Methods (12)

public
FloatRange getCondition()
public
ValueType getConditionValueType()
public
String getLocalSoundEventId()
public
int getLocalSoundEventIndex()
public
String getModel()
public
String getModelVFXId()
public
ModelParticle[] getParticles()
public
String getTexture()
public
String getWorldSoundEventId()
public
int getWorldSoundEventIndex()
public
com.hypixel.hytale.protocol.ItemAppearanceCondition toPacket()
@Nonnull
public
String toString()
@Nonnull@Override

Fields

Protected Fields (11)

protectedFloatRange condition
protectedValueType conditionValueType
protectedModelParticle[] firstPersonParticles
protectedString localSoundEventId
protectedtransient int localSoundEventIndex
protectedString model
protectedString modelVFXId
protectedModelParticle[] particles
protectedString texture
protectedString worldSoundEventId
protectedtransient int worldSoundEventIndex

Related Classes