Advertisement
Guest User

Untitled

a guest
Aug 20th, 2021
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.24 KB | None | 0 0
  1. public interface IStaff {
  2.  
  3.     Entity setGetEntity(LivingEntity shooter, ItemStack stack);
  4.     void castSound(SoundEvent castSound);
  5.     SoundEvent getCastSound();
  6.     void emptySound(SoundEvent emptySound);
  7.     SoundEvent getEmptySound();
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement