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 class
ClientWorld
-
Uses of IWorldWriter in net.minecraft.world
Subinterfaces of IWorldWriter in net.minecraft.world Modifier and Type Interface Description interface
IBiomeReader
interface
ISeedReader
interface
IServerWorld
interface
IWorld
Classes in net.minecraft.world that implement IWorldWriter Modifier and Type Class Description class
World
-
Uses of IWorldWriter in net.minecraft.world.gen
Subinterfaces of IWorldWriter in net.minecraft.world.gen Modifier and Type Interface Description interface
IWorldGenerationReader
Classes in net.minecraft.world.gen that implement IWorldWriter Modifier and Type Class Description class
WorldGenRegion
-
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 void
Feature. setBlock(IWorldWriter p_230367_1_, BlockPos p_230367_2_, BlockState p_230367_3_)
protected void
TreeFeature. setBlock(IWorldWriter p_230367_1_, BlockPos p_230367_2_, BlockState p_230367_3_)
static void
TreeFeature. 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 void
TreeDecorator. 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 void
TreeDecorator. 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 void
AbstractTrunkPlacer. 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 class
ServerWorld
-