Class WrapperPlayClientCraftRecipeRequest
java.lang.Object
com.github.retrooper.packetevents.wrapper.PacketWrapper<WrapperPlayClientCraftRecipeRequest>
com.github.retrooper.packetevents.wrapper.play.client.WrapperPlayClientCraftRecipeRequest
public class WrapperPlayClientCraftRecipeRequest
extends PacketWrapper<WrapperPlayClientCraftRecipeRequest>
-
Nested Class Summary
Nested classes/interfaces inherited from class com.github.retrooper.packetevents.wrapper.PacketWrapper
PacketWrapper.Reader<T>, PacketWrapper.Writer<T>
-
Field Summary
Fields inherited from class com.github.retrooper.packetevents.wrapper.PacketWrapper
buffer, clientVersion, serverVersion, user
-
Constructor Summary
ConstructorDescriptionWrapperPlayClientCraftRecipeRequest
(int windowId, int recipeLegacy, boolean makeAll) WrapperPlayClientCraftRecipeRequest
(int windowId, @Nullable String recipeModern, boolean makeAll) -
Method Summary
Modifier and TypeMethodDescriptionvoid
copy
(WrapperPlayClientCraftRecipeRequest wrapper) <T> T
int
boolean
void
read()
void
setMakeAll
(boolean makeAll) <T> void
setRecipe
(T recipe) void
setWindowId
(int windowId) void
write()
Methods inherited from class com.github.retrooper.packetevents.wrapper.PacketWrapper
createUniversalPacketWrapper, getBuffer, getChunkKey, getChunkX, getChunkZ, getClientVersion, getMaxMessageLength, getNativePacketId, getPacketId, getPacketTypeData, getServerVersion, limitValue, prepareForSend, prepareForSend, readBitSet, readBlockPosition, readBoolean, readByte, readByteArray, readByteArray, readByteArrayOfSize, readBytes, readChatTypeBoundNetwork, readCollection, readComponent, readComponentAsJSON, readComponentAsNBT, readComponentJSON, readDimension, readDouble, readEntityMetadata, readEnum, readEnum, readEnumSet, readEvent, readFilterMask, readFloat, readGameMode, readIdentifier, readIdentifier, readInt, readItemStack, readItemStackModern, readKnownPack, readLastSeenMessages, readLastSeenMessagesEntry, readLastSeenMessagesPacked, readLastSeenMessagesUpdate, readLegacyLastSeenMessagesUpdate, readList, readLong, readLongArray, readLongArray, readMap, readMappedEntity, readMappedEntityOrDirect, readMerchantOffer, readMessageSignaturePacked, readMultiVersional, readNBT, readNBTRaw, readNode, readOptional, readPresentItemStack, readPublicKey, readPublicProfileKey, readRemainingBytes, readRemoteChatSession, readSaltSignature, readShort, readSignatureData, readSignedCommandArguments, readString, readString, readStyle, readTimestamp, readUnsignedByte, readUnsignedShort, readUUID, readVarInt, readVarIntArray, readVarIntArrayOfSize, readVarLong, readVarShort, readVillagerData, readWorldBlockPosition, resetBuffer, resetByteBuf, setClientVersion, setNativePacketId, setPacketId, setServerVersion, writeBitSet, writeBlockPosition, writeBoolean, writeByte, writeByteArray, writeByteArrayOfSize, writeBytes, writeChatTypeBoundNetwork, writeCollection, writeComponent, writeComponentAsJSON, writeComponentAsNBT, writeComponentJSON, writeDimension, writeDouble, writeEntityMetadata, writeEntityMetadata, writeEnum, writeEnumSet, writeFilterMask, writeFloat, writeGameMode, writeIdentifier, writeIdentifier, writeInt, writeItemStack, writeItemStackModern, writeKnownPack, writeLastMessagesEntry, writeLastSeenMessages, writeLastSeenMessagesPacked, writeLastSeenMessagesUpdate, writeLegacyLastSeenMessagesUpdate, writeList, writeLong, writeLongArray, writeMap, writeMappedEntity, writeMappedEntityOrDirect, writeMerchantOffer, writeMessageSignaturePacked, writeMultiVersional, writeNBT, writeNBTRaw, writeNode, writeOptional, writePresentItemStack, writePublicKey, writePublicProfileKey, writeRemoteChatSession, writeSaltSignature, writeShort, writeSignatureData, writeSignedCommandArguments, writeString, writeString, writeString, writeStyle, writeTimestamp, writeUUID, writeVarInt, writeVarIntArray, writeVarIntArrayOfSize, writeVarLong, writeVarShort, writeVillagerData, writeWorldBlockPosition
-
Constructor Details
-
WrapperPlayClientCraftRecipeRequest
-
WrapperPlayClientCraftRecipeRequest
public WrapperPlayClientCraftRecipeRequest(int windowId, int recipeLegacy, boolean makeAll) -
WrapperPlayClientCraftRecipeRequest
public WrapperPlayClientCraftRecipeRequest(int windowId, @Nullable @Nullable String recipeModern, boolean makeAll)
-
-
Method Details
-
read
public void read()- Overrides:
read
in classPacketWrapper<WrapperPlayClientCraftRecipeRequest>
-
write
public void write()- Overrides:
write
in classPacketWrapper<WrapperPlayClientCraftRecipeRequest>
-
copy
- Overrides:
copy
in classPacketWrapper<WrapperPlayClientCraftRecipeRequest>
-
getWindowId
public int getWindowId() -
setWindowId
public void setWindowId(int windowId) -
getRecipe
public <T> T getRecipe() -
setRecipe
public <T> void setRecipe(T recipe) -
isMakeAll
public boolean isMakeAll() -
setMakeAll
public void setMakeAll(boolean makeAll)
-