Class StoredIds

java.lang.Object
vazkii.botania.common.component.StoredIds

public class StoredIds extends Object
  • Field Details

    • EMPTY

      public static final StoredIds EMPTY
    • MAX_SLOTS

      public static final int MAX_SLOTS
      See Also:
    • CODEC

      public static final com.mojang.serialization.Codec<StoredIds> CODEC
    • STREAM_CODEC

      public static final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf,StoredIds> STREAM_CODEC
  • Method Details

    • store

      public StoredIds store(int slot, @Nullable @Nullable net.minecraft.resources.ResourceLocation newId)
    • getSlot

      @Nullable public @Nullable net.minecraft.resources.ResourceLocation getSlot(int slot)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object