Class BlockEvent

java.lang.Object
net.minecraft.world.BlockEvent
All Implemented Interfaces:
Comparable

public class BlockEvent extends Object implements Comparable
Mappings:
Namespace Name
intermediary net/minecraft/class_366
glue class_396
server ki
client qy
named net/minecraft/world/BlockEvent
  • Field Details

    • counter

      private static long counter
      Mappings:
      Namespace Name Mixin selector
      intermediary field_1405 Lnet/minecraft/class_366;field_1405:J
      glue field_1575 Lclass_396;field_1575:J
      server f Lki;f:J
      client f Lqy;f:J
      named counter Lnet/minecraft/world/BlockEvent;counter:J
    • x

      public int x
      Mappings:
      Namespace Name Mixin selector
      intermediary field_1400 Lnet/minecraft/class_366;field_1400:I
      glue field_1570 Lclass_396;field_1570:I
      server a Lki;a:I
      client a Lqy;a:I
      named x Lnet/minecraft/world/BlockEvent;x:I
    • y

      public int y
      Mappings:
      Namespace Name Mixin selector
      intermediary field_1401 Lnet/minecraft/class_366;field_1401:I
      glue field_1571 Lclass_396;field_1571:I
      server b Lki;b:I
      client b Lqy;b:I
      named y Lnet/minecraft/world/BlockEvent;y:I
    • z

      public int z
      Mappings:
      Namespace Name Mixin selector
      intermediary field_1402 Lnet/minecraft/class_366;field_1402:I
      glue field_1572 Lclass_396;field_1572:I
      server c Lki;c:I
      client c Lqy;c:I
      named z Lnet/minecraft/world/BlockEvent;z:I
    • blockId

      public int blockId
      Mappings:
      Namespace Name Mixin selector
      intermediary field_1403 Lnet/minecraft/class_366;field_1403:I
      glue field_1573 Lclass_396;field_1573:I
      server d Lki;d:I
      client d Lqy;d:I
      named blockId Lnet/minecraft/world/BlockEvent;blockId:I
    • ticks

      public long ticks
      Mappings:
      Namespace Name Mixin selector
      intermediary field_1404 Lnet/minecraft/class_366;field_1404:J
      glue field_1574 Lclass_396;field_1574:J
      server e Lki;e:J
      client e Lqy;e:J
      named ticks Lnet/minecraft/world/BlockEvent;ticks:J
    • globalId

      private long globalId
      Mappings:
      Namespace Name Mixin selector
      intermediary field_1406 Lnet/minecraft/class_366;field_1406:J
      glue field_1576 Lclass_396;field_1576:J
      server g Lki;g:J
      client g Lqy;g:J
      named globalId Lnet/minecraft/world/BlockEvent;globalId:J
  • Constructor Details

    • BlockEvent

      public BlockEvent(int x, int y, int z, int blockId)
      Mappings:
      Namespace Name Mixin selector
      intermediary <init> Lnet/minecraft/class_366;<init>(IIII)V
      glue <init> Lclass_396;<init>(IIII)V
      server <init> Lki;<init>(IIII)V
      client <init> Lqy;<init>(IIII)V
      named <init> Lnet/minecraft/world/BlockEvent;<init>(IIII)V
  • Method Details

    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
      Mappings:
      Namespace Name Mixin selector
      intermediary equals Lnet/minecraft/class_366;equals(Ljava/lang/Object;)Z
      glue equals Lclass_396;equals(Ljava/lang/Object;)Z
      server equals Lki;equals(Ljava/lang/Object;)Z
      client equals Lqy;equals(Ljava/lang/Object;)Z
      named equals Lnet/minecraft/world/BlockEvent;equals(Ljava/lang/Object;)Z
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • get

      public BlockEvent get(long ticks)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1197 Lnet/minecraft/class_366;method_1197(J)Lnet/minecraft/class_366;
      glue method_1551 Lclass_396;method_1551(J)Lclass_396;
      server a Lki;a(J)Lki;
      client a Lqy;a(J)Lqy;
      named get Lnet/minecraft/world/BlockEvent;get(J)Lnet/minecraft/world/BlockEvent;
    • compareTo

      public int compareTo(BlockEvent blockEvent)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1198 Lnet/minecraft/class_366;method_1198(Lnet/minecraft/class_366;)I
      glue method_1552 Lclass_396;method_1552(Lclass_396;)I
      server a Lki;a(Lki;)I
      client a Lqy;a(Lqy;)I
      named compareTo Lnet/minecraft/world/BlockEvent;compareTo(Lnet/minecraft/world/BlockEvent;)I