WeightedOutput class

Thin wrapper for an output list for a recipe. This is a structure used to produce probabilistic outputs for recipes.

Constructors

WeightedOutput(WeightedOutputs _native)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getEntryIds() List<String>
The entry IDs associated with this output list.
getWeight() → Int64
The weight of this output list. More weight = more likely.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited