Uses of Interface
net.minecraft.world.ModifiableWorld
Packages that use ModifiableWorld
Package
Description
-
Uses of ModifiableWorld in net.minecraft.client.world
Classes in net.minecraft.client.world that implement ModifiableWorld -
Uses of ModifiableWorld in net.minecraft.server.world
Classes in net.minecraft.server.world that implement ModifiableWorld -
Uses of ModifiableWorld in net.minecraft.world
Subinterfaces of ModifiableWorld in net.minecraft.worldModifier 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
Classes in net.minecraft.world that implement ModifiableWorld -
Uses of ModifiableWorld in net.minecraft.world.gen.feature
Methods in net.minecraft.world.gen.feature with parameters of type ModifiableWorldModifier 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)