Class net.minecraft.util.math.intprovider.IntProviderType

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

Static Fields

userdata, IntProviderType IntProviderType.BIASED_TO_BOTTOM This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
userdata, IntProviderType IntProviderType.CLAMPED This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
userdata, IntProviderType IntProviderType.CLAMPED_NORMAL This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
userdata, IntProviderType IntProviderType.CONSTANT This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
userdata, IntProviderType IntProviderType.UNIFORM This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
userdata, IntProviderType IntProviderType.WEIGHTED_LIST This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Static Methods

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

Instance Methods

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


Static Methods

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

Parameters:

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

Returns:

userdata, IntProviderType This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"

Instance Methods

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

Returns:

userdata, Codec This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"