Klasse TileEntityTreeStump

java.lang.Object
com.sunworld.game.world.entity.Entity
com.sunworld.game.world.entity.TileEntity
com.sunworld.game.world.entity.tileentity.TileEntityTreeStump
Alle implementierten Schnittstellen:
MapObject, MetaHolder, StateHolder

public class TileEntityTreeStump extends TileEntity
  • Felddetails

    • texture

      private final Texture texture
  • Konstruktordetails

    • TileEntityTreeStump

      public TileEntityTreeStump()
  • Methodendetails

    • getTexture

      public Texture getTexture()
    • checkCollision

      public boolean checkCollision(EntityMoving entity)
      Beschreibung aus Klasse kopiert: TileEntity
      Wird aufgerufen, wenn ein Spieler versucht, das Tile dieses TileEntities zu betreten. Gibt zurück, ob das möglich ist oder nicht.
      Angegeben von:
      checkCollision in Klasse TileEntity