クラスの使用
com.github.dabasan.xops.properties.entity.character.CharacterTextureType
| パッケージ | 説明 |
|---|---|
| com.github.dabasan.xops.properties.entity.character | |
| com.github.dabasan.xops.properties.openxops |
-
com.github.dabasan.xops.properties.entity.characterでのCharacterTextureTypeの使用
CharacterTextureTypeを返すcom.github.dabasan.xops.properties.entity.characterのメソッド 修飾子とタイプ メソッド 説明 static CharacterTextureTypeCharacterBinSpecifierAndEnumConverter. GetCharacterTextureTypeFromBinSpecifier(int spc)CharacterTextureTypeCharacterData. GetTextureType()static CharacterTextureTypeCharacterTextureType. valueOf(String name)指定した名前を持つこの型の列挙型定数を返します。static CharacterTextureType[]CharacterTextureType. values()この列挙型の定数を含む配列を宣言されている順序で 返します。CharacterTextureType型のパラメータを持つcom.github.dabasan.xops.properties.entity.characterのメソッド 修飾子とタイプ メソッド 説明 static intCharacterBinSpecifierAndEnumConverter. GetBinSpecifierFromCharacterTextureType(CharacterTextureType texture_type)voidCharacterData. SetTextureType(CharacterTextureType texture_type) -
com.github.dabasan.xops.properties.openxopsでのCharacterTextureTypeの使用
CharacterTextureTypeを返すcom.github.dabasan.xops.properties.openxopsのメソッド 修飾子とタイプ メソッド 説明 static CharacterTextureTypeCharacterSpecifierConverter. GetXOPSTextureTypeFromOpenXOPSTextureID(int openxops_texture_id)Converts OpenXOPS texture ID to XOPS texture type.CharacterTextureType型のパラメータを持つcom.github.dabasan.xops.properties.openxopsのメソッド 修飾子とタイプ メソッド 説明 static intCharacterSpecifierConverter. GetOpenXOPSTextureIDFromXOPSTextureType(CharacterTextureType xops_texture_type)Converts XOPS texture type to OpenXOPS texture ID.