Package net.minecraft.server.world
Class ServerWorldManager
java.lang.Object
net.minecraft.server.world.ServerWorldManager
- All Implemented Interfaces:
WorldEventListener
- Mappings:
Namespace Name official lbintermediary net/minecraft/class_791named net/minecraft/server/world/ServerWorldManager
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddParticle(int id, boolean bool, double x, double y, double z, double velocityX, double velocityY, double velocityZ, int[] args) voidmethod_3750(PlayerEntity player, int eventId, BlockPos pos, int int2) voidmethod_4692(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) voidvoidplaySound(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_2787Lnet/minecraft/class_791;field_2787: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_2788Lnet/minecraft/class_791;field_2788:Lnet/minecraft/class_795;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_791;<init>(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/class_795;)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 x, double y, double z, double velocityX, double velocityY, double velocityZ, int[] args) - Specified by:
addParticlein interfaceWorldEventListener- Mappings:
Namespace Name Mixin selector official aLado;a(IZDDDDDD[I)Vintermediary method_3746Lnet/minecraft/class_1155;method_3746(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_3749Lnet/minecraft/class_1155;method_3749(Lnet/minecraft/class_864;)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_3752Lnet/minecraft/class_1155;method_3752(Lnet/minecraft/class_864;)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_3747Lnet/minecraft/class_1155;method_3747(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_4693Lnet/minecraft/class_1155;method_4693(Lnet/minecraft/class_988;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_3745Lnet/minecraft/class_1155;method_3745(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_8571Lnet/minecraft/class_1155;method_8571(Lnet/minecraft/class_2552;)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_8574Lnet/minecraft/class_1155;method_8574(Lnet/minecraft/class_2552;)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_8572Lnet/minecraft/class_1155;method_8572(Ljava/lang/String;Lnet/minecraft/class_2552;)Vnamed playMusicDiscLnet/minecraft/world/WorldEventListener;playMusicDisc(Ljava/lang/String;Lnet/minecraft/util/math/BlockPos;)V
-
method_3750
- Specified by:
method_3750in interfaceWorldEventListener- Mappings:
Namespace Name Mixin selector official aLado;a(Lwn;ILcj;I)Vintermediary method_3750Lnet/minecraft/class_1155;method_3750(Lnet/minecraft/class_988;ILnet/minecraft/class_2552;I)Vnamed method_3750Lnet/minecraft/world/WorldEventListener;method_3750(Lnet/minecraft/entity/player/PlayerEntity;ILnet/minecraft/util/math/BlockPos;I)V
-
method_4692
- Specified by:
method_4692in interfaceWorldEventListener- Mappings:
Namespace Name Mixin selector official aLado;a(ILcj;I)Vintermediary method_4692Lnet/minecraft/class_1155;method_4692(ILnet/minecraft/class_2552;I)Vnamed method_4692Lnet/minecraft/world/WorldEventListener;method_4692(ILnet/minecraft/util/math/BlockPos;I)V
-
setBlockBreakInfo
- Specified by:
setBlockBreakInfoin interfaceWorldEventListener- Mappings:
Namespace Name Mixin selector official bLado;b(ILcj;I)Vintermediary method_8573Lnet/minecraft/class_1155;method_8573(ILnet/minecraft/class_2552;I)Vnamed setBlockBreakInfoLnet/minecraft/world/WorldEventListener;setBlockBreakInfo(ILnet/minecraft/util/math/BlockPos;I)V
-