Klasse My1stNPC

java.lang.Object
net.risingworld.api.worldelements.GameObject
de.chaoswg.model3d.My1stNPC

public class My1stNPC extends net.risingworld.api.worldelements.GameObject
in Arbeit
Autor:
nico
  • Verschachtelte Klassen - Übersicht

    Verschachtelte Klassen
    Modifizierer und Typ
    Klasse
    Beschreibung
    static interface 
     
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
     
    My1stNPC(int layer)
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    static My1stNPC
    create(net.risingworld.api.objects.Player player, My1stNPC.InterfaceNPC create, My1stNPC.InterfaceNPC spawn, My1stNPC.InterfaceNPC despawn, Runnable timerTask)
     
    void
     
    net.risingworld.api.objects.Player
     
    net.risingworld.api.Timer
     
    boolean
     
    boolean
     
    boolean
     
    void
     
    void
    setIsOnDespawn(boolean isOnDespawn)
     
    void
    setIsOnSpawn(boolean isOnSpawn)
     
    void
     
    void
     
    void
     
    void
     

    Von Klasse geerbte Methoden net.risingworld.api.worldelements.GameObject

    addChild, addComponent, getChildCount, getChilds, getCollider, getID, getLayer, getLocalPosition, getLocalRotation, getLocalScale, getParent, invokeComponentMethod, isActive, isColliderVisible, isDisposed, moveToLocalPosition, moveToLocalPosition, moveToLocalPosition, moveToLocalPosition, moveToLocalTransform, removeAllChilds, removeChild, removeComponent, removeFromParent, rotateToLocalRotation, setActive, setCollider, setColliderVisible, setComponentEnabled, setComponentProperty, setLayer, setLocalPosition, setLocalPosition, setLocalRotation, setLocalRotation, setLocalScale, setLocalScale

    Von Klasse geerbte Methoden java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Konstruktordetails

    • My1stNPC

      public My1stNPC()
    • My1stNPC

      public My1stNPC(int layer)
  • Methodendetails

    • setSpawn

      public void setSpawn(My1stNPC.InterfaceNPC spawn)
    • setDespawn

      public void setDespawn(My1stNPC.InterfaceNPC despawn)
    • getTimer

      public net.risingworld.api.Timer getTimer()
    • getOwner

      public net.risingworld.api.objects.Player getOwner()
    • isGo

      public boolean isGo()
    • isOnSpawn

      public boolean isOnSpawn()
    • setIsOnSpawn

      public void setIsOnSpawn(boolean isOnSpawn)
    • isOnDespawn

      public boolean isOnDespawn()
    • setIsOnDespawn

      public void setIsOnDespawn(boolean isOnDespawn)
    • create

      public static My1stNPC create(net.risingworld.api.objects.Player player, My1stNPC.InterfaceNPC create, My1stNPC.InterfaceNPC spawn, My1stNPC.InterfaceNPC despawn, Runnable timerTask)
    • spawn

      public void spawn()
    • despawn

      public void despawn()
    • stop

      public void stop()
    • start

      public void start()