HyCodeYourTale
classpublicPriority 1

ReplaceInteraction

com.hypixel.hytale.server.core.modules.interaction.interaction.config.none.ReplaceInteraction

extends Interaction

4

Methods

4

Public Methods

3

Fields

1

Constructors

Constants

BuilderCodec<ReplaceInteraction>CODEC= BuilderCodec.builder( ReplaceInteraction.class, ReplaceInteraction::new, Interaction.ABS...
StringTagTAG_DEFAULT= StringTag.of("Default")
StringTagTAG_VARS= StringTag.of("Vars")

Constructors

public
ReplaceInteraction()

Methods

Public Methods (4)

public
WaitForDataFrom getWaitForDataFrom()
@Nonnull@Override
public
boolean needsRemoteSync()
@Override
public
String toString()
@Nonnull@Override
public
boolean walk(Collector collector, InteractionContext context)
@Override

Fields

Protected Fields (3)

protectedboolean defaultOk
protectedString defaultValue
protectedString variable

Related Classes