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 Vector2fCommandSuggestionHelper.Suggestions. lastMouse -
Uses of Vector2f in net.minecraft.command
Fields in net.minecraft.command declared as Vector2f Modifier and Type Field Description private Vector2fCommandSource. rotationMethods in net.minecraft.command that return Vector2f Modifier and Type Method Description Vector2fCommandSource. getRotation()Methods in net.minecraft.command with parameters of type Vector2f Modifier and Type Method Description CommandSourceCommandSource. 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 Vector2fILocationArgument. getRotation(CommandSource p_197282_1_)Vector2fLocalLocationArgument. getRotation(CommandSource p_197282_1_)Vector2fLocationInput. getRotation(CommandSource p_197282_1_)static Vector2fVec2Argument. 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 intWorldBorderCommand. setCenter(CommandSource p_198896_0_, Vector2f p_198896_1_)private static intSpreadPlayersCommand. 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 voidSpreadPlayersCommand. 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 Vector2fEntity. getRotationVector() -
Uses of Vector2f in net.minecraft.util
Methods in net.minecraft.util that return Vector2f Modifier and Type Method Description Vector2fMovementInput. 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 Vector2fVector2f. MAXstatic Vector2fVector2f. MINstatic Vector2fVector2f. NEG_UNIT_Xstatic Vector2fVector2f. NEG_UNIT_Ystatic Vector2fVector2f. ONEstatic Vector2fVector2f. UNIT_Xstatic Vector2fVector2f. UNIT_Ystatic Vector2fVector2f. ZEROMethods in net.minecraft.util.math.vector with parameters of type Vector2f Modifier and Type Method Description static Vector3dVector3d. directionFromRotation(Vector2f p_189984_0_)booleanVector2f. 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 Vector2fB3DModel.Texture. posprivate Vector2fB3DModel.Texture. scaleMethods in net.minecraftforge.client.model.b3d that return Vector2f Modifier and Type Method Description Vector2fB3DModel.Texture. getPos()Vector2fB3DModel.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_COORDSFields in net.minecraftforge.client.model.obj with type parameters of type Vector2f Modifier and Type Field Description private java.util.List<Vector2f>OBJModel. texCoordsMethods in net.minecraftforge.client.model.obj that return Vector2f Modifier and Type Method Description static Vector2fOBJModel. parseVector2(java.lang.String[] line)Methods in net.minecraftforge.client.model.obj with parameters of type Vector2f Modifier and Type Method Description private voidOBJModel. putVertexData(IVertexConsumer consumer, Vector4f position0, Vector2f texCoord0, Vector3f normal0, Vector4f color0, Vector2f uv2, TextureAtlasSprite texture)
-