C# 클래스 ExampleMod.Items.Face

상속: Terraria.ModLoader.ModItem
파일 보기 프로젝트 열기: bluemagic123/tModLoader

공개 메소드들

메소드 설명
AddRecipes ( ) : void
GetAlpha ( Color lightColor ) : Color?
GetAnimation ( ) : DrawAnimation
ModifyTooltips ( List tooltips ) : void
SetDefaults ( ) : void

메소드 상세

AddRecipes() 공개 메소드

public AddRecipes ( ) : void
리턴 void

GetAlpha() 공개 메소드

public GetAlpha ( Color lightColor ) : Color?
lightColor Color
리턴 Color?

GetAnimation() 공개 메소드

public GetAnimation ( ) : DrawAnimation
리턴 Terraria.DataStructures.DrawAnimation

ModifyTooltips() 공개 메소드

public ModifyTooltips ( List tooltips ) : void
tooltips List
리턴 void

SetDefaults() 공개 메소드

public SetDefaults ( ) : void
리턴 void