Documentation ¶
Index ¶
- type Skin
- func (skin *Skin) Write(output_path, name string) error
- func (skin *Skin) WriteAnimations(output_path string) error
- func (skin *Skin) WriteCape(output_path string) error
- func (skin *Skin) WriteGeometry(output_path string) error
- func (skin *Skin) WriteMeta(output_path string) error
- func (skin *Skin) WriteTexture(output_path string) error
- func (skin *Skin) WriteTint(output_path string) error
- type SkinCMD
- type SkinProxyCMD
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Skin ¶
func (*Skin) WriteAnimations ¶
WriteAnimations writes skin animations to the folder
func (*Skin) WriteGeometry ¶
WriteGeometry writes the geometry json for the skin to output_path
func (*Skin) WriteTexture ¶
WriteTexture writes the main texture for this skin to a file
type SkinCMD ¶
type SkinCMD struct {
// contains filtered or unexported fields
}
func (*SkinCMD) Execute ¶
func (c *SkinCMD) Execute(ctx context.Context, f *flag.FlagSet, _ ...interface{}) subcommands.ExitStatus
type SkinProxyCMD ¶
type SkinProxyCMD struct {
// contains filtered or unexported fields
}
func (*SkinProxyCMD) Execute ¶
func (c *SkinProxyCMD) Execute(ctx context.Context, f *flag.FlagSet, _ ...interface{}) subcommands.ExitStatus
func (*SkinProxyCMD) Name ¶
func (*SkinProxyCMD) Name() string
func (*SkinProxyCMD) SetFlags ¶
func (c *SkinProxyCMD) SetFlags(f *flag.FlagSet)
func (*SkinProxyCMD) Synopsis ¶
func (*SkinProxyCMD) Synopsis() string
func (*SkinProxyCMD) Usage ¶
func (c *SkinProxyCMD) Usage() string
Click to show internal directories.
Click to hide internal directories.