Uses of Interface
net.minecraft.world.ModifiableWorld
| Package | Description |
|---|---|
| net.minecraft.client.world | |
| net.minecraft.server.world | |
| net.minecraft.world | |
| net.minecraft.world.gen.feature |
-
Uses of ModifiableWorld in net.minecraft.client.world
Classes in net.minecraft.client.world that implement ModifiableWorld Modifier and Type Class Description classClientWorld -
Uses of ModifiableWorld in net.minecraft.server.world
Classes in net.minecraft.server.world that implement ModifiableWorld Modifier and Type Class Description classServerWorld -
Uses of ModifiableWorld in net.minecraft.world
Subinterfaces of ModifiableWorld in net.minecraft.world Modifier and Type Interface Description interfaceModifiableTestableWorldinterfaceRegistryWorldViewA world view orWorld's superinterface that exposes access to a registry manager.interfaceServerWorldAccessRepresents access to a world on a logical Minecraft server.interfaceStructureWorldAccessinterfaceWorldAccessClasses in net.minecraft.world that implement ModifiableWorld Modifier and Type Class Description classChunkRegionclassWorld -
Uses of ModifiableWorld in net.minecraft.world.gen.feature
Methods in net.minecraft.world.gen.feature with parameters of type ModifiableWorld Modifier and Type Method Description protected voidFeature. setBlockState(ModifiableWorld world, BlockPos pos, BlockState state)protected voidTreeFeature. setBlockState(ModifiableWorld world, BlockPos pos, BlockState state)private static voidTreeFeature. setBlockStateWithoutUpdatingNeighbors(ModifiableWorld world, BlockPos pos, BlockState state)