Modifier and Type | Class and Description |
---|---|
class |
AbstractClientPlayerEntity |
class |
ClientPlayerEntity |
class |
RemoteClientPlayerEntity |
Modifier and Type | Class and Description |
---|---|
class |
ClientWorld |
Modifier and Type | Class and Description |
---|---|
class |
AgeableEntity |
class |
AreaEffectCloudEntity |
class |
CreatureEntity |
class |
Entity |
class |
FlyingEntity |
class |
LivingEntity |
class |
MobEntity |
Modifier and Type | Class and Description |
---|---|
class |
WitherEntity |
Modifier and Type | Class and Description |
---|---|
class |
EnderDragonEntity |
class |
EnderDragonPartEntity |
Modifier and Type | Class and Description |
---|---|
class |
LightningBoltEntity |
Modifier and Type | Class and Description |
---|---|
class |
ArmorStandEntity |
class |
BoatEntity |
class |
EnderCrystalEntity |
class |
EnderPearlEntity |
class |
ExperienceBottleEntity |
class |
ExperienceOrbEntity |
class |
EyeOfEnderEntity |
class |
FallingBlockEntity |
class |
FireworkRocketEntity |
class |
HangingEntity |
class |
ItemEntity |
class |
ItemFrameEntity |
class |
LeashKnotEntity |
class |
PaintingEntity |
class |
TNTEntity |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMinecartEntity |
class |
ChestMinecartEntity |
class |
ContainerMinecartEntity |
class |
FurnaceMinecartEntity |
class |
HopperMinecartEntity |
class |
MinecartCommandBlockEntity |
class |
MinecartEntity |
class |
SpawnerMinecartEntity |
class |
TNTMinecartEntity |
Modifier and Type | Class and Description |
---|---|
class |
AbstractVillagerEntity |
class |
VillagerEntity |
class |
WanderingTraderEntity |
Modifier and Type | Class and Description |
---|---|
class |
AbstractIllagerEntity |
class |
AbstractRaiderEntity |
class |
AbstractSkeletonEntity |
class |
BlazeEntity |
class |
CaveSpiderEntity |
class |
CreeperEntity |
class |
DrownedEntity |
class |
ElderGuardianEntity |
class |
EndermanEntity |
class |
EndermiteEntity |
class |
EvokerEntity |
class |
GhastEntity |
class |
GiantEntity |
class |
GuardianEntity |
class |
HuskEntity |
class |
IllusionerEntity |
class |
MagmaCubeEntity |
class |
MonsterEntity |
class |
PatrollerEntity |
class |
PhantomEntity |
class |
PillagerEntity |
class |
RavagerEntity |
class |
ShulkerEntity |
class |
SilverfishEntity |
class |
SkeletonEntity |
class |
SlimeEntity |
class |
SpellcastingIllagerEntity |
class |
SpiderEntity |
class |
StrayEntity |
class |
VexEntity |
class |
VindicatorEntity |
class |
WitchEntity |
class |
WitherSkeletonEntity |
class |
ZombieEntity |
class |
ZombiePigmanEntity |
class |
ZombieVillagerEntity |
Modifier and Type | Class and Description |
---|---|
class |
AmbientEntity |
class |
AnimalEntity |
class |
BatEntity |
class |
BeeEntity |
class |
CatEntity |
class |
ChickenEntity |
class |
CowEntity |
class |
DolphinEntity |
class |
FoxEntity |
class |
GolemEntity |
class |
IronGolemEntity |
class |
MooshroomEntity |
class |
OcelotEntity |
class |
PandaEntity |
class |
ParrotEntity |
class |
PigEntity |
class |
PolarBearEntity |
class |
RabbitEntity |
class |
SheepEntity |
class |
ShoulderRidingEntity |
class |
SnowGolemEntity |
class |
SquidEntity |
class |
TameableEntity |
class |
TurtleEntity |
class |
WaterMobEntity |
class |
WolfEntity |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFishEntity |
class |
AbstractGroupFishEntity |
class |
CodEntity |
class |
PufferfishEntity |
class |
SalmonEntity |
class |
TropicalFishEntity |
Modifier and Type | Class and Description |
---|---|
class |
AbstractChestedHorseEntity |
class |
AbstractHorseEntity |
class |
DonkeyEntity |
class |
HorseEntity |
class |
LlamaEntity |
class |
MuleEntity |
class |
SkeletonHorseEntity |
class |
TraderLlamaEntity |
class |
ZombieHorseEntity |
Modifier and Type | Class and Description |
---|---|
class |
PlayerEntity |
class |
ServerPlayerEntity |
Modifier and Type | Class and Description |
---|---|
class |
AbstractArrowEntity |
class |
AbstractFireballEntity |
class |
ArrowEntity |
class |
DamagingProjectileEntity |
class |
DragonFireballEntity |
class |
EggEntity |
class |
EvokerFangsEntity |
class |
FireballEntity |
class |
FishingBobberEntity |
class |
LlamaSpitEntity |
class |
PotionEntity |
class |
ProjectileItemEntity |
class |
ShulkerBulletEntity |
class |
SmallFireballEntity |
class |
SnowballEntity |
class |
SpectralArrowEntity |
class |
ThrowableEntity |
class |
TridentEntity |
class |
WitherSkullEntity |
Modifier and Type | Class and Description |
---|---|
class |
ItemStack |
Modifier and Type | Method and Description |
---|---|
ICapabilityProvider |
BucketItem.initCapabilities(ItemStack stack,
CompoundNBT nbt) |
ICapabilityProvider |
MilkBucketItem.initCapabilities(ItemStack stack,
CompoundNBT nbt) |
Modifier and Type | Class and Description |
---|---|
class |
World |
Modifier and Type | Class and Description |
---|---|
class |
Chunk |
class |
EmptyChunk |
Modifier and Type | Class and Description |
---|---|
class |
ServerMultiWorld |
class |
ServerWorld |
Modifier and Type | Interface and Description |
---|---|
interface |
ICapabilitySerializable<T extends INBT> |
Modifier and Type | Class and Description |
---|---|
class |
CapabilityDispatcher
A high-speed implementation of a capability delegator.
|
class |
CapabilityProvider<B extends CapabilityProvider<B>> |
Modifier and Type | Field and Description |
---|---|
private ICapabilityProvider[] |
CapabilityDispatcher.caps |
Modifier and Type | Method and Description |
---|---|
protected void |
CapabilityProvider.gatherCapabilities(ICapabilityProvider parent) |
Constructor and Description |
---|
CapabilityDispatcher(java.util.Map<ResourceLocation,ICapabilityProvider> list,
java.util.List<java.lang.Runnable> listeners,
ICapabilityProvider parent) |
Constructor and Description |
---|
CapabilityDispatcher(java.util.Map<ResourceLocation,ICapabilityProvider> list,
java.util.List<java.lang.Runnable> listeners) |
CapabilityDispatcher(java.util.Map<ResourceLocation,ICapabilityProvider> list,
java.util.List<java.lang.Runnable> listeners,
ICapabilityProvider parent) |
Modifier and Type | Interface and Description |
---|---|
interface |
IForgeChunk |
interface |
IForgeEntity |
interface |
IForgeItemStack |
interface |
IForgeTileEntity |
interface |
IForgeWorld |
interface |
IForgeWorldServer |
Modifier and Type | Method and Description |
---|---|
default ICapabilityProvider |
IForgeDimension.initCapabilities()
Called from
World#initCapabilities() , to gather capabilities for this
world. |
default ICapabilityProvider |
IForgeItem.initCapabilities(ItemStack stack,
CompoundNBT nbt)
Called from ItemStack.setItem, will hold extra data for the life of this
ItemStack.
|
Modifier and Type | Class and Description |
---|---|
static class |
CapabilityAnimation.DefaultItemAnimationCapabilityProvider |
Modifier and Type | Class and Description |
---|---|
class |
FakePlayer |
Modifier and Type | Class and Description |
---|---|
static class |
MarkDimensionForDeletionTest.DynamicDimensionCap |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<ResourceLocation,ICapabilityProvider> |
AttachCapabilitiesEvent.caps |
private java.util.Map<ResourceLocation,ICapabilityProvider> |
AttachCapabilitiesEvent.view |
Modifier and Type | Method and Description |
---|---|
static <T extends ICapabilityProvider> |
ForgeEventFactory.gatherCapabilities(java.lang.Class<? extends T> type,
T provider) |
static <T extends ICapabilityProvider> |
ForgeEventFactory.gatherCapabilities(java.lang.Class<? extends T> type,
T provider,
ICapabilityProvider parent) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<ResourceLocation,ICapabilityProvider> |
AttachCapabilitiesEvent.getCapabilities()
A unmodifiable view of the capabilities that will be attached to this object.
|
Modifier and Type | Method and Description |
---|---|
void |
AttachCapabilitiesEvent.addCapability(ResourceLocation key,
ICapabilityProvider cap)
Adds a capability to be attached to this object.
|
private static CapabilityDispatcher |
ForgeEventFactory.gatherCapabilities(AttachCapabilitiesEvent<?> event,
ICapabilityProvider parent) |
static <T extends ICapabilityProvider> |
ForgeEventFactory.gatherCapabilities(java.lang.Class<? extends T> type,
T provider,
ICapabilityProvider parent) |
Modifier and Type | Class and Description |
---|---|
class |
TileFluidHandler |
Modifier and Type | Method and Description |
---|---|
ICapabilityProvider |
ItemFluidContainer.initCapabilities(ItemStack stack,
CompoundNBT nbt) |
Modifier and Type | Class and Description |
---|---|
class |
FluidHandlerItemStack
FluidHandlerItemStack is a template capability provider for ItemStacks.
|
static class |
FluidHandlerItemStack.Consumable
Destroys the container item when it's emptied.
|
static class |
FluidHandlerItemStack.SwapEmpty
Swaps the container item for a different one when it's emptied.
|
class |
FluidHandlerItemStackSimple
FluidHandlerItemStackSimple is a template capability provider for ItemStacks.
|
static class |
FluidHandlerItemStackSimple.Consumable
Destroys the container item when it's emptied.
|
static class |
FluidHandlerItemStackSimple.SwapEmpty
Swaps the container item for a different one when it's emptied.
|
Modifier and Type | Class and Description |
---|---|
class |
FluidBucketWrapper
Wrapper for vanilla and forge buckets.
|