Interface ItemAttributeType
- 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 Summary
Modifier and TypeMethodDescriptioncom.mojang.serialization.MapCodec<? extends ItemAttribute> codec()@NotNull ItemAttributegetAllAttributes(net.minecraft.world.item.ItemStack stack, net.minecraft.world.level.Level level) net.minecraft.network.codec.StreamCodec<? super net.minecraft.network.RegistryFriendlyByteBuf, ? extends ItemAttribute>
-
Method Details
-
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()
-