Uses of Record Class
net.minecraft.client.particle.BillboardParticle.RenderType
Packages that use BillboardParticle.RenderType
-
Uses of BillboardParticle.RenderType in net.minecraft.client.particle
Fields in net.minecraft.client.particle declared as BillboardParticle.RenderTypeModifier and TypeFieldDescriptionstatic final BillboardParticle.RenderTypeBillboardParticle.RenderType.BLOCK_ATLAS_TRANSLUCENTstatic final BillboardParticle.RenderTypeBillboardParticle.RenderType.PARTICLE_ATLAS_OPAQUEstatic final BillboardParticle.RenderTypeBillboardParticle.RenderType.PARTICLE_ATLAS_TRANSLUCENTFields in net.minecraft.client.particle with type parameters of type BillboardParticle.RenderTypeModifier and TypeFieldDescriptionprivate final Map<BillboardParticle.RenderType, BillboardParticleSubmittable.Vertices> BillboardParticleSubmittable.bufferByTypeprivate final Map<BillboardParticle.RenderType, BillboardParticleSubmittable.Layer> BillboardParticleSubmittable.Buffers.layersThe field for thelayersrecord component.Methods in net.minecraft.client.particle that return BillboardParticle.RenderTypeModifier and TypeMethodDescriptionAbstractDustParticle.getRenderType()AnimatedParticle.getRenderType()AscendingParticle.getRenderType()protected abstract BillboardParticle.RenderTypeBillboardParticle.getRenderType()BlockDustParticle.getRenderType()BlockFallingDustParticle.getRenderType()BlockLeakParticle.getRenderType()BlockMarkerParticle.getRenderType()BubbleColumnUpParticle.getRenderType()BubblePopParticle.getRenderType()CampfireSmokeParticle.getRenderType()CloudParticle.getRenderType()ConnectionParticle.getRenderType()CrackParticle.getRenderType()CurrentDownParticle.getRenderType()DamageParticle.getRenderType()DragonBreathParticle.getRenderType()EmotionParticle.getRenderType()ExplosionLargeParticle.getRenderType()ExplosionSmokeParticle.getRenderType()FireflyParticle.getRenderType()FireworksSparkParticle.Flash.getRenderType()FishingParticle.getRenderType()FlameParticle.getRenderType()GlowParticle.getRenderType()GustParticle.getRenderType()LavaEmberParticle.getRenderType()LeavesParticle.getRenderType()NoteParticle.getRenderType()OminousSpawningParticle.getRenderType()PortalParticle.getRenderType()RainSplashParticle.getRenderType()SculkChargeParticle.getRenderType()SculkChargePopParticle.getRenderType()ShriekParticle.getRenderType()SnowflakeParticle.getRenderType()SoulParticle.getRenderType()SpellParticle.getRenderType()SuspendParticle.getRenderType()SweepAttackParticle.getRenderType()TrailParticle.getRenderType()TrialSpawnerDetectionParticle.getRenderType()VibrationParticle.getRenderType()WaterBubbleParticle.getRenderType()WaterSuspendParticle.getRenderType()Methods in net.minecraft.client.particle that return types with arguments of type BillboardParticle.RenderTypeModifier and TypeMethodDescriptionBillboardParticleSubmittable.Buffers.layers()Returns the value of thelayersrecord component.Methods in net.minecraft.client.particle with parameters of type BillboardParticle.RenderTypeModifier and TypeMethodDescriptionvoidBillboardParticleSubmittable.render(BillboardParticle.RenderType renderType, float x, float y, float z, float rotationX, float rotationY, float rotationZ, float rotationW, float size, float minU, float maxU, float minV, float maxV, int color, int brightness) Constructor parameters in net.minecraft.client.particle with type arguments of type BillboardParticle.RenderTypeModifierConstructorDescriptionBuffers(int int2, GpuBufferSlice gpuBufferSlice, Map<BillboardParticle.RenderType, BillboardParticleSubmittable.Layer> map)