public enum ReflectionMethod extends Enum<ReflectionMethod>
Modifier and Type | Class and Description |
---|---|
static class |
ReflectionMethod.Since |
Modifier and Type | Method and Description |
---|---|
String |
getMethodName() |
ClassWrapper |
getParentClassWrapper() |
ReflectionMethod.Since |
getSelectedVersionInfo() |
boolean |
isCompatible() |
boolean |
isLoaded() |
Object |
run(Object target,
Object... args)
Runs the method on a given target object using the given args.
|
static ReflectionMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReflectionMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReflectionMethod COMPOUND_SET_FLOAT
public static final ReflectionMethod COMPOUND_SET_STRING
public static final ReflectionMethod COMPOUND_SET_INT
public static final ReflectionMethod COMPOUND_SET_BYTEARRAY
public static final ReflectionMethod COMPOUND_SET_INTARRAY
public static final ReflectionMethod COMPOUND_SET_LONGARRAY
public static final ReflectionMethod COMPOUND_SET_LONG
public static final ReflectionMethod COMPOUND_SET_SHORT
public static final ReflectionMethod COMPOUND_SET_BYTE
public static final ReflectionMethod COMPOUND_SET_DOUBLE
public static final ReflectionMethod COMPOUND_SET_BOOLEAN
public static final ReflectionMethod COMPOUND_SET_UUID
public static final ReflectionMethod COMPOUND_MERGE
public static final ReflectionMethod COMPOUND_SET
public static final ReflectionMethod COMPOUND_GET
public static final ReflectionMethod COMPOUND_GET_LIST
public static final ReflectionMethod COMPOUND_OWN_TYPE
public static final ReflectionMethod COMPOUND_GET_FLOAT
public static final ReflectionMethod COMPOUND_GET_STRING
public static final ReflectionMethod COMPOUND_GET_INT
public static final ReflectionMethod COMPOUND_GET_BYTEARRAY
public static final ReflectionMethod COMPOUND_GET_INTARRAY
public static final ReflectionMethod COMPOUND_GET_LONGARRAY
public static final ReflectionMethod COMPOUND_GET_LONG
public static final ReflectionMethod COMPOUND_GET_SHORT
public static final ReflectionMethod COMPOUND_GET_BYTE
public static final ReflectionMethod COMPOUND_GET_DOUBLE
public static final ReflectionMethod COMPOUND_GET_BOOLEAN
public static final ReflectionMethod COMPOUND_GET_UUID
public static final ReflectionMethod COMPOUND_GET_COMPOUND
public static final ReflectionMethod NMSITEM_GETTAG
public static final ReflectionMethod NMSITEM_SAVE
public static final ReflectionMethod NMSITEM_CREATESTACK
public static final ReflectionMethod COMPOUND_REMOVE_KEY
public static final ReflectionMethod COMPOUND_HAS_KEY
public static final ReflectionMethod COMPOUND_GET_TYPE
public static final ReflectionMethod COMPOUND_GET_KEYS
public static final ReflectionMethod LISTCOMPOUND_GET_KEYS
public static final ReflectionMethod LIST_REMOVE_KEY
public static final ReflectionMethod LIST_SIZE
public static final ReflectionMethod LIST_SET
public static final ReflectionMethod LEGACY_LIST_ADD
public static final ReflectionMethod LIST_ADD
public static final ReflectionMethod LIST_GET_STRING
public static final ReflectionMethod LIST_GET_COMPOUND
public static final ReflectionMethod LIST_GET
public static final ReflectionMethod ITEMSTACK_SET_TAG
public static final ReflectionMethod ITEMSTACK_NMSCOPY
public static final ReflectionMethod ITEMSTACK_BUKKITMIRROR
public static final ReflectionMethod CRAFT_WORLD_GET_HANDLE
public static final ReflectionMethod NMS_WORLD_GET_TILEENTITY
public static final ReflectionMethod NMS_WORLD_REMOVE_TILEENTITY
public static final ReflectionMethod NMS_WORLD_GET_TILEENTITY_1_7_10
public static final ReflectionMethod TILEENTITY_LOAD_LEGACY191
public static final ReflectionMethod TILEENTITY_LOAD_LEGACY183
public static final ReflectionMethod TILEENTITY_LOAD_LEGACY1121
public static final ReflectionMethod TILEENTITY_LOAD_LEGACY1151
public static final ReflectionMethod TILEENTITY_LOAD
public static final ReflectionMethod TILEENTITY_GET_NBT
public static final ReflectionMethod TILEENTITY_GET_NBT_1181
public static final ReflectionMethod TILEENTITY_SET_NBT_LEGACY1151
public static final ReflectionMethod TILEENTITY_SET_NBT_LEGACY1161
public static final ReflectionMethod TILEENTITY_SET_NBT
public static final ReflectionMethod TILEENTITY_GET_BLOCKDATA
public static final ReflectionMethod CRAFT_ENTITY_GET_HANDLE
public static final ReflectionMethod NMS_ENTITY_SET_NBT
public static final ReflectionMethod NMS_ENTITY_GET_NBT
public static final ReflectionMethod NMS_ENTITY_GETSAVEID
public static final ReflectionMethod NBTFILE_READ
public static final ReflectionMethod NBTFILE_READV2
public static final ReflectionMethod NBTACCOUNTER_CREATE_UNLIMITED
public static final ReflectionMethod NBTFILE_WRITE
public static final ReflectionMethod PARSE_NBT
public static final ReflectionMethod REGISTRY_KEYSET
public static final ReflectionMethod REGISTRY_GET
public static final ReflectionMethod REGISTRY_SET
public static final ReflectionMethod REGISTRY_GET_INVERSE
public static final ReflectionMethod REGISTRYMATERIALS_KEYSET
public static final ReflectionMethod REGISTRYMATERIALS_GET
public static final ReflectionMethod REGISTRYMATERIALS_GETKEY
public static final ReflectionMethod GAMEPROFILE_DESERIALIZE
public static final ReflectionMethod GAMEPROFILE_SERIALIZE
public static final ReflectionMethod CRAFT_PERSISTENT_DATA_CONTAINER_TO_TAG
public static final ReflectionMethod CRAFT_PERSISTENT_DATA_CONTAINER_GET_MAP
public static final ReflectionMethod CRAFT_PERSISTENT_DATA_CONTAINER_PUT_ALL
public static final ReflectionMethod NMSDATACOMPONENTHOLDER_GET
public static final ReflectionMethod NMSCUSTOMDATA_GETCOPY
public static final ReflectionMethod NMSITEM_SET
public static final ReflectionMethod NMSITEM_SAVE_MODERN
public static final ReflectionMethod NMSITEM_LOAD
public static final ReflectionMethod NMSSERVER_GETREGISTRYACCESS
public static final ReflectionMethod NMSSERVER_GETSERVER
public static final ReflectionMethod TILEENTITY_GET_NBT_1205
public static final ReflectionMethod TILEENTITY_SET_NBT_1205
public static final ReflectionMethod GET_DATAFIXER
public static ReflectionMethod[] values()
for (ReflectionMethod c : ReflectionMethod.values()) System.out.println(c);
public static ReflectionMethod valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic Object run(Object target, Object... args)
target
- args
- public String getMethodName()
public boolean isLoaded()
public boolean isCompatible()
public ReflectionMethod.Since getSelectedVersionInfo()
public ClassWrapper getParentClassWrapper()
Copyright © 2015–2024 tr7zw. All rights reserved.