Class BulletParticleType

java.lang.Object
net.minecraftforge.registries.ForgeRegistryEntry<net.minecraft.core.particles.ParticleType<?>>
net.minecraft.core.particles.ParticleType<net.minecraft.core.particles.SimpleParticleType>
net.minecraft.core.particles.SimpleParticleType
me.desht.pneumaticcraft.common.particle.BulletParticleType
All Implemented Interfaces:
net.minecraft.core.particles.ParticleOptions, net.minecraftforge.registries.IForgeRegistryEntry<net.minecraft.core.particles.ParticleType<?>>

public class BulletParticleType extends net.minecraft.core.particles.SimpleParticleType
  • Nested Class Summary

    Nested classes/interfaces inherited from class net.minecraftforge.registries.ForgeRegistryEntry

    net.minecraftforge.registries.ForgeRegistryEntry.UncheckedRegistryEntry<V extends net.minecraftforge.registries.IForgeRegistryEntry<V>>

    Nested classes/interfaces inherited from interface net.minecraft.core.particles.ParticleOptions

    net.minecraft.core.particles.ParticleOptions.Deserializer<T extends net.minecraft.core.particles.ParticleOptions>
  • Field Summary

    Fields inherited from class net.minecraftforge.registries.ForgeRegistryEntry

    delegate
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class net.minecraft.core.particles.SimpleParticleType

    codec, getType, writeToNetwork, writeToString

    Methods inherited from class net.minecraft.core.particles.ParticleType

    getDeserializer, getOverrideLimiter

    Methods inherited from class net.minecraftforge.registries.ForgeRegistryEntry

    getRegistryName, getRegistryType, setRegistryName, setRegistryName, setRegistryName

    Methods inherited from class java.lang.Object

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

    • BulletParticleType

      public BulletParticleType()