Skip to content

Instantly share code, notes, and snippets.

View Redrield's full-sized avatar

Kaitlyn Kenwell Redrield

View GitHub Profile
import me.restaurant.food.Taco;
import me.restaurant.Eatable;
public class QBall extends Taco implements Eatable {
private Taste taste;
private int price;
public QBall(Taste taste, int price) {
this.taste = Taste.DELICIOUS;

Keybase proof

I hereby claim:

  • I am redrield on github.
  • I am redrield (https://keybase.io/redrield) on keybase.
  • I have a public key ASAWy1FdTtKbUus7LjHcBeubyrW6-gd5eXVsqPPd8GyQhwo

To claim this, I am signing this object:

import org.bukkit.Ridable;
public class Z750 implements Ridable {
private Class<? extends Rider> rider;
public Z750(Class<? extends Rider> rider) {
if(rider.getName().equals("Qball")) {
throw new BuckingBroncoException("Unwanted rider");
}