Uses of Enum 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 with type parameters of type BillboardParticle.RenderTypeMethods 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()static BillboardParticle.RenderTypeReturns the enum constant of this class with the specified name.static BillboardParticle.RenderType[]BillboardParticle.RenderType.values()Returns an array containing the constants of this enum class, in the order they are declared.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)