Uses of Interface
net.minecraft.world.ModifiableWorld
Package
Description
-
Uses of ModifiableWorld in net.minecraft.client.world
-
Uses of ModifiableWorld in net.minecraft.server.world
-
Uses of ModifiableWorld in net.minecraft.world
Modifier and TypeInterfaceDescriptioninterface
interface
A world view orWorld
's superinterface that exposes access to a registry manager.interface
Represents access to a world on a logical Minecraft server.interface
interface
-
Uses of ModifiableWorld in net.minecraft.world.gen.feature
Modifier and TypeMethodDescriptionprotected void
Feature.setBlockState(ModifiableWorld world, BlockPos pos, BlockState state)
protected void
TreeFeature.setBlockState(ModifiableWorld world, BlockPos pos, BlockState state)
private static void
TreeFeature.setBlockStateWithoutUpdatingNeighbors(ModifiableWorld world, BlockPos pos, BlockState state)