C# 클래스 Frostspark.API.Entities.NPC

Represents a Terraria NPC Entity in the world.
상속: Frostspark.API.Entities.Entity, ITeleportable
파일 보기 프로젝트 열기: Frostspark/FrostsparkAPI

공개 메소드들

메소드 설명
TeleportToEntity ( Frostspark.API.Entities.Entity target, TeleportationInfo info = default ) : void
TeleportToPos ( float x, float y, TeleportationInfo info = default ) : void
TeleportToTile ( int x, int y, TeleportationInfo info = default ) : void

메소드 상세

TeleportToEntity() 공개 추상적인 메소드

public abstract TeleportToEntity ( Frostspark.API.Entities.Entity target, TeleportationInfo info = default ) : void
target Frostspark.API.Entities.Entity
info TeleportationInfo
리턴 void

TeleportToPos() 공개 추상적인 메소드

public abstract TeleportToPos ( float x, float y, TeleportationInfo info = default ) : void
x float
y float
info TeleportationInfo
리턴 void

TeleportToTile() 공개 추상적인 메소드

public abstract TeleportToTile ( int x, int y, TeleportationInfo info = default ) : void
x int
y int
info TeleportationInfo
리턴 void