Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Add Part 1 of Passive Entities [Entities] #599

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gabizou
Copy link

@gabizou gabizou commented Jan 4, 2015

This is a smaller PR that bases the entirety of the entities feature for Glowstone.

The entities implemented in this PR are:

  • GlowBat
  • GlowChicken
  • GlowHorse
  • GlowPig
  • GlowRabbit
  • GlowSheep

The following are implementations of various interfaces required by the above entities (and some other entities to be added after this PR is merged):

  • GlowTameable
  • GlowAgeable
  • GlowAmbient
  • GlowAnimal

Included are the storages for the implemented entities with the following:

  • BatStore
  • AgeableStore
  • CreatureStore
  • TameableStore
  • HorseStore
  • PigStore
  • RabbitStore
  • SheepStore

This PR depends on GlowstoneMC/Glowkit#31

@gabizou gabizou force-pushed the feature/entities-passive-part1 branch 3 times, most recently from 9e0ffbb to 60db527 Compare January 4, 2015 07:57
@gabizou
Copy link
Author

gabizou commented Jan 4, 2015

This PR is an evolved version of #282. The old PR will remain open as a marker/todo list.

@dequis
Copy link
Contributor

dequis commented Jan 31, 2015

This is a small portion of an overall entities pr to Glowstone
that aims to add various entities in smaller, more manageable
portions.
@gabizou gabizou force-pushed the feature/entities-passive-part1 branch from 60db527 to 5a43d51 Compare January 31, 2015 08:59
@gabizou
Copy link
Author

gabizou commented Jan 31, 2015

Sorry about the really long wait. @turt2live It's been a relatively busy month, sorry for the delay.

deathcap referenced this pull request in GlowstoneMC/Glowstone Apr 6, 2015
deathcap referenced this pull request in GlowstoneMC/Glowstone Apr 6, 2015
Follow-up to:
#599 Add Part 1 of Passive Entities [Entities]
instead of taking the Glowkit change to add RabbitType:
https://github.com/GlowstoneMC/Glowkit/pull/31 Add 1.8 LivingEntities
using Spigot's Rabbit.Type:
GlowstonePlusPlus/Glowkit-Legacy@c6b3d17 Add RabbitType API.
@turt2live turt2live removed their assignment Feb 7, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants