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 te
intermediary net/minecraft/class_791
named net/minecraft/server/world/ServerWorldManager
  • Field Details

    • server

      private final MinecraftServer server
      Mappings:
      Namespace Name Mixin selector
      official a Lte;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 final ServerWorld world
      Mappings:
      Namespace Name Mixin selector
      official b Lte;b:Ltd;
      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> Lte;<init>(Lnet/minecraft/server/MinecraftServer;Ltd;)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

    • method_3746

      public void method_3746(ParticleEffect particleEffect, boolean bool, double double2, double double3, double double4, double double5, double double6, double double7)
      Specified by:
      method_3746 in interface WorldEventListener
      Mappings:
      Namespace Name Mixin selector
      official a Layb;a(Lfk;ZDDDDDD)V
      intermediary method_3746 Lnet/minecraft/class_1155;method_3746(Lnet/minecraft/class_4340;ZDDDDDD)V
      named method_3746 Lnet/minecraft/world/WorldEventListener;method_3746(Lnet/minecraft/particle/ParticleEffect;ZDDDDDD)V
    • method_13696

      public void method_13696(ParticleEffect particleEffect, boolean bool, boolean bool2, double double2, double double3, double double4, double double5, double double6, double double7)
      Specified by:
      method_13696 in interface WorldEventListener
      Mappings:
      Namespace Name Mixin selector
      official a Layb;a(Lfk;ZZDDDDDD)V
      intermediary method_13696 Lnet/minecraft/class_1155;method_13696(Lnet/minecraft/class_4340;ZZDDDDDD)V
      named method_13696 Lnet/minecraft/world/WorldEventListener;method_13696(Lnet/minecraft/particle/ParticleEffect;ZZDDDDDD)V
    • onEntitySpawned

      public void onEntitySpawned(Entity entity)
      Specified by:
      onEntitySpawned in interface WorldEventListener
      Mappings:
      Namespace Name Mixin selector
      official a Layb;a(Laer;)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 Layb;b(Laer;)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
    • method_3747

      public void method_3747(@Nullable PlayerEntity playerEntity, SoundEvent soundEvent, SoundCategory soundCategory, double double2, double double3, double double4, float float2, float float3)
      Specified by:
      method_3747 in interface WorldEventListener
      Mappings:
      Namespace Name Mixin selector
      official a Layb;a(Laog;Lwi;Lwk;DDDFF)V
      intermediary method_3747 Lnet/minecraft/class_1155;method_3747(Lnet/minecraft/class_988;Lnet/minecraft/class_2926;Lnet/minecraft/class_2153;DDDFF)V
      named method_3747 Lnet/minecraft/world/WorldEventListener;method_3747(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/client/sound/SoundEvent;Lnet/minecraft/client/sound/SoundCategory;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 Layb;a(IIIIII)V
      intermediary method_3745 Lnet/minecraft/class_1155;method_3745(IIIIII)V
      named onRenderRegionUpdate Lnet/minecraft/world/WorldEventListener;onRenderRegionUpdate(IIIIII)V
    • method_11493

      public void method_11493(BlockView blockView, BlockPos blockPos, BlockState blockState, BlockState blockState2, int int2)
      Specified by:
      method_11493 in interface WorldEventListener
      Mappings:
      Namespace Name Mixin selector
      official a Layb;a(Laxk;Lel;Lblc;Lblc;I)V
      intermediary method_11493 Lnet/minecraft/class_1155;method_11493(Lnet/minecraft/class_1158;Lnet/minecraft/class_2552;Lnet/minecraft/class_2232;Lnet/minecraft/class_2232;I)V
      named method_11493 Lnet/minecraft/world/WorldEventListener;method_11493(Lnet/minecraft/world/BlockView;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Lnet/minecraft/block/BlockState;I)V
    • onLightUpdate

      public void onLightUpdate(BlockPos pos)
      Specified by:
      onLightUpdate in interface WorldEventListener
      Mappings:
      Namespace Name Mixin selector
      official a Layb;a(Lel;)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
    • method_8572

      public void method_8572(SoundEvent soundEvent, BlockPos blockPos)
      Specified by:
      method_8572 in interface WorldEventListener
      Mappings:
      Namespace Name Mixin selector
      official a Layb;a(Lwi;Lel;)V
      intermediary method_8572 Lnet/minecraft/class_1155;method_8572(Lnet/minecraft/class_2926;Lnet/minecraft/class_2552;)V
      named method_8572 Lnet/minecraft/world/WorldEventListener;method_8572(Lnet/minecraft/client/sound/SoundEvent;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 Layb;a(Laog;ILel;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 Layb;a(ILel;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 Layb;b(ILel;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