Interface WorldEventListener

All Known Implementing Classes:
ServerWorldManager, WorldRenderer

public interface WorldEventListener
Mappings:
Namespace Name
official ado
intermediary net/minecraft/class_101
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_448 Lnet/minecraft/class_101;method_448(Lnet/minecraft/class_1372;)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_455 Lnet/minecraft/class_101;method_455(Lnet/minecraft/class_1372;)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_445 Lnet/minecraft/class_101;method_445(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_449 Lnet/minecraft/class_101;method_449(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_453 Lnet/minecraft/class_101;method_453(Lnet/minecraft/class_1963;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 double2, double double3, double double4, double double5, double double6, double double7, int[] int2)
      Mappings:
      Namespace Name Mixin selector
      official a Lado;a(IZDDDDDD[I)V
      intermediary method_447 Lnet/minecraft/class_101;method_447(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_451 Lnet/minecraft/class_101;method_451(Lnet/minecraft/class_1745;)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_456 Lnet/minecraft/class_101;method_456(Lnet/minecraft/class_1745;)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_450 Lnet/minecraft/class_101;method_450(Ljava/lang/String;Lnet/minecraft/class_1372;)V
      named playMusicDisc Lnet/minecraft/world/WorldEventListener;playMusicDisc(Ljava/lang/String;Lnet/minecraft/util/math/BlockPos;)V
    • method_446

      void method_446​(int int2, BlockPos pos, int int3)
      Mappings:
      Namespace Name Mixin selector
      official a Lado;a(ILcj;I)V
      intermediary method_446 Lnet/minecraft/class_101;method_446(ILnet/minecraft/class_1372;I)V
      named method_446 Lnet/minecraft/world/WorldEventListener;method_446(ILnet/minecraft/util/math/BlockPos;I)V
    • method_452

      void method_452​(PlayerEntity player, int int2, BlockPos pos, int int3)
      Mappings:
      Namespace Name Mixin selector
      official a Lado;a(Lwn;ILcj;I)V
      intermediary method_452 Lnet/minecraft/class_101;method_452(Lnet/minecraft/class_1963;ILnet/minecraft/class_1372;I)V
      named method_452 Lnet/minecraft/world/WorldEventListener;method_452(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_454 Lnet/minecraft/class_101;method_454(ILnet/minecraft/class_1372;I)V
      named setBlockBreakInfo Lnet/minecraft/world/WorldEventListener;setBlockBreakInfo(ILnet/minecraft/util/math/BlockPos;I)V