public static enum ContainerSetDataPacket.Property extends Enum<ContainerSetDataPacket.Property>
| Enum Constant and Description |
|---|
BREWING_STAND_BREW_TIME |
BREWING_STAND_FUEL_AMOUNT |
BREWING_STAND_FUEL_TOTAL |
FURNACE_FUEL_AUX |
FURNACE_LIT_DURATION |
FURNACE_LIT_TIME |
FURNACE_TICK_COUNT |
| Modifier and Type | Method and Description |
|---|---|
static ContainerSetDataPacket.Property |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContainerSetDataPacket.Property[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContainerSetDataPacket.Property FURNACE_TICK_COUNT
public static final ContainerSetDataPacket.Property FURNACE_LIT_TIME
public static final ContainerSetDataPacket.Property FURNACE_LIT_DURATION
public static final ContainerSetDataPacket.Property FURNACE_FUEL_AUX
public static final ContainerSetDataPacket.Property BREWING_STAND_BREW_TIME
public static final ContainerSetDataPacket.Property BREWING_STAND_FUEL_AMOUNT
public static final ContainerSetDataPacket.Property BREWING_STAND_FUEL_TOTAL
public static ContainerSetDataPacket.Property[] values()
for (ContainerSetDataPacket.Property c : ContainerSetDataPacket.Property.values()) System.out.println(c);
public static ContainerSetDataPacket.Property 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–2019 NukkitX. All rights reserved.