Esempio n. 1
0
 public void show(@Nonnull ItemStack stack) {
   //noinspection AssignmentToCollectionOrArrayFieldFromParameter
   parentStack = stack;
   if (animation != null) {
     animation.addTarget(this, true);
   }
 }