HyCodeYourTale
classpublicPriority 1

ItemTranslationProperties

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

implements NetworkSerializable

4

Methods

4

Public Methods

2

Fields

2

Constructors

Constants

BuilderCodec<ItemTranslationProperties>CODEC= BuilderCodec.builder(ItemTranslationProperties.class, ItemTranslationProperties::new) .appe...

Constructors

package-private
ItemTranslationProperties()
public
ItemTranslationProperties(String name, String description)

Methods

Public Methods (4)

public
String getDescription()
@Nullable
public
String getName()
@Nullable
public
com.hypixel.hytale.protocol.ItemTranslationProperties toPacket()
@Nonnull
public
String toString()
@Nonnull@Override

Fields

Private/Package Fields (2)

privateString description
privateString name

Related Classes