类 WeightedList.Builder<E>
java.lang.Object
net.minecraft.util.random.WeightedList.Builder<E>
- 封闭类:
WeightedList<E>
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明addAll
(Collection<Weighted<E>> values) addAll
(WeightedList<E> values) build()
getList()
-
字段详细资料
-
result
-
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
add
-
add
-
add
-
addAll
-
addAll
-
remove
-
remove
-
removeIf
-
getList
-
build
-