Interface CoordBoundItem

All Known Implementing Classes:
EyeOfTheFlugelItem.CoordBoundItemImpl, ManaMirrorItem.CoordBoundItemImpl, WandOfTheForestItem.CoordBoundItemImpl

public interface CoordBoundItem
Items with this capability can be bound to a position. That position is highlighted when the item is being held
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraft.resources.ResourceLocation
     
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable net.minecraft.core.BlockPos
    getBinding(net.minecraft.world.level.Level world)
     
  • Field Details

    • ID

      static final net.minecraft.resources.ResourceLocation ID
  • Method Details

    • getBinding

      @Nullable @Nullable net.minecraft.core.BlockPos getBinding(net.minecraft.world.level.Level world)