-
Notifications
You must be signed in to change notification settings - Fork 0
P | Utility: EntitySizeUtils
Sartaj Singh edited this page May 29, 2025
·
2 revisions
EntitySizeUtils (requires the EntitySize plugin) lets you change the size of any entity in the world.
What it does:
Sets the entity's size multiplier (visual and collision).
Example:
EntitySizeUtils.setSize(zombie, 3.0f); // Giant zombie!What it does:
Resets the entity's scale to its default size.
Example:
EntitySizeUtils.resetSize(zombie);What it does:
Checks if the EntitySize plugin is loaded on the server.
Example:
if (EntitySizeUtils.isEntitySizePluginInstalled()) {
// Safe to use size manipulation
}- Make huge or tiny mobs for bosses, events, or fun.
- Always check
isEntitySizePluginInstalledbefore using to avoid errors.
- Home
- A | Getting Started & Plugin Overview
- B | The Registry System: Items, Foods, Commands, Events
- C | Creating Custom Items
- D | Creating Custom Foods
- E | Advanced: Custom Effects in FXItems
- F | Creating Custom Commands
- G | Creating Custom Events & Behaviors
- H | Utility: CooldownUtils
- I | Utility: CustomItemUtils
- J | Utility: EffectUtils
- K | Utility: ManaUtils
- L | Utility: OneTimeCraftUtils
- M | Utility: TeleportUtils
- N | Utility: ProjectileUtils
- O | Utility: GammaUtils
- P | Utility: EntitySizeUtils
- Q | FXItems API (com.noctify.API) & Making Addons
- R | Advanced Techniques, Gotchas & FAQ
- S | Auto-Registration System
- T | Migration Guide (v1.1 → v1.2+)
- U | Changelog