HyCodeYourTale
classpublicPriority 2

LearnRecipeInteraction

com.hypixel.hytale.builtin.crafting.interaction.LearnRecipeInteraction

extends SimpleInstantInteraction

2

Methods

2

Public Methods

1

Fields

1

Constructors

Constants

BuilderCodec<LearnRecipeInteraction>CODEC= BuilderCodec.builder( LearnRecipeInteraction.class, LearnRecipeInteraction::new, SimpleI...
KeyedCodec<String>ITEM_ID= new KeyedCodec<>("ItemId", Codec.STRING)
MessageMESSAGE_MODULES_LEARN_RECIPE_INVALID_ITEM= Message.translation("server.modules.learnrecipe.invalidItem")

Constructors

public
LearnRecipeInteraction()

Methods

Public Methods (2)

public
WaitForDataFrom getWaitForDataFrom()
@Nonnull@Override
public
String toString()
@Nonnull@Override

Fields

Protected Fields (1)

protectedString itemId

Related Classes