Package vazkii.botania.api.item
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 -
Method Summary
Modifier and TypeMethodDescription@Nullable net.minecraft.core.BlockPosgetBinding(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)
-