Modifier and Type | Field and Description |
---|---|
private Vec2f |
CommandSuggestionHelper.Suggestions.field_228143_g_ |
Modifier and Type | Field and Description |
---|---|
private Vec2f |
CommandSource.rotation |
Modifier and Type | Method and Description |
---|---|
Vec2f |
CommandSource.getRotation() |
Modifier and Type | Method and Description |
---|---|
CommandSource |
CommandSource.withRotation(Vec2f pitchYawIn) |
Constructor and Description |
---|
CommandSource(ICommandSource sourceIn,
Vec3d posIn,
Vec2f rotationIn,
ServerWorld worldIn,
int permissionLevelIn,
java.lang.String nameIn,
ITextComponent displayNameIn,
MinecraftServer serverIn,
Entity entityIn) |
CommandSource(ICommandSource sourceIn,
Vec3d posIn,
Vec2f rotationIn,
ServerWorld worldIn,
int permissionLevelIn,
java.lang.String nameIn,
ITextComponent displayNameIn,
MinecraftServer serverIn,
Entity entityIn,
boolean feedbackDisabledIn,
com.mojang.brigadier.ResultConsumer<CommandSource> resultConsumerIn,
EntityAnchorArgument.Type entityAnchorTypeIn) |
Modifier and Type | Method and Description |
---|---|
Vec2f |
LocalLocationArgument.getRotation(CommandSource source) |
Vec2f |
ILocationArgument.getRotation(CommandSource source) |
Vec2f |
LocationInput.getRotation(CommandSource source) |
static Vec2f |
Vec2Argument.getVec2f(com.mojang.brigadier.context.CommandContext<CommandSource> context,
java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
private static void |
SpreadPlayersCommand.ensureSufficientSeparation(Vec2f center,
double spreadDistance,
ServerWorld worldIn,
java.util.Random random,
double minX,
double minZ,
double maxX,
double maxZ,
SpreadPlayersCommand.Position[] positions,
boolean respectTeams) |
private static int |
WorldBorderCommand.setCenter(CommandSource source,
Vec2f pos) |
private static int |
SpreadPlayersCommand.spreadPlayers(CommandSource source,
Vec2f center,
float spreadDistance,
float maxRange,
boolean respectTeams,
java.util.Collection<? extends Entity> targets) |
Modifier and Type | Method and Description |
---|---|
Vec2f |
Entity.getPitchYaw() |
Modifier and Type | Method and Description |
---|---|
Vec2f |
MovementInput.getMoveVector() |
Modifier and Type | Field and Description |
---|---|
static Vec2f |
Vec2f.MAX |
static Vec2f |
Vec2f.MIN |
static Vec2f |
Vec2f.NEGATIVE_UNIT_X |
static Vec2f |
Vec2f.NEGATIVE_UNIT_Y |
static Vec2f |
Vec2f.ONE |
static Vec2f |
Vec2f.UNIT_X |
static Vec2f |
Vec2f.UNIT_Y |
static Vec2f |
Vec2f.ZERO |
Modifier and Type | Method and Description |
---|---|
boolean |
Vec2f.equals(Vec2f other) |
static Vec3d |
Vec3d.fromPitchYaw(Vec2f p_189984_0_) |
Modifier and Type | Field and Description |
---|---|
private Vec2f |
B3DModel.Texture.pos |
private Vec2f |
B3DModel.Texture.scale |
Modifier and Type | Method and Description |
---|---|
Vec2f |
B3DModel.Texture.getPos() |
Vec2f |
B3DModel.Texture.getScale() |
Constructor and Description |
---|
Texture(java.lang.String path,
int flags,
int blend,
Vec2f pos,
Vec2f scale,
float rot) |
Modifier and Type | Field and Description |
---|---|
private static Vec2f[] |
OBJModel.DEFAULT_COORDS |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Vec2f> |
OBJModel.texCoords |
Modifier and Type | Method and Description |
---|---|
static Vec2f |
OBJModel.parseVector2(java.lang.String[] line) |
Modifier and Type | Method and Description |
---|---|
private void |
OBJModel.putVertexData(IVertexConsumer consumer,
Vector4f position0,
Vec2f texCoord0,
Vector3f normal0,
Vector4f color0,
Vec2f uv2,
TextureAtlasSprite texture) |