Entity Utils
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
public static BlockDisplay summonBlockDisplay(Location location, Material block, boolean destroyPlacedBlock)
Link copied to clipboard
Link copied to clipboard
public static ItemDisplay summonChangingDisplay(Location location, @Nullable() ItemStack itemStack, int tickDuration, Transformation start, Transformation end)
public static ItemDisplay summonChangingDisplay(Location location, @Nullable() ItemStack itemStack, int tickDuration, Transformation start, Transformation end, Consumer<ItemDisplay> consumer)
Link copied to clipboard
Link copied to clipboard
public static ItemDisplay summonGrowingDisplay(Location location, @Nullable() ItemStack itemStack, int tickDuration, float end)
public static ItemDisplay summonGrowingDisplay(Location location, @Nullable() ItemStack itemStack, int tickDuration, float start, float end)
public static ItemDisplay summonGrowingDisplay(Location location, @Nullable() ItemStack itemStack, int tickDuration, Vector3f startScale, Vector3f endScale)
public static ItemDisplay summonGrowingDisplay(Location location, @Nullable() ItemStack itemStack, int tickDuration, float newX, float newY, float newZ)
public static ItemDisplay summonGrowingDisplay(Location location, @Nullable() ItemStack itemStack, int tickDuration, Vector3f startScale, Vector3f endScale, Consumer<ItemDisplay> displayConsumer)
Link copied to clipboard
Link copied to clipboard