public class RenderFuzz extends RenderShape
| Modifier and Type | Field and Description |
|---|---|
protected FuzzBall |
fuzz |
color, texturewrappedBOOLEAN_VALUES, FABRIC, FORGE, FORGE_OR_NEOFORGE, GAME_VERSION, JAVA_17, JAVA_21, JAVA_8, JAVA_MODULES, JAVA_VERSION, JAVA_VERSION_ASM, LEGACY, MOD_LOADER, NAMED_ENV, NEOFORGE, SRG_ENV, V12, V16, V16_OR_EARLIER, V16_OR_LATER, V18, V18_OR_EARLIER, V18_OR_LATER, V19, V19_2_OR_EARLIER, V19_4_OR_LATER, V19_OR_EARLIER, V19_OR_LATER, V20, V20_4_OR_EARLIER, V20_6_OR_LATER, V20_OR_EARLIER, V20_OR_LATER, V21, V21_OR_LATER| Constructor and Description |
|---|
RenderFuzz(Shape shape,
int minCount,
int maxCount,
float minWidth,
float maxWidth,
java.util.function.Supplier<ColorCache> color) |
| Modifier and Type | Method and Description |
|---|---|
RenderFuzz |
copy() |
void |
draw(RenderContext ctx,
Vector3 center) |
static RenderFuzz |
from(Shape shape) |
static RenderFuzz |
from(Shape shape,
int max) |
static RenderFuzz |
from(Shape shape,
int minCount,
int maxCount) |
static RenderFuzz |
from(Shape shape,
int minCount,
int maxCount,
float minWidth,
float maxWidth) |
static RenderFuzz |
from(Shape shape,
int minCount,
int maxCount,
float minWidth,
float maxWidth,
java.util.function.Supplier<ColorCache> color) |
static RenderFuzz |
from(Shape shape,
Vector2 counts) |
static RenderFuzz |
from(Shape shape,
Vector2 counts,
Vector2 widths) |
static RenderFuzz |
from(Shape shape,
Vector2 counts,
Vector2 widths,
java.util.function.Supplier<ColorCache> color) |
from, from, from, from, getCenterForGroup, getDepth, getHeight, getWidth, onResolutionUpdate, setColor, setHeight, setTexture, setTexture, setTexture, setWidth, setWrappedasOptional, equals, getWrapped, toStringclone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetIfNotNull, getIfNotNullOrDefault, getIfNotNullOrDefault, getWrappedClass, isNull, isNullGetter, notNull, notNullGetter, supplyIfNull, unwrap, wrapIfNotNull, wrapIfNotNullOrDefault, wrapIfNotNullOrDefaultprotected FuzzBall fuzz
public RenderFuzz(Shape shape, int minCount, int maxCount, float minWidth, float maxWidth, java.util.function.Supplier<ColorCache> color)
public static RenderFuzz from(Shape shape)
public static RenderFuzz from(Shape shape, int max)
public static RenderFuzz from(Shape shape, Vector2 counts)
public static RenderFuzz from(Shape shape, int minCount, int maxCount)
public static RenderFuzz from(Shape shape, Vector2 counts, Vector2 widths)
public static RenderFuzz from(Shape shape, int minCount, int maxCount, float minWidth, float maxWidth)
public static RenderFuzz from(Shape shape, Vector2 counts, Vector2 widths, java.util.function.Supplier<ColorCache> color)
public static RenderFuzz from(Shape shape, int minCount, int maxCount, float minWidth, float maxWidth, java.util.function.Supplier<ColorCache> color)
public RenderFuzz copy()
copy in class RenderShapepublic void draw(RenderContext ctx, Vector3 center)
draw in class RenderShape