Class ServerWorldManager

java.lang.Object
net.minecraft.server.world.ServerWorldManager
All Implemented Interfaces:
WorldEventListener

public class ServerWorldManager
extends Object
implements WorldEventListener
Mappings:
Namespace Name
official lb
intermediary net/minecraft/class_1631
named net/minecraft/server/world/ServerWorldManager
  • Field Details

    • server

      private MinecraftServer server
      Mappings:
      Namespace Name Mixin selector
      official a Llb;a:Lnet/minecraft/server/MinecraftServer;
      intermediary field_6593 Lnet/minecraft/class_1631;field_6593:Lnet/minecraft/server/MinecraftServer;
      named server Lnet/minecraft/server/world/ServerWorldManager;server:Lnet/minecraft/server/MinecraftServer;
    • world

      private ServerWorld world
      Mappings:
      Namespace Name Mixin selector
      official b Llb;b:Lle;
      intermediary field_6594 Lnet/minecraft/class_1631;field_6594:Lnet/minecraft/class_1635;
      named world Lnet/minecraft/server/world/ServerWorldManager;world:Lnet/minecraft/server/world/ServerWorld;
  • Constructor Details

    • ServerWorldManager

      public ServerWorldManager​(MinecraftServer server, ServerWorld world)
      Mappings:
      Namespace Name Mixin selector
      official <init> Llb;<init>(Lnet/minecraft/server/MinecraftServer;Lle;)V
      intermediary <init> Lnet/minecraft/class_1631;<init>(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/class_1635;)V
      named <init> Lnet/minecraft/server/world/ServerWorldManager;<init>(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/server/world/ServerWorld;)V
  • Method Details

    • addParticle

      public void addParticle​(int id, boolean bool, double double2, double double3, double double4, double double5, double double6, double double7, int[] int2)
      Specified by:
      addParticle in interface WorldEventListener
      Mappings:
      Namespace Name Mixin selector
      official a Lado;a(IZDDDDDD[I)V
      intermediary method_447 Lnet/minecraft/class_101;method_447(IZDDDDDD[I)V
      named addParticle Lnet/minecraft/world/WorldEventListener;addParticle(IZDDDDDD[I)V
    • onEntitySpawned

      public void onEntitySpawned​(Entity entity)
      Specified by:
      onEntitySpawned in interface WorldEventListener
      Mappings:
      Namespace Name Mixin selector
      official a Lado;a(Lpk;)V
      intermediary method_451 Lnet/minecraft/class_101;method_451(Lnet/minecraft/class_1745;)V
      named onEntitySpawned Lnet/minecraft/world/WorldEventListener;onEntitySpawned(Lnet/minecraft/entity/Entity;)V
    • onEntityRemoved

      public void onEntityRemoved​(Entity entity)
      Specified by:
      onEntityRemoved in interface WorldEventListener
      Mappings:
      Namespace Name Mixin selector
      official b Lado;b(Lpk;)V
      intermediary method_456 Lnet/minecraft/class_101;method_456(Lnet/minecraft/class_1745;)V
      named onEntityRemoved Lnet/minecraft/world/WorldEventListener;onEntityRemoved(Lnet/minecraft/entity/Entity;)V
    • playSound

      public void playSound​(String name, double x, double y, double z, float volume, float pitch)
      Specified by:
      playSound in interface WorldEventListener
      Mappings:
      Namespace Name Mixin selector
      official a Lado;a(Ljava/lang/String;DDDFF)V
      intermediary method_449 Lnet/minecraft/class_101;method_449(Ljava/lang/String;DDDFF)V
      named playSound Lnet/minecraft/world/WorldEventListener;playSound(Ljava/lang/String;DDDFF)V
    • playSound

      public void playSound​(PlayerEntity except, String name, double x, double y, double z, float volume, float pitch)
      Specified by:
      playSound in interface WorldEventListener
      Mappings:
      Namespace Name Mixin selector
      official a Lado;a(Lwn;Ljava/lang/String;DDDFF)V
      intermediary method_453 Lnet/minecraft/class_101;method_453(Lnet/minecraft/class_1963;Ljava/lang/String;DDDFF)V
      named playSound Lnet/minecraft/world/WorldEventListener;playSound(Lnet/minecraft/entity/player/PlayerEntity;Ljava/lang/String;DDDFF)V
    • onRenderRegionUpdate

      public void onRenderRegionUpdate​(int x1, int y1, int z1, int x2, int y2, int z2)
      Specified by:
      onRenderRegionUpdate in interface WorldEventListener
      Mappings:
      Namespace Name Mixin selector
      official a Lado;a(IIIIII)V
      intermediary method_445 Lnet/minecraft/class_101;method_445(IIIIII)V
      named onRenderRegionUpdate Lnet/minecraft/world/WorldEventListener;onRenderRegionUpdate(IIIIII)V
    • onBlockUpdate

      public void onBlockUpdate​(BlockPos pos)
      Specified by:
      onBlockUpdate in interface WorldEventListener
      Mappings:
      Namespace Name Mixin selector
      official a Lado;a(Lcj;)V
      intermediary method_448 Lnet/minecraft/class_101;method_448(Lnet/minecraft/class_1372;)V
      named onBlockUpdate Lnet/minecraft/world/WorldEventListener;onBlockUpdate(Lnet/minecraft/util/math/BlockPos;)V
    • onLightUpdate

      public void onLightUpdate​(BlockPos pos)
      Specified by:
      onLightUpdate in interface WorldEventListener
      Mappings:
      Namespace Name Mixin selector
      official b Lado;b(Lcj;)V
      intermediary method_455 Lnet/minecraft/class_101;method_455(Lnet/minecraft/class_1372;)V
      named onLightUpdate Lnet/minecraft/world/WorldEventListener;onLightUpdate(Lnet/minecraft/util/math/BlockPos;)V
    • playMusicDisc

      public void playMusicDisc​(String id, BlockPos pos)
      Specified by:
      playMusicDisc in interface WorldEventListener
      Mappings:
      Namespace Name Mixin selector
      official a Lado;a(Ljava/lang/String;Lcj;)V
      intermediary method_450 Lnet/minecraft/class_101;method_450(Ljava/lang/String;Lnet/minecraft/class_1372;)V
      named playMusicDisc Lnet/minecraft/world/WorldEventListener;playMusicDisc(Ljava/lang/String;Lnet/minecraft/util/math/BlockPos;)V
    • method_452

      public void method_452​(PlayerEntity player, int int2, BlockPos pos, int int3)
      Specified by:
      method_452 in interface WorldEventListener
      Mappings:
      Namespace Name Mixin selector
      official a Lado;a(Lwn;ILcj;I)V
      intermediary method_452 Lnet/minecraft/class_101;method_452(Lnet/minecraft/class_1963;ILnet/minecraft/class_1372;I)V
      named method_452 Lnet/minecraft/world/WorldEventListener;method_452(Lnet/minecraft/entity/player/PlayerEntity;ILnet/minecraft/util/math/BlockPos;I)V
    • method_446

      public void method_446​(int int2, BlockPos pos, int int3)
      Specified by:
      method_446 in interface WorldEventListener
      Mappings:
      Namespace Name Mixin selector
      official a Lado;a(ILcj;I)V
      intermediary method_446 Lnet/minecraft/class_101;method_446(ILnet/minecraft/class_1372;I)V
      named method_446 Lnet/minecraft/world/WorldEventListener;method_446(ILnet/minecraft/util/math/BlockPos;I)V
    • setBlockBreakInfo

      public void setBlockBreakInfo​(int entityId, BlockPos pos, int progress)
      Specified by:
      setBlockBreakInfo in interface WorldEventListener
      Mappings:
      Namespace Name Mixin selector
      official b Lado;b(ILcj;I)V
      intermediary method_454 Lnet/minecraft/class_101;method_454(ILnet/minecraft/class_1372;I)V
      named setBlockBreakInfo Lnet/minecraft/world/WorldEventListener;setBlockBreakInfo(ILnet/minecraft/util/math/BlockPos;I)V