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)
protected
FloatRange conditionprotected
ValueType conditionValueTypeprotected
ModelParticle[] firstPersonParticlesprotected
String localSoundEventIdprotected
transient int localSoundEventIndexprotected
String modelprotected
String modelVFXIdprotected
ModelParticle[] particlesprotected
String textureprotected
String worldSoundEventIdprotected
transient int worldSoundEventIndex