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
Modifier 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
-
Method Summary
Modifier and TypeMethodDescriptioncom.mojang.serialization.Codec<BasicParticleType>
codec()
getType()
void
writeToNetwork
(PacketBuffer p_197553_1_) Methods inherited from class net.minecraft.particles.ParticleType
getDeserializer, getOverrideLimiter
Methods 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:
getType
in interfaceIParticleData
-
codec
- Specified by:
codec
in classParticleType<BasicParticleType>
-
writeToNetwork
- Specified by:
writeToNetwork
in interfaceIParticleData
-
writeToString
- Specified by:
writeToString
in interfaceIParticleData
-