Uses of Interface
net.minecraft.client.particle.IParticleRenderType
Packages that use IParticleRenderType
-
Uses of IParticleRenderType in net.minecraft.client.particle
Fields in net.minecraft.client.particle declared as IParticleRenderTypeModifier and TypeFieldDescriptionstatic final IParticleRenderType
IParticleRenderType.CUSTOM
static final IParticleRenderType
IParticleRenderType.NO_RENDER
static final IParticleRenderType
IParticleRenderType.PARTICLE_SHEET_LIT
static final IParticleRenderType
IParticleRenderType.PARTICLE_SHEET_OPAQUE
static final IParticleRenderType
IParticleRenderType.PARTICLE_SHEET_TRANSLUCENT
static final IParticleRenderType
IParticleRenderType.TERRAIN_SHEET
Fields in net.minecraft.client.particle with type parameters of type IParticleRenderTypeModifier and TypeFieldDescriptionprivate final Map<IParticleRenderType,
Queue<Particle>> ParticleManager.particles
private static final List<IParticleRenderType>
ParticleManager.RENDER_ORDER
Methods in net.minecraft.client.particle that return IParticleRenderTypeModifier and TypeMethodDescriptionBarrierParticle.getRenderType()
BreakingParticle.getRenderType()
BubbleColumnUpParticle.getRenderType()
BubbleParticle.getRenderType()
BubblePopParticle.getRenderType()
CampfireParticle.getRenderType()
CloudParticle.getRenderType()
CritParticle.getRenderType()
CurrentDownParticle.getRenderType()
DiggingParticle.getRenderType()
DragonBreathParticle.getRenderType()
DripParticle.getRenderType()
EnchantmentTableParticle.getRenderType()
FallingDustParticle.getRenderType()
FireworkParticle.Overlay.getRenderType()
FlameParticle.getRenderType()
HeartParticle.getRenderType()
ItemPickupParticle.getRenderType()
LargeExplosionParticle.getRenderType()
LavaParticle.getRenderType()
MetaParticle.getRenderType()
MobAppearanceParticle.getRenderType()
NoteParticle.getRenderType()
abstract IParticleRenderType
Particle.getRenderType()
PoofParticle.getRenderType()
PortalParticle.getRenderType()
RainParticle.getRenderType()
RedstoneParticle.getRenderType()
RisingParticle.getRenderType()
SimpleAnimatedParticle.getRenderType()
SoulParticle.getRenderType()
SpellParticle.getRenderType()
SuspendedTownParticle.getRenderType()
SweepAttackParticle.getRenderType()
UnderwaterParticle.getRenderType()
WaterWakeParticle.getRenderType()