Package com.comphenix.packetwrapper
Class WrapperPlayServerSpawnEntity.ObjectTypes
java.lang.Object
com.comphenix.protocol.reflect.IntEnum
com.comphenix.packetwrapper.WrapperPlayServerSpawnEntity.ObjectTypes
- Enclosing class:
- WrapperPlayServerSpawnEntity
public static class WrapperPlayServerSpawnEntity.ObjectTypes
extends com.comphenix.protocol.reflect.IntEnum
Represents the different object types.
- Author:
- Kristian
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic intstatic intstatic intstatic intstatic intstatic intstatic intstatic intstatic intstatic intstatic intstatic intstatic intstatic intstatic intstatic intstatic intstatic intstatic intstatic intstatic intstatic intstatic intstatic intstatic int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRetrieve an instance of the object types enum.Methods inherited from class com.comphenix.protocol.reflect.IntEnum
getDeclaredName, hasMember, valueOf, values
-
Field Details
-
BOAT
public static final int BOAT- See Also:
- Constant Field Values
-
ITEM_STACK
public static final int ITEM_STACK- See Also:
- Constant Field Values
-
AREA_EFFECT_CLOUD
public static final int AREA_EFFECT_CLOUD- See Also:
- Constant Field Values
-
MINECART
public static final int MINECART- See Also:
- Constant Field Values
-
ACTIVATED_TNT
public static final int ACTIVATED_TNT- See Also:
- Constant Field Values
-
ENDER_CRYSTAL
public static final int ENDER_CRYSTAL- See Also:
- Constant Field Values
-
TIPPED_ARROW_PROJECTILE
public static final int TIPPED_ARROW_PROJECTILE- See Also:
- Constant Field Values
-
SNOWBALL_PROJECTILE
public static final int SNOWBALL_PROJECTILE- See Also:
- Constant Field Values
-
EGG_PROJECTILE
public static final int EGG_PROJECTILE- See Also:
- Constant Field Values
-
GHAST_FIREBALL
public static final int GHAST_FIREBALL- See Also:
- Constant Field Values
-
BLAZE_FIREBALL
public static final int BLAZE_FIREBALL- See Also:
- Constant Field Values
-
THROWN_ENDERPEARL
public static final int THROWN_ENDERPEARL- See Also:
- Constant Field Values
-
WITHER_SKULL_PROJECTILE
public static final int WITHER_SKULL_PROJECTILE- See Also:
- Constant Field Values
-
SHULKER_BULLET
public static final int SHULKER_BULLET- See Also:
- Constant Field Values
-
FALLING_BLOCK
public static final int FALLING_BLOCK- See Also:
- Constant Field Values
-
ITEM_FRAME
public static final int ITEM_FRAME- See Also:
- Constant Field Values
-
EYE_OF_ENDER
public static final int EYE_OF_ENDER- See Also:
- Constant Field Values
-
THROWN_POTION
public static final int THROWN_POTION- See Also:
- Constant Field Values
-
THROWN_EXP_BOTTLE
public static final int THROWN_EXP_BOTTLE- See Also:
- Constant Field Values
-
FIREWORK_ROCKET
public static final int FIREWORK_ROCKET- See Also:
- Constant Field Values
-
LEASH_KNOT
public static final int LEASH_KNOT- See Also:
- Constant Field Values
-
ARMORSTAND
public static final int ARMORSTAND- See Also:
- Constant Field Values
-
FISHING_FLOAT
public static final int FISHING_FLOAT- See Also:
- Constant Field Values
-
SPECTRAL_ARROW
public static final int SPECTRAL_ARROW- See Also:
- Constant Field Values
-
DRAGON_FIREBALL
public static final int DRAGON_FIREBALL- See Also:
- Constant Field Values
-
-
Constructor Details
-
ObjectTypes
public ObjectTypes()
-
-
Method Details
-
getInstance
Retrieve an instance of the object types enum.- Returns:
- Object type enum.
-