Uses of Interface
net.minecraft.structure.PostPlacementProcessor
Packages that use PostPlacementProcessor
-
Uses of PostPlacementProcessor in net.minecraft.structure
Fields in net.minecraft.structure declared as PostPlacementProcessorModifier and TypeFieldDescriptionstatic final PostPlacementProcessor
PostPlacementProcessor.EMPTY
-
Uses of PostPlacementProcessor in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature declared as PostPlacementProcessorModifier and TypeFieldDescriptionprivate final PostPlacementProcessor
StructureFeature.postProcessor
Methods in net.minecraft.world.gen.feature that return PostPlacementProcessorConstructors in net.minecraft.world.gen.feature with parameters of type PostPlacementProcessorModifierConstructorDescriptionMarginedStructureFeature
(com.mojang.serialization.Codec<C> configCodec, StructureGeneratorFactory<C> piecesGenerator, PostPlacementProcessor postPlacementProcessor) StructureFeature
(com.mojang.serialization.Codec<C> configCodec, StructureGeneratorFactory<C> piecesGenerator, PostPlacementProcessor postPlacementProcessor)