979980981982983984985
throw new UnsupportedOperationException("Not supported yet."); } @Override public Item dropItem(Location location, ItemStack item) { return new GlowItem(location, item); }
12131415161718
} @Override public GlowItem createEntity(Location location, CompoundTag compound) { // item will be set by loading code below return new GlowItem(location, null); }