package net.minecraft.world.level;

public interface VirtualLevelWritable extends VirtualLevelReadable, IWorldWriter {}
