Uses of Interface
net.minecraft.client.particle.ParticleRenderType
Packages that use ParticleRenderType
Package
Description
-
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_LIT
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()
CherryParticle.getRenderType()
CritParticle.getRenderType()
DragonBreathParticle.getRenderType()
DripParticle.getRenderType()
DustParticleBase.getRenderType()
ExplodeParticle.getRenderType()
FallingDustParticle.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()
TrialSpawnerDetectionParticle.getRenderType()
VibrationSignalParticle.getRenderType()
WakeParticle.getRenderType()
WaterCurrentDownParticle.getRenderType()
WaterDropParticle.getRenderType()
Method parameters in net.minecraft.client.particle with type arguments of type ParticleRenderTypeModifier and TypeMethodDescriptionvoid
ParticleEngine.render
(LightTexture pLightTexture, Camera pCamera, float pPartialTick, 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) -
Uses of ParticleRenderType in net.neoforged.neoforge.oldtest.client.rendering
Fields in net.neoforged.neoforge.oldtest.client.rendering declared as ParticleRenderTypeModifier and TypeFieldDescriptionprivate static final ParticleRenderType
CustomParticleTypeTest.ClientEvents.CUSTOM_TYPE
private static final ParticleRenderType
CustomParticleTypeTest.ClientEvents.CUSTOM_TYPE_TWO
Methods in net.neoforged.neoforge.oldtest.client.rendering that return ParticleRenderTypeModifier and TypeMethodDescriptionCustomParticleTypeTest.ClientEvents.AnotherCustomParticle.getRenderType()
CustomParticleTypeTest.ClientEvents.CustomParticle.getRenderType()