Uses of Class
net.minecraft.util.math.Vec3i
Packages that use Vec3i
Package
Description
-
Uses of Vec3i in net.minecraft.block
Methods in net.minecraft.block that return Vec3iModifier and TypeMethodDescriptionstatic Vec3iBedBlock.findWakeUpPosition(World world, int x, int y, int z, int skip) -
Uses of Vec3i in net.minecraft.entity.player
Fields in net.minecraft.entity.player declared as Vec3iModifier and TypeFieldDescriptionprivate Vec3iPlayerEntity.ridingStartPosUsed for the "On A Rail" AchievementPlayerEntity.sleepingPosprivate Vec3iPlayerEntity.spawnPosMethods in net.minecraft.entity.player that return Vec3iModifier and TypeMethodDescriptionstatic Vec3iPlayerEntity.findRespawnPosition(World world, Vec3i spawnPos) Checks if the player can respawn at their spawn position.PlayerEntity.getSpawnPos()Methods in net.minecraft.entity.player with parameters of type Vec3iModifier and TypeMethodDescriptionstatic Vec3iPlayerEntity.findRespawnPosition(World world, Vec3i spawnPos) Checks if the player can respawn at their spawn position.voidPlayerEntity.setSpawnPos(Vec3i spawnPos) -
Uses of Vec3i in net.minecraft.util.math
Methods in net.minecraft.util.math with parameters of type Vec3iConstructors in net.minecraft.util.math with parameters of type Vec3i -
Uses of Vec3i in net.minecraft.world
Methods in net.minecraft.world that return Vec3iMethods in net.minecraft.world with parameters of type Vec3i