UpdateCategoryAction

public class UpdateCategoryAction extends WindowAction

Class UpdateCategoryAction. Provides updatecategoryaction functionality for the Hytale server.

java.lang.Object > WindowAction > UpdateCategoryAction

Field Summary

category

public String category

Field category.

itemCategory

public String itemCategory

Field itemCategory.

obj

final UpdateCategoryAction obj

Field obj.

varPos0

final int varPos0

Field varPos0.

categoryLen

final int categoryLen

Field categoryLen.

varPos2

final int varPos2

Field varPos2.

itemCategoryLen

final int itemCategoryLen

Field itemCategoryLen.

fieldOffset0

final int fieldOffset0

Field fieldOffset0.

fieldOffset2

final int fieldOffset2

Field fieldOffset2.

startPos

final int startPos

Field startPos.

categoryOffsetSlot

final int categoryOffsetSlot

Field categoryOffsetSlot.

itemCategoryOffsetSlot

final int itemCategoryOffsetSlot

Field itemCategoryOffsetSlot.

varBlockStart

final int varBlockStart

Field varBlockStart.

categoryOffset

final int categoryOffset

Field categoryOffset.

itemCategoryOffset

final int itemCategoryOffset

Field itemCategoryOffset.

copy

final UpdateCategoryAction copy

Field copy.

Method Detail

UpdateCategoryAction

public public UpdateCategoryAction ()

Method UpdateCategoryAction.

deserialize

static UpdateCategoryAction deserialize (@Nonnull final ByteBuf buf, final int offset)

Method deserialize.

Parameters:
@Nonnull final ByteBuf buf
final int offset

computeBytesConsumed

static int computeBytesConsumed (@Nonnull final ByteBuf buf, final int offset)

Method computeBytesConsumed.

Parameters:
@Nonnull final ByteBuf buf
final int offset

serialize

public int serialize (@Nonnull final ByteBuf buf)

Method serialize.

Parameters:
@Nonnull final ByteBuf buf

computeSize

public int computeSize ()

Method computeSize.

validateStructure

static ValidationResult validateStructure (@Nonnull final ByteBuf buffer, final int offset)

Method validateStructure.

Parameters:
@Nonnull final ByteBuf buffer
final int offset

clone

public UpdateCategoryAction clone ()

Method clone.

equals

public boolean equals (final Object obj)

Method equals.

Parameters:
final Object obj

hashCode

public int hashCode ()

Method hashCode.