Package be.seeseemelk.mockbukkit.map
Class MapCursorTypeMock
java.lang.Object
be.seeseemelk.mockbukkit.util.OldEnumMock<org.bukkit.map.MapCursor.Type>
be.seeseemelk.mockbukkit.util.OldKeyedEnumMock<org.bukkit.map.MapCursor.Type>
be.seeseemelk.mockbukkit.map.MapCursorTypeMock
- All Implemented Interfaces:
Comparable<org.bukkit.map.MapCursor.Type>,net.kyori.adventure.key.Keyed,org.bukkit.Keyed,org.bukkit.map.MapCursor.Type,org.bukkit.util.OldEnum<org.bukkit.map.MapCursor.Type>
public class MapCursorTypeMock
extends OldKeyedEnumMock<org.bukkit.map.MapCursor.Type>
implements org.bukkit.map.MapCursor.Type
-
Field Summary
Fields inherited from interface org.bukkit.map.MapCursor.Type
BANNER_BLACK, BANNER_BLUE, BANNER_BROWN, BANNER_CYAN, BANNER_GRAY, BANNER_GREEN, BANNER_LIGHT_BLUE, BANNER_LIGHT_GRAY, BANNER_LIME, BANNER_MAGENTA, BANNER_ORANGE, BANNER_PINK, BANNER_PURPLE, BANNER_RED, BANNER_WHITE, BANNER_YELLOW, BLUE_MARKER, FRAME, JUNGLE_TEMPLE, MANSION, MONUMENT, PLAYER, PLAYER_OFF_LIMITS, PLAYER_OFF_MAP, RED_MARKER, RED_X, SWAMP_HUT, TARGET_POINT, TARGET_X, TRIAL_CHAMBERS, VILLAGE_DESERT, VILLAGE_PLAINS, VILLAGE_SAVANNA, VILLAGE_SNOWY, VILLAGE_TAIGA -
Constructor Summary
ConstructorsConstructorDescriptionMapCursorTypeMock(String name, int ordinal, org.bukkit.NamespacedKey key, byte value) -
Method Summary
Modifier and TypeMethodDescriptionstatic MapCursorTypeMockfrom(com.google.gson.JsonObject jsonObject) bytegetValue()Methods inherited from class be.seeseemelk.mockbukkit.util.OldKeyedEnumMock
getKeyMethods inherited from class be.seeseemelk.mockbukkit.util.OldEnumMock
compareTo, name, ordinalMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.bukkit.Keyed
getKey, keyMethods inherited from interface org.bukkit.util.OldEnum
compareTo, name, ordinal
-
Constructor Details
-
MapCursorTypeMock
-
-
Method Details
-
from
-
getValue
public byte getValue()- Specified by:
getValuein interfaceorg.bukkit.map.MapCursor.Type
-