Package net.frozenblock.wilderwild.block
Class LeafLitterBlock.LeafLitterParticleRegistry
java.lang.Object
net.frozenblock.wilderwild.block.LeafLitterBlock.LeafLitterParticleRegistry
- Enclosing class:
LeafLitterBlock
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Optional<net.minecraft.core.particles.ParticleType<LeafParticleOptions>> getParticleForCarpet(@NotNull LeafLitterBlock leafCarpet) static net.minecraft.core.particles.ParticleType<LeafParticleOptions> registerLeafParticle(@NotNull LeafLitterBlock leafCarpet, @NotNull net.minecraft.core.particles.ParticleType<LeafParticleOptions> particleOptions)
-
Constructor Details
-
LeafLitterParticleRegistry
public LeafLitterParticleRegistry()
-
-
Method Details
-
registerLeafParticle
public static net.minecraft.core.particles.ParticleType<LeafParticleOptions> registerLeafParticle(@NotNull @NotNull LeafLitterBlock leafCarpet, @NotNull @NotNull net.minecraft.core.particles.ParticleType<LeafParticleOptions> particleOptions) -
getParticleForCarpet
public static Optional<net.minecraft.core.particles.ParticleType<LeafParticleOptions>> getParticleForCarpet(@NotNull @NotNull LeafLitterBlock leafCarpet)
-