classpublicPriority 1
RepeatInteraction
com.hypixel.hytale.server.core.modules.interaction.interaction.config.none.RepeatInteraction
extends SimpleInteraction
4
Methods
4
Public Methods
2
Fields
1
Constructors
Constants
BuilderCodec<RepeatInteraction>CODEC= BuilderCodec.builder(RepeatInteraction.class, RepeatInteraction::new, SimpleInteraction.CODEC)
...
MetaKey<InteractionChain>FORKED_CHAIN= Interaction.META_REGISTRY.registerMetaObject(i -> null)
MetaKey<Integer>REMAINING_REPEATS= Interaction.META_REGISTRY.registerMetaObject(i -> null)
StringTagTAG_FAILED= StringTag.of("Failed")
StringTagTAG_FORK= StringTag.of("Fork")
StringTagTAG_NEXT= StringTag.of("Next")
Constructors
public
RepeatInteraction()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 (2)
protected
String forkInteractionsprotected
int repeat