public class UpdateWorldMapSettings implements Packet
Class UpdateWorldMapSettings. Provides updateworldmapsettings functionality for the Hytale server.
java.lang.Object > UpdateWorldMapSettings
Field Summary
enabled
public
boolean
enabled
Field enabled.
allowTeleportToCoordinates
public
boolean
allowTeleportToCoordinates
Field allowTeleportToCoordinates.
allowTeleportToMarkers
public
boolean
allowTeleportToMarkers
Field allowTeleportToMarkers.
defaultScale
public
float
defaultScale
Field defaultScale.
minScale
public
float
minScale
Field minScale.
maxScale
public
float
maxScale
Field maxScale.
obj
final
UpdateWorldMapSettings
obj
Field obj.
nullBits
final
byte
nullBits
Field nullBits.
biomeDataMapCount
final
int
biomeDataMapCount
Field biomeDataMapCount.
key
final
short
key
Field key.
val
final
BiomeData
val
Field val.
dictLen
final
int
dictLen
Field dictLen.
copy
final
UpdateWorldMapSettings
copy
Field copy.
Method Detail
getId
public
int
getId
()
Method getId.
UpdateWorldMapSettings
public
public
UpdateWorldMapSettings
()
Method UpdateWorldMapSettings.
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.