public class ContainerSetDataPacket extends java.lang.Object implements 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(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
BedrockPacketType |
getPacketType() |
int |
getProperty() |
int |
getValue() |
byte |
getWindowId() |
org.cloudburstmc.protocol.common.PacketSignal |
handle(BedrockPacketHandler handler) |
int |
hashCode() |
void |
setProperty(int property) |
void |
setValue(int value) |
void |
setWindowId(byte windowId) |
java.lang.String |
toString() |
public 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 org.cloudburstmc.protocol.common.PacketSignal handle(BedrockPacketHandler handler)
handle in interface BedrockPacketpublic BedrockPacketType getPacketType()
getPacketType in interface BedrockPacketpublic byte getWindowId()
public int getProperty()
public int getValue()
public void setWindowId(byte windowId)
public void setProperty(int property)
public void setValue(int value)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectprotected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object