Uses of Class
net.minecraft.structure.processor.StructureProcessor
Packages that use StructureProcessor
Package
Description
-
Uses of StructureProcessor in net.minecraft.structure
Fields in net.minecraft.structure declared as StructureProcessorModifier and TypeFieldDescription(package private) static final StructureProcessor
OceanRuinGenerator.SUSPICIOUS_GRAVEL_PROCESSOR
(package private) static final StructureProcessor
OceanRuinGenerator.SUSPICIOUS_SAND_PROCESSOR
Fields in net.minecraft.structure with type parameters of type StructureProcessorModifier and TypeFieldDescriptionprivate final List
<StructureProcessor> StructurePlacementData.processors
Methods in net.minecraft.structure that return StructureProcessorModifier and TypeMethodDescriptionprivate static StructureProcessor
OceanRuinGenerator.createArchaeologyStructureProcessor
(Block baseBlock, Block suspiciousBlock, RegistryKey<LootTable> lootTable) Methods in net.minecraft.structure that return types with arguments of type StructureProcessorMethods in net.minecraft.structure with parameters of type StructureProcessorModifier and TypeMethodDescriptionStructurePlacementData.addProcessor
(StructureProcessor processor) StructurePlacementData.removeProcessor
(StructureProcessor processor) -
Uses of StructureProcessor in net.minecraft.structure.pool
Fields in net.minecraft.structure.pool with type parameters of type StructureProcessorModifier and TypeFieldDescriptionprivate final ImmutableList
<StructureProcessor> StructurePool.Projection.processors
Methods in net.minecraft.structure.pool that return types with arguments of type StructureProcessorConstructor parameters in net.minecraft.structure.pool with type arguments of type StructureProcessorModifierConstructorDescriptionprivate
Projection
(String id, ImmutableList<StructureProcessor> processors) -
Uses of StructureProcessor in net.minecraft.structure.processor
Classes in net.minecraft.structure.processor with type parameters of type StructureProcessorModifier and TypeInterfaceDescriptioninterface
StructureProcessorType<P extends StructureProcessor>
Subclasses of StructureProcessor in net.minecraft.structure.processorModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
Fields in net.minecraft.structure.processor declared as StructureProcessorModifier and TypeFieldDescriptionprivate final StructureProcessor
CappedStructureProcessor.delegate
Fields in net.minecraft.structure.processor with type parameters of type StructureProcessorModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<StructureProcessor> StructureProcessorType.CODEC
private final List
<StructureProcessor> StructureProcessorList.list
Methods in net.minecraft.structure.processor with type parameters of type StructureProcessorMethods in net.minecraft.structure.processor that return types with arguments of type StructureProcessorMethod parameters in net.minecraft.structure.processor with type arguments of type StructureProcessorModifier and TypeMethodDescriptionprivate static void
StructureProcessorLists.register
(Registerable<StructureProcessorList> processorListRegisterable, RegistryKey<StructureProcessorList> key, List<StructureProcessor> processors) Constructors in net.minecraft.structure.processor with parameters of type StructureProcessorModifierConstructorDescriptionCappedStructureProcessor
(StructureProcessor delegate, IntProvider limit) Constructor parameters in net.minecraft.structure.processor with type arguments of type StructureProcessor