Package net.minecraft.world
Interface WorldEventListener
- All Known Implementing Classes:
ServerWorldManager,WorldRenderer
public interface WorldEventListener
- Mappings:
Namespace Name official adointermediary net/minecraft/class_101named net/minecraft/world/WorldEventListener
-
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)
-
Method Details
-
onBlockUpdate
- 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
- 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
-
onRenderRegionUpdate
void onRenderRegionUpdate(int x1, int y1, int z1, int x2, int y2, int z2)- 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
-
playSound
- 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
void playSound(PlayerEntity except, String name, double x, double y, double z, float volume, float pitch)- 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
-
addParticle
void addParticle(int id, boolean bool, double double2, double double3, double double4, double double5, double double6, double double7, int[] int2)- 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
- 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
- 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
-
playMusicDisc
- 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_446
- 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
-
method_452
- 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
-
setBlockBreakInfo
- 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
-