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 with type parameters of type StructureProcessorModifier and TypeFieldDescriptionprivate final List<StructureProcessor>
StructurePlacementData.processors
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
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) Constructor parameters in net.minecraft.structure.processor with type arguments of type StructureProcessor