Code/net/minecraft/core/particles/ParticleOptions.java

5 lines
106 B
Java
Raw Normal View History

2025-07-01 06:20:03 +00:00
package net.minecraft.core.particles;
public interface ParticleOptions {
ParticleType<?> getType();
}