Interface IItemPropertiesExtensions


public interface IItemPropertiesExtensions
  • Method Summary

    Modifier and Type
    Method
    Description
    default <T> net.minecraft.world.item.Item.Properties
    component(Supplier<? extends net.minecraft.core.component.DataComponentType<T>> componentType, T value)
     
    private net.minecraft.world.item.Item.Properties
     
  • Method Details

    • self

      private net.minecraft.world.item.Item.Properties self()
    • component

      default <T> net.minecraft.world.item.Item.Properties component(Supplier<? extends net.minecraft.core.component.DataComponentType<T>> componentType, T value)