Package net.minecraft

Class DetectedVersion

java.lang.Object
net.minecraft.DetectedVersion
All Implemented Interfaces:
WorldVersion

public class DetectedVersion extends Object implements WorldVersion
  • Field Details

    • LOGGER

      private static final org.slf4j.Logger LOGGER
    • BUILT_IN

      public static final WorldVersion BUILT_IN
    • id

      private final String id
    • name

      private final String name
    • stable

      private final boolean stable
    • worldVersion

      private final DataVersion worldVersion
    • protocolVersion

      private final int protocolVersion
    • resourcePackVersion

      private final int resourcePackVersion
    • dataPackVersion

      private final int dataPackVersion
    • buildTime

      private final Date buildTime
  • Constructor Details

    • DetectedVersion

      private DetectedVersion()
    • DetectedVersion

      private DetectedVersion(com.google.gson.JsonObject p_132489_)
  • Method Details