Package net.minecraft.world
Class BlockEvent
java.lang.Object
net.minecraft.world.BlockEvent
- All Implemented Interfaces:
Comparable
- Mappings:
Namespace Name intermediary net/minecraft/class_366glue class_396server kiclient qynamed net/minecraft/world/BlockEvent
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompareTo(BlockEvent blockEvent) booleanget(long ticks) inthashCode()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Comparable
compareTo
-
Field Details
-
counter
private static long counter- Mappings:
Namespace Name Mixin selector intermediary field_1405Lnet/minecraft/class_366;field_1405:Jglue field_1575Lclass_396;field_1575:Jserver fLki;f:Jclient fLqy;f:Jnamed counterLnet/minecraft/world/BlockEvent;counter:J
-
x
public int x- Mappings:
Namespace Name Mixin selector intermediary field_1400Lnet/minecraft/class_366;field_1400:Iglue field_1570Lclass_396;field_1570:Iserver aLki;a:Iclient aLqy;a:Inamed xLnet/minecraft/world/BlockEvent;x:I
-
y
public int y- Mappings:
Namespace Name Mixin selector intermediary field_1401Lnet/minecraft/class_366;field_1401:Iglue field_1571Lclass_396;field_1571:Iserver bLki;b:Iclient bLqy;b:Inamed yLnet/minecraft/world/BlockEvent;y:I
-
z
public int z- Mappings:
Namespace Name Mixin selector intermediary field_1402Lnet/minecraft/class_366;field_1402:Iglue field_1572Lclass_396;field_1572:Iserver cLki;c:Iclient cLqy;c:Inamed zLnet/minecraft/world/BlockEvent;z:I
-
blockId
public int blockId- Mappings:
Namespace Name Mixin selector intermediary field_1403Lnet/minecraft/class_366;field_1403:Iglue field_1573Lclass_396;field_1573:Iserver dLki;d:Iclient dLqy;d:Inamed blockIdLnet/minecraft/world/BlockEvent;blockId:I
-
ticks
public long ticks- Mappings:
Namespace Name Mixin selector intermediary field_1404Lnet/minecraft/class_366;field_1404:Jglue field_1574Lclass_396;field_1574:Jserver eLki;e:Jclient eLqy;e:Jnamed ticksLnet/minecraft/world/BlockEvent;ticks:J
-
globalId
private long globalId- Mappings:
Namespace Name Mixin selector intermediary field_1406Lnet/minecraft/class_366;field_1406:Jglue field_1576Lclass_396;field_1576:Jserver gLki;g:Jclient gLqy;g:Jnamed globalIdLnet/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)Vglue <init>Lclass_396;<init>(IIII)Vserver <init>Lki;<init>(IIII)Vclient <init>Lqy;<init>(IIII)Vnamed <init>Lnet/minecraft/world/BlockEvent;<init>(IIII)V
-
-
Method Details
-
equals
- Overrides:
equalsin classObject- Mappings:
Namespace Name Mixin selector intermediary equalsLnet/minecraft/class_366;equals(Ljava/lang/Object;)Zglue equalsLclass_396;equals(Ljava/lang/Object;)Zserver equalsLki;equals(Ljava/lang/Object;)Zclient equalsLqy;equals(Ljava/lang/Object;)Znamed equalsLnet/minecraft/world/BlockEvent;equals(Ljava/lang/Object;)Z
-
hashCode
public int hashCode() -
get
- Mappings:
Namespace Name Mixin selector intermediary method_1197Lnet/minecraft/class_366;method_1197(J)Lnet/minecraft/class_366;glue method_1551Lclass_396;method_1551(J)Lclass_396;server aLki;a(J)Lki;client aLqy;a(J)Lqy;named getLnet/minecraft/world/BlockEvent;get(J)Lnet/minecraft/world/BlockEvent;
-
compareTo
- Mappings:
Namespace Name Mixin selector intermediary method_1198Lnet/minecraft/class_366;method_1198(Lnet/minecraft/class_366;)Iglue method_1552Lclass_396;method_1552(Lclass_396;)Iserver aLki;a(Lki;)Iclient aLqy;a(Lqy;)Inamed compareToLnet/minecraft/world/BlockEvent;compareTo(Lnet/minecraft/world/BlockEvent;)I
-