Interface SpawnParticlesEnchantmentEffect.PositionSourceType.CoordinateSource

Enclosing class:
SpawnParticlesEnchantmentEffect.PositionSourceType
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface private static interface SpawnParticlesEnchantmentEffect.PositionSourceType.CoordinateSource
Mappings:
Namespace Name
named net/minecraft/enchantment/effect/entity/SpawnParticlesEnchantmentEffect$PositionSourceType$CoordinateSource
intermediary net/minecraft/class_9734$class_9736$class_9737
official dfc$b$a
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    getCoordinate(double entityPosition, double boundingBoxCenter, float boundingBoxSize, Random random)
     
  • Method Details

    • getCoordinate

      double getCoordinate(double entityPosition, double boundingBoxCenter, float boundingBoxSize, Random random)
      Mappings:
      Namespace Name Mixin selector
      named getCoordinate Lnet/minecraft/enchantment/effect/entity/SpawnParticlesEnchantmentEffect$PositionSourceType$CoordinateSource;getCoordinate(DDFLnet/minecraft/util/math/random/Random;)D
      intermediary getCoordinate Lnet/minecraft/class_9734$class_9736$class_9737;getCoordinate(DDFLnet/minecraft/class_5819;)D
      official getCoordinate Ldfc$b$a;getCoordinate(DDFLbam;)D