public enum ClassWrapper extends Enum<ClassWrapper>
| Modifier and Type | Method and Description | 
|---|---|
Class<?> | 
getClazz()  | 
String | 
getMojangName()  | 
boolean | 
isEnabled()  | 
static ClassWrapper | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static ClassWrapper[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final ClassWrapper CRAFT_ITEMSTACK
public static final ClassWrapper CRAFT_METAITEM
public static final ClassWrapper CRAFT_ENTITY
public static final ClassWrapper CRAFT_WORLD
public static final ClassWrapper CRAFT_SERVER
public static final ClassWrapper CRAFT_PERSISTENTDATACONTAINER
public static final ClassWrapper NMS_NBTBASE
public static final ClassWrapper NMS_TAGTYPE
public static final ClassWrapper NMS_NBTTAGSTRING
public static final ClassWrapper NMS_NBTTAGINT
public static final ClassWrapper NMS_NBTTAGINTARRAY
public static final ClassWrapper NMS_NBTTAGFLOAT
public static final ClassWrapper NMS_NBTTAGDOUBLE
public static final ClassWrapper NMS_NBTTAGLONG
public static final ClassWrapper NMS_ITEMSTACK
public static final ClassWrapper NMS_NBTTAGCOMPOUND
public static final ClassWrapper NMS_NBTTAGLIST
public static final ClassWrapper NMS_NBTCOMPRESSEDSTREAMTOOLS
public static final ClassWrapper NMS_MOJANGSONPARSER
public static final ClassWrapper NMS_TILEENTITY
public static final ClassWrapper NMS_BLOCKPOSITION
public static final ClassWrapper NMS_WORLDSERVER
public static final ClassWrapper NMS_MINECRAFTSERVER
public static final ClassWrapper NMS_WORLD
public static final ClassWrapper NMS_ENTITY
public static final ClassWrapper NMS_ENTITYTYPES
public static final ClassWrapper NMS_REGISTRYSIMPLE
public static final ClassWrapper NMS_REGISTRYMATERIALS
public static final ClassWrapper NMS_IREGISTRY
public static final ClassWrapper NMS_MINECRAFTKEY
public static final ClassWrapper NMS_GAMEPROFILESERIALIZER
public static final ClassWrapper NMS_IBLOCKDATA
public static final ClassWrapper NMS_NBTACCOUNTER
public static final ClassWrapper NMS_CUSTOMDATA
public static final ClassWrapper NMS_DATACOMPONENTTYPE
public static final ClassWrapper NMS_DATACOMPONENTS
public static final ClassWrapper NMS_DATACOMPONENTHOLDER
public static final ClassWrapper NMS_PROVIDER
public static final ClassWrapper NMS_SERVER
public static final ClassWrapper NMS_DATAFIXERS
public static final ClassWrapper NMS_REFERENCES
public static final ClassWrapper NMS_NBTOPS
public static final ClassWrapper NMS_PROBLEM_REPORTER
public static final ClassWrapper NMS_TAG_VALUE_INPUT
public static final ClassWrapper NMS_VALUE_INPUT
public static final ClassWrapper NMS_TAG_VALUE_OUTPUT
public static final ClassWrapper NMS_VALUE_OUTPUT
public static final ClassWrapper NMS_DYNAMICOPS
public static final ClassWrapper GAMEPROFILE
public static ClassWrapper[] values()
for (ClassWrapper c : ClassWrapper.values()) System.out.println(c);
public static ClassWrapper 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 Class<?> getClazz()
public boolean isEnabled()
public String getMojangName()
Copyright © 2015–2025 tr7zw. All rights reserved.