| Interface | Description |
|---|---|
| Summonable |
| Class | Description |
|---|---|
| AttributeManager |
Manages the attributes described at https://minecraft.gamepedia.com/Attribute
|
| CustomEntityDescriptor<T extends GlowEntity> | |
| EntityIdManager |
Manager responsible for allocating all entity ids on the server.
|
| EntityManager |
A class which manages all of the entities within a world.
|
| EntityRegistry | |
| FishingRewardManager |
Generates fishing loot.
|
| FishingRewardManager.RewardItem | |
| GlowAgeable |
Represents a creature that ages, such as a sheep.
|
| GlowAmbient | |
| GlowAnimal |
Represents an Animal, such as a Cow.
|
| GlowAreaEffectCloud | |
| GlowCreature |
Represents a creature entity such as a pig.
|
| GlowEntity |
Represents some entity in the world such as an item on the floor or a player.
|
| GlowExplosive | |
| GlowHangingEntity | |
| GlowHumanEntity |
Represents a human entity, such as an NPC or a player.
|
| GlowLightningStrike |
A GlowLightning strike is an entity produced during thunderstorms.
|
| GlowLivingEntity |
A GlowLivingEntity is a
Player or Monster. |
| GlowPlayer |
Represents an in-game player.
|
| GlowTntPrimed | |
| GlowVehicle | |
| GlowWaterMob | |
| GlowWeather |
Represents a Weather related entity, such as a storm.
|
| Enum | Description |
|---|---|
| AttributeManager.Key | |
| FishingRewardManager.RewardCategory |
Category names must match one-to-one with the subtags of "rewards" in
builtin/fishingRewards.yml.
|
| GlowHangingEntity.HangingFace |
Copyright © 2021. All rights reserved.