Uses of Record Class
net.minecraft.client.particle.ParticleRenderType
Packages that use ParticleRenderType
-
Uses of ParticleRenderType in net.minecraft.client.particle
Fields in net.minecraft.client.particle declared as ParticleRenderTypeModifier and TypeFieldDescriptionstatic final ParticleRenderType
ParticleRenderType.CUSTOM
static final ParticleRenderType
ParticleRenderType.NO_RENDER
static final ParticleRenderType
ParticleRenderType.PARTICLE_SHEET_OPAQUE
static final ParticleRenderType
ParticleRenderType.PARTICLE_SHEET_TRANSLUCENT
static final ParticleRenderType
ParticleRenderType.TERRAIN_SHEET
Fields in net.minecraft.client.particle with type parameters of type ParticleRenderTypeModifier and TypeFieldDescriptionprivate final Map
<ParticleRenderType, Queue<Particle>> ParticleEngine.particles
private static final List
<ParticleRenderType> ParticleEngine.RENDER_ORDER
Methods in net.minecraft.client.particle that return ParticleRenderTypeModifier and TypeMethodDescriptionAttackSweepParticle.getRenderType()
BaseAshSmokeParticle.getRenderType()
BlockMarker.getRenderType()
BreakingItemParticle.getRenderType()
BubbleColumnUpParticle.getRenderType()
BubbleParticle.getRenderType()
BubblePopParticle.getRenderType()
CampfireSmokeParticle.getRenderType()
CritParticle.getRenderType()
DragonBreathParticle.getRenderType()
DripParticle.getRenderType()
DustParticleBase.getRenderType()
ExplodeParticle.getRenderType()
FallingDustParticle.getRenderType()
FallingLeavesParticle.getRenderType()
FireflyParticle.getRenderType()
FireworkParticles.OverlayParticle.getRenderType()
FlameParticle.getRenderType()
FlyStraightTowardsParticle.getRenderType()
FlyTowardsPositionParticle.getRenderType()
GlowParticle.getRenderType()
GustParticle.getRenderType()
HeartParticle.getRenderType()
HugeExplosionParticle.getRenderType()
ItemPickupParticle.getRenderType()
LavaParticle.getRenderType()
MobAppearanceParticle.getRenderType()
NoRenderParticle.getRenderType()
NoteParticle.getRenderType()
abstract ParticleRenderType
Particle.getRenderType()
PlayerCloudParticle.getRenderType()
PortalParticle.getRenderType()
SculkChargeParticle.getRenderType()
SculkChargePopParticle.getRenderType()
ShriekParticle.getRenderType()
SimpleAnimatedParticle.getRenderType()
SnowflakeParticle.getRenderType()
SoulParticle.getRenderType()
SpellParticle.getRenderType()
SuspendedParticle.getRenderType()
SuspendedTownParticle.getRenderType()
TerrainParticle.getRenderType()
TrailParticle.getRenderType()
TrialSpawnerDetectionParticle.getRenderType()
VibrationSignalParticle.getRenderType()
WakeParticle.getRenderType()
WaterCurrentDownParticle.getRenderType()
WaterDropParticle.getRenderType()
Methods in net.minecraft.client.particle with parameters of type ParticleRenderTypeModifier and TypeMethodDescriptionprivate static void
ParticleEngine.renderParticleType
(Camera pCamera, float pPartialTick, MultiBufferSource.BufferSource pBufferSource, ParticleRenderType pParticleType, Queue<Particle> pParticles) Deprecated.private static void
ParticleEngine.renderParticleType
(Camera pCamera, float pPartialTick, MultiBufferSource.BufferSource pBufferSource, ParticleRenderType pParticleType, Queue<Particle> pParticles, Frustum frustum) Method parameters in net.minecraft.client.particle with type arguments of type ParticleRenderTypeModifier and TypeMethodDescriptionvoid
ParticleEngine.render
(Camera pCamera, float pPartialTick, MultiBufferSource.BufferSource pBufferSource, Frustum frustum, Predicate<ParticleRenderType> renderTypePredicate) -
Uses of ParticleRenderType in net.neoforged.neoforge.client
Methods in net.neoforged.neoforge.client that return types with arguments of type ParticleRenderTypeModifier and TypeMethodDescriptionstatic Comparator
<ParticleRenderType> ClientHooks.makeParticleRenderTypeComparator
(List<ParticleRenderType> renderOrder) Method parameters in net.neoforged.neoforge.client with type arguments of type ParticleRenderTypeModifier and TypeMethodDescriptionstatic Comparator
<ParticleRenderType> ClientHooks.makeParticleRenderTypeComparator
(List<ParticleRenderType> renderOrder)
ParticleEngine.renderParticleType(Camera, float, MultiBufferSource.BufferSource, ParticleRenderType, Queue, net.minecraft.client.renderer.culling.Frustum)
instead