Package net.minecraft.particles
Class BasicParticleType
- All Implemented Interfaces:
IParticleData,IForgeRegistryEntry<ParticleType<?>>
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraftforge.registries.ForgeRegistryEntry
ForgeRegistryEntry.UncheckedRegistryEntry<V extends IForgeRegistryEntry<V>>Nested classes/interfaces inherited from interface net.minecraft.particles.IParticleData
IParticleData.IDeserializer<T extends IParticleData> -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final com.mojang.serialization.Codec<BasicParticleType>private static final IParticleData.IDeserializer<BasicParticleType>Fields inherited from class net.minecraftforge.registries.ForgeRegistryEntry
delegate -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.mojang.serialization.Codec<BasicParticleType>codec()getType()voidwriteToNetwork(PacketBuffer p_197553_1_) Methods inherited from class net.minecraft.particles.ParticleType
getDeserializer, getOverrideLimiterMethods inherited from class net.minecraftforge.registries.ForgeRegistryEntry
getRegistryName, getRegistryType, setRegistryName, setRegistryName, setRegistryName
-
Field Details
-
DESERIALIZER
-
codec
-
-
Constructor Details
-
BasicParticleType
public BasicParticleType(boolean p_i50791_1_)
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceIParticleData
-
codec
- Specified by:
codecin classParticleType<BasicParticleType>
-
writeToNetwork
- Specified by:
writeToNetworkin interfaceIParticleData
-
writeToString
- Specified by:
writeToStringin interfaceIParticleData
-