Interface GameEventListener

All Known Implementing Classes:
ServerWorldEventListener, WorldRenderer

public interface GameEventListener
Mappings:
Namespace Name
intermediary net/minecraft/class_59
glue class_369
server jp
client pm
named net/minecraft/world/event/listener/GameEventListener
  • Method Details

    • blockUpdate

      void blockUpdate(int x, int y, int z)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1149 Lnet/minecraft/class_59;method_1149(III)V
      glue method_631 Lclass_369;method_631(III)V
      server a Ljp;a(III)V
      client a Lpm;a(III)V
      named blockUpdate Lnet/minecraft/world/event/listener/GameEventListener;blockUpdate(III)V
    • setBlocksDirty

      void setBlocksDirty(int minX, int minY, int minZ, int maxX, int maxY, int maxZ)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1150 Lnet/minecraft/class_59;method_1150(IIIIII)V
      glue method_632 Lclass_369;method_632(IIIIII)V
      server a Ljp;a(IIIIII)V
      client b Lpm;b(IIIIII)V
      named setBlocksDirty Lnet/minecraft/world/event/listener/GameEventListener;setBlocksDirty(IIIIII)V
    • playSound

      void playSound(String sound, double x, double y, double z, float volume, float pitch)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1154 Lnet/minecraft/class_59;method_1154(Ljava/lang/String;DDDFF)V
      glue method_636 Lclass_369;method_636(Ljava/lang/String;DDDFF)V
      server a Ljp;a(Ljava/lang/String;DDDFF)V
      client a Lpm;a(Ljava/lang/String;DDDFF)V
      named playSound Lnet/minecraft/world/event/listener/GameEventListener;playSound(Ljava/lang/String;DDDFF)V
    • addParticle

      void addParticle(String particle, double x, double y, double z, double velocityX, double velocityY, double velocityZ)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1153 Lnet/minecraft/class_59;method_1153(Ljava/lang/String;DDDDDD)V
      glue method_635 Lclass_369;method_635(Ljava/lang/String;DDDDDD)V
      server a Ljp;a(Ljava/lang/String;DDDDDD)V
      client a Lpm;a(Ljava/lang/String;DDDDDD)V
      named addParticle Lnet/minecraft/world/event/listener/GameEventListener;addParticle(Ljava/lang/String;DDDDDD)V
    • notifyEntityAdded

      void notifyEntityAdded(Entity entity)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1156 Lnet/minecraft/class_59;method_1156(Lnet/minecraft/class_57;)V
      glue method_638 Lclass_369;method_638(Lclass_450;)V
      server a Ljp;a(Llq;)V
      client a Lpm;a(Lsn;)V
      named notifyEntityAdded Lnet/minecraft/world/event/listener/GameEventListener;notifyEntityAdded(Lnet/minecraft/entity/Entity;)V
    • notifyEntityRemoved

      void notifyEntityRemoved(Entity entity)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1157 Lnet/minecraft/class_59;method_1157(Lnet/minecraft/class_57;)V
      glue method_639 Lclass_369;method_639(Lclass_450;)V
      server b Ljp;b(Llq;)V
      client b Lpm;b(Lsn;)V
      named notifyEntityRemoved Lnet/minecraft/world/event/listener/GameEventListener;notifyEntityRemoved(Lnet/minecraft/entity/Entity;)V
    • notifyAmbientDarknessChanged

      void notifyAmbientDarknessChanged()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1148 Lnet/minecraft/class_59;method_1148()V
      glue method_630 Lclass_369;method_630()V
      server a Ljp;a()V
      client e Lpm;e()V
      named notifyAmbientDarknessChanged Lnet/minecraft/world/event/listener/GameEventListener;notifyAmbientDarknessChanged()V
    • playStreaming

      void playStreaming(String stream, int x, int y, int z)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1155 Lnet/minecraft/class_59;method_1155(Ljava/lang/String;III)V
      glue method_637 Lclass_369;method_637(Ljava/lang/String;III)V
      server a Ljp;a(Ljava/lang/String;III)V
      client a Lpm;a(Ljava/lang/String;III)V
      named playStreaming Lnet/minecraft/world/event/listener/GameEventListener;playStreaming(Ljava/lang/String;III)V
    • updateBlockEntity

      void updateBlockEntity(int x, int y, int z, BlockEntity blockEntity)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1151 Lnet/minecraft/class_59;method_1151(IIILnet/minecraft/class_55;)V
      glue method_633 Lclass_369;method_633(IIILclass_356;)V
      server a Ljp;a(IIILjh;)V
      client a Lpm;a(IIILow;)V
      named updateBlockEntity Lnet/minecraft/world/event/listener/GameEventListener;updateBlockEntity(IIILnet/minecraft/block/entity/BlockEntity;)V
    • worldEvent

      void worldEvent(PlayerEntity player, int event, int x, int y, int z, int data)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1152 Lnet/minecraft/class_59;method_1152(Lnet/minecraft/class_54;IIIII)V
      glue method_634 Lclass_369;method_634(Lclass_172;IIIII)V
      server a Ljp;a(Lem;IIIII)V
      client a Lpm;a(Lgs;IIIII)V
      named worldEvent Lnet/minecraft/world/event/listener/GameEventListener;worldEvent(Lnet/minecraft/entity/player/PlayerEntity;IIIII)V