Interface IBlockEntity
public interface IBlockEntity
Properties
BlockPosition
Vector BlockPosition { get; }
Property Value
Id
string Id { get; }
Property Value
Methods
FromNbt()
void FromNbt()
ToNbt()
void ToNbt()
public interface IBlockEntity
Vector BlockPosition { get; }
string Id { get; }
void FromNbt()
void ToNbt()