Class BuildableInteractionResult

java.lang.Object
com.pixelmonmod.pixelmon.api.npc.interaction.result.BuildableInteractionResult
All Implemented Interfaces:
InteractionResult

public class BuildableInteractionResult extends Object implements InteractionResult
An interaction result that allows you to build it using a builder pattern. This is useful for easily creating an interaction result without having to create a new class for it.