All Known Implementing Classes:
AddedByAttribute.Type, BookAuthorAttribute.Type, BookCopyAttribute.Type, ColorAttribute.Type, EnchantAttribute.Type, FluidContentsAttribute.Type, InItemGroupAttribute.Type, InTagAttribute.Type, ItemNameAttribute.Type, ShulkerFillLevelAttribute.Type, SingletonItemAttribute.Type

public interface ItemAttributeType
  • Method Details

    • createAttribute

      @NotNull @NotNull ItemAttribute createAttribute()
    • getAllAttributes

      List<ItemAttribute> getAllAttributes(net.minecraft.world.item.ItemStack stack, net.minecraft.world.level.Level level)
    • codec

      com.mojang.serialization.MapCodec<? extends ItemAttribute> codec()
    • streamCodec

      net.minecraft.network.codec.StreamCodec<? super net.minecraft.network.RegistryFriendlyByteBuf,? extends ItemAttribute> streamCodec()