IPotion
Import
import mods.randomtweaker.cote.IPotion;ZenProperty
字段
类型
描述
Function
Function
函数描述
VanillaFactory
/*
unlocalizedName为注册名,不可重复! 类型为string(不要傻傻的填 unlocalizedName)
liquidColorIn为药水颜色,例如0xF7D575
贴图位置 : contenttweaker:textures/gui/unlocalizedName.png
*/
var potion as IPotion = VanillaFactory.createPotion(unlocalizedName as string, liquidColorIn as int);Example
Last updated