Class net.minecraft.client.util.telemetry.TelemetryConstants

This description should be content pulled from the first comments of a lua file.

Static Fields

int TelemetryConstants.ADVENTURE This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
string TelemetryConstants.BUILD_DISPLAY_NAME This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
string TelemetryConstants.BUILD_PLAT This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
string TelemetryConstants.CLIENT_ID This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
string TelemetryConstants.CLIENT_MODDED This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
int TelemetryConstants.CREATIVE This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
userdata, DateTimeFormatter TelemetryConstants.DATE_TIME_FORMATTER This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
string TelemetryConstants.DEVICE_SESSION_ID This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
string TelemetryConstants.EVENT_TIMESTAMP_UTC This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
int TelemetryConstants.HARDCORE This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
string TelemetryConstants.JAVA_VERSION This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
string TelemetryConstants.LOCAL This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
string TelemetryConstants.PLAT This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
string TelemetryConstants.PLAYER_GAME_MODE This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
string TelemetryConstants.REALM This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
string TelemetryConstants.SERVER This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
string TelemetryConstants.SERVER_MODDED This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
string TelemetryConstants.SERVER_TYPE This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
int TelemetryConstants.SPECTATOR This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
int TelemetryConstants.SURVIVAL This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
string TelemetryConstants.USER_ID This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
string TelemetryConstants.WORLD_LOADED This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
string TelemetryConstants.WORLD_SESSION_ID This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Constructors

TelemetryConstants() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Instance Methods

instance:equals(arg0) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:getClass() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:hashCode() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:notify() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:notifyAll() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:toString() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:wait(arg0, arg1) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:wait(arg0) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:wait() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"


Constructors

TelemetryConstants()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Instance Methods

instance:equals(arg0)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • arg0 userdata, Object This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:getClass()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

userdata, Class This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:hashCode()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

int This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:notify()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:notifyAll()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:toString()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

string This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:wait(arg0, arg1)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • arg0 int, long This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • arg1 int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
instance:wait(arg0)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • arg0 int, long This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
instance:wait()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"