Class ReadOnlyServerWorld

java.lang.Object
net.minecraft.world.World
net.minecraft.world.ServerWorld
net.minecraft.server.world.ReadOnlyServerWorld
All Implemented Interfaces:
BlockView

@Environment(SERVER) public class ReadOnlyServerWorld extends ServerWorld
Mappings:
Namespace Name
intermediary net/minecraft/class_120
glue class_162
server eg
client net/minecraft/class_120
named net/minecraft/server/world/ReadOnlyServerWorld
  • Constructor Details

    • ReadOnlyServerWorld

      public ReadOnlyServerWorld(MinecraftServer server, WorldStorage storage, String saveName, int dimension, long seed, ServerWorld delegate)
      Mappings:
      Namespace Name Mixin selector
      intermediary <init> Lnet/minecraft/class_120;<init>(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/class_52;Ljava/lang/String;IJLnet/minecraft/class_73;)V
      glue <init> Lclass_162;<init>(Lnet/minecraft/server/MinecraftServer;Lclass_561;Ljava/lang/String;IJLclass_137;)V
      server <init> Leg;<init>(Lnet/minecraft/server/MinecraftServer;Lom;Ljava/lang/String;IJLdp;)V
      client <init> Lnet/minecraft/class_120;<init>(Lnet/minecraft/server/MinecraftServer;Lwt;Ljava/lang/String;IJLnet/minecraft/class_73;)V
      named <init> Lnet/minecraft/server/world/ReadOnlyServerWorld;<init>(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/world/storage/WorldStorage;Ljava/lang/String;IJLnet/minecraft/world/ServerWorld;)V