Uses of Class
net.minecraft.util.math.vector.Vector2f
-
-
Uses of Vector2f in net.minecraft.client.gui
Fields in net.minecraft.client.gui declared as Vector2f Modifier and Type Field Description private Vector2f
CommandSuggestionHelper.Suggestions. lastMouse
-
Uses of Vector2f in net.minecraft.command
Fields in net.minecraft.command declared as Vector2f Modifier and Type Field Description private Vector2f
CommandSource. rotation
Methods in net.minecraft.command that return Vector2f Modifier and Type Method Description Vector2f
CommandSource. getRotation()
Methods in net.minecraft.command with parameters of type Vector2f Modifier and Type Method Description CommandSource
CommandSource. withRotation(Vector2f p_201007_1_)
Constructors in net.minecraft.command with parameters of type Vector2f Constructor Description CommandSource(ICommandSource p_i49552_1_, Vector3d p_i49552_2_, Vector2f p_i49552_3_, ServerWorld p_i49552_4_, int p_i49552_5_, java.lang.String p_i49552_6_, ITextComponent p_i49552_7_, MinecraftServer p_i49552_8_, Entity p_i49552_9_)
CommandSource(ICommandSource p_i49553_1_, Vector3d p_i49553_2_, Vector2f p_i49553_3_, ServerWorld p_i49553_4_, int p_i49553_5_, java.lang.String p_i49553_6_, ITextComponent p_i49553_7_, MinecraftServer p_i49553_8_, Entity p_i49553_9_, boolean p_i49553_10_, com.mojang.brigadier.ResultConsumer<CommandSource> p_i49553_11_, EntityAnchorArgument.Type p_i49553_12_)
-
Uses of Vector2f in net.minecraft.command.arguments
Methods in net.minecraft.command.arguments that return Vector2f Modifier and Type Method Description Vector2f
ILocationArgument. getRotation(CommandSource p_197282_1_)
Vector2f
LocalLocationArgument. getRotation(CommandSource p_197282_1_)
Vector2f
LocationInput. getRotation(CommandSource p_197282_1_)
static Vector2f
Vec2Argument. getVec2(com.mojang.brigadier.context.CommandContext<CommandSource> p_197295_0_, java.lang.String p_197295_1_)
-
Uses of Vector2f in net.minecraft.command.impl
Methods in net.minecraft.command.impl with parameters of type Vector2f Modifier and Type Method Description private static int
WorldBorderCommand. setCenter(CommandSource p_198896_0_, Vector2f p_198896_1_)
private static int
SpreadPlayersCommand. spreadPlayers(CommandSource p_241070_0_, Vector2f p_241070_1_, float p_241070_2_, float p_241070_3_, int p_241070_4_, boolean p_241070_5_, java.util.Collection<? extends Entity> p_241070_6_)
private static void
SpreadPlayersCommand. spreadPositions(Vector2f p_241071_0_, double p_241071_1_, ServerWorld p_241071_3_, java.util.Random p_241071_4_, double p_241071_5_, double p_241071_7_, double p_241071_9_, double p_241071_11_, int p_241071_13_, SpreadPlayersCommand.Position[] p_241071_14_, boolean p_241071_15_)
-
Uses of Vector2f in net.minecraft.entity
Methods in net.minecraft.entity that return Vector2f Modifier and Type Method Description Vector2f
Entity. getRotationVector()
-
Uses of Vector2f in net.minecraft.util
Methods in net.minecraft.util that return Vector2f Modifier and Type Method Description Vector2f
MovementInput. getMoveVector()
-
Uses of Vector2f in net.minecraft.util.math.vector
Fields in net.minecraft.util.math.vector declared as Vector2f Modifier and Type Field Description static Vector2f
Vector2f. MAX
static Vector2f
Vector2f. MIN
static Vector2f
Vector2f. NEG_UNIT_X
static Vector2f
Vector2f. NEG_UNIT_Y
static Vector2f
Vector2f. ONE
static Vector2f
Vector2f. UNIT_X
static Vector2f
Vector2f. UNIT_Y
static Vector2f
Vector2f. ZERO
Methods in net.minecraft.util.math.vector with parameters of type Vector2f Modifier and Type Method Description static Vector3d
Vector3d. directionFromRotation(Vector2f p_189984_0_)
boolean
Vector2f. equals(Vector2f p_201069_1_)
-
Uses of Vector2f in net.minecraftforge.client.model.b3d
Fields in net.minecraftforge.client.model.b3d declared as Vector2f Modifier and Type Field Description private Vector2f
B3DModel.Texture. pos
private Vector2f
B3DModel.Texture. scale
Methods in net.minecraftforge.client.model.b3d that return Vector2f Modifier and Type Method Description Vector2f
B3DModel.Texture. getPos()
Vector2f
B3DModel.Texture. getScale()
Constructors in net.minecraftforge.client.model.b3d with parameters of type Vector2f Constructor Description Texture(java.lang.String path, int flags, int blend, Vector2f pos, Vector2f scale, float rot)
-
Uses of Vector2f in net.minecraftforge.client.model.obj
Fields in net.minecraftforge.client.model.obj declared as Vector2f Modifier and Type Field Description private static Vector2f[]
OBJModel. DEFAULT_COORDS
Fields in net.minecraftforge.client.model.obj with type parameters of type Vector2f Modifier and Type Field Description private java.util.List<Vector2f>
OBJModel. texCoords
Methods in net.minecraftforge.client.model.obj that return Vector2f Modifier and Type Method Description static Vector2f
OBJModel. parseVector2(java.lang.String[] line)
Methods in net.minecraftforge.client.model.obj with parameters of type Vector2f Modifier and Type Method Description private void
OBJModel. putVertexData(IVertexConsumer consumer, Vector4f position0, Vector2f texCoord0, Vector3f normal0, Vector4f color0, Vector2f uv2, TextureAtlasSprite texture)
-