Builder

public interface Builder

Builder for creating FakeItem instances with custom styling.

Functions

Link copied to clipboard
public abstract FakeItem.Builder billboard(Display.Billboard billboard)
Sets the billboard mode.
Link copied to clipboard
public abstract FakeItem build(Location location)
Builds the FakeItem at the specified location.
Link copied to clipboard
public abstract FakeItem.Builder customName(String name)
Sets the custom name to display above the item.
Link copied to clipboard
public abstract FakeItem.Builder customNameVisible(boolean visible)
Sets whether the custom name is visible.
Link copied to clipboard
public abstract FakeItem.Builder glowing(boolean glowing)
Sets whether the item should glow.
Link copied to clipboard
public abstract FakeItem.Builder itemStack(ItemStack itemStack)
Sets the initial item to display.
Link copied to clipboard
public abstract FakeItem.Builder scale(float scale)
Sets the scale of the item.
Link copied to clipboard
public abstract FakeItem.Builder viewRange(float range)
Sets the view range multiplier.