PHP 클래스 App\Http\Controllers\TextureController

상속: extends Controller
파일 보기 프로젝트 열기: printempw/blessing-skin-server

공개 메소드들

메소드 설명
avatar ( $base64_email, $size = 128, UserRepository $users )
avatarWithSize ( $size, $base64_email, UserRepository $users )
cape ( $player_name )
json ( string $player_name, string $api = "" ) : Illuminate\Http\Response Return Player Profile formatted in JSON.
jsonWithApi ( $api, $player_name )
preview ( $tid, $size = 250 )
previewWithSize ( $size, $tid )
raw ( $tid )
skin ( $player_name, $model = "" )
skinWithModel ( $model, $player_name )
texture ( $hash )
textureWithApi ( $api, $hash )

비공개 메소드들

메소드 설명
getPlayerInstance ( $player_name )

메소드 상세

avatar() 공개 메소드

public avatar ( $base64_email, $size = 128, UserRepository $users )
$users App\Services\Repositories\UserRepository

avatarWithSize() 공개 메소드

public avatarWithSize ( $size, $base64_email, UserRepository $users )
$users App\Services\Repositories\UserRepository

cape() 공개 메소드

public cape ( $player_name )

json() 공개 메소드

Return Player Profile formatted in JSON.
public json ( string $player_name, string $api = "" ) : Illuminate\Http\Response
$player_name string
$api string
리턴 Illuminate\Http\Response

jsonWithApi() 공개 메소드

public jsonWithApi ( $api, $player_name )

preview() 공개 메소드

public preview ( $tid, $size = 250 )

previewWithSize() 공개 메소드

public previewWithSize ( $size, $tid )

raw() 공개 메소드

public raw ( $tid )

skin() 공개 메소드

public skin ( $player_name, $model = "" )

skinWithModel() 공개 메소드

public skinWithModel ( $model, $player_name )

texture() 공개 메소드

public texture ( $hash )

textureWithApi() 공개 메소드

public textureWithApi ( $api, $hash )