Package com.pixelmonmod.api.helpers
Class FireworkHelper
java.lang.Object
com.pixelmonmod.api.helpers.FireworkHelper
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
createNonMirroredParticleShape
(PixelmonFireworkShape shape, net.minecraft.client.particle.FireworkParticles.Starter starter) Creates a non-mirrored particle shape based on the input PixelmonFireworkShapestatic net.minecraft.world.item.ItemStack
getItemStack
(PixelmonFireworkShape shape, String modid)
-
Constructor Details
-
FireworkHelper
public FireworkHelper()
-
-
Method Details
-
createNonMirroredParticleShape
public static void createNonMirroredParticleShape(PixelmonFireworkShape shape, net.minecraft.client.particle.FireworkParticles.Starter starter) Creates a non-mirrored particle shape based on the input PixelmonFireworkShape- Parameters:
shape
- - The shape to createstarter
- - The starter to create the particle from
-
getItemStack
public static net.minecraft.world.item.ItemStack getItemStack(PixelmonFireworkShape shape, String modid)
-