Class EnchantmentTable
- Namespace
- Obsidian.API.Containers
- Assembly
- Obsidian.API.dll
public sealed class EnchantmentTable : BaseContainer, IEnumerable<ItemStack>, IEnumerable, IBlockEntity
- Inheritance
-
EnchantmentTable
- Implements
- Inherited Members
Constructors
EnchantmentTable()
public EnchantmentTable()
Properties
BlockPosition
public Vector BlockPosition { get; set; }
Property Value
Id
public string Id { get; }
Property Value
Methods
FromNbt()
public void FromNbt()
SetItem(int, ItemStack?)
public override void SetItem(int slot, ItemStack? item)
Parameters
ToNbt()
public void ToNbt()