Uses of Class
net.minecraft.class_11978
Packages that use class_11978
Package
Description
The base package for all Minecraft classes.
-
Uses of class_11978 in net.minecraft
Fields in net.minecraft with type parameters of type class_11978Methods in net.minecraft that return class_11978Modifier and TypeMethodDescriptionstatic class_11978class_11978.method_74410(ParticleType<class_11978> particleType, float float2) Methods in net.minecraft that return types with arguments of type class_11978Modifier and TypeMethodDescriptionclass_11978.getType()static com.mojang.serialization.MapCodec<class_11978> class_11978.method_74409(ParticleType<class_11978> particleType) static PacketCodec<? super ByteBuf, class_11978> class_11978.method_74414(ParticleType<class_11978> particleType) Method parameters in net.minecraft with type arguments of type class_11978Modifier and TypeMethodDescriptionstatic com.mojang.serialization.MapCodec<class_11978> class_11978.method_74409(ParticleType<class_11978> particleType) static class_11978class_11978.method_74410(ParticleType<class_11978> particleType, float float2) static PacketCodec<? super ByteBuf, class_11978> class_11978.method_74414(ParticleType<class_11978> particleType) Constructor parameters in net.minecraft with type arguments of type class_11978ModifierConstructorDescriptionprivateclass_11978(ParticleType<class_11978> particleType, float float2) -
Uses of class_11978 in net.minecraft.client.particle
Methods in net.minecraft.client.particle with parameters of type class_11978Modifier and TypeMethodDescriptionDragonBreathParticle.Factory.createParticle(class_11978 class_11978, ClientWorld clientWorld, double double2, double double3, double double4, double double5, double double6, double double7, Random random) -
Uses of class_11978 in net.minecraft.particle
Fields in net.minecraft.particle with type parameters of type class_11978Modifier and TypeFieldDescriptionstatic final ParticleType<class_11978> ParticleTypes.DRAGON_BREATH