Uses of Class
net.minecraft.particles.ParticleType
-
-
Uses of ParticleType in net.minecraft.client.particle
Methods in net.minecraft.client.particle with parameters of type ParticleType Modifier and Type Method Description <T extends IParticleData>
voidParticleManager. register(ParticleType<T> p_199283_1_, IParticleFactory<T> p_199283_2_)<T extends IParticleData>
voidParticleManager. register(ParticleType<T> p_215234_1_, ParticleManager.IParticleMetaFactory<T> p_215234_2_) -
Uses of ParticleType in net.minecraft.command.arguments
Methods in net.minecraft.command.arguments with parameters of type ParticleType Modifier and Type Method Description private static <T extends IParticleData>
TParticleArgument. readParticle(com.mojang.brigadier.StringReader p_199816_0_, ParticleType<T> p_199816_1_) -
Uses of ParticleType in net.minecraft.network.play.server
Methods in net.minecraft.network.play.server with parameters of type ParticleType Modifier and Type Method Description private <T extends IParticleData>
TSSpawnParticlePacket. readParticle(PacketBuffer p_199855_1_, ParticleType<T> p_199855_2_) -
Uses of ParticleType in net.minecraft.particles
Subclasses of ParticleType in net.minecraft.particles Modifier and Type Class Description classBasicParticleTypeFields in net.minecraft.particles declared as ParticleType Modifier and Type Field Description static ParticleType<BlockParticleData>ParticleTypes. BLOCKstatic ParticleType<RedstoneParticleData>ParticleTypes. DUSTstatic ParticleType<BlockParticleData>ParticleTypes. FALLING_DUSTstatic ParticleType<ItemParticleData>ParticleTypes. ITEMprivate ParticleType<BlockParticleData>BlockParticleData. typeprivate ParticleType<ItemParticleData>ItemParticleData. typeMethods in net.minecraft.particles that return ParticleType Modifier and Type Method Description ParticleType<BlockParticleData>BlockParticleData. getType()ParticleType<?>IParticleData. getType()ParticleType<ItemParticleData>ItemParticleData. getType()ParticleType<RedstoneParticleData>RedstoneParticleData. getType()private static <T extends IParticleData>
ParticleType<T>ParticleTypes. register(java.lang.String p_218416_0_, IParticleData.IDeserializer<T> p_218416_1_, java.util.function.Function<ParticleType<T>,com.mojang.serialization.Codec<T>> p_218416_2_)Methods in net.minecraft.particles with parameters of type ParticleType Modifier and Type Method Description static com.mojang.serialization.Codec<BlockParticleData>BlockParticleData. codec(ParticleType<BlockParticleData> p_239800_0_)static com.mojang.serialization.Codec<ItemParticleData>ItemParticleData. codec(ParticleType<ItemParticleData> p_239809_0_)TIParticleData.IDeserializer. fromCommand(ParticleType<T> p_197544_1_, com.mojang.brigadier.StringReader p_197544_2_)Deprecated.TIParticleData.IDeserializer. fromNetwork(ParticleType<T> p_197543_1_, PacketBuffer p_197543_2_)Deprecated.Method parameters in net.minecraft.particles with type arguments of type ParticleType Modifier and Type Method Description private static <T extends IParticleData>
ParticleType<T>ParticleTypes. register(java.lang.String p_218416_0_, IParticleData.IDeserializer<T> p_218416_1_, java.util.function.Function<ParticleType<T>,com.mojang.serialization.Codec<T>> p_218416_2_)Constructors in net.minecraft.particles with parameters of type ParticleType Constructor Description BlockParticleData(ParticleType<BlockParticleData> p_i47953_1_, BlockState p_i47953_2_)ItemParticleData(ParticleType<ItemParticleData> p_i47952_1_, ItemStack p_i47952_2_) -
Uses of ParticleType in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type ParticleType Modifier and Type Field Description static Registry<ParticleType<?>>Registry. PARTICLE_TYPEDeprecated.static RegistryKey<Registry<ParticleType<?>>>Registry. PARTICLE_TYPE_REGISTRY -
Uses of ParticleType in net.minecraftforge.registries
Fields in net.minecraftforge.registries with type parameters of type ParticleType Modifier and Type Field Description static RegistryKey<Registry<ParticleType<?>>>ForgeRegistries.Keys. PARTICLE_TYPESstatic IForgeRegistry<ParticleType<?>>ForgeRegistries. PARTICLE_TYPES
-