Class CatVariantMock

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

public class CatVariantMock extends OldKeyedEnumMock<org.bukkit.entity.Cat.Type> implements org.bukkit.entity.Cat.Type
  • Field Summary

    Fields inherited from interface org.bukkit.entity.Cat.Type

    ALL_BLACK, BLACK, BRITISH_SHORTHAIR, CALICO, JELLIE, PERSIAN, RAGDOLL, RED, SIAMESE, TABBY, WHITE
  • Constructor Summary

    Constructors
    Constructor
    Description
    CatVariantMock(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

    • CatVariantMock

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

    • from

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