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 class
BasicParticleType
Fields in net.minecraft.particles declared as ParticleType Modifier and Type Field Description static ParticleType<BlockParticleData>
ParticleTypes. BLOCK
static ParticleType<RedstoneParticleData>
ParticleTypes. DUST
static ParticleType<BlockParticleData>
ParticleTypes. FALLING_DUST
static ParticleType<ItemParticleData>
ParticleTypes. ITEM
private ParticleType<BlockParticleData>
BlockParticleData. type
private ParticleType<ItemParticleData>
ItemParticleData. type
Methods 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_)
T
IParticleData.IDeserializer. fromCommand(ParticleType<T> p_197544_1_, com.mojang.brigadier.StringReader p_197544_2_)
Deprecated.T
IParticleData.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_TYPE
Deprecated.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_TYPES
static IForgeRegistry<ParticleType<?>>
ForgeRegistries. PARTICLE_TYPES
-