Table of Contents

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

Vector

Id

public string Id { get; }

Property Value

string

Methods

FromNbt()

public void FromNbt()

SetItem(int, ItemStack?)

public override void SetItem(int slot, ItemStack? item)

Parameters

slot int
item ItemStack

ToNbt()

public void ToNbt()