Class StartGamePacket_v582

java.lang.Object
cn.nukkit.utils.BinaryStream
cn.nukkit.network.protocol.DataPacket
cn.nukkit.network.protocol.v582.StartGamePacket_v582
All Implemented Interfaces:
Cloneable

@Deprecated(since="1.20.0-r1") public class StartGamePacket_v582 extends DataPacket
Deprecated.
Since:
15-10-13
  • Field Details

    • NETWORK_ID

      public static final byte NETWORK_ID
      Deprecated.
      See Also:
    • GAME_PUBLISH_SETTING_NO_MULTI_PLAY

      public static final int GAME_PUBLISH_SETTING_NO_MULTI_PLAY
      Deprecated.
      See Also:
    • GAME_PUBLISH_SETTING_INVITE_ONLY

      public static final int GAME_PUBLISH_SETTING_INVITE_ONLY
      Deprecated.
      See Also:
    • GAME_PUBLISH_SETTING_FRIENDS_ONLY

      public static final int GAME_PUBLISH_SETTING_FRIENDS_ONLY
      Deprecated.
      See Also:
    • GAME_PUBLISH_SETTING_FRIENDS_OF_FRIENDS

      public static final int GAME_PUBLISH_SETTING_FRIENDS_OF_FRIENDS
      Deprecated.
      See Also:
    • GAME_PUBLISH_SETTING_PUBLIC

      public static final int GAME_PUBLISH_SETTING_PUBLIC
      Deprecated.
      See Also:
    • entityUniqueId

      public long entityUniqueId
      Deprecated.
    • entityRuntimeId

      public long entityRuntimeId
      Deprecated.
    • playerGamemode

      public int playerGamemode
      Deprecated.
    • x

      public float x
      Deprecated.
    • y

      public float y
      Deprecated.
    • z

      public float z
      Deprecated.
    • yaw

      public float yaw
      Deprecated.
    • pitch

      public float pitch
      Deprecated.
    • seed

      public long seed
      Deprecated.
    • dimension

      public byte dimension
      Deprecated.
    • generator

      public int generator
      Deprecated.
    • worldGamemode

      public int worldGamemode
      Deprecated.
    • difficulty

      public int difficulty
      Deprecated.
    • spawnX

      public int spawnX
      Deprecated.
    • spawnY

      public int spawnY
      Deprecated.
    • spawnZ

      public int spawnZ
      Deprecated.
    • hasAchievementsDisabled

      public boolean hasAchievementsDisabled
      Deprecated.
    • worldEditor

      public boolean worldEditor
      Deprecated.
    • dayCycleStopTime

      public int dayCycleStopTime
      Deprecated.
    • eduEditionOffer

      public int eduEditionOffer
      Deprecated.
    • hasEduFeaturesEnabled

      public boolean hasEduFeaturesEnabled
      Deprecated.
    • rainLevel

      public float rainLevel
      Deprecated.
    • lightningLevel

      public float lightningLevel
      Deprecated.
    • hasConfirmedPlatformLockedContent

      public boolean hasConfirmedPlatformLockedContent
      Deprecated.
    • multiplayerGame

      public boolean multiplayerGame
      Deprecated.
    • broadcastToLAN

      public boolean broadcastToLAN
      Deprecated.
    • xblBroadcastIntent

      public int xblBroadcastIntent
      Deprecated.
    • platformBroadcastIntent

      public int platformBroadcastIntent
      Deprecated.
    • commandsEnabled

      public boolean commandsEnabled
      Deprecated.
    • isTexturePacksRequired

      public boolean isTexturePacksRequired
      Deprecated.
    • gameRules

      public GameRules gameRules
      Deprecated.
    • bonusChest

      public boolean bonusChest
      Deprecated.
    • hasStartWithMapEnabled

      public boolean hasStartWithMapEnabled
      Deprecated.
    • permissionLevel

      public int permissionLevel
      Deprecated.
    • serverChunkTickRange

      public int serverChunkTickRange
      Deprecated.
    • hasLockedBehaviorPack

      public boolean hasLockedBehaviorPack
      Deprecated.
    • hasLockedResourcePack

      public boolean hasLockedResourcePack
      Deprecated.
    • isFromLockedWorldTemplate

      public boolean isFromLockedWorldTemplate
      Deprecated.
    • isUsingMsaGamertagsOnly

      public boolean isUsingMsaGamertagsOnly
      Deprecated.
    • isFromWorldTemplate

      public boolean isFromWorldTemplate
      Deprecated.
    • isWorldTemplateOptionLocked

      public boolean isWorldTemplateOptionLocked
      Deprecated.
    • isOnlySpawningV1Villagers

      public boolean isOnlySpawningV1Villagers
      Deprecated.
    • vanillaVersion

      public String vanillaVersion
      Deprecated.
    • levelId

      public String levelId
      Deprecated.
    • worldName

      public String worldName
      Deprecated.
    • premiumWorldTemplateId

      public String premiumWorldTemplateId
      Deprecated.
    • isTrial

      public boolean isTrial
      Deprecated.
    • isMovementServerAuthoritative

      @Deprecated public boolean isMovementServerAuthoritative
      Deprecated.
    • serverAuthoritativeMovement

      @PowerNukkitXOnly @Since("1.19.40-r3") public Integer serverAuthoritativeMovement
      Deprecated.
    • isInventoryServerAuthoritative

      @Since("1.3.0.0-PN") public boolean isInventoryServerAuthoritative
      Deprecated.
    • currentTick

      public long currentTick
      Deprecated.
    • enchantmentSeed

      public int enchantmentSeed
      Deprecated.
    • blockProperties

      public final List<CustomBlockDefinition> blockProperties
      Deprecated.
    • multiplayerCorrelationId

      public String multiplayerCorrelationId
      Deprecated.
    • isDisablingPersonas

      public boolean isDisablingPersonas
      Deprecated.
    • isDisablingCustomSkins

      public boolean isDisablingCustomSkins
      Deprecated.
    • clientSideGenerationEnabled

      public boolean clientSideGenerationEnabled
      Deprecated.
    • emoteChatMuted

      public boolean emoteChatMuted
      Deprecated.
      Since:
      v567
    • blockNetworkIdsHashed

      public boolean blockNetworkIdsHashed
      Deprecated.
      Whether block runtime IDs should be replaced by 32-bit integer hashes of the NBT block state. Unlike runtime IDs, this hashes should be persistent across versions and should make support for data-driven/custom blocks easier.
      Since:
      v582
    • createdInEditor

      public boolean createdInEditor
      Deprecated.
      Since:
      v582
    • exportedFromEditor

      public boolean exportedFromEditor
      Deprecated.
      Since:
      v582
    • chatRestrictionLevel

      public byte chatRestrictionLevel
      Deprecated.
    • disablePlayerInteractions

      public boolean disablePlayerInteractions
      Deprecated.
  • Constructor Details

    • StartGamePacket_v582

      public StartGamePacket_v582()
      Deprecated.
  • Method Details

    • pid

      public byte pid()
      Deprecated.
      Specified by:
      pid in class DataPacket
    • decode

      public void decode()
      Deprecated.
      Specified by:
      decode in class DataPacket
    • encode

      public void encode()
      Deprecated.
      Specified by:
      encode in class DataPacket
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object