A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X 

E

eagerInit() - function in dev.wendigodrip.thebrokenscript.TheBrokenScript
 
eat(net.minecraft.world.level.Level,net.minecraft.world.item.ItemStack) - function in net.minecraft.world.entity.LivingEntity
 
eat(net.minecraft.world.level.Level,net.minecraft.world.item.ItemStack,net.minecraft.world.food.FoodProperties) - function in net.minecraft.world.entity.LivingEntity
 
effect(java.lang.String,kotlin.jvm.functions.Function0) - function in dev.wendigodrip.thebrokenscript.api.registry.RegistryWrapper
Register a mob/potion effect.
effect(java.lang.String,kotlin.jvm.functions.Function0) - function in dev.wendigodrip.thebrokenscript.api.registry.TBSRegistrar
Register a mob/potion effect.
ejectPassengers() - function in net.minecraft.world.entity.Entity
 
elasticRangeLeashBehaviour(net.minecraft.world.entity.Entity,java.lang.Float) - function in net.minecraft.world.entity.Leashable
 
elytraFlightTick(net.minecraft.world.item.ItemStack,net.minecraft.world.entity.LivingEntity,java.lang.Integer) - function in net.neoforged.neoforge.common.extensions.IItemExtension
 
emissive(net.minecraft.world.level.block.state.BlockBehaviour.Properties) - function in dev.wendigodrip.thebrokenscript.api.ext.PropertiesExt
 
EmptyBlock - class in dev.wendigodrip.thebrokenscript.block
 
enchantSpawnedArmor(net.minecraft.world.level.ServerLevelAccessor,net.minecraft.util.RandomSource,net.minecraft.world.entity.EquipmentSlot,net.minecraft.world.DifficultyInstance) - function in net.minecraft.world.entity.Mob
 
enchantSpawnedEquipment(net.minecraft.world.level.ServerLevelAccessor,net.minecraft.world.entity.EquipmentSlot,net.minecraft.util.RandomSource,java.lang.Float,net.minecraft.world.DifficultyInstance) - function in net.minecraft.world.entity.Mob
 
enchantSpawnedWeapon(net.minecraft.world.level.ServerLevelAccessor,net.minecraft.util.RandomSource,net.minecraft.world.DifficultyInstance) - function in net.minecraft.world.entity.Mob
 
encodeNbtOrThrow(com.mojang.serialization.Codec,A) - function in dev.wendigodrip.thebrokenscript.api.ext.CodecExt
 
encodeOrThrow(com.mojang.serialization.Codec,com.mojang.serialization.DynamicOps,A) - function in dev.wendigodrip.thebrokenscript.api.ext.CodecExt
 
entity(java.lang.String,net.minecraft.world.entity.EntityType.EntityFactory,net.minecraft.world.entity.MobCategory) - function in dev.wendigodrip.thebrokenscript.api.registry.RegistryWrapper
Register an entity with configurable properties.
entity(java.lang.String,net.minecraft.world.entity.EntityType.EntityFactory,net.minecraft.world.entity.MobCategory) - function in dev.wendigodrip.thebrokenscript.api.registry.TBSRegistrar
Register an entity with configurable properties.
Entity303Response - class in dev.wendigodrip.thebrokenscript.responses.nullent
 
EntityAnimationFactory - class in dev.wendigodrip.thebrokenscript.api.entity.anim
 
entityAttrs(dev.wendigodrip.thebrokenscript.api.registry.EntityHolder,kotlin.jvm.functions.Function0) - function in dev.wendigodrip.thebrokenscript.api.registry.RegistryWrapper
Register attributes for an entity.
entityAttrs(dev.wendigodrip.thebrokenscript.api.registry.EntityHolder,kotlin.jvm.functions.Function0) - function in dev.wendigodrip.thebrokenscript.api.registry.TBSRegistrar
Register attributes for an entity.
EntityBuilder - class in dev.wendigodrip.thebrokenscript.api.registry
 
EntityBuilder.Companion - class in dev.wendigodrip.thebrokenscript.api.registry.EntityBuilder
 
entityDataSerializer(java.lang.String,net.minecraft.network.syncher.EntityDataSerializer) - function in dev.wendigodrip.thebrokenscript.api.registry.RegistryWrapper
Register an entity data serializer.
entityDataSerializer(java.lang.String,net.minecraft.network.syncher.EntityDataSerializer) - function in dev.wendigodrip.thebrokenscript.api.registry.TBSRegistrar
Register an entity data serializer.
EntityExt - class in dev.wendigodrip.thebrokenscript.api.ext
 
EntityFinder - class in dev.wendigodrip.thebrokenscript.api.entity
 
entityInside(net.minecraft.world.level.block.state.BlockState,net.minecraft.world.level.Level,net.minecraft.core.BlockPos,net.minecraft.world.entity.Entity) - function in net.minecraft.world.level.block.state.BlockBehaviour
 
EntityNamer - class in dev.wendigodrip.thebrokenscript.handlers
 
EntitySpawnerEntity - class in dev.wendigodrip.thebrokenscript.entity
 
entitySpawns(dev.wendigodrip.thebrokenscript.api.registry.EntityHolder,dev.wendigodrip.thebrokenscript.api.entity.SpawnConditions) - function in dev.wendigodrip.thebrokenscript.api.registry.RegistryWrapper
Register spawn conditions for an entity.
entitySpawns(dev.wendigodrip.thebrokenscript.api.registry.EntityHolder,dev.wendigodrip.thebrokenscript.api.entity.SpawnConditions) - function in dev.wendigodrip.thebrokenscript.api.registry.TBSRegistrar
Register spawn conditions for an entity.
EntityTypeExt - class in dev.wendigodrip.thebrokenscript.api.ext
 
equals(java.lang.Object) - function in net.minecraft.world.entity.Entity
 
equip(net.minecraft.resources.ResourceKey,net.minecraft.world.level.storage.loot.LootParams,java.lang.Long,java.util.Map) - function in net.minecraft.world.entity.EquipmentUser
 
equip(net.minecraft.resources.ResourceKey,net.minecraft.world.level.storage.loot.LootParams,java.util.Map) - function in net.minecraft.world.entity.EquipmentUser
 
equip(net.minecraft.world.entity.EquipmentTable,net.minecraft.world.level.storage.loot.LootParams) - function in net.minecraft.world.entity.EquipmentUser
 
equip(net.minecraft.resources.ResourceKey,java.util.Map) - function in net.minecraft.world.entity.Mob
 
equip(net.minecraft.world.entity.EquipmentTable) - function in net.minecraft.world.entity.Mob
 
equipItemIfPossible(net.minecraft.world.item.ItemStack) - function in net.minecraft.world.entity.Mob
 
equipmentHasChanged(net.minecraft.world.item.ItemStack,net.minecraft.world.item.ItemStack) - function in net.minecraft.world.entity.LivingEntity
 
event(java.lang.String,kotlin.jvm.functions.Function0) - function in dev.wendigodrip.thebrokenscript.api.registry.RegistryWrapper
Register an event.
event(java.lang.String,kotlin.jvm.functions.Function0) - function in dev.wendigodrip.thebrokenscript.api.registry.TBSRegistrar
Register an event.
EventBusVariableHandlers - class in dev.wendigodrip.thebrokenscript.vars
 
EventCommands - class in dev.wendigodrip.thebrokenscript.command.dev
 
EventConditionBuilder - class in dev.wendigodrip.thebrokenscript.api.event
A condition builder for events.
EventEngine - class in dev.wendigodrip.thebrokenscript.api.engine
 
EventExecutor - class in dev.wendigodrip.thebrokenscript.api.engine
 
EventSuggestionProvider - class in dev.wendigodrip.thebrokenscript.command
 
execute(net.minecraft.world.entity.Entity) - function in dev.wendigodrip.thebrokenscript.api.engine.EventEngine
 
execute(net.minecraft.world.level.LevelAccessor,net.minecraft.world.phys.Vec3,net.minecraft.server.level.ServerPlayer) - function in dev.wendigodrip.thebrokenscript.api.engine.EventEngine
 
execute(net.minecraft.world.level.Level,net.minecraft.world.entity.Entity,net.minecraft.world.phys.Vec3) - function in dev.wendigodrip.thebrokenscript.api.event.BaseEvent
Called when the event is executed.
execute(net.minecraft.world.level.Level,net.minecraft.world.entity.player.Player) - function in dev.wendigodrip.thebrokenscript.api.responses.ChatResponse
Call the chat response (internal).
execute(net.minecraft.world.level.Level,net.minecraft.world.entity.player.Player) - function in dev.wendigodrip.thebrokenscript.api.responses.ChatResponse
Call the chat response (internal).
execute(net.minecraft.world.level.Level,net.minecraft.world.entity.Entity,net.minecraft.world.phys.Vec3) - function in dev.wendigodrip.thebrokenscript.events.NoopEvent
Called when the event is executed.
execute(net.minecraft.world.level.Level,net.minecraft.world.entity.Entity,net.minecraft.world.phys.Vec3) - function in dev.wendigodrip.thebrokenscript.events.advancements.CanSomeoneHearMeAdvancementEvent
Called when the event is executed.
execute(net.minecraft.world.level.Level,net.minecraft.world.entity.Entity,net.minecraft.world.phys.Vec3) - function in dev.wendigodrip.thebrokenscript.events.entities.FalseVillagerEvent
Called when the event is executed.
execute(net.minecraft.world.level.Level,net.minecraft.world.entity.Entity,net.minecraft.world.phys.Vec3) - function in dev.wendigodrip.thebrokenscript.events.entities.StrikeLightningEvent
Called when the event is executed.
execute(net.minecraft.world.level.Level,net.minecraft.world.entity.Entity,net.minecraft.world.phys.Vec3) - function in dev.wendigodrip.thebrokenscript.events.jframe.JFrame5Event
Called when the event is executed.
execute(net.minecraft.world.level.Level,net.minecraft.world.entity.Entity,net.minecraft.world.phys.Vec3) - function in dev.wendigodrip.thebrokenscript.events.misc.AberrationEvent
Called when the event is executed.
execute(net.minecraft.world.level.Level,net.minecraft.world.entity.Entity,net.minecraft.world.phys.Vec3) - function in dev.wendigodrip.thebrokenscript.events.misc.BSODEvent
Called when the event is executed.
execute(net.minecraft.world.level.Level,net.minecraft.world.entity.Entity,net.minecraft.world.phys.Vec3) - function in dev.wendigodrip.thebrokenscript.events.misc.CloseMenuEvent
Called when the event is executed.
execute(net.minecraft.world.level.Level,net.minecraft.world.entity.Entity,net.minecraft.world.phys.Vec3) - function in dev.wendigodrip.thebrokenscript.events.misc.DamageEvent
Called when the event is executed.
execute(net.minecraft.world.level.Level,net.minecraft.world.entity.Entity,net.minecraft.world.phys.Vec3) - function in dev.wendigodrip.thebrokenscript.events.misc.ExperienceEvent
Called when the event is executed.
execute(net.minecraft.world.level.Level,net.minecraft.world.entity.Entity,net.minecraft.world.phys.Vec3) - function in dev.wendigodrip.thebrokenscript.events.misc.ExplodeBaseEvent
Called when the event is executed.
execute(net.minecraft.world.level.Level,net.minecraft.world.entity.Entity,net.minecraft.world.phys.Vec3) - function in dev.wendigodrip.thebrokenscript.events.misc.EyesEvent
Called when the event is executed.
execute(net.minecraft.world.level.Level,net.minecraft.world.entity.Entity,net.minecraft.world.phys.Vec3) - function in dev.wendigodrip.thebrokenscript.events.misc.HungryEvent
Called when the event is executed.
execute(net.minecraft.world.level.Level,net.minecraft.world.entity.Entity,net.minecraft.world.phys.Vec3) - function in dev.wendigodrip.thebrokenscript.events.misc.LookAndDamageEvent
Called when the event is executed.
execute(net.minecraft.world.level.Level,net.minecraft.world.entity.Entity,net.minecraft.world.phys.Vec3) - function in dev.wendigodrip.thebrokenscript.events.misc.OpenGLErrorEvent
Called when the event is executed.
execute(net.minecraft.world.level.Level,net.minecraft.world.entity.Entity,net.minecraft.world.phys.Vec3) - function in dev.wendigodrip.thebrokenscript.events.misc.PushEvent
Called when the event is executed.
execute(net.minecraft.world.level.Level,net.minecraft.world.entity.Entity,net.minecraft.world.phys.Vec3) - function in dev.wendigodrip.thebrokenscript.events.misc.ResetRotationEvent
Called when the event is executed.
execute(net.minecraft.world.level.Level,net.minecraft.world.entity.Entity,net.minecraft.world.phys.Vec3) - function in dev.wendigodrip.thebrokenscript.events.misc.SetDoDaylightCycleEvent
Called when the event is executed.
execute(net.minecraft.world.level.Level,net.minecraft.world.entity.Entity,net.minecraft.world.phys.Vec3) - function in dev.wendigodrip.thebrokenscript.events.misc.SetOnFireEvent
Called when the event is executed.
execute(net.minecraft.world.level.Level,net.minecraft.world.entity.Entity,net.minecraft.world.phys.Vec3) - function in dev.wendigodrip.thebrokenscript.events.misc.SetRandomTimeOfDay
Called when the event is executed.
execute(net.minecraft.world.level.Level,net.minecraft.world.entity.Entity,net.minecraft.world.phys.Vec3) - function in dev.wendigodrip.thebrokenscript.events.misc.SetTimeEvent
Called when the event is executed.
execute(net.minecraft.world.level.Level,net.minecraft.world.entity.Entity,net.minecraft.world.phys.Vec3) - function in dev.wendigodrip.thebrokenscript.events.misc.ShadowBugEvent
Called when the event is executed.
execute(net.minecraft.world.level.Level,net.minecraft.world.entity.Entity,net.minecraft.world.phys.Vec3) - function in dev.wendigodrip.thebrokenscript.events.misc.TextEvent
Called when the event is executed.
execute(net.minecraft.world.level.Level,net.minecraft.world.entity.Entity,net.minecraft.world.phys.Vec3) - function in dev.wendigodrip.thebrokenscript.events.misc.ToggleVHSEvent
Called when the event is executed.
execute(net.minecraft.world.level.Level,net.minecraft.world.entity.Entity,net.minecraft.world.phys.Vec3) - function in dev.wendigodrip.thebrokenscript.events.misc.WhyCantYouLeaveEvent
Called when the event is executed.
execute(net.minecraft.world.level.Level,net.minecraft.world.entity.Entity,net.minecraft.world.phys.Vec3) - function in dev.wendigodrip.thebrokenscript.events.misc.WrongOverlayEvent
Called when the event is executed.
execute(net.minecraft.world.level.Level,net.minecraft.world.entity.Entity,net.minecraft.world.phys.Vec3) - function in dev.wendigodrip.thebrokenscript.events.moon.MoonGlitchEvent
Called when the event is executed.
execute(net.minecraft.world.level.Level,net.minecraft.world.entity.Entity,net.minecraft.world.phys.Vec3) - function in dev.wendigodrip.thebrokenscript.events.moon.MoonPhaseEvent
Called when the event is executed.
execute(net.minecraft.world.level.Level,net.minecraft.world.entity.Entity,net.minecraft.world.phys.Vec3) - function in dev.wendigodrip.thebrokenscript.events.nullent.NullBookEvent
Called when the event is executed.
execute(net.minecraft.world.level.Level,net.minecraft.world.entity.Entity,net.minecraft.world.phys.Vec3) - function in dev.wendigodrip.thebrokenscript.events.nullent.NullInvadeBaseEvent
Called when the event is executed.
execute(net.minecraft.world.level.Level,net.minecraft.world.entity.Entity,net.minecraft.world.phys.Vec3) - function in dev.wendigodrip.thebrokenscript.events.nullent.NullNullNullAdvancementEvent
Called when the event is executed.
execute(net.minecraft.world.level.Level,net.minecraft.world.entity.Entity,net.minecraft.world.phys.Vec3) - function in dev.wendigodrip.thebrokenscript.events.nullent.NullParticleEvent
Called when the event is executed.
execute(net.minecraft.world.level.Level,net.minecraft.world.entity.Entity,net.minecraft.world.phys.Vec3) - function in dev.wendigodrip.thebrokenscript.events.nullent.NullScareEvent
Called when the event is executed.
execute(net.minecraft.world.level.Level,net.minecraft.world.entity.Entity,net.minecraft.world.phys.Vec3) - function in dev.wendigodrip.thebrokenscript.events.nullent.NullTitleEvent
Called when the event is executed.
execute(net.minecraft.world.level.Level,net.minecraft.world.entity.Entity,net.minecraft.world.phys.Vec3) - function in dev.wendigodrip.thebrokenscript.events.nullent.NulledGuiEvent
Called when the event is executed.
execute(net.minecraft.world.level.Level,net.minecraft.world.entity.Entity,net.minecraft.world.phys.Vec3) - function in dev.wendigodrip.thebrokenscript.events.nullent.interfaces.NullInterface1Event
Called when the event is executed.
execute(net.minecraft.world.level.Level,net.minecraft.world.entity.Entity,net.minecraft.world.phys.Vec3) - function in dev.wendigodrip.thebrokenscript.events.nullent.interfaces.NullInterface2Event
Called when the event is executed.
execute(net.minecraft.world.level.Level,net.minecraft.world.entity.Entity,net.minecraft.world.phys.Vec3) - function in dev.wendigodrip.thebrokenscript.events.nullent.interfaces.NullInterface3Event
Called when the event is executed.
execute(net.minecraft.world.level.Level,net.minecraft.world.entity.Entity,net.minecraft.world.phys.Vec3) - function in dev.wendigodrip.thebrokenscript.events.nullent.interfaces.NullInterfaceTriggerEvent
Called when the event is executed.
execute(net.minecraft.world.level.Level,net.minecraft.world.entity.Entity,net.minecraft.world.phys.Vec3) - function in dev.wendigodrip.thebrokenscript.events.sounds.DoorsEvent
Called when the event is executed.
execute(net.minecraft.world.level.Level,net.minecraft.world.entity.Entity,net.minecraft.world.phys.Vec3) - function in dev.wendigodrip.thebrokenscript.events.sounds.GiveDisc11Event
Called when the event is executed.
execute(net.minecraft.world.level.Level,net.minecraft.world.entity.Entity,net.minecraft.world.phys.Vec3) - function in dev.wendigodrip.thebrokenscript.events.sounds.HeartBeatEvent
Called when the event is executed.
execute(net.minecraft.world.level.Level,net.minecraft.world.entity.Entity,net.minecraft.world.phys.Vec3) - function in dev.wendigodrip.thebrokenscript.events.sounds.Madness1Event
Called when the event is executed.
execute(net.minecraft.world.level.Level,net.minecraft.world.entity.Entity,net.minecraft.world.phys.Vec3) - function in dev.wendigodrip.thebrokenscript.events.sounds.ParanoiaEvent
Called when the event is executed.
execute(net.minecraft.world.level.Level,net.minecraft.world.entity.Entity,net.minecraft.world.phys.Vec3) - function in dev.wendigodrip.thebrokenscript.events.sounds.PlaySoundEvent
Called when the event is executed.
execute(net.minecraft.world.level.Level,net.minecraft.world.entity.Entity,net.minecraft.world.phys.Vec3) - function in dev.wendigodrip.thebrokenscript.events.sounds.RandomSongEvent
Called when the event is executed.
execute(net.minecraft.world.level.Level,net.minecraft.world.entity.Entity,net.minecraft.world.phys.Vec3) - function in dev.wendigodrip.thebrokenscript.events.structures.GiiftEvent
Called when the event is executed.
execute(net.minecraft.world.level.Level,net.minecraft.world.entity.Entity,net.minecraft.world.phys.Vec3) - function in dev.wendigodrip.thebrokenscript.events.structures.LavaCastEvent
Called when the event is executed.
execute(net.minecraft.world.level.Level,net.minecraft.world.entity.Entity,net.minecraft.world.phys.Vec3) - function in dev.wendigodrip.thebrokenscript.events.structures.ObfuscatedSignEvent
Called when the event is executed.
execute(net.minecraft.world.level.Level,net.minecraft.world.entity.Entity,net.minecraft.world.phys.Vec3) - function in dev.wendigodrip.thebrokenscript.events.world.PlaceAllDeadEvent
Called when the event is executed.
execute(net.minecraft.world.level.Level,net.minecraft.world.entity.Entity,net.minecraft.world.phys.Vec3) - function in dev.wendigodrip.thebrokenscript.events.world.PlaceBedrockEvent
Called when the event is executed.
execute(net.minecraft.world.level.Level,net.minecraft.world.entity.Entity,net.minecraft.world.phys.Vec3) - function in dev.wendigodrip.thebrokenscript.events.world.PlaceCaveAirEvent
Called when the event is executed.
execute(net.minecraft.world.level.Level,net.minecraft.world.entity.Entity,net.minecraft.world.phys.Vec3) - function in dev.wendigodrip.thebrokenscript.events.world.PlaceEmptyEvent
Called when the event is executed.
execute(net.minecraft.world.level.Level,net.minecraft.world.entity.Entity,net.minecraft.world.phys.Vec3) - function in dev.wendigodrip.thebrokenscript.events.world.PlaceFlowingWaterEvent
Called when the event is executed.
execute(net.minecraft.world.level.Level,net.minecraft.world.entity.Entity,net.minecraft.world.phys.Vec3) - function in dev.wendigodrip.thebrokenscript.events.world.PlaceHelloEvent
Called when the event is executed.
execute(net.minecraft.world.level.Level,net.minecraft.world.entity.Entity,net.minecraft.world.phys.Vec3) - function in dev.wendigodrip.thebrokenscript.events.world.PlaceLavaEvent
Called when the event is executed.
execute(net.minecraft.world.level.Level,net.minecraft.world.entity.Entity,net.minecraft.world.phys.Vec3) - function in dev.wendigodrip.thebrokenscript.events.world.PlaceNetherrackEvent
Called when the event is executed.
execute(net.minecraft.world.level.Level,net.minecraft.world.entity.Entity,net.minecraft.world.phys.Vec3) - function in dev.wendigodrip.thebrokenscript.events.world.PlaceOakSignEvent
Called when the event is executed.
execute(net.minecraft.world.level.Level,net.minecraft.world.entity.Entity,net.minecraft.world.phys.Vec3) - function in dev.wendigodrip.thebrokenscript.events.world.PlaceRedstoneTorchEvent
Called when the event is executed.
execute(net.minecraft.world.level.Level,net.minecraft.world.entity.Entity,net.minecraft.world.phys.Vec3) - function in dev.wendigodrip.thebrokenscript.events.world.PlaceWaterEvent
Called when the event is executed.
ExitBlock - class in dev.wendigodrip.thebrokenscript.block
 
ExperienceEvent - class in dev.wendigodrip.thebrokenscript.events.misc
 
ExplodeBaseEvent - class in dev.wendigodrip.thebrokenscript.events.misc
 
extinguishFire() - function in net.minecraft.world.entity.Entity
 
EyesEvent - class in dev.wendigodrip.thebrokenscript.events.misc
 
EyesParticle - class in dev.wendigodrip.thebrokenscript.client.particle
 
EyesParticle.Companion - class in dev.wendigodrip.thebrokenscript.client.particle.EyesParticle
 
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X