Uses of Interface
net.minecraft.world.IWorldWriter
-
-
Uses of IWorldWriter in net.minecraft.client.world
Classes in net.minecraft.client.world that implement IWorldWriter Modifier and Type Class Description classClientWorld -
Uses of IWorldWriter in net.minecraft.world
Subinterfaces of IWorldWriter in net.minecraft.world Modifier and Type Interface Description interfaceIBiomeReaderinterfaceISeedReaderinterfaceIServerWorldinterfaceIWorldClasses in net.minecraft.world that implement IWorldWriter Modifier and Type Class Description classWorld -
Uses of IWorldWriter in net.minecraft.world.gen
Subinterfaces of IWorldWriter in net.minecraft.world.gen Modifier and Type Interface Description interfaceIWorldGenerationReaderClasses in net.minecraft.world.gen that implement IWorldWriter Modifier and Type Class Description classWorldGenRegion -
Uses of IWorldWriter in net.minecraft.world.gen.feature
Methods in net.minecraft.world.gen.feature with parameters of type IWorldWriter Modifier and Type Method Description protected voidFeature. setBlock(IWorldWriter p_230367_1_, BlockPos p_230367_2_, BlockState p_230367_3_)protected voidTreeFeature. setBlock(IWorldWriter p_230367_1_, BlockPos p_230367_2_, BlockState p_230367_3_)static voidTreeFeature. setBlockKnownShape(IWorldWriter p_236408_0_, BlockPos p_236408_1_, BlockState p_236408_2_) -
Uses of IWorldWriter in net.minecraft.world.gen.treedecorator
Methods in net.minecraft.world.gen.treedecorator with parameters of type IWorldWriter Modifier and Type Method Description protected voidTreeDecorator. placeVine(IWorldWriter p_227424_1_, BlockPos p_227424_2_, BooleanProperty p_227424_3_, java.util.Set<BlockPos> p_227424_4_, MutableBoundingBox p_227424_5_)protected voidTreeDecorator. setBlock(IWorldWriter p_227423_1_, BlockPos p_227423_2_, BlockState p_227423_3_, java.util.Set<BlockPos> p_227423_4_, MutableBoundingBox p_227423_5_) -
Uses of IWorldWriter in net.minecraft.world.gen.trunkplacer
Methods in net.minecraft.world.gen.trunkplacer with parameters of type IWorldWriter Modifier and Type Method Description protected static voidAbstractTrunkPlacer. setBlock(IWorldWriter p_236913_0_, BlockPos p_236913_1_, BlockState p_236913_2_, MutableBoundingBox p_236913_3_) -
Uses of IWorldWriter in net.minecraft.world.server
Classes in net.minecraft.world.server that implement IWorldWriter Modifier and Type Class Description classServerWorld
-