C# Class NBToolkit.OregenOptions.OreType

Mostra file Open project: minecraft-dotnet/NBToolkit

Public Properties

Property Type Description
id int
max int
min int
name string
rounds int
size int

Property Details

id public_oe property

public int id
return int

max public_oe property

public int max
return int

min public_oe property

public int min
return int

name public_oe property

public string name
return string

rounds public_oe property

public int rounds
return int

size public_oe property

public int size
return int