Package net.minecraft.server.world
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 lbintermediary net/minecraft/class_1631named net/minecraft/server/world/ServerWorldManager
-
Field Summary
Fields Modifier and Type Field Description private MinecraftServerserverprivate ServerWorldworld -
Constructor Summary
Constructors Constructor Description ServerWorldManager(MinecraftServer server, ServerWorld world) -
Method Summary
Modifier and Type Method Description voidaddParticle(int id, boolean bool, double double2, double double3, double double4, double double5, double double6, double double7, int[] int2)voidmethod_446(int int2, BlockPos pos, int int3)voidmethod_452(PlayerEntity player, int int2, BlockPos pos, int int3)voidonBlockUpdate(BlockPos pos)voidonEntityRemoved(Entity entity)voidonEntitySpawned(Entity entity)voidonLightUpdate(BlockPos pos)voidonRenderRegionUpdate(int x1, int y1, int z1, int x2, int y2, int z2)voidplayMusicDisc(String id, BlockPos pos)voidplaySound(String name, double x, double y, double z, float volume, float pitch)voidplaySound(PlayerEntity except, String name, double x, double y, double z, float volume, float pitch)voidsetBlockBreakInfo(int entityId, BlockPos pos, int progress)
-
Field Details
-
server
- Mappings:
Namespace Name Mixin selector official aLlb;a:Lnet/minecraft/server/MinecraftServer;intermediary field_6593Lnet/minecraft/class_1631;field_6593:Lnet/minecraft/server/MinecraftServer;named serverLnet/minecraft/server/world/ServerWorldManager;server:Lnet/minecraft/server/MinecraftServer;
-
world
- Mappings:
Namespace Name Mixin selector official bLlb;b:Lle;intermediary field_6594Lnet/minecraft/class_1631;field_6594:Lnet/minecraft/class_1635;named worldLnet/minecraft/server/world/ServerWorldManager;world:Lnet/minecraft/server/world/ServerWorld;
-
-
Constructor Details
-
ServerWorldManager
- Mappings:
Namespace Name Mixin selector official <init>Llb;<init>(Lnet/minecraft/server/MinecraftServer;Lle;)Vintermediary <init>Lnet/minecraft/class_1631;<init>(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/class_1635;)Vnamed <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:
addParticlein interfaceWorldEventListener- Mappings:
Namespace Name Mixin selector official aLado;a(IZDDDDDD[I)Vintermediary method_447Lnet/minecraft/class_101;method_447(IZDDDDDD[I)Vnamed addParticleLnet/minecraft/world/WorldEventListener;addParticle(IZDDDDDD[I)V
-
onEntitySpawned
- Specified by:
onEntitySpawnedin interfaceWorldEventListener- Mappings:
Namespace Name Mixin selector official aLado;a(Lpk;)Vintermediary method_451Lnet/minecraft/class_101;method_451(Lnet/minecraft/class_1745;)Vnamed onEntitySpawnedLnet/minecraft/world/WorldEventListener;onEntitySpawned(Lnet/minecraft/entity/Entity;)V
-
onEntityRemoved
- Specified by:
onEntityRemovedin interfaceWorldEventListener- Mappings:
Namespace Name Mixin selector official bLado;b(Lpk;)Vintermediary method_456Lnet/minecraft/class_101;method_456(Lnet/minecraft/class_1745;)Vnamed onEntityRemovedLnet/minecraft/world/WorldEventListener;onEntityRemoved(Lnet/minecraft/entity/Entity;)V
-
playSound
- Specified by:
playSoundin interfaceWorldEventListener- Mappings:
Namespace Name Mixin selector official aLado;a(Ljava/lang/String;DDDFF)Vintermediary method_449Lnet/minecraft/class_101;method_449(Ljava/lang/String;DDDFF)Vnamed playSoundLnet/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:
playSoundin interfaceWorldEventListener- Mappings:
Namespace Name Mixin selector official aLado;a(Lwn;Ljava/lang/String;DDDFF)Vintermediary method_453Lnet/minecraft/class_101;method_453(Lnet/minecraft/class_1963;Ljava/lang/String;DDDFF)Vnamed playSoundLnet/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:
onRenderRegionUpdatein interfaceWorldEventListener- Mappings:
Namespace Name Mixin selector official aLado;a(IIIIII)Vintermediary method_445Lnet/minecraft/class_101;method_445(IIIIII)Vnamed onRenderRegionUpdateLnet/minecraft/world/WorldEventListener;onRenderRegionUpdate(IIIIII)V
-
onBlockUpdate
- Specified by:
onBlockUpdatein interfaceWorldEventListener- Mappings:
Namespace Name Mixin selector official aLado;a(Lcj;)Vintermediary method_448Lnet/minecraft/class_101;method_448(Lnet/minecraft/class_1372;)Vnamed onBlockUpdateLnet/minecraft/world/WorldEventListener;onBlockUpdate(Lnet/minecraft/util/math/BlockPos;)V
-
onLightUpdate
- Specified by:
onLightUpdatein interfaceWorldEventListener- Mappings:
Namespace Name Mixin selector official bLado;b(Lcj;)Vintermediary method_455Lnet/minecraft/class_101;method_455(Lnet/minecraft/class_1372;)Vnamed onLightUpdateLnet/minecraft/world/WorldEventListener;onLightUpdate(Lnet/minecraft/util/math/BlockPos;)V
-
playMusicDisc
- Specified by:
playMusicDiscin interfaceWorldEventListener- Mappings:
Namespace Name Mixin selector official aLado;a(Ljava/lang/String;Lcj;)Vintermediary method_450Lnet/minecraft/class_101;method_450(Ljava/lang/String;Lnet/minecraft/class_1372;)Vnamed playMusicDiscLnet/minecraft/world/WorldEventListener;playMusicDisc(Ljava/lang/String;Lnet/minecraft/util/math/BlockPos;)V
-
method_452
- Specified by:
method_452in interfaceWorldEventListener- Mappings:
Namespace Name Mixin selector official aLado;a(Lwn;ILcj;I)Vintermediary method_452Lnet/minecraft/class_101;method_452(Lnet/minecraft/class_1963;ILnet/minecraft/class_1372;I)Vnamed method_452Lnet/minecraft/world/WorldEventListener;method_452(Lnet/minecraft/entity/player/PlayerEntity;ILnet/minecraft/util/math/BlockPos;I)V
-
method_446
- Specified by:
method_446in interfaceWorldEventListener- Mappings:
Namespace Name Mixin selector official aLado;a(ILcj;I)Vintermediary method_446Lnet/minecraft/class_101;method_446(ILnet/minecraft/class_1372;I)Vnamed method_446Lnet/minecraft/world/WorldEventListener;method_446(ILnet/minecraft/util/math/BlockPos;I)V
-
setBlockBreakInfo
- Specified by:
setBlockBreakInfoin interfaceWorldEventListener- Mappings:
Namespace Name Mixin selector official bLado;b(ILcj;I)Vintermediary method_454Lnet/minecraft/class_101;method_454(ILnet/minecraft/class_1372;I)Vnamed setBlockBreakInfoLnet/minecraft/world/WorldEventListener;setBlockBreakInfo(ILnet/minecraft/util/math/BlockPos;I)V
-