Uses of Class
net.minecraft.util.collection.Pool.Builder
Packages that use Pool.Builder
Package
Description
-
Uses of Pool.Builder in net.minecraft.entity.passive
Methods in net.minecraft.entity.passive that return Pool.BuilderModifier and TypeMethodDescriptionprivate static Pool.Builder
<SheepColors.ColorSelector> SheepColors.poolBuilder()
-
Uses of Pool.Builder in net.minecraft.util.collection
Methods in net.minecraft.util.collection that return Pool.Builder -
Uses of Pool.Builder in net.minecraft.world.biome
Fields in net.minecraft.world.biome with type parameters of type Pool.BuilderModifier and TypeFieldDescriptionprivate final Map
<SpawnGroup, Pool.Builder<SpawnSettings.SpawnEntry>> SpawnSettings.Builder.spawners
-
Uses of Pool.Builder in net.minecraft.world.gen.feature
Methods in net.minecraft.world.gen.feature that return Pool.BuilderModifier and TypeMethodDescriptionprivate static Pool.Builder
<BlockState> static Pool.Builder
<BlockState> VegetationConfiguredFeatures.leafLitter
(int min, int max) private static Pool.Builder
<BlockState> VegetationConfiguredFeatures.segmentedBlock
(Block block, int min, int max, IntProperty amountProperty, EnumProperty<Direction> facingProperty) -
Uses of Pool.Builder in net.minecraft.world.gen.stateprovider
Constructors in net.minecraft.world.gen.stateprovider with parameters of type Pool.Builder