Updated ParticleSet to have particle id
This commit is contained in:
@@ -53,4 +53,8 @@ public class ParticleSet {
|
||||
public ItemStack getItemStack() {
|
||||
return itemStack;
|
||||
}
|
||||
|
||||
public String getParticleId() {
|
||||
return uniqueId;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user