Class NukeTorexCreator

java.lang.Object
com.hbm_m.particle.helper.NukeTorexCreator
All Implemented Interfaces:
IParticleCreator

public class NukeTorexCreator extends Object implements IParticleCreator
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    makeParticle(net.minecraft.client.multiplayer.ClientLevel level, net.minecraft.world.entity.player.Player player, net.minecraft.util.RandomSource rand, double x, double y, double z, net.minecraft.nbt.CompoundTag tag)
     
    static void
    statFacBale(net.minecraft.world.level.Level level, double x, double y, double z, float scale)
     
    static void
    statFacStandard(net.minecraft.world.level.Level level, double x, double y, double z, float scale)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • NukeTorexCreator

      public NukeTorexCreator()
  • Method Details

    • statFacStandard

      public static void statFacStandard(net.minecraft.world.level.Level level, double x, double y, double z, float scale)
    • statFacBale

      public static void statFacBale(net.minecraft.world.level.Level level, double x, double y, double z, float scale)
    • makeParticle

      public void makeParticle(net.minecraft.client.multiplayer.ClientLevel level, net.minecraft.world.entity.player.Player player, net.minecraft.util.RandomSource rand, double x, double y, double z, net.minecraft.nbt.CompoundTag tag)
      Specified by:
      makeParticle in interface IParticleCreator