Class FrogVariantMock

java.lang.Object
be.seeseemelk.mockbukkit.util.OldEnumMock<org.bukkit.entity.Frog.Variant>
be.seeseemelk.mockbukkit.util.OldKeyedEnumMock<org.bukkit.entity.Frog.Variant>
be.seeseemelk.mockbukkit.entity.variant.FrogVariantMock
All Implemented Interfaces:
Comparable<org.bukkit.entity.Frog.Variant>, net.kyori.adventure.key.Keyed, org.bukkit.entity.Frog.Variant, org.bukkit.Keyed, org.bukkit.util.OldEnum<org.bukkit.entity.Frog.Variant>

public class FrogVariantMock extends OldKeyedEnumMock<org.bukkit.entity.Frog.Variant> implements org.bukkit.entity.Frog.Variant
  • Field Summary

    Fields inherited from interface org.bukkit.entity.Frog.Variant

    COLD, TEMPERATE, WARM
  • Constructor Summary

    Constructors
    Constructor
    Description
    FrogVariantMock(String name, int ordinal, org.bukkit.NamespacedKey key)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    from(com.google.gson.JsonObject jsonObject)
     

    Methods inherited from class be.seeseemelk.mockbukkit.util.OldKeyedEnumMock

    getKey

    Methods inherited from class be.seeseemelk.mockbukkit.util.OldEnumMock

    compareTo, name, ordinal

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.bukkit.Keyed

    getKey, key

    Methods inherited from interface org.bukkit.util.OldEnum

    compareTo, name, ordinal
  • Constructor Details

    • FrogVariantMock

      public FrogVariantMock(String name, int ordinal, org.bukkit.NamespacedKey key)
  • Method Details

    • from

      public static FrogVariantMock from(com.google.gson.JsonObject jsonObject)