Class net.minecraft.advancement.criterion.Criterion

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

Instance Methods

instance:beginTrackingCondition(manager, conditions) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:conditionsFromJson(obj, predicateDeserializer) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:endTracking(tracker) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:endTrackingCondition(manager, conditions) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:getId() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"


Instance Methods

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

Parameters:

  • manager userdata, PlayerAdvancementTracker This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • conditions userdata, Criterion$ConditionsContainer This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
instance:conditionsFromJson(obj, predicateDeserializer)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

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

Returns:

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

Parameters:

  • tracker userdata, PlayerAdvancementTracker This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
instance:endTrackingCondition(manager, conditions)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • manager userdata, PlayerAdvancementTracker This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • conditions userdata, Criterion$ConditionsContainer This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
instance:getId()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

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