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_791
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_2787 Lnet/minecraft/class_791;field_2787: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_2788 Lnet/minecraft/class_791;field_2788:Lnet/minecraft/class_795;
      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_791;<init>(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/class_795;)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 x, double y, double z, double velocityX, double velocityY, double velocityZ, int[] args)
      Specified by:
      addParticle in interface WorldEventListener
      Mappings:
      Namespace Name Mixin selector
      official a Lado;a(IZDDDDDD[I)V
      intermediary method_3746 Lnet/minecraft/class_1155;method_3746(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_3749 Lnet/minecraft/class_1155;method_3749(Lnet/minecraft/class_864;)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_3752 Lnet/minecraft/class_1155;method_3752(Lnet/minecraft/class_864;)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_3747 Lnet/minecraft/class_1155;method_3747(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_4693 Lnet/minecraft/class_1155;method_4693(Lnet/minecraft/class_988;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_3745 Lnet/minecraft/class_1155;method_3745(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_8571 Lnet/minecraft/class_1155;method_8571(Lnet/minecraft/class_2552;)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_8574 Lnet/minecraft/class_1155;method_8574(Lnet/minecraft/class_2552;)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_8572 Lnet/minecraft/class_1155;method_8572(Ljava/lang/String;Lnet/minecraft/class_2552;)V
      named playMusicDisc Lnet/minecraft/world/WorldEventListener;playMusicDisc(Ljava/lang/String;Lnet/minecraft/util/math/BlockPos;)V
    • method_3750

      public void method_3750(PlayerEntity player, int eventId, BlockPos pos, int int2)
      Specified by:
      method_3750 in interface WorldEventListener
      Mappings:
      Namespace Name Mixin selector
      official a Lado;a(Lwn;ILcj;I)V
      intermediary method_3750 Lnet/minecraft/class_1155;method_3750(Lnet/minecraft/class_988;ILnet/minecraft/class_2552;I)V
      named method_3750 Lnet/minecraft/world/WorldEventListener;method_3750(Lnet/minecraft/entity/player/PlayerEntity;ILnet/minecraft/util/math/BlockPos;I)V
    • method_4692

      public void method_4692(int int2, BlockPos pos, int int3)
      Specified by:
      method_4692 in interface WorldEventListener
      Mappings:
      Namespace Name Mixin selector
      official a Lado;a(ILcj;I)V
      intermediary method_4692 Lnet/minecraft/class_1155;method_4692(ILnet/minecraft/class_2552;I)V
      named method_4692 Lnet/minecraft/world/WorldEventListener;method_4692(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_8573 Lnet/minecraft/class_1155;method_8573(ILnet/minecraft/class_2552;I)V
      named setBlockBreakInfo Lnet/minecraft/world/WorldEventListener;setBlockBreakInfo(ILnet/minecraft/util/math/BlockPos;I)V