Uses of Class
net.minecraft.structure.pool.SinglePoolElement
Packages that use SinglePoolElement
-
Uses of SinglePoolElement in net.minecraft.structure.pool
Subclasses of SinglePoolElement in net.minecraft.structure.poolFields in net.minecraft.structure.pool with type parameters of type SinglePoolElementModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec
<SinglePoolElement> SinglePoolElement.CODEC
static final StructurePoolElementType
<SinglePoolElement> StructurePoolElementType.SINGLE_POOL_ELEMENT
Methods in net.minecraft.structure.pool with type parameters of type SinglePoolElementModifier and TypeMethodDescriptionprotected static <E extends SinglePoolElement>
com.mojang.serialization.codecs.RecordCodecBuilder<E, com.mojang.datafixers.util.Either<Identifier, StructureTemplate>> SinglePoolElement.locationGetter()
protected static <E extends SinglePoolElement>
com.mojang.serialization.codecs.RecordCodecBuilder<E, Optional<StructureLiquidSettings>> SinglePoolElement.overrideLiquidSettingsGetter()
protected static <E extends SinglePoolElement>
com.mojang.serialization.codecs.RecordCodecBuilder<E, RegistryEntry<StructureProcessorList>> SinglePoolElement.processorsGetter()
Methods in net.minecraft.structure.pool that return types with arguments of type SinglePoolElementModifier and TypeMethodDescriptionStructurePoolElement.ofProcessedSingle
(String id, RegistryEntry<StructureProcessorList> processorListEntry) StructurePoolElement.ofProcessedSingle
(String id, RegistryEntry<StructureProcessorList> processorListEntry, StructureLiquidSettings liquidSettings) StructurePoolElement.ofSingle
(String id, StructureLiquidSettings liquidSettings)