Package | Description |
---|---|
net.minecraft.entity.ai.brain.task | |
net.minecraft.util | |
net.minecraft.world.gen.blockstateprovider |
Modifier and Type | Field and Description |
---|---|
private WeightedList<Task<? super E>> |
MultiTask.field_220419_e |
Modifier and Type | Field and Description |
---|---|
private java.util.function.Consumer<WeightedList<?>> |
MultiTask.Ordering.field_220629_c |
Modifier and Type | Method and Description |
---|---|
void |
MultiTask.Ordering.func_220628_a(WeightedList<?> p_220628_1_) |
abstract <E extends LivingEntity> |
MultiTask.RunType.func_220630_a(WeightedList<Task<? super E>> p_220630_1_,
ServerWorld p_220630_2_,
E p_220630_3_,
long p_220630_4_) |
Constructor and Description |
---|
Ordering(java.util.function.Consumer<WeightedList<?>> p_i50849_3_) |
Modifier and Type | Method and Description |
---|---|
WeightedList<U> |
WeightedList.func_226309_a_() |
WeightedList<U> |
WeightedList.func_226313_a_(U p_226313_1_,
int p_226313_2_) |
WeightedList<U> |
WeightedList.func_226314_a_(java.util.Random p_226314_1_) |
Modifier and Type | Field and Description |
---|---|
private WeightedList<BlockState> |
WeightedBlockStateProvider.weightedStates |
Constructor and Description |
---|
WeightedBlockStateProvider(WeightedList<BlockState> p_i225862_1_) |