Uses of Class
net.minecraft.world.level.levelgen.feature.structures.SinglePoolElement
Packages that use SinglePoolElement
-
Uses of SinglePoolElement in net.minecraft.world.level.levelgen.feature.structures
Subclasses of SinglePoolElement in net.minecraft.world.level.levelgen.feature.structuresFields in net.minecraft.world.level.levelgen.feature.structures with type parameters of type SinglePoolElementModifier and TypeFieldDescriptionstatic com.mojang.serialization.Codec<SinglePoolElement>
SinglePoolElement.CODEC
StructurePoolElementType.SINGLE
Methods in net.minecraft.world.level.levelgen.feature.structures with type parameters of type SinglePoolElementModifier and TypeMethodDescriptionprotected static <E extends SinglePoolElement>
com.mojang.serialization.codecs.RecordCodecBuilder<E,Supplier<StructureProcessorList>>SinglePoolElement.processorsCodec()
protected static <E extends SinglePoolElement>
com.mojang.serialization.codecs.RecordCodecBuilder<E,com.mojang.datafixers.util.Either<ResourceLocation,StructureTemplate>>SinglePoolElement.templateCodec()
Methods in net.minecraft.world.level.levelgen.feature.structures that return types with arguments of type SinglePoolElementModifier and TypeMethodDescriptionStructurePoolElement.single(String p_69222_, StructureProcessorList p_69223_)