Index

A B C D E F G H I K L M N O P R S T U V W X Y Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

O

OMIT - Enum constant in enum class etithespirit.orimod.client.audio.VanillaSoundIdentifier.CustomSoundType
This sound should be omitted (not played).
onClientUpdated(TickEvent.ClientTickEvent) - Static method in class etithespirit.orimod.spirit.client.SpiritDash
 
onDataGenerated(GatherDataEvent) - Method in class etithespirit.orimod.OriMod
Occurs on execution of the data generator.
onEat(LivingEntityUseItemEvent.Start) - Static method in class etithespirit.orimod.spirit.SpiritRestrictions
 
onEntityAttacked(LivingAttackEvent) - Static method in class etithespirit.orimod.player.DamageMarshaller
Connected to Forge manually.
onEntityDamaged(LivingDamageEvent) - Static method in class etithespirit.orimod.player.DamageMarshaller
Connected to Forge manually.
onEntityDied(LivingDeathEvent) - Static method in class etithespirit.orimod.spirit.SpiritSounds
 
onEntityHurt(LivingHurtEvent) - Static method in class etithespirit.orimod.spirit.SpiritSounds
 
onEntityJumped(LivingEvent.LivingJumpEvent) - Static method in class etithespirit.orimod.spirit.client.SpiritJump
 
onGetEntitySizeCommon(EntityEvent.Size) - Static method in class etithespirit.orimod.spirit.SpiritSize
Occurs when an entity's size is tested.
onHitBlock(BlockHitResult) - Method in class etithespirit.orimod.combat.projectile.SpiritArrow
 
onHitEntity(EntityHitResult) - Method in class etithespirit.orimod.combat.projectile.SpiritArrow
 
onInit(FMLCommonSetupEvent) - Static method in class etithespirit.orimod.api.spirit.SpiritAccessor
 
onKeyPressed(InputEvent.Key) - Static method in class etithespirit.orimod.spirit.client.SpiritDash
 
onKeyPressed(MovementInputUpdateEvent) - Static method in class etithespirit.orimod.spirit.client.SpiritJump
 
onLoggedInClient(PlayerEvent.PlayerLoggedInEvent) - Static method in class etithespirit.orimod.common.datamanagement.WorldLoading
 
onLoggedInServer(PlayerEvent.PlayerLoggedInEvent) - Static method in class etithespirit.orimod.common.datamanagement.WorldLoading
 
onLoggedOutClient(PlayerEvent.PlayerLoggedOutEvent) - Static method in class etithespirit.orimod.common.datamanagement.WorldLoading
 
onLoggedOutServer(PlayerEvent.PlayerLoggedOutEvent) - Static method in class etithespirit.orimod.common.datamanagement.WorldLoading
 
ONLY_EAT_PLANTS - Static variable in class etithespirit.orimod.config.OriModConfigs
 
onModLoadingComplete(FMLLoadCompleteEvent) - Method in class etithespirit.orimod.OriMod
Occurs when mod loading has completed.
onPlace(BlockState, Level, BlockPos, BlockState, boolean) - Method in class etithespirit.orimod.common.block.decay.DecayBlockBase
 
onPlace(BlockState, Level, BlockPos, BlockState, boolean) - Method in class etithespirit.orimod.common.block.decay.world.DecaySurfaceMyceliumBlock
 
onPlace(BlockState, Level, BlockPos, BlockState, boolean) - Method in class etithespirit.orimod.common.block.light.LightCapacitorBlock
 
onPlayerTick(Player) - Method in class etithespirit.orimod.api.environment.defaultimpl.AffinityWithFX
 
onPlayerTick(Player) - Method in class etithespirit.orimod.api.environment.EnvironmentalAffinity
This method executes every forge Player tick (post phase, both sides) where the player is in the biome associated with this affinity.
onPlayerTick(Player) - Method in class etithespirit.orimod.apiimpl.debug.PurposelyBrokenEnv
This method executes every forge Player tick (pre phase, both sides) where the player is in the biome associated with this affinity.
onPlayerTicked(TickEvent.PlayerTickEvent) - Static method in class etithespirit.orimod.spirit.client.SpiritJump
 
onPlayerTickedCommon(TickEvent.PlayerTickEvent) - Static method in class etithespirit.orimod.spirit.SpiritSize
 
onPlayerTickEvent(TickEvent.PlayerTickEvent) - Static method in class etithespirit.orimod.apiimpl.EnvironmentalAffinityAPI
Called when Forge's player tick event executes.
onPlaySoundCalled(SoundEvent, float, float, CallbackInfo) - Method in class etithespirit.mixin.mixins.InjectEntityPlaySound
This injects into the beginning of Entity.playSound(SoundEvent, float, float) and pipes the event through my custom event handler.
onPlaySoundCalled(SoundEvent, float, float, CallbackInfo) - Method in class etithespirit.mixin.mixins.InjectLocalPlayerPlaySound
This method intercepts generic playSound calls and pipes the event through my custom event handler.
onPlaySoundCalled(SoundEvent, float, float, CallbackInfo) - Method in class etithespirit.mixin.mixins.InjectPlayerPlaySound
This method is injected to intercept sounds and pipe them to my custom sound event.
onPlaySoundCalledWithCategory(SoundEvent, SoundSource, float, float, CallbackInfo) - Method in class etithespirit.mixin.mixins.InjectLocalPlayerPlaySound
This method intercepts the more contextual sound method and pipes the event through my custom event handler.
onPlaySoundCalledWithCategory(SoundEvent, SoundSource, float, float, CallbackInfo) - Method in class etithespirit.mixin.mixins.InjectServerPlayerPlaySound
This method is injected to pipe sound events to my custom event handler.
onRespawnedClient(PlayerEvent.PlayerRespawnEvent) - Static method in class etithespirit.orimod.common.datamanagement.WorldLoading
 
onRespawnedServer(PlayerEvent.PlayerRespawnEvent) - Static method in class etithespirit.orimod.common.datamanagement.WorldLoading
 
onShutdown - Variable in class etithespirit.orimod.client.audio.LoopingLightEnergyBlockSound
This action executes when the sound ends due to energy going from nonzero to zero
onStartup - Variable in class etithespirit.orimod.client.audio.LoopingLightEnergyBlockSound
This action executes when the sound begins due to energy going from zero to nonzero
onTermination - Variable in class etithespirit.orimod.client.audio.LoopingLightEnergyBlockSound
This action executes when the sound ends due to its removal
onUseTick(Level, LivingEntity, ItemStack, int) - Method in class etithespirit.orimod.common.item.combat.SpiritArc
 
onWorldTick(Level) - Method in class etithespirit.orimod.api.environment.defaultimpl.AffinityWithFX
 
onWorldTick(Level) - Method in class etithespirit.orimod.api.environment.EnvironmentalAffinity
This method executes every forge World tick (post phase, both sides).
onWorldTick(Level) - Method in class etithespirit.orimod.apiimpl.debug.PurposelyBrokenEnv
This method executes every forge World tick (pre phase, both sides).
onWorldTickEvent(TickEvent.LevelTickEvent) - Static method in class etithespirit.orimod.apiimpl.EnvironmentalAffinityAPI
Called when Forge's world tick event executes.
oppositeState(BooleanProperty) - Static method in class etithespirit.orimod.info.coordinate.SixSidedUtils
Given a "cardinal blockstate" (UP/DOWN/NORTH/SOUTH/EAST/WEST), this will return the BooleanProperty in the opposite direction (for instance, BlockStateProperties.DOWN returns BlockStateProperties.UP).
ORGANIC - Enum constant in enum class etithespirit.orimod.api.spiritmaterial.SpiritMaterial
Corresponds to squishy, fleshy materials.
OriMod - Class in etithespirit.orimod
The main class for the entire mod.
OriMod() - Constructor for class etithespirit.orimod.OriMod
 
OriModConfigs - Class in etithespirit.orimod.config
 
OriModConfigs() - Constructor for class etithespirit.orimod.config.OriModConfigs
 
OriModCreativeModeTabs - Class in etithespirit.orimod.common.creative
 
OVERRIDE_HEALTH_RENDERING - Static variable in class etithespirit.orimod.config.OriModConfigs
 
A B C D E F G H I K L M N O P R S T U V W X Y Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form