类 GravityProcessor
java.lang.Object
net.minecraft.world.level.levelgen.structure.templatesystem.StructureProcessor
net.minecraft.world.level.levelgen.structure.templatesystem.GravityProcessor
-
字段概要
字段修饰符和类型字段说明static final com.mojang.serialization.Codec<GravityProcessor>
private final Heightmap.Types
private final int
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected StructureProcessorType<?>
getType()
processBlock
(LevelReader pLevel, BlockPos p_74110_, BlockPos pPos, StructureTemplate.StructureBlockInfo pBlockInfo, StructureTemplate.StructureBlockInfo pRelativeBlockInfo, StructurePlaceSettings pSettings) 从类继承的方法 net.minecraft.world.level.levelgen.structure.templatesystem.StructureProcessor
finalizeProcessing, process, processEntity
-
字段详细资料
-
CODEC
-
heightmap
-
offset
private final int offset
-
-
构造器详细资料
-
GravityProcessor
-
-
方法详细资料
-
processBlock
@Nullable public StructureTemplate.StructureBlockInfo processBlock(LevelReader pLevel, BlockPos p_74110_, BlockPos pPos, StructureTemplate.StructureBlockInfo pBlockInfo, StructureTemplate.StructureBlockInfo pRelativeBlockInfo, StructurePlaceSettings pSettings) - 覆盖:
processBlock
在类中StructureProcessor
-
getType
- 指定者:
getType
在类中StructureProcessor
-