HyCodeYourTale
classpublicPriority 3

AssetIconProperties

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

implements NetworkSerializable

5

Methods

5

Public Methods

3

Fields

2

Constructors

Constants

BuilderCodec<AssetIconProperties>CODEC= BuilderCodec.builder(AssetIconProperties.class, AssetIconProperties::new) .addField(new Key...

Constructors

package-private
AssetIconProperties()
public
AssetIconProperties(float scale, Vector2f translation, Vector3f rotation)

Methods

Public Methods (5)

public
Vector3f getRotation()
@Nullable
public
float getScale()
public
Vector2f getTranslation()
@Nullable
public
com.hypixel.hytale.protocol.AssetIconProperties toPacket()
@Nonnull
public
String toString()
@Nonnull@Override

Fields

Private/Package Fields (3)

privateVector3f rotation
privatefloat scale
privateVector2f translation

Related Classes