Class net.minecraft.predicate.NumberRange$Factory

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

Instance Methods

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


Instance Methods

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

Parameters:

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

Returns:

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