public class Gate extends PlaceableEntity
  • Constructor Details

    • Gate

      public Gate(Entity player)
  • Method Details

    • openGate

      public void openGate(Entity player)
      Changes the texture to resemble an open gate and disables the collision.
      Parameters:
      player - - the player who opened the gate
    • closeGate

      public void closeGate(Entity player)
      Changes the texture to resemble a closed gate and enables the collision.
      Parameters:
      player - - the player who opened the gate
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Entity
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Entity