Class Interaction
java.lang.Object
com.pixelmonmod.pixelmon.api.npc.interaction.Interaction
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
ModifierConstructorDescriptionprotected
Interaction
(InteractionEvent event, InteractionCondition conditions, Selector<List<InteractionResult>> results) -
Method Summary
Modifier and TypeMethodDescriptionstatic Interaction.Builder
builder()
static Interaction
from
(InteractionData data) getEvent()
toData()
-
Field Details
-
CODEC
-
-
Constructor Details
-
Interaction
protected Interaction(InteractionEvent event, InteractionCondition conditions, Selector<List<InteractionResult>> results)
-
-
Method Details
-
getEvent
-
getResults
-
getConditions
-
toData
-
from
-
builder
-