Uses of Interface
net.minecraft.dispenser.IPosition
-
Packages that use IPosition Package Description net.minecraft.block net.minecraft.client.renderer.debug net.minecraft.dispenser net.minecraft.util.math net.minecraft.util.math.vector -
-
Uses of IPosition in net.minecraft.block
Methods in net.minecraft.block that return IPosition Modifier and Type Method Description static IPosition
DispenserBlock. getDispensePosition(IBlockSource p_149939_0_)
-
Uses of IPosition in net.minecraft.client.renderer.debug
Fields in net.minecraft.client.renderer.debug declared as IPosition Modifier and Type Field Description IPosition
BeeDebugRenderer.Bee. pos
IPosition
PointOfInterestDebugRenderer.BrainInfo. pos
Methods in net.minecraft.client.renderer.debug with parameters of type IPosition Modifier and Type Method Description private static void
BeeDebugRenderer. renderTextOverMob(IPosition p_228974_0_, int p_228974_1_, java.lang.String p_228974_2_, int p_228974_3_, float p_228974_4_)
private static void
PointOfInterestDebugRenderer. renderTextOverMob(IPosition p_217693_0_, int p_217693_1_, java.lang.String p_217693_2_, int p_217693_3_, float p_217693_4_)
Constructors in net.minecraft.client.renderer.debug with parameters of type IPosition Constructor Description Bee(java.util.UUID p_i226028_1_, int p_i226028_2_, IPosition p_i226028_3_, Path p_i226028_4_, BlockPos p_i226028_5_, BlockPos p_i226028_6_, int p_i226028_7_)
BrainInfo(java.util.UUID p_i241202_1_, int p_i241202_2_, java.lang.String p_i241202_3_, java.lang.String p_i241202_4_, int p_i241202_5_, float p_i241202_6_, float p_i241202_7_, IPosition p_i241202_8_, java.lang.String p_i241202_9_, Path p_i241202_10_, boolean p_i241202_11_)
-
Uses of IPosition in net.minecraft.dispenser
Subinterfaces of IPosition in net.minecraft.dispenser Modifier and Type Interface Description interface
IBlockSource
Classes in net.minecraft.dispenser that implement IPosition Modifier and Type Class Description class
Position
class
ProxyBlockSource
Methods in net.minecraft.dispenser with parameters of type IPosition Modifier and Type Method Description protected abstract ProjectileEntity
ProjectileDispenseBehavior. getProjectile(World p_82499_1_, IPosition p_82499_2_, ItemStack p_82499_3_)
static void
DefaultDispenseItemBehavior. spawnItem(World p_82486_0_, ItemStack p_82486_1_, int p_82486_2_, Direction p_82486_3_, IPosition p_82486_4_)
-
Uses of IPosition in net.minecraft.util.math
Constructors in net.minecraft.util.math with parameters of type IPosition Constructor Description BlockPos(IPosition p_i50799_1_)
-
Uses of IPosition in net.minecraft.util.math.vector
Classes in net.minecraft.util.math.vector that implement IPosition Modifier and Type Class Description class
Vector3d
Methods in net.minecraft.util.math.vector with parameters of type IPosition Modifier and Type Method Description boolean
Vector3d. closerThan(IPosition p_237488_1_, double p_237488_2_)
boolean
Vector3i. closerThan(IPosition p_218137_1_, double p_218137_2_)
double
Vector3i. distSqr(IPosition p_218138_1_, boolean p_218138_2_)
-