C# 클래스 Sharpcraft.Library.Minecraft.Item

A minecraft item, this class only provides basic data. It does not contain information about textures et.c.
파일 보기 프로젝트 열기: SijmenSchoon/Sharpcraft

공개 메소드들

메소드 설명
Item ( string name, int id, int data, bool damageable = false )

Initialize a new instance of Item.

메소드 상세

Item() 공개 메소드

Initialize a new instance of Item.
public Item ( string name, int id, int data, bool damageable = false )
name string Name of the item.
id int ID of the item.
data int Data/Damage value of the item, defaults to zero (0).
damageable bool Wether the item degrades whilst it is being used, defaults to false.