Uses of Interface
net.minecraft.core.Position
Packages that use Position
Package
Description
-
Uses of Position in net.minecraft.core
Methods in net.minecraft.core with parameters of type PositionModifier and TypeMethodDescriptionbooleanVec3i.closerToCenterThan(Position pos, double distance) static BlockPosBlockPos.containing(Position pos) doubleVec3i.distToCenterSqr(Position pos) static SectionPos -
Uses of Position in net.minecraft.core.dispenser
Methods in net.minecraft.core.dispenser with parameters of type Position -
Uses of Position in net.minecraft.world.item
Methods in net.minecraft.world.item that return PositionModifier and TypeMethodDescriptionProjectileItem.PositionFunction.getDispensePosition(BlockSource source, Direction direction) Methods in net.minecraft.world.item with parameters of type PositionModifier and TypeMethodDescriptionArrowItem.asProjectile(Level level, Position position, ItemStack itemStack, Direction direction) EggItem.asProjectile(Level level, Position position, ItemStack itemStack, Direction direction) ExperienceBottleItem.asProjectile(Level level, Position position, ItemStack itemStack, Direction direction) FireChargeItem.asProjectile(Level level, Position position, ItemStack itemStack, Direction direction) FireworkRocketItem.asProjectile(Level level, Position position, ItemStack itemStack, Direction direction) ProjectileItem.asProjectile(Level level, Position position, ItemStack itemStack, Direction direction) SnowballItem.asProjectile(Level level, Position position, ItemStack itemStack, Direction direction) SpectralArrowItem.asProjectile(Level level, Position position, ItemStack itemStack, Direction direction) ThrowablePotionItem.asProjectile(Level level, Position position, ItemStack itemStack, Direction direction) TridentItem.asProjectile(Level level, Position position, ItemStack itemStack, Direction direction) WindChargeItem.asProjectile(Level level, Position position, ItemStack itemStack, Direction direction) protected AbstractThrownPotionLingeringPotionItem.createPotion(Level level, Position position, ItemStack itemStack) protected AbstractThrownPotionSplashPotionItem.createPotion(Level level, Position position, ItemStack itemStack) protected abstract AbstractThrownPotionThrowablePotionItem.createPotion(Level level, Position position, ItemStack itemStack) -
Uses of Position in net.minecraft.world.level.block
Methods in net.minecraft.world.level.block that return PositionModifier and TypeMethodDescriptionstatic PositionDispenserBlock.getDispensePosition(BlockSource source) static PositionDispenserBlock.getDispensePosition(BlockSource source, double scale, Vec3 offset) -
Uses of Position in net.minecraft.world.phys
Classes in net.minecraft.world.phys that implement PositionMethods in net.minecraft.world.phys with parameters of type PositionModifier and TypeMethodDescriptionbooleanVec3.closerThan(Position pos, double distance) Checks if a position is within a certain distance of the coordinates.