JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Letter
Next Letter
Frames
No Frames
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
X
Y
Z
P
popTransform()
- Method in interface net.fabricmc.fabric.api.renderer.v1.render.
RenderContext
Removes the transformation added by the last call to
#pushTransform(Consumer)
.
pos(int, float, float, float)
- Method in interface net.fabricmc.fabric.api.renderer.v1.mesh.
MutableQuadView
Sets the geometric vertex position for the given vertex, relative to block origin.
pos(int, Vector3f)
- Method in interface net.fabricmc.fabric.api.renderer.v1.mesh.
MutableQuadView
Same as
#pos(float, float, float)
but accepts vector type.
pos(int, float, float, float)
- Method in interface net.fabricmc.fabric.api.renderer.v1.mesh.
QuadEmitter
pos(int, Vector3f)
- Method in interface net.fabricmc.fabric.api.renderer.v1.mesh.
QuadEmitter
posByIndex(int, int)
- Method in interface net.fabricmc.fabric.api.renderer.v1.mesh.
QuadView
Convenience: access x, y, z by index 0-2
pushTransform(RenderContext.QuadTransform)
- Method in interface net.fabricmc.fabric.api.renderer.v1.render.
RenderContext
Causes all models/quads/meshes sent to this consumer to be transformed by the provided
RenderContext.QuadTransform
that edits each quad before buffering.
A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
X
Y
Z
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Letter
Next Letter
Frames
No Frames
All Classes