Class IdCountsState

java.lang.Object
net.minecraft.world.PersistentState
net.minecraft.world.IdCountsState

public class IdCountsState extends PersistentState
Mappings:
Namespace Name
named net/minecraft/world/IdCountsState
intermediary net/minecraft/class_3978
official ezu
  • Field Details Link icon

    • field_56476 Link icon

      private static final int field_56476
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named field_56476 Lnet/minecraft/world/IdCountsState;field_56476:I
      intermediary field_56476 Lnet/minecraft/class_3978;field_56476:I
      official c Lezu;c:I
    • CODEC Link icon

      public static final com.mojang.serialization.Codec<IdCountsState> CODEC
      Mappings:
      Namespace Name Mixin selector
      named CODEC Lnet/minecraft/world/IdCountsState;CODEC:Lcom/mojang/serialization/Codec;
      intermediary field_56474 Lnet/minecraft/class_3978;field_56474:Lcom/mojang/serialization/Codec;
      official a Lezu;a:Lcom/mojang/serialization/Codec;
    • STATE_TYPE Link icon

      public static final PersistentStateType<IdCountsState> STATE_TYPE
      Mappings:
      Namespace Name Mixin selector
      named STATE_TYPE Lnet/minecraft/world/IdCountsState;STATE_TYPE:Lnet/minecraft/world/PersistentStateType;
      intermediary field_56475 Lnet/minecraft/class_3978;field_56475:Lnet/minecraft/class_10741;
      official b Lezu;b:Lezn;
    • map Link icon

      private int map
      Mappings:
      Namespace Name Mixin selector
      named map Lnet/minecraft/world/IdCountsState;map:I
      intermediary field_56477 Lnet/minecraft/class_3978;field_56477:I
      official d Lezu;d:I
  • Constructor Details Link icon

    • IdCountsState Link icon

      public IdCountsState()
    • IdCountsState Link icon

      public IdCountsState(int map)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/world/IdCountsState;<init>(I)V
      intermediary <init> Lnet/minecraft/class_3978;<init>(I)V
      official <init> Lezu;<init>(I)V
  • Method Details Link icon

    • createNextMapId Link icon

      public MapIdComponent createNextMapId()
      Mappings:
      Namespace Name Mixin selector
      named createNextMapId Lnet/minecraft/world/IdCountsState;createNextMapId()Lnet/minecraft/component/type/MapIdComponent;
      intermediary method_67421 Lnet/minecraft/class_3978;method_67421()Lnet/minecraft/class_9209;
      official a Lezu;a()Lezt;