Interface WorldEventListener

All Known Implementing Classes:
ServerWorldManager, WorldRenderer

public interface WorldEventListener
Mappings:
Namespace Name
official ado
intermediary net/minecraft/class_1155
named net/minecraft/world/WorldEventListener
  • Method Details

    • onBlockUpdate

      void onBlockUpdate(BlockPos pos)
      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

      void onLightUpdate(BlockPos pos)
      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
    • onRenderRegionUpdate

      void onRenderRegionUpdate(int x1, int y1, int z1, int x2, int y2, int z2)
      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
    • playSound

      void playSound(String name, double x, double y, double z, float volume, float pitch)
      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

      void playSound(PlayerEntity except, String name, double x, double y, double z, float volume, float pitch)
      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
    • addParticle

      void addParticle(int id, boolean bool, double x, double y, double z, double velocityX, double velocityY, double velocityZ, int[] args)
      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

      void onEntitySpawned(Entity entity)
      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

      void onEntityRemoved(Entity entity)
      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
    • playMusicDisc

      void playMusicDisc(String id, BlockPos pos)
      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_4692

      void method_4692(int int2, BlockPos pos, int int3)
      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
    • method_3750

      void method_3750(PlayerEntity player, int eventId, BlockPos pos, int int2)
      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
    • setBlockBreakInfo

      void setBlockBreakInfo(int entityId, BlockPos pos, int progress)
      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