public class ContainerSetDataPacket extends BedrockPacket
| Modifier and Type | Field and Description |
|---|---|
static int |
BREWING_STAND_BREW_TIME |
static int |
BREWING_STAND_FUEL_AMOUNT |
static int |
BREWING_STAND_FUEL_TOTAL |
static int |
FURNACE_FUEL_AUX |
static int |
FURNACE_LIT_DURATION |
static int |
FURNACE_LIT_TIME |
static int |
FURNACE_STORED_XP |
static int |
FURNACE_TICK_COUNT |
| Constructor and Description |
|---|
ContainerSetDataPacket() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
int |
getProperty() |
int |
getValue() |
byte |
getWindowId() |
boolean |
handle(BedrockPacketHandler handler) |
int |
hashCode() |
void |
setProperty(int property) |
void |
setValue(int value) |
void |
setWindowId(byte windowId) |
String |
toString() |
getHeader, setHeaderpublic static final int FURNACE_TICK_COUNT
public static final int FURNACE_LIT_TIME
public static final int FURNACE_LIT_DURATION
public static final int FURNACE_STORED_XP
public static final int FURNACE_FUEL_AUX
public static final int BREWING_STAND_BREW_TIME
public static final int BREWING_STAND_FUEL_AMOUNT
public static final int BREWING_STAND_FUEL_TOTAL
public final boolean handle(BedrockPacketHandler handler)
handle in class BedrockPacketpublic byte getWindowId()
public int getProperty()
public int getValue()
public void setWindowId(byte windowId)
public void setProperty(int property)
public void setValue(int value)
protected boolean canEqual(Object other)
Copyright © 2018–2019 NukkitX. All rights reserved.