Uses of Class
net.minecraft.util.collection.Pool.Builder
Packages that use Pool.Builder
Package
Description
The base package for all Minecraft classes.
-
Uses of Pool.Builder in net.minecraft
Methods in net.minecraft that return Pool.BuilderModifier and TypeMethodDescriptionprivate static Pool.Builder<class_10777.class_10778> class_10777.method_67662() -
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