Class DataTrackerEntry

java.lang.Object
net.minecraft.entity.data.DataTrackerEntry

public class DataTrackerEntry extends Object
Mappings:
Namespace Name
intermediary net/minecraft/class_270
glue class_294
server ht
client ma
named net/minecraft/entity/data/DataTrackerEntry
  • Field Details

    • dataTypeId

      private final int dataTypeId
      Mappings:
      Namespace Name Mixin selector
      intermediary field_1093 Lnet/minecraft/class_270;field_1093:I
      glue field_1292 Lclass_294;field_1292:I
      server a Lht;a:I
      client a Lma;a:I
      named dataTypeId Lnet/minecraft/entity/data/DataTrackerEntry;dataTypeId:I
    • id

      private final int id
      Mappings:
      Namespace Name Mixin selector
      intermediary field_1094 Lnet/minecraft/class_270;field_1094:I
      glue field_1293 Lclass_294;field_1293:I
      server b Lht;b:I
      client b Lma;b:I
      named id Lnet/minecraft/entity/data/DataTrackerEntry;id:I
    • value

      private Object value
      Mappings:
      Namespace Name Mixin selector
      intermediary field_1095 Lnet/minecraft/class_270;field_1095:Ljava/lang/Object;
      glue field_1294 Lclass_294;field_1294:Ljava/lang/Object;
      server c Lht;c:Ljava/lang/Object;
      client c Lma;c:Ljava/lang/Object;
      named value Lnet/minecraft/entity/data/DataTrackerEntry;value:Ljava/lang/Object;
    • dirty

      private boolean dirty
      Mappings:
      Namespace Name Mixin selector
      intermediary field_1096 Lnet/minecraft/class_270;field_1096:Z
      glue field_1295 Lclass_294;field_1295:Z
      server d Lht;d:Z
      client d Lma;d:Z
      named dirty Lnet/minecraft/entity/data/DataTrackerEntry;dirty:Z
  • Constructor Details

    • DataTrackerEntry

      public DataTrackerEntry(int dataTypeId, int id, Object value)
      Mappings:
      Namespace Name Mixin selector
      intermediary <init> Lnet/minecraft/class_270;<init>(IILjava/lang/Object;)V
      glue <init> Lclass_294;<init>(IILjava/lang/Object;)V
      server <init> Lht;<init>(IILjava/lang/Object;)V
      client <init> Lma;<init>(IILjava/lang/Object;)V
      named <init> Lnet/minecraft/entity/data/DataTrackerEntry;<init>(IILjava/lang/Object;)V
  • Method Details

    • getId

      public int getId()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_960 Lnet/minecraft/class_270;method_960()I
      glue method_1318 Lclass_294;method_1318()I
      server a Lht;a()I
      client a Lma;a()I
      named getId Lnet/minecraft/entity/data/DataTrackerEntry;getId()I
    • set

      public void set(Object value)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_961 Lnet/minecraft/class_270;method_961(Ljava/lang/Object;)V
      glue method_1319 Lclass_294;method_1319(Ljava/lang/Object;)V
      server a Lht;a(Ljava/lang/Object;)V
      client a Lma;a(Ljava/lang/Object;)V
      named set Lnet/minecraft/entity/data/DataTrackerEntry;set(Ljava/lang/Object;)V
    • get

      public Object get()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_963 Lnet/minecraft/class_270;method_963()Ljava/lang/Object;
      glue method_1321 Lclass_294;method_1321()Ljava/lang/Object;
      server b Lht;b()Ljava/lang/Object;
      client b Lma;b()Ljava/lang/Object;
      named get Lnet/minecraft/entity/data/DataTrackerEntry;get()Ljava/lang/Object;
    • getDataTypeId

      public int getDataTypeId()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_964 Lnet/minecraft/class_270;method_964()I
      glue method_1322 Lclass_294;method_1322()I
      server c Lht;c()I
      client c Lma;c()I
      named getDataTypeId Lnet/minecraft/entity/data/DataTrackerEntry;getDataTypeId()I
    • isDirty

      @Environment(SERVER) public boolean isDirty()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_965 Lnet/minecraft/class_270;method_965()Z
      glue method_1323 Lclass_294;method_1323()Z
      server d Lht;d()Z
      client method_965 Lma;method_965()Z
      named isDirty Lnet/minecraft/entity/data/DataTrackerEntry;isDirty()Z
    • setDirty

      public void setDirty(boolean dirty)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_962 Lnet/minecraft/class_270;method_962(Z)V
      glue method_1320 Lclass_294;method_1320(Z)V
      server a Lht;a(Z)V
      client a Lma;a(Z)V
      named setDirty Lnet/minecraft/entity/data/DataTrackerEntry;setDirty(Z)V