public class TagPattern
Class TagPattern. Provides tagpattern functionality for the Hytale server.
java.lang.Object > TagPattern
Field Summary
type
public
TagPatternType
type
Field type.
tagIndex
public
int
tagIndex
Field tagIndex.
operands
public
TagPattern[]
operands
Field operands.
not
public
TagPattern
not
Field not.
obj
final
TagPattern
obj
Field obj.
nullBits
final
byte
nullBits
Field nullBits.
varPos0
final
int
varPos0
Field varPos0.
operandsCount
final
int
operandsCount
Field operandsCount.
varIntLen
final
int
varIntLen
Field varIntLen.
varPos2
final
int
varPos2
Field varPos2.
fieldOffset0
final
int
fieldOffset0
Field fieldOffset0.
arrLen
final
int
arrLen
Field arrLen.
fieldOffset2
final
int
fieldOffset2
Field fieldOffset2.
startPos
final
int
startPos
Field startPos.
operandsOffsetSlot
final
int
operandsOffsetSlot
Field operandsOffsetSlot.
notOffsetSlot
final
int
notOffsetSlot
Field notOffsetSlot.
varBlockStart
final
int
varBlockStart
Field varBlockStart.
operandsOffset
final
int
operandsOffset
Field operandsOffset.
structResult
final
ValidationResult
structResult
Field structResult.
notOffset
final
int
notOffset
Field notOffset.
notResult
final
ValidationResult
notResult
Field notResult.
copy
final
TagPattern
copy
Field copy.
Method Detail
TagPattern
public
public
TagPattern
()
Method TagPattern.
deserialize
Method deserialize.
- Parameters:
@Nonnull final ByteBufbuffinal intoffset
computeBytesConsumed
static
int
computeBytesConsumed
(@Nonnull final ByteBuf buf, final int offset)
Method computeBytesConsumed.
- Parameters:
@Nonnull final ByteBufbuffinal intoffset
serialize
public
void
serialize
(@Nonnull final ByteBuf buf)
Method serialize.
- Parameters:
@Nonnull final ByteBufbuf
computeSize
public
int
computeSize
()
Method computeSize.
validateStructure
Method validateStructure.
- Parameters:
@Nonnull final ByteBufbufferfinal intoffset
equals
public
boolean
equals
(final Object obj)
Method equals.
- Parameters:
final Objectobj
hashCode
public
int
hashCode
()
Method hashCode.