Class GiveMoneyInteractionResult

java.lang.Object
com.pixelmonmod.pixelmon.api.npc.interaction.result.ImmutableInteractionResult
com.pixelmonmod.pixelmon.api.npc.interaction.result.type.player.GiveMoneyInteractionResult
All Implemented Interfaces:
InteractionResult

public class GiveMoneyInteractionResult extends ImmutableInteractionResult
  • Field Details

    • CODEC

      public static final com.mojang.serialization.Codec<GiveMoneyInteractionResult> CODEC
    • money

      protected final double money
  • Constructor Details

    • GiveMoneyInteractionResult

      protected GiveMoneyInteractionResult(double money)
  • Method Details