Package net.minecraft.util
Interface CubicSampler.Vec3Fetcher
-
- Enclosing class:
- CubicSampler
public static interface CubicSampler.Vec3Fetcher
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Vector3d
fetch(int p_fetch_1_, int p_fetch_2_, int p_fetch_3_)
-
-
-
Method Detail
-
fetch
Vector3d fetch(int p_fetch_1_, int p_fetch_2_, int p_fetch_3_)
-
-