Class SyncPlayerPreferences
java.lang.Object
com.hypixel.hytale.protocol.packets.player.SyncPlayerPreferences
- All Implemented Interfaces:
Packet
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanstatic final intstatic final booleanstatic final intstatic final intstatic final intbooleanbooleanstatic final intstatic final int -
Constructor Summary
ConstructorsConstructorDescriptionSyncPlayerPreferences(boolean showEntityMarkers, PickupLocation armorItemsPreferredPickupLocation, PickupLocation weaponAndToolItemsPreferredPickupLocation, PickupLocation usableItemsItemsPreferredPickupLocation, PickupLocation solidBlockItemsPreferredPickupLocation, PickupLocation miscItemsPreferredPickupLocation, boolean allowNPCDetection, boolean respondToHit) -
Method Summary
Modifier and TypeMethodDescriptionclone()static intcomputeBytesConsumed(io.netty.buffer.ByteBuf buf, int offset) intstatic SyncPlayerPreferencesdeserialize(io.netty.buffer.ByteBuf buf, int offset) booleanintgetId()inthashCode()voidserialize(io.netty.buffer.ByteBuf buf) static ValidationResultvalidateStructure(io.netty.buffer.ByteBuf buffer, int offset)
-
Field Details
-
PACKET_ID
public static final int PACKET_ID- See Also:
-
IS_COMPRESSED
public static final boolean IS_COMPRESSED- See Also:
-
NULLABLE_BIT_FIELD_SIZE
public static final int NULLABLE_BIT_FIELD_SIZE- See Also:
-
FIXED_BLOCK_SIZE
public static final int FIXED_BLOCK_SIZE- See Also:
-
VARIABLE_FIELD_COUNT
public static final int VARIABLE_FIELD_COUNT- See Also:
-
VARIABLE_BLOCK_START
public static final int VARIABLE_BLOCK_START- See Also:
-
MAX_SIZE
public static final int MAX_SIZE- See Also:
-
showEntityMarkers
public boolean showEntityMarkers -
armorItemsPreferredPickupLocation
-
weaponAndToolItemsPreferredPickupLocation
-
usableItemsItemsPreferredPickupLocation
-
solidBlockItemsPreferredPickupLocation
-
miscItemsPreferredPickupLocation
-
allowNPCDetection
public boolean allowNPCDetection -
respondToHit
public boolean respondToHit
-
-
Constructor Details
-
SyncPlayerPreferences
public SyncPlayerPreferences() -
SyncPlayerPreferences
public SyncPlayerPreferences(boolean showEntityMarkers, @Nonnull PickupLocation armorItemsPreferredPickupLocation, @Nonnull PickupLocation weaponAndToolItemsPreferredPickupLocation, @Nonnull PickupLocation usableItemsItemsPreferredPickupLocation, @Nonnull PickupLocation solidBlockItemsPreferredPickupLocation, @Nonnull PickupLocation miscItemsPreferredPickupLocation, boolean allowNPCDetection, boolean respondToHit) -
SyncPlayerPreferences
-
-
Method Details
-
getId
public int getId() -
deserialize
@Nonnull public static SyncPlayerPreferences deserialize(@Nonnull io.netty.buffer.ByteBuf buf, int offset) -
computeBytesConsumed
public static int computeBytesConsumed(@Nonnull io.netty.buffer.ByteBuf buf, int offset) -
serialize
public void serialize(@Nonnull io.netty.buffer.ByteBuf buf) -
computeSize
public int computeSize()- Specified by:
computeSizein interfacePacket
-
validateStructure
public static ValidationResult validateStructure(@Nonnull io.netty.buffer.ByteBuf buffer, int offset) -
clone
-
equals
-
hashCode
public int hashCode()
-