public enum BlockInteractionType extends Enum<BlockInteractionType>
| Enum Constant and Description |
|---|
ADD_DYE |
BOOK_OPEN |
BOOK_PLACED |
CLEAR_ITEM |
CLONE |
COMPOST_ITEM_PLACE |
COOKING |
CREATE |
CREATE_LOCATOR |
DISENCHANT |
DISENCHANT_AND_REPAIR |
DOUSING |
DYE_ITEM |
EMPTIED |
ENCHANT_ARROW |
EXTEND |
FILLED |
HAYSTACK |
ITEM_PLACED |
ITEM_REMOVED |
LIGHTING |
LOCK |
NONE |
RECOVERED_BONEMEAL |
RENAME |
REPAIR |
| Modifier and Type | Method and Description |
|---|---|
static BlockInteractionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BlockInteractionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BlockInteractionType NONE
public static final BlockInteractionType EXTEND
public static final BlockInteractionType CLONE
public static final BlockInteractionType LOCK
public static final BlockInteractionType CREATE
public static final BlockInteractionType CREATE_LOCATOR
public static final BlockInteractionType RENAME
public static final BlockInteractionType ITEM_PLACED
public static final BlockInteractionType ITEM_REMOVED
public static final BlockInteractionType COOKING
public static final BlockInteractionType DOUSING
public static final BlockInteractionType LIGHTING
public static final BlockInteractionType HAYSTACK
public static final BlockInteractionType FILLED
public static final BlockInteractionType EMPTIED
public static final BlockInteractionType ADD_DYE
public static final BlockInteractionType DYE_ITEM
public static final BlockInteractionType CLEAR_ITEM
public static final BlockInteractionType ENCHANT_ARROW
public static final BlockInteractionType COMPOST_ITEM_PLACE
public static final BlockInteractionType RECOVERED_BONEMEAL
public static final BlockInteractionType BOOK_PLACED
public static final BlockInteractionType BOOK_OPEN
public static final BlockInteractionType DISENCHANT
public static final BlockInteractionType REPAIR
public static final BlockInteractionType DISENCHANT_AND_REPAIR
public static BlockInteractionType[] values()
for (BlockInteractionType c : BlockInteractionType.values()) System.out.println(c);
public static BlockInteractionType 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 nullCopyright © 2018–2022 NukkitX. All rights reserved.