Index

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

G

game - Variable in class net.minecraft.client.RunArgs
 
Game(boolean, String, String, boolean, boolean) - Constructor for class net.minecraft.client.RunArgs.Game
 
GAME - Static variable in class net.minecraft.client.sound.MusicType
 
GAME_DIFFICULTY_TEXT - Static variable in class net.minecraft.client.realms.gui.screen.RealmsBackupInfoScreen.BackupInfoListEntry
 
GAME_EVENT - Static variable in class net.minecraft.network.packet.PlayPackets
 
GAME_EVENT - Static variable in class net.minecraft.registry.Registries
 
GAME_EVENT - Static variable in class net.minecraft.registry.RegistryKeys
 
GAME_EVENT_NAME - Static variable in class net.minecraft.datafixer.TypeReferences
 
GAME_ID - Static variable in class net.minecraft.server.rcon.QueryResponseHandler
 
GAME_LOAD_TIMES - Static variable in class net.minecraft.client.session.telemetry.TelemetryEventType
 
GAME_MAX_DELAY - Static variable in class net.minecraft.client.sound.MusicType
 
GAME_MESSAGE_CODEC - Static variable in record class net.minecraft.client.session.report.log.ReceivedMessage.GameMessage
 
GAME_MIN_DELAY - Static variable in class net.minecraft.client.sound.MusicType
 
GAME_MODE - Static variable in record class net.minecraft.client.session.telemetry.TelemetryEventProperty
 
GAME_MODE_CHANGED - Static variable in class net.minecraft.network.packet.s2c.play.GameStateChangeS2CPacket
 
GAME_MODE_TEXT - Static variable in class net.minecraft.client.gui.screen.OpenToLanScreen
 
GAME_MODE_TEXT - Static variable in class net.minecraft.client.gui.screen.world.CreateWorldScreen
 
GAME_MODE_TEXT - Static variable in class net.minecraft.client.realms.gui.screen.RealmsBackupInfoScreen.BackupInfoListEntry
 
GAME_MODES - Static variable in class net.minecraft.client.realms.gui.screen.RealmsSlotOptionsScreen
 
GAME_PROFILE - Static variable in interface net.minecraft.network.codec.PacketCodecs
 
GAME_PROFILE - Static variable in class net.minecraft.network.packet.LoginPackets
 
GAME_PROFILE - Static variable in class net.minecraft.util.dynamic.Codecs
 
GAME_PROFILE_CODEC - Static variable in record class net.minecraft.server.ServerMetadata.Players
 
GAME_PROFILE_PROPERTY - Static variable in class net.minecraft.util.dynamic.Codecs
 
GAME_PROFILE_PROPERTY_MAP - Static variable in class net.minecraft.util.dynamic.Codecs
 
GAME_PROFILE_WITH_PROPERTIES - Static variable in class net.minecraft.util.dynamic.Codecs
 
GAME_RULES - Static variable in class net.minecraft.test.TestServer
 
GAME_RULES_TEXT - Static variable in class net.minecraft.client.gui.screen.world.CreateWorldScreen.MoreTab
 
GAME_SERVER_VERSION_TEXT - Static variable in class net.minecraft.client.realms.gui.screen.RealmsBackupInfoScreen.BackupInfoListEntry
 
GAME_TAB_TITLE_TEXT - Static variable in class net.minecraft.client.gui.screen.world.CreateWorldScreen.GameTab
 
GAME_TEXT - Static variable in class net.minecraft.client.gui.screen.GameMenuScreen
 
GAME_TYPE - Static variable in class net.minecraft.server.rcon.QueryResponseHandler
 
GAME_VERSION - Static variable in class net.minecraft.client.realms.gui.screen.RealmsClientIncompatibleScreen
 
GAME_VERSION - Static variable in record class net.minecraft.client.session.telemetry.TelemetryEventProperty
 
GAME_WON - Static variable in class net.minecraft.network.packet.s2c.play.GameStateChangeS2CPacket
 
gameDifficultyMetadata(String) - Method in class net.minecraft.client.realms.gui.screen.RealmsBackupInfoScreen
 
gameEvent - Variable in record class net.minecraft.world.event.listener.Vibration
The field for the gameEvent record component.
gameEvent() - Method in record class net.minecraft.world.event.listener.Vibration
Returns the value of the gameEvent record component.
GameEvent - Record Class in net.minecraft.world.event
 
GameEvent(int) - Constructor for record class net.minecraft.world.event.GameEvent
 
GameEvent.Emitter - Record Class in net.minecraft.world.event
 
GameEvent.Message - Class in net.minecraft.world.event
 
gameEventDebugRenderer - Variable in class net.minecraft.client.render.debug.DebugRenderer
 
GameEventDebugRenderer - Class in net.minecraft.client.render.debug
 
GameEventDebugRenderer(MinecraftClient) - Constructor for class net.minecraft.client.render.debug.GameEventDebugRenderer
 
GameEventDebugRenderer.Entry - Record Class in net.minecraft.client.render.debug
 
GameEventDebugRenderer.Listener - Class in net.minecraft.client.render.debug
 
GameEventDispatcher - Interface in net.minecraft.world.event.listener
A game event dispatcher dispatches game events to its listeners.
GameEventDispatcher.DispatchCallback - Interface in net.minecraft.world.event.listener
 
gameEventDispatchers - Variable in class net.minecraft.world.chunk.WorldChunk
 
gameEventDispatchManager - Variable in class net.minecraft.server.world.ServerWorld
 
GameEventDispatchManager - Class in net.minecraft.world.event.listener
Dispatches game events to GameEventDispatcher instance in the applicable chunk sections.
GameEventDispatchManager(ServerWorld) - Constructor for class net.minecraft.world.event.listener.GameEventDispatchManager
 
gameEventHandler - Variable in class net.minecraft.entity.mob.WardenEntity
 
gameEventHandler - Variable in class net.minecraft.entity.passive.AllayEntity
 
GameEventListener - Interface in net.minecraft.world.event.listener
A game event listener listens to game events from GameEventDispatchers.
GameEventListener.Holder<T> - Interface in net.minecraft.world.event.listener
 
GameEventListener.TriggerOrder - Enum Class in net.minecraft.world.event.listener
 
GameEventRenamesFix - Class in net.minecraft.datafixer.fix
 
GameEventRenamesFix(Schema, String, DSL.TypeReference, UnaryOperator<String>) - Constructor for class net.minecraft.datafixer.fix.GameEventRenamesFix
 
GameEventTags - Class in net.minecraft.registry.tag
 
GameEventTags() - Constructor for class net.minecraft.registry.tag.GameEventTags
 
gameEventType - Variable in record class net.minecraft.network.packet.s2c.custom.DebugGameEventCustomPayload
The field for the gameEventType record component.
gameEventType() - Method in record class net.minecraft.network.packet.s2c.custom.DebugGameEventCustomPayload
Returns the value of the gameEventType record component.
GameJoinS2CPacket - Record Class in net.minecraft.network.packet.s2c.play
 
GameJoinS2CPacket(int, boolean, Set<RegistryKey<World>>, int, int, int, boolean, boolean, boolean, CommonPlayerSpawnInfo, boolean) - Constructor for record class net.minecraft.network.packet.s2c.play.GameJoinS2CPacket
 
GameJoinS2CPacket(RegistryByteBuf) - Constructor for record class net.minecraft.network.packet.s2c.play.GameJoinS2CPacket
 
GameLoadTimeEvent - Class in net.minecraft.client.session.telemetry
 
GameLoadTimeEvent(Ticker) - Constructor for class net.minecraft.client.session.telemetry.GameLoadTimeEvent
 
GameLoadTimeEvent.Measurement - Record Class in net.minecraft.client.session.telemetry
 
GameMenuScreen - Class in net.minecraft.client.gui.screen
 
GameMenuScreen(boolean) - Constructor for class net.minecraft.client.gui.screen.GameMenuScreen
 
GameMessage(Text, Instant) - Constructor for record class net.minecraft.client.session.report.log.ReceivedMessage.GameMessage
 
GameMessageS2CPacket - Record Class in net.minecraft.network.packet.s2c.play
 
GameMessageS2CPacket(Text, boolean) - Constructor for record class net.minecraft.network.packet.s2c.play.GameMessageS2CPacket
 
gameMode - Variable in class net.minecraft.client.gui.screen.GameModeSelectionScreen.ButtonWidget
 
gameMode - Variable in class net.minecraft.client.gui.screen.GameModeSelectionScreen
 
gameMode - Variable in class net.minecraft.client.gui.screen.OpenToLanScreen
 
gameMode - Variable in class net.minecraft.client.gui.screen.world.WorldCreator
 
gameMode - Variable in class net.minecraft.client.network.ClientPlayerInteractionManager
 
gameMode - Variable in class net.minecraft.client.network.PlayerListEntry
 
gameMode - Variable in record class net.minecraft.client.QuickPlayLogger.Log
The field for the gameMode record component.
gameMode - Variable in class net.minecraft.client.realms.dto.RealmsWorldOptions
 
gameMode - Variable in class net.minecraft.client.realms.gui.screen.RealmsSlotOptionsScreen
 
gameMode - Variable in class net.minecraft.client.session.telemetry.WorldLoadedEvent
 
gameMode - Variable in record class net.minecraft.network.packet.s2c.play.CommonPlayerSpawnInfo
The field for the gameMode record component.
gameMode - Variable in record class net.minecraft.network.packet.s2c.play.PlayerListS2CPacket.Entry
The field for the gameMode record component.
gameMode - Variable in class net.minecraft.network.packet.s2c.play.PlayerListS2CPacket.Serialized
 
gameMode - Variable in class net.minecraft.predicate.entity.PlayerPredicate.Builder
 
gameMode - Variable in record class net.minecraft.predicate.entity.PlayerPredicate
The field for the gameMode record component.
gameMode - Variable in class net.minecraft.server.dedicated.ServerPropertiesHandler
 
gameMode - Variable in class net.minecraft.server.network.ServerPlayerInteractionManager
 
gameMode - Variable in class net.minecraft.world.level.LevelInfo
 
gameMode() - Method in record class net.minecraft.client.QuickPlayLogger.Log
Returns the value of the gameMode record component.
gameMode() - Static method in class net.minecraft.command.argument.GameModeArgumentType
 
gameMode() - Method in record class net.minecraft.network.packet.s2c.play.CommonPlayerSpawnInfo
Returns the value of the gameMode record component.
gameMode() - Method in record class net.minecraft.network.packet.s2c.play.PlayerListS2CPacket.Entry
Returns the value of the gameMode record component.
gameMode() - Method in record class net.minecraft.predicate.entity.PlayerPredicate
Returns the value of the gameMode record component.
gameMode(GameMode) - Method in class net.minecraft.predicate.entity.PlayerPredicate.Builder
 
GameMode - Enum Class in net.minecraft.world
 
GameMode(int, String) - Constructor for enum class net.minecraft.world.GameMode
 
GameMode(String, int) - Constructor for enum class net.minecraft.client.session.telemetry.TelemetryEventProperty.GameMode
 
GameModeArgumentType - Class in net.minecraft.command.argument
 
GameModeArgumentType() - Constructor for class net.minecraft.command.argument.GameModeArgumentType
 
gameModeButtons - Variable in class net.minecraft.client.gui.screen.GameModeSelectionScreen
 
GameModeCommand - Class in net.minecraft.server.command
 
GameModeCommand() - Constructor for class net.minecraft.server.command.GameModeCommand
 
gameModeFromNbt(NbtCompound, String) - Static method in class net.minecraft.server.network.ServerPlayerEntity
 
gameModeMetadata(String) - Method in class net.minecraft.client.realms.gui.screen.RealmsBackupInfoScreen
 
GameModeSelection(Text, String, ItemStack) - Constructor for enum class net.minecraft.client.gui.screen.GameModeSelectionScreen.GameModeSelection
 
GameModeSelectionScreen - Class in net.minecraft.client.gui.screen
 
GameModeSelectionScreen() - Constructor for class net.minecraft.client.gui.screen.GameModeSelectionScreen
 
GameModeSelectionScreen.ButtonWidget - Class in net.minecraft.client.gui.screen
 
GameModeSelectionScreen.GameModeSelection - Enum Class in net.minecraft.client.gui.screen
 
gameOnSnapshot - Static variable in class net.minecraft.client.realms.gui.screen.RealmsMainScreen
 
gameOptions - Variable in class net.minecraft.client.gui.screen.AccessibilityOnboardingScreen
 
gameOptions - Variable in class net.minecraft.client.gui.screen.option.GameOptionsScreen
 
gameOptions - Variable in class net.minecraft.client.render.entity.EntityRenderDispatcher
 
GameOptions - Class in net.minecraft.client.option
 
GameOptions(MinecraftClient, File) - Constructor for class net.minecraft.client.option.GameOptions
 
GameOptions.OptionVisitor - Interface in net.minecraft.client.option
 
GameOptions.Visitor - Interface in net.minecraft.client.option
 
GameOptionsScreen - Class in net.minecraft.client.gui.screen.option
 
GameOptionsScreen(Screen, GameOptions, Text) - Constructor for class net.minecraft.client.gui.screen.option.GameOptionsScreen
 
GAMEPLAY_CATEGORY - Static variable in class net.minecraft.client.option.KeyBinding
 
gameProfile - Variable in class net.minecraft.client.gui.hud.spectator.TeleportToSpecificPlayerSpectatorCommand
 
gameProfile - Variable in record class net.minecraft.component.type.ProfileComponent
The field for the gameProfile record component.
gameProfile - Variable in class net.minecraft.entity.player.PlayerEntity
 
gameProfile - Variable in class net.minecraft.network.packet.s2c.play.PlayerListS2CPacket.Serialized
 
gameProfile - Variable in class net.minecraft.server.filter.TextFilterer.Impl
 
gameProfile - Variable in record class net.minecraft.server.network.ConnectedClientData
The field for the gameProfile record component.
gameProfile() - Static method in class net.minecraft.command.argument.GameProfileArgumentType
 
gameProfile() - Method in record class net.minecraft.component.type.ProfileComponent
Returns the value of the gameProfile record component.
gameProfile() - Method in record class net.minecraft.server.network.ConnectedClientData
Returns the value of the gameProfile record component.
GameProfile - Search tag in class net.minecraft.network.PacketByteBuf
 
GameProfileArgumentType - Class in net.minecraft.command.argument
 
GameProfileArgumentType() - Constructor for class net.minecraft.command.argument.GameProfileArgumentType
 
GameProfileArgumentType.GameProfileArgument - Interface in net.minecraft.command.argument
 
GameProfileArgumentType.SelectorBacked - Class in net.minecraft.command.argument
 
gameProfileFuture - Variable in class net.minecraft.client.MinecraftClient
 
gameRenderer - Variable in class net.minecraft.client.MinecraftClient
 
GameRenderer - Class in net.minecraft.client.render
 
GameRenderer(MinecraftClient, HeldItemRenderer, ResourceManager, BufferBuilderStorage) - Constructor for class net.minecraft.client.render.GameRenderer
 
GameRenderer.CachedResourceFactory - Record Class in net.minecraft.client.render
 
GameRuleCommand - Class in net.minecraft.server.command
 
GameRuleCommand() - Constructor for class net.minecraft.server.command.GameRuleCommand
 
gameRules - Variable in class net.minecraft.client.gui.screen.world.EditGameRulesScreen
 
gameRules - Variable in class net.minecraft.client.gui.screen.world.WorldCreator
 
gameRules - Variable in class net.minecraft.client.world.ClientWorld.Properties
 
gameRules - Variable in class net.minecraft.world.level.LevelInfo
 
GameRules - Class in net.minecraft.world
 
GameRules() - Constructor for class net.minecraft.world.GameRules
 
GameRules(DynamicLike<?>) - Constructor for class net.minecraft.world.GameRules
 
GameRules(Map<GameRules.Key<?>, GameRules.Rule<?>>) - Constructor for class net.minecraft.world.GameRules
 
GameRules.Acceptor<T> - Interface in net.minecraft.world
 
GameRules.BooleanRule - Class in net.minecraft.world
 
GameRules.Category - Enum Class in net.minecraft.world
 
GameRules.IntRule - Class in net.minecraft.world
 
GameRules.Key<T> - Class in net.minecraft.world
 
GameRules.Rule<T> - Class in net.minecraft.world
 
GameRules.Type<T> - Class in net.minecraft.world
 
GameRules.Visitor - Interface in net.minecraft.world
A visitor used to visit all game rules.
GameStateChangeS2CPacket - Class in net.minecraft.network.packet.s2c.play
 
GameStateChangeS2CPacket(GameStateChangeS2CPacket.Reason, float) - Constructor for class net.minecraft.network.packet.s2c.play.GameStateChangeS2CPacket
 
GameStateChangeS2CPacket(PacketByteBuf) - Constructor for class net.minecraft.network.packet.s2c.play.GameStateChangeS2CPacket
 
GameStateChangeS2CPacket.Reason - Class in net.minecraft.network.packet.s2c.play
 
GameTab() - Constructor for class net.minecraft.client.gui.screen.world.CreateWorldScreen.GameTab
 
GameTest - Annotation Interface in net.minecraft.test
GameTest is used to tell the test framework that the annotated method is a test.
GameTestBatch - Record Class in net.minecraft.test
 
GameTestBatch(String, Collection<GameTestState>, Consumer<ServerWorld>, Consumer<ServerWorld>) - Constructor for record class net.minecraft.test.GameTestBatch
 
gameTestDebugRenderer - Variable in class net.minecraft.client.render.debug.DebugRenderer
 
GameTestDebugRenderer - Class in net.minecraft.client.render.debug
 
GameTestDebugRenderer() - Constructor for class net.minecraft.client.render.debug.GameTestDebugRenderer
 
GameTestDebugRenderer.Marker - Class in net.minecraft.client.render.debug
 
GameTestException - Exception Class in net.minecraft.test
 
GameTestException(String) - Constructor for exception class net.minecraft.test.GameTestException
 
GameTestState - Class in net.minecraft.test
 
GameTestState(TestFunction, BlockRotation, ServerWorld, TestAttemptConfig) - Constructor for class net.minecraft.test.GameTestState
 
gameThread - Static variable in class com.mojang.blaze3d.systems.RenderSystem
 
gameTime - Variable in class net.minecraft.client.gl.ShaderProgram
 
gameVersion - Variable in class net.minecraft.client.MinecraftClient
 
gameVersion - Variable in class net.minecraft.data.DataGenerator
 
gameVersion - Variable in record class net.minecraft.server.ServerMetadata.Version
The field for the gameVersion record component.
gameVersion - Static variable in class net.minecraft.SharedConstants
 
gameVersion() - Method in record class net.minecraft.server.ServerMetadata.Version
Returns the value of the gameVersion record component.
GameVersion - Interface in net.minecraft
The game version interface used by Minecraft, replacing the javabridge one's occurrences in Minecraft code.
gamma - Variable in class net.minecraft.client.option.GameOptions
 
GARBAGE_COLLECTORS - Static variable in class net.minecraft.client.gui.hud.DebugHud.AllocationRateCalculator
 
gateways - Variable in record class net.minecraft.entity.boss.dragon.EnderDragonFight.Data
The field for the gateways record component.
gateways - Variable in class net.minecraft.entity.boss.dragon.EnderDragonFight
 
gateways() - Method in record class net.minecraft.entity.boss.dragon.EnderDragonFight.Data
Returns the value of the gateways record component.
GATHERABLE_ITEMS - Static variable in class net.minecraft.entity.passive.VillagerEntity
 
gatherableItems - Variable in record class net.minecraft.village.VillagerProfession
The field for the gatherableItems record component.
gatherableItems() - Method in record class net.minecraft.village.VillagerProfession
Returns the value of the gatherableItems record component.
GatherItemsVillagerTask - Class in net.minecraft.entity.ai.brain.task
 
GatherItemsVillagerTask() - Constructor for class net.minecraft.entity.ai.brain.task.GatherItemsVillagerTask
 
GAUSS_RANGE - Static variable in class net.minecraft.entity.ai.FuzzyPositions
 
gaussianGenerator - Variable in class net.minecraft.util.math.random.CheckedRandom
 
gaussianGenerator - Variable in class net.minecraft.util.math.random.LocalRandom
 
gaussianGenerator - Variable in class net.minecraft.util.math.random.ThreadSafeRandom
Deprecated.
 
gaussianGenerator - Variable in class net.minecraft.util.math.random.Xoroshiro128PlusPlusRandom
 
GaussianGenerator - Class in net.minecraft.util.math.random
 
GaussianGenerator(Random) - Constructor for class net.minecraft.util.math.random.GaussianGenerator
 
GAZE_COOLDOWN_TICKS - Static variable in class net.minecraft.entity.ai.brain.MemoryModuleType
 
GB - Enum constant in enum class net.minecraft.client.realms.SizeUnit
 
gcCount - Variable in class net.minecraft.util.profiling.jfr.JfrProfileRecorder
 
gcd - Variable in class net.minecraft.util.shape.FractionalPairList
 
gcDuration - Variable in class net.minecraft.util.profiling.jfr.JfrProfileRecorder
 
gcDuration - Variable in record class net.minecraft.util.profiling.jfr.sample.GcHeapSummarySample.Statistics
The field for the gcDuration record component.
gcDuration() - Method in record class net.minecraft.util.profiling.jfr.sample.GcHeapSummarySample.Statistics
Returns the value of the gcDuration record component.
GcHeapSummarySample - Record Class in net.minecraft.util.profiling.jfr.sample
 
GcHeapSummarySample(Instant, long, GcHeapSummarySample.SummaryType) - Constructor for record class net.minecraft.util.profiling.jfr.sample.GcHeapSummarySample
 
GcHeapSummarySample.Statistics - Record Class in net.minecraft.util.profiling.jfr.sample
 
GcHeapSummarySample.SummaryType - Enum Class in net.minecraft.util.profiling.jfr.sample
 
gcHeapSummarySamples - Variable in class net.minecraft.util.profiling.jfr.JfrProfileRecorder
 
gcHeapSummaryStatistics - Variable in record class net.minecraft.util.profiling.jfr.JfrProfile
The field for the gcHeapSummaryStatistics record component.
gcHeapSummaryStatistics() - Method in record class net.minecraft.util.profiling.jfr.JfrProfile
Returns the value of the gcHeapSummaryStatistics record component.
GDPR - Static variable in class net.minecraft.util.Urls
 
Gene(int, String, boolean) - Constructor for enum class net.minecraft.entity.passive.PandaEntity.Gene
 
generalStats - Variable in class net.minecraft.client.gui.screen.StatsScreen
 
GeneralStatsListWidget(MinecraftClient) - Constructor for class net.minecraft.client.gui.screen.StatsScreen.GeneralStatsListWidget
 
generate() - Method in class net.minecraft.client.gui.screen.ingame.JigsawBlockScreen
 
generate() - Method in class net.minecraft.data.server.loottable.BlockLootTableGenerator
 
generate() - Method in class net.minecraft.data.server.loottable.EntityLootTableGenerator
 
generate() - Method in class net.minecraft.data.server.loottable.onetwentyone.OneTwentyOneBlockLootTableGenerator
generate() - Method in class net.minecraft.data.server.loottable.onetwentyone.OneTwentyOneEntityLootTableGenerator
generate() - Method in class net.minecraft.data.server.loottable.vanilla.VanillaBlockLootTableGenerator
generate() - Method in class net.minecraft.data.server.loottable.vanilla.VanillaEntityLootTableGenerator
generate() - Method in record class net.minecraft.world.gen.structure.Structure.StructurePosition
 
generate(RecipeExporter) - Method in class net.minecraft.data.server.recipe.BundleRecipeProvider
generate(RecipeExporter) - Method in class net.minecraft.data.server.recipe.OneTwentyOneRecipeProvider
generate(RecipeExporter) - Method in class net.minecraft.data.server.recipe.RecipeProvider
 
generate(RecipeExporter) - Method in class net.minecraft.data.server.recipe.VanillaRecipeProvider
generate(Registry<ConfiguredFeature<?, ?>>, RegistryKey<ConfiguredFeature<?, ?>>, ServerWorld, ChunkGenerator, Random, BlockPos) - Method in class net.minecraft.block.NyliumBlock
 
generate(ServerWorld, int, boolean) - Method in class net.minecraft.block.entity.JigsawBlockEntity
 
generate(ServerWorld, RegistryEntry<StructurePool>, Identifier, int, BlockPos, boolean) - Static method in class net.minecraft.structure.pool.StructurePoolBasedGenerator
 
generate(ServerWorld, BlockPos, BlockState, Random) - Method in class net.minecraft.block.SaplingBlock
 
generate(ServerWorld, ChunkGenerator, BlockPos, BlockState, Random) - Method in class net.minecraft.block.SaplingGenerator
 
generate(StructureTemplateManager, StructureWorldAccess, StructureAccessor, ChunkGenerator, BlockPos, BlockPos, BlockRotation, BlockBox, Random, boolean) - Method in class net.minecraft.structure.pool.EmptyPoolElement
generate(StructureTemplateManager, StructureWorldAccess, StructureAccessor, ChunkGenerator, BlockPos, BlockPos, BlockRotation, BlockBox, Random, boolean) - Method in class net.minecraft.structure.pool.FeaturePoolElement
generate(StructureTemplateManager, StructureWorldAccess, StructureAccessor, ChunkGenerator, BlockPos, BlockPos, BlockRotation, BlockBox, Random, boolean) - Method in class net.minecraft.structure.pool.ListPoolElement
generate(StructureTemplateManager, StructureWorldAccess, StructureAccessor, ChunkGenerator, BlockPos, BlockPos, BlockRotation, BlockBox, Random, boolean) - Method in class net.minecraft.structure.pool.SinglePoolElement
generate(StructureTemplateManager, StructureWorldAccess, StructureAccessor, ChunkGenerator, BlockPos, BlockPos, BlockRotation, BlockBox, Random, boolean) - Method in class net.minecraft.structure.pool.StructurePoolElement
 
generate(BlockPos, BlockRotation, List<WoodlandMansionGenerator.Piece>, WoodlandMansionGenerator.MansionParameters) - Method in class net.minecraft.structure.WoodlandMansionGenerator.LayoutGenerator
 
generate(Direction, OceanMonumentGenerator.PieceSetting, Random) - Method in class net.minecraft.structure.OceanMonumentGenerator.DoubleXRoomFactory
generate(Direction, OceanMonumentGenerator.PieceSetting, Random) - Method in class net.minecraft.structure.OceanMonumentGenerator.DoubleXYRoomFactory
generate(Direction, OceanMonumentGenerator.PieceSetting, Random) - Method in class net.minecraft.structure.OceanMonumentGenerator.DoubleYRoomFactory
generate(Direction, OceanMonumentGenerator.PieceSetting, Random) - Method in class net.minecraft.structure.OceanMonumentGenerator.DoubleYZRoomFactory
generate(Direction, OceanMonumentGenerator.PieceSetting, Random) - Method in class net.minecraft.structure.OceanMonumentGenerator.DoubleZRoomFactory
generate(Direction, OceanMonumentGenerator.PieceSetting, Random) - Method in interface net.minecraft.structure.OceanMonumentGenerator.PieceFactory
 
generate(Direction, OceanMonumentGenerator.PieceSetting, Random) - Method in class net.minecraft.structure.OceanMonumentGenerator.SimpleRoomFactory
generate(Direction, OceanMonumentGenerator.PieceSetting, Random) - Method in class net.minecraft.structure.OceanMonumentGenerator.SimpleRoomTopFactory
generate(FeaturePlacementContext, Random, BlockPos) - Method in record class net.minecraft.world.gen.feature.PlacedFeature
 
generate(FeatureContext<FC>) - Method in class net.minecraft.world.gen.feature.Feature
 
generate(FeatureContext<CountConfig>) - Method in class net.minecraft.world.gen.feature.SeaPickleFeature
generate(FeatureContext<BasaltColumnsFeatureConfig>) - Method in class net.minecraft.world.gen.feature.BasaltColumnsFeature
generate(FeatureContext<BlockColumnFeatureConfig>) - Method in class net.minecraft.world.gen.feature.BlockColumnFeature
generate(FeatureContext<BlockPileFeatureConfig>) - Method in class net.minecraft.world.gen.feature.BlockPileFeature
generate(FeatureContext<DefaultFeatureConfig>) - Method in class net.minecraft.world.gen.feature.BasaltPillarFeature
generate(FeatureContext<DefaultFeatureConfig>) - Method in class net.minecraft.world.gen.feature.BlueIceFeature
generate(FeatureContext<DefaultFeatureConfig>) - Method in class net.minecraft.world.gen.feature.BonusChestFeature
generate(FeatureContext<DefaultFeatureConfig>) - Method in class net.minecraft.world.gen.feature.ChorusPlantFeature
generate(FeatureContext<DefaultFeatureConfig>) - Method in class net.minecraft.world.gen.feature.CoralFeature
generate(FeatureContext<DefaultFeatureConfig>) - Method in class net.minecraft.world.gen.feature.DesertWellFeature
generate(FeatureContext<DefaultFeatureConfig>) - Method in class net.minecraft.world.gen.feature.DungeonFeature
generate(FeatureContext<DefaultFeatureConfig>) - Method in class net.minecraft.world.gen.feature.EndIslandFeature
generate(FeatureContext<DefaultFeatureConfig>) - Method in class net.minecraft.world.gen.feature.EndPortalFeature
generate(FeatureContext<DefaultFeatureConfig>) - Method in class net.minecraft.world.gen.feature.FreezeTopLayerFeature
generate(FeatureContext<DefaultFeatureConfig>) - Method in class net.minecraft.world.gen.feature.GlowstoneBlobFeature
generate(FeatureContext<DefaultFeatureConfig>) - Method in class net.minecraft.world.gen.feature.IceSpikeFeature
generate(FeatureContext<DefaultFeatureConfig>) - Method in class net.minecraft.world.gen.feature.KelpFeature
generate(FeatureContext<DefaultFeatureConfig>) - Method in class net.minecraft.world.gen.feature.NoOpFeature
generate(FeatureContext<DefaultFeatureConfig>) - Method in class net.minecraft.world.gen.feature.VinesFeature
generate(FeatureContext<DefaultFeatureConfig>) - Method in class net.minecraft.world.gen.feature.VoidStartPlatformFeature
generate(FeatureContext<DefaultFeatureConfig>) - Method in class net.minecraft.world.gen.feature.WeepingVinesFeature
generate(FeatureContext<DeltaFeatureConfig>) - Method in class net.minecraft.world.gen.feature.DeltaFeature
generate(FeatureContext<DiskFeatureConfig>) - Method in class net.minecraft.world.gen.feature.DiskFeature
generate(FeatureContext<DripstoneClusterFeatureConfig>) - Method in class net.minecraft.world.gen.feature.DripstoneClusterFeature
generate(FeatureContext<EmeraldOreFeatureConfig>) - Method in class net.minecraft.world.gen.feature.EmeraldOreFeature
generate(FeatureContext<EndGatewayFeatureConfig>) - Method in class net.minecraft.world.gen.feature.EndGatewayFeature
generate(FeatureContext<EndSpikeFeatureConfig>) - Method in class net.minecraft.world.gen.feature.EndSpikeFeature
generate(FeatureContext<FillLayerFeatureConfig>) - Method in class net.minecraft.world.gen.feature.FillLayerFeature
generate(FeatureContext<FossilFeatureConfig>) - Method in class net.minecraft.world.gen.feature.FossilFeature
generate(FeatureContext<GeodeFeatureConfig>) - Method in class net.minecraft.world.gen.feature.GeodeFeature
generate(FeatureContext<HugeFungusFeatureConfig>) - Method in class net.minecraft.world.gen.feature.HugeFungusFeature
generate(FeatureContext<HugeMushroomFeatureConfig>) - Method in class net.minecraft.world.gen.feature.HugeMushroomFeature
generate(FeatureContext<LakeFeature.Config>) - Method in class net.minecraft.world.gen.feature.LakeFeature
Deprecated.
generate(FeatureContext<LargeDripstoneFeatureConfig>) - Method in class net.minecraft.world.gen.feature.LargeDripstoneFeature
generate(FeatureContext<MultifaceGrowthFeatureConfig>) - Method in class net.minecraft.world.gen.feature.MultifaceGrowthFeature
generate(FeatureContext<NetherForestVegetationFeatureConfig>) - Method in class net.minecraft.world.gen.feature.NetherForestVegetationFeature
generate(FeatureContext<OreFeatureConfig>) - Method in class net.minecraft.world.gen.feature.OreFeature
generate(FeatureContext<OreFeatureConfig>) - Method in class net.minecraft.world.gen.feature.ScatteredOreFeature
generate(FeatureContext<RandomBooleanFeatureConfig>) - Method in class net.minecraft.world.gen.feature.RandomBooleanFeature
generate(FeatureContext<RandomFeatureConfig>) - Method in class net.minecraft.world.gen.feature.RandomFeature
generate(FeatureContext<RandomPatchFeatureConfig>) - Method in class net.minecraft.world.gen.feature.RandomPatchFeature
generate(FeatureContext<ReplaceBlobsFeatureConfig>) - Method in class net.minecraft.world.gen.feature.ReplaceBlobsFeature
generate(FeatureContext<RootSystemFeatureConfig>) - Method in class net.minecraft.world.gen.feature.RootSystemFeature
generate(FeatureContext<SculkPatchFeatureConfig>) - Method in class net.minecraft.world.gen.feature.SculkPatchFeature
generate(FeatureContext<SimpleBlockFeatureConfig>) - Method in class net.minecraft.world.gen.feature.SimpleBlockFeature
generate(FeatureContext<SimpleRandomFeatureConfig>) - Method in class net.minecraft.world.gen.feature.SimpleRandomFeature
generate(FeatureContext<SingleStateFeatureConfig>) - Method in class net.minecraft.world.gen.feature.ForestRockFeature
generate(FeatureContext<SingleStateFeatureConfig>) - Method in class net.minecraft.world.gen.feature.IcebergFeature
generate(FeatureContext<SmallDripstoneFeatureConfig>) - Method in class net.minecraft.world.gen.feature.SmallDripstoneFeature
generate(FeatureContext<SpringFeatureConfig>) - Method in class net.minecraft.world.gen.feature.SpringFeature
generate(FeatureContext<TreeFeatureConfig>) - Method in class net.minecraft.world.gen.feature.TreeFeature
generate(FeatureContext<TwistingVinesFeatureConfig>) - Method in class net.minecraft.world.gen.feature.TwistingVinesFeature
generate(FeatureContext<UnderwaterMagmaFeatureConfig>) - Method in class net.minecraft.world.gen.feature.UnderwaterMagmaFeature
generate(FeatureContext<VegetationPatchFeatureConfig>) - Method in class net.minecraft.world.gen.feature.VegetationPatchFeature
generate(FeatureContext<ProbabilityConfig>) - Method in class net.minecraft.world.gen.feature.BambooFeature
generate(FeatureContext<ProbabilityConfig>) - Method in class net.minecraft.world.gen.feature.SeagrassFeature
generate(NoiseConfig, int, boolean, ChunkGenerator, StructureTemplateManager, HeightLimitView, Random, Registry<StructurePool>, PoolStructurePiece, List<PoolStructurePiece>, VoxelShape, StructurePoolAliasLookup) - Static method in class net.minecraft.structure.pool.StructurePoolBasedGenerator
 
generate(Structure.Context, RegistryEntry<StructurePool>, Optional<Identifier>, int, BlockPos, boolean, Optional<Heightmap.Type>, int, StructurePoolAliasLookup) - Static method in class net.minecraft.structure.pool.StructurePoolBasedGenerator
 
generate(TreeDecorator.Generator) - Method in class net.minecraft.world.gen.treedecorator.AlterGroundTreeDecorator
generate(TreeDecorator.Generator) - Method in class net.minecraft.world.gen.treedecorator.AttachedToLeavesTreeDecorator
generate(TreeDecorator.Generator) - Method in class net.minecraft.world.gen.treedecorator.BeehiveTreeDecorator
generate(TreeDecorator.Generator) - Method in class net.minecraft.world.gen.treedecorator.CocoaBeansTreeDecorator
generate(TreeDecorator.Generator) - Method in class net.minecraft.world.gen.treedecorator.LeavesVineTreeDecorator
generate(TreeDecorator.Generator) - Method in class net.minecraft.world.gen.treedecorator.TreeDecorator
 
generate(TreeDecorator.Generator) - Method in class net.minecraft.world.gen.treedecorator.TrunkVineTreeDecorator
generate(StructureWorldAccess, BlockPos, BlockState, MultifaceGrowthFeatureConfig, Random, List<Direction>) - Static method in class net.minecraft.world.gen.feature.MultifaceGrowthFeature
 
generate(StructureWorldAccess, Random, BlockPos, int, int, float, double, int, float, DripstoneClusterFeatureConfig) - Method in class net.minecraft.world.gen.feature.DripstoneClusterFeature
 
generate(StructureWorldAccess, Random, BlockPos, BiConsumer<BlockPos, BlockState>, BiConsumer<BlockPos, BlockState>, FoliagePlacer.BlockPlacer, TreeFeatureConfig) - Method in class net.minecraft.world.gen.feature.TreeFeature
 
generate(StructureWorldAccess, Random, LargeDripstoneFeature.WindModifier) - Method in class net.minecraft.world.gen.feature.LargeDripstoneFeature.DripstoneGenerator
 
generate(StructureWorldAccess, ChunkGenerator, Random, BlockPos) - Method in record class net.minecraft.world.gen.feature.ConfiguredFeature
 
generate(StructureWorldAccess, ChunkGenerator, Random, BlockPos) - Method in record class net.minecraft.world.gen.feature.PlacedFeature
Generates a configured feature at the positions obtained by applying placement modifiers to the given position.
generate(StructureWorldAccess, ChunkGenerator, Random, BlockPos) - Method in class net.minecraft.world.gen.feature.RandomFeatureEntry
 
generate(StructureWorldAccess, StructureAccessor, ChunkGenerator, Random, BlockBox, BlockPos, boolean) - Method in class net.minecraft.structure.PoolStructurePiece
 
generate(StructureWorldAccess, StructureAccessor, ChunkGenerator, Random, BlockBox, ChunkPos, BlockPos) - Method in class net.minecraft.structure.BuriedTreasureGenerator.Piece
generate(StructureWorldAccess, StructureAccessor, ChunkGenerator, Random, BlockBox, ChunkPos, BlockPos) - Method in class net.minecraft.structure.DesertTempleGenerator
generate(StructureWorldAccess, StructureAccessor, ChunkGenerator, Random, BlockBox, ChunkPos, BlockPos) - Method in class net.minecraft.structure.IglooGenerator.Piece
generate(StructureWorldAccess, StructureAccessor, ChunkGenerator, Random, BlockBox, ChunkPos, BlockPos) - Method in class net.minecraft.structure.JungleTempleGenerator
generate(StructureWorldAccess, StructureAccessor, ChunkGenerator, Random, BlockBox, ChunkPos, BlockPos) - Method in class net.minecraft.structure.MineshaftGenerator.MineshaftCorridor
generate(StructureWorldAccess, StructureAccessor, ChunkGenerator, Random, BlockBox, ChunkPos, BlockPos) - Method in class net.minecraft.structure.MineshaftGenerator.MineshaftCrossing
generate(StructureWorldAccess, StructureAccessor, ChunkGenerator, Random, BlockBox, ChunkPos, BlockPos) - Method in class net.minecraft.structure.MineshaftGenerator.MineshaftRoom
generate(StructureWorldAccess, StructureAccessor, ChunkGenerator, Random, BlockBox, ChunkPos, BlockPos) - Method in class net.minecraft.structure.MineshaftGenerator.MineshaftStairs
generate(StructureWorldAccess, StructureAccessor, ChunkGenerator, Random, BlockBox, ChunkPos, BlockPos) - Method in class net.minecraft.structure.NetherFortressGenerator.Bridge
generate(StructureWorldAccess, StructureAccessor, ChunkGenerator, Random, BlockBox, ChunkPos, BlockPos) - Method in class net.minecraft.structure.NetherFortressGenerator.BridgeCrossing
generate(StructureWorldAccess, StructureAccessor, ChunkGenerator, Random, BlockBox, ChunkPos, BlockPos) - Method in class net.minecraft.structure.NetherFortressGenerator.BridgeEnd
generate(StructureWorldAccess, StructureAccessor, ChunkGenerator, Random, BlockBox, ChunkPos, BlockPos) - Method in class net.minecraft.structure.NetherFortressGenerator.BridgePlatform
generate(StructureWorldAccess, StructureAccessor, ChunkGenerator, Random, BlockBox, ChunkPos, BlockPos) - Method in class net.minecraft.structure.NetherFortressGenerator.BridgeSmallCrossing
generate(StructureWorldAccess, StructureAccessor, ChunkGenerator, Random, BlockBox, ChunkPos, BlockPos) - Method in class net.minecraft.structure.NetherFortressGenerator.BridgeStairs
generate(StructureWorldAccess, StructureAccessor, ChunkGenerator, Random, BlockBox, ChunkPos, BlockPos) - Method in class net.minecraft.structure.NetherFortressGenerator.CorridorBalcony
generate(StructureWorldAccess, StructureAccessor, ChunkGenerator, Random, BlockBox, ChunkPos, BlockPos) - Method in class net.minecraft.structure.NetherFortressGenerator.CorridorCrossing
generate(StructureWorldAccess, StructureAccessor, ChunkGenerator, Random, BlockBox, ChunkPos, BlockPos) - Method in class net.minecraft.structure.NetherFortressGenerator.CorridorExit
generate(StructureWorldAccess, StructureAccessor, ChunkGenerator, Random, BlockBox, ChunkPos, BlockPos) - Method in class net.minecraft.structure.NetherFortressGenerator.CorridorLeftTurn
generate(StructureWorldAccess, StructureAccessor, ChunkGenerator, Random, BlockBox, ChunkPos, BlockPos) - Method in class net.minecraft.structure.NetherFortressGenerator.CorridorNetherWartsRoom
generate(StructureWorldAccess, StructureAccessor, ChunkGenerator, Random, BlockBox, ChunkPos, BlockPos) - Method in class net.minecraft.structure.NetherFortressGenerator.CorridorRightTurn
generate(StructureWorldAccess, StructureAccessor, ChunkGenerator, Random, BlockBox, ChunkPos, BlockPos) - Method in class net.minecraft.structure.NetherFortressGenerator.CorridorStairs
generate(StructureWorldAccess, StructureAccessor, ChunkGenerator, Random, BlockBox, ChunkPos, BlockPos) - Method in class net.minecraft.structure.NetherFortressGenerator.SmallCorridor
generate(StructureWorldAccess, StructureAccessor, ChunkGenerator, Random, BlockBox, ChunkPos, BlockPos) - Method in class net.minecraft.structure.NetherFossilGenerator.Piece
generate(StructureWorldAccess, StructureAccessor, ChunkGenerator, Random, BlockBox, ChunkPos, BlockPos) - Method in class net.minecraft.structure.OceanMonumentGenerator.Base
generate(StructureWorldAccess, StructureAccessor, ChunkGenerator, Random, BlockBox, ChunkPos, BlockPos) - Method in class net.minecraft.structure.OceanMonumentGenerator.CoreRoom
generate(StructureWorldAccess, StructureAccessor, ChunkGenerator, Random, BlockBox, ChunkPos, BlockPos) - Method in class net.minecraft.structure.OceanMonumentGenerator.DoubleXRoom
generate(StructureWorldAccess, StructureAccessor, ChunkGenerator, Random, BlockBox, ChunkPos, BlockPos) - Method in class net.minecraft.structure.OceanMonumentGenerator.DoubleXYRoom
generate(StructureWorldAccess, StructureAccessor, ChunkGenerator, Random, BlockBox, ChunkPos, BlockPos) - Method in class net.minecraft.structure.OceanMonumentGenerator.DoubleYRoom
generate(StructureWorldAccess, StructureAccessor, ChunkGenerator, Random, BlockBox, ChunkPos, BlockPos) - Method in class net.minecraft.structure.OceanMonumentGenerator.DoubleYZRoom
generate(StructureWorldAccess, StructureAccessor, ChunkGenerator, Random, BlockBox, ChunkPos, BlockPos) - Method in class net.minecraft.structure.OceanMonumentGenerator.DoubleZRoom
generate(StructureWorldAccess, StructureAccessor, ChunkGenerator, Random, BlockBox, ChunkPos, BlockPos) - Method in class net.minecraft.structure.OceanMonumentGenerator.Entry
generate(StructureWorldAccess, StructureAccessor, ChunkGenerator, Random, BlockBox, ChunkPos, BlockPos) - Method in class net.minecraft.structure.OceanMonumentGenerator.Penthouse
generate(StructureWorldAccess, StructureAccessor, ChunkGenerator, Random, BlockBox, ChunkPos, BlockPos) - Method in class net.minecraft.structure.OceanMonumentGenerator.SimpleRoom
generate(StructureWorldAccess, StructureAccessor, ChunkGenerator, Random, BlockBox, ChunkPos, BlockPos) - Method in class net.minecraft.structure.OceanMonumentGenerator.SimpleRoomTop
generate(StructureWorldAccess, StructureAccessor, ChunkGenerator, Random, BlockBox, ChunkPos, BlockPos) - Method in class net.minecraft.structure.OceanMonumentGenerator.WingRoom
generate(StructureWorldAccess, StructureAccessor, ChunkGenerator, Random, BlockBox, ChunkPos, BlockPos) - Method in class net.minecraft.structure.OceanRuinGenerator.Piece
generate(StructureWorldAccess, StructureAccessor, ChunkGenerator, Random, BlockBox, ChunkPos, BlockPos) - Method in class net.minecraft.structure.PoolStructurePiece
generate(StructureWorldAccess, StructureAccessor, ChunkGenerator, Random, BlockBox, ChunkPos, BlockPos) - Method in class net.minecraft.structure.RuinedPortalStructurePiece
generate(StructureWorldAccess, StructureAccessor, ChunkGenerator, Random, BlockBox, ChunkPos, BlockPos) - Method in class net.minecraft.structure.ShipwreckGenerator.Piece
generate(StructureWorldAccess, StructureAccessor, ChunkGenerator, Random, BlockBox, ChunkPos, BlockPos) - Method in class net.minecraft.structure.SimpleStructurePiece
generate(StructureWorldAccess, StructureAccessor, ChunkGenerator, Random, BlockBox, ChunkPos, BlockPos) - Method in class net.minecraft.structure.StrongholdGenerator.ChestCorridor
generate(StructureWorldAccess, StructureAccessor, ChunkGenerator, Random, BlockBox, ChunkPos, BlockPos) - Method in class net.minecraft.structure.StrongholdGenerator.Corridor
generate(StructureWorldAccess, StructureAccessor, ChunkGenerator, Random, BlockBox, ChunkPos, BlockPos) - Method in class net.minecraft.structure.StrongholdGenerator.FiveWayCrossing
generate(StructureWorldAccess, StructureAccessor, ChunkGenerator, Random, BlockBox, ChunkPos, BlockPos) - Method in class net.minecraft.structure.StrongholdGenerator.LeftTurn
generate(StructureWorldAccess, StructureAccessor, ChunkGenerator, Random, BlockBox, ChunkPos, BlockPos) - Method in class net.minecraft.structure.StrongholdGenerator.Library
generate(StructureWorldAccess, StructureAccessor, ChunkGenerator, Random, BlockBox, ChunkPos, BlockPos) - Method in class net.minecraft.structure.StrongholdGenerator.PortalRoom
generate(StructureWorldAccess, StructureAccessor, ChunkGenerator, Random, BlockBox, ChunkPos, BlockPos) - Method in class net.minecraft.structure.StrongholdGenerator.PrisonHall
generate(StructureWorldAccess, StructureAccessor, ChunkGenerator, Random, BlockBox, ChunkPos, BlockPos) - Method in class net.minecraft.structure.StrongholdGenerator.RightTurn
generate(StructureWorldAccess, StructureAccessor, ChunkGenerator, Random, BlockBox, ChunkPos, BlockPos) - Method in class net.minecraft.structure.StrongholdGenerator.SmallCorridor
generate(StructureWorldAccess, StructureAccessor, ChunkGenerator, Random, BlockBox, ChunkPos, BlockPos) - Method in class net.minecraft.structure.StrongholdGenerator.SpiralStaircase
generate(StructureWorldAccess, StructureAccessor, ChunkGenerator, Random, BlockBox, ChunkPos, BlockPos) - Method in class net.minecraft.structure.StrongholdGenerator.SquareRoom
generate(StructureWorldAccess, StructureAccessor, ChunkGenerator, Random, BlockBox, ChunkPos, BlockPos) - Method in class net.minecraft.structure.StrongholdGenerator.Stairs
generate(StructureWorldAccess, StructureAccessor, ChunkGenerator, Random, BlockBox, ChunkPos, BlockPos) - Method in class net.minecraft.structure.StructurePiece
 
generate(StructureWorldAccess, StructureAccessor, ChunkGenerator, Random, BlockBox, ChunkPos, BlockPos) - Method in class net.minecraft.structure.SwampHutGenerator
generate(TestableWorld, BiConsumer<BlockPos, BlockState>, Random, int, BlockPos, TreeFeatureConfig) - Method in class net.minecraft.world.gen.trunk.BendingTrunkPlacer
Generates the trunk blocks and return a list of tree nodes to place foliage around
generate(TestableWorld, BiConsumer<BlockPos, BlockState>, Random, int, BlockPos, TreeFeatureConfig) - Method in class net.minecraft.world.gen.trunk.CherryTrunkPlacer
Generates the trunk blocks and return a list of tree nodes to place foliage around
generate(TestableWorld, BiConsumer<BlockPos, BlockState>, Random, int, BlockPos, TreeFeatureConfig) - Method in class net.minecraft.world.gen.trunk.DarkOakTrunkPlacer
Generates the trunk blocks and return a list of tree nodes to place foliage around
generate(TestableWorld, BiConsumer<BlockPos, BlockState>, Random, int, BlockPos, TreeFeatureConfig) - Method in class net.minecraft.world.gen.trunk.ForkingTrunkPlacer
Generates the trunk blocks and return a list of tree nodes to place foliage around
generate(TestableWorld, BiConsumer<BlockPos, BlockState>, Random, int, BlockPos, TreeFeatureConfig) - Method in class net.minecraft.world.gen.trunk.GiantTrunkPlacer
Generates the trunk blocks and return a list of tree nodes to place foliage around
generate(TestableWorld, BiConsumer<BlockPos, BlockState>, Random, int, BlockPos, TreeFeatureConfig) - Method in class net.minecraft.world.gen.trunk.LargeOakTrunkPlacer
Generates the trunk blocks and return a list of tree nodes to place foliage around
generate(TestableWorld, BiConsumer<BlockPos, BlockState>, Random, int, BlockPos, TreeFeatureConfig) - Method in class net.minecraft.world.gen.trunk.MegaJungleTrunkPlacer
Generates the trunk blocks and return a list of tree nodes to place foliage around
generate(TestableWorld, BiConsumer<BlockPos, BlockState>, Random, int, BlockPos, TreeFeatureConfig) - Method in class net.minecraft.world.gen.trunk.StraightTrunkPlacer
Generates the trunk blocks and return a list of tree nodes to place foliage around
generate(TestableWorld, BiConsumer<BlockPos, BlockState>, Random, int, BlockPos, TreeFeatureConfig) - Method in class net.minecraft.world.gen.trunk.TrunkPlacer
Generates the trunk blocks and return a list of tree nodes to place foliage around
generate(TestableWorld, BiConsumer<BlockPos, BlockState>, Random, int, BlockPos, TreeFeatureConfig) - Method in class net.minecraft.world.gen.trunk.UpwardsBranchingTrunkPlacer
Generates the trunk blocks and return a list of tree nodes to place foliage around
generate(TestableWorld, BiConsumer<BlockPos, BlockState>, Random, BlockPos, BlockPos, TreeFeatureConfig) - Method in class net.minecraft.world.gen.root.MangroveRootPlacer
generate(TestableWorld, BiConsumer<BlockPos, BlockState>, Random, BlockPos, BlockPos, TreeFeatureConfig) - Method in class net.minecraft.world.gen.root.RootPlacer
 
generate(TestableWorld, FoliagePlacer.BlockPlacer, Random, TreeFeatureConfig, int, FoliagePlacer.TreeNode, int, int) - Method in class net.minecraft.world.gen.foliage.FoliagePlacer
 
generate(TestableWorld, FoliagePlacer.BlockPlacer, Random, TreeFeatureConfig, int, FoliagePlacer.TreeNode, int, int, int) - Method in class net.minecraft.world.gen.foliage.AcaciaFoliagePlacer
This is the main method used to generate foliage.
generate(TestableWorld, FoliagePlacer.BlockPlacer, Random, TreeFeatureConfig, int, FoliagePlacer.TreeNode, int, int, int) - Method in class net.minecraft.world.gen.foliage.BlobFoliagePlacer
This is the main method used to generate foliage.
generate(TestableWorld, FoliagePlacer.BlockPlacer, Random, TreeFeatureConfig, int, FoliagePlacer.TreeNode, int, int, int) - Method in class net.minecraft.world.gen.foliage.BushFoliagePlacer
This is the main method used to generate foliage.
generate(TestableWorld, FoliagePlacer.BlockPlacer, Random, TreeFeatureConfig, int, FoliagePlacer.TreeNode, int, int, int) - Method in class net.minecraft.world.gen.foliage.CherryFoliagePlacer
This is the main method used to generate foliage.
generate(TestableWorld, FoliagePlacer.BlockPlacer, Random, TreeFeatureConfig, int, FoliagePlacer.TreeNode, int, int, int) - Method in class net.minecraft.world.gen.foliage.DarkOakFoliagePlacer
This is the main method used to generate foliage.
generate(TestableWorld, FoliagePlacer.BlockPlacer, Random, TreeFeatureConfig, int, FoliagePlacer.TreeNode, int, int, int) - Method in class net.minecraft.world.gen.foliage.FoliagePlacer
This is the main method used to generate foliage.
generate(TestableWorld, FoliagePlacer.BlockPlacer, Random, TreeFeatureConfig, int, FoliagePlacer.TreeNode, int, int, int) - Method in class net.minecraft.world.gen.foliage.JungleFoliagePlacer
This is the main method used to generate foliage.
generate(TestableWorld, FoliagePlacer.BlockPlacer, Random, TreeFeatureConfig, int, FoliagePlacer.TreeNode, int, int, int) - Method in class net.minecraft.world.gen.foliage.LargeOakFoliagePlacer
This is the main method used to generate foliage.
generate(TestableWorld, FoliagePlacer.BlockPlacer, Random, TreeFeatureConfig, int, FoliagePlacer.TreeNode, int, int, int) - Method in class net.minecraft.world.gen.foliage.MegaPineFoliagePlacer
This is the main method used to generate foliage.
generate(TestableWorld, FoliagePlacer.BlockPlacer, Random, TreeFeatureConfig, int, FoliagePlacer.TreeNode, int, int, int) - Method in class net.minecraft.world.gen.foliage.PineFoliagePlacer
This is the main method used to generate foliage.
generate(TestableWorld, FoliagePlacer.BlockPlacer, Random, TreeFeatureConfig, int, FoliagePlacer.TreeNode, int, int, int) - Method in class net.minecraft.world.gen.foliage.RandomSpreadFoliagePlacer
This is the main method used to generate foliage.
generate(TestableWorld, FoliagePlacer.BlockPlacer, Random, TreeFeatureConfig, int, FoliagePlacer.TreeNode, int, int, int) - Method in class net.minecraft.world.gen.foliage.SpruceFoliagePlacer
This is the main method used to generate foliage.
generate(WorldAccess, BlockPos, Random, int) - Static method in class net.minecraft.block.ChorusFlowerBlock
 
generate(WorldAccess, BlockPos, Random, BlockPos, int, int) - Static method in class net.minecraft.block.ChorusFlowerBlock
 
GENERATE_DIRECTIONS - Static variable in class net.minecraft.world.gen.treedecorator.BeehiveTreeDecorator
 
generateBasement(StructureWorldAccess, BlockBox) - Method in class net.minecraft.structure.DesertTempleGenerator
 
generateBasementRoof(StructureWorldAccess, BlockBox, int, int, int, int, int) - Method in class net.minecraft.structure.DesertTempleGenerator
 
generateBasementStairs(BlockPos, StructureWorldAccess, BlockBox) - Method in class net.minecraft.structure.DesertTempleGenerator
 
generateBracketedDisplayName() - Method in class net.minecraft.scoreboard.ScoreboardObjective
 
generateBranch(TestableWorld, BiConsumer<BlockPos, BlockState>, Random, int, BlockPos, TreeFeatureConfig, Function<BlockState, BlockState>, Direction, int, boolean, BlockPos.Mutable) - Method in class net.minecraft.world.gen.trunk.CherryTrunkPlacer
 
generateButton - Variable in class net.minecraft.client.gui.screen.ingame.JigsawBlockScreen
 
generateCap(WorldAccess, Random, BlockPos, int, BlockPos.Mutable, HugeMushroomFeatureConfig) - Method in class net.minecraft.world.gen.feature.HugeBrownMushroomFeature
generateCap(WorldAccess, Random, BlockPos, int, BlockPos.Mutable, HugeMushroomFeatureConfig) - Method in class net.minecraft.world.gen.feature.HugeMushroomFeature
 
generateCap(WorldAccess, Random, BlockPos, int, BlockPos.Mutable, HugeMushroomFeatureConfig) - Method in class net.minecraft.world.gen.feature.HugeRedMushroomFeature
generateCookingRecipes(RecipeExporter, String, RecipeSerializer<T>, AbstractCookingRecipe.RecipeFactory<T>, int) - Static method in class net.minecraft.data.server.recipe.RecipeProvider
 
generateCoral(WorldAccess, Random, BlockPos, BlockState) - Method in class net.minecraft.world.gen.feature.CoralClawFeature
generateCoral(WorldAccess, Random, BlockPos, BlockState) - Method in class net.minecraft.world.gen.feature.CoralFeature
 
generateCoral(WorldAccess, Random, BlockPos, BlockState) - Method in class net.minecraft.world.gen.feature.CoralMushroomFeature
generateCoral(WorldAccess, Random, BlockPos, BlockState) - Method in class net.minecraft.world.gen.feature.CoralTreeFeature
generateCoralPiece(WorldAccess, Random, BlockPos, BlockState) - Method in class net.minecraft.world.gen.feature.CoralFeature
 
generateCrackChance - Variable in class net.minecraft.world.gen.feature.GeodeCrackConfig
 
generateCrossingPillar(StructureWorldAccess, BlockBox, int, int, int, int) - Method in class net.minecraft.structure.MineshaftGenerator.MineshaftCrossing
 
GENERATED - Static variable in class net.minecraft.data.client.Models
 
GENERATED - Static variable in class net.minecraft.util.WorldSavePath
 
GENERATED_THREE_LAYERS - Static variable in class net.minecraft.data.client.Models
 
GENERATED_TWO_LAYERS - Static variable in class net.minecraft.data.client.Models
 
generatedCount - Variable in class net.minecraft.server.WorldGenerationProgressLogger
 
generatedCount - Variable in class net.minecraft.structure.NetherFortressGenerator.PieceData
 
generatedCount - Variable in class net.minecraft.structure.StrongholdGenerator.PieceData
 
generateDefaultColor(Random) - Static method in class net.minecraft.entity.passive.SheepEntity
 
generateDisplayItem(ServerWorld, BlockPos, Identifier) - Static method in class net.minecraft.block.entity.VaultBlockEntity.Server
 
generatedPath - Variable in class net.minecraft.structure.StructureTemplateManager
 
generateDripstoneBlock(WorldAccess, BlockPos) - Static method in class net.minecraft.world.gen.feature.util.DripstoneHelper
 
generateDripstoneBlocks(WorldAccess, Random, BlockPos, SmallDripstoneFeatureConfig) - Static method in class net.minecraft.world.gen.feature.SmallDripstoneFeature
 
generateEnchantments(ItemStack, int, int) - Method in class net.minecraft.screen.EnchantmentScreenHandler
 
generateEnchantments(Random, ItemStack, int, boolean) - Static method in class net.minecraft.enchantment.EnchantmentHelper
Generate the enchantments for enchanting the stack.
generateEndGateway(BlockPos) - Method in class net.minecraft.entity.boss.dragon.EnderDragonFight
 
generateEndPortal(boolean) - Method in class net.minecraft.entity.boss.dragon.EnderDragonFight
 
generateEntrance(StructureWorldAccess, Random, BlockBox, StrongholdGenerator.Piece.EntranceType, int, int, int) - Method in class net.minecraft.structure.StrongholdGenerator.Piece
 
generateExtraBranch(TestableWorld, BiConsumer<BlockPos, BlockState>, Random, int, TreeFeatureConfig, List<FoliagePlacer.TreeNode>, BlockPos.Mutable, int, Direction, int, int) - Method in class net.minecraft.world.gen.trunk.UpwardsBranchingTrunkPlacer
 
generateFacingsToShapeMap(float) - Method in class net.minecraft.block.ConnectingBlock
 
generateFamilies(RecipeExporter, FeatureSet) - Static method in class net.minecraft.data.server.recipe.RecipeProvider
 
generateFamily(RecipeExporter, BlockFamily, FeatureSet) - Static method in class net.minecraft.data.server.recipe.RecipeProvider
 
generateFeatures(StructureWorldAccess, Chunk, StructureAccessor) - Method in class net.minecraft.world.gen.chunk.ChunkGenerator
 
generateFeatures(StructureWorldAccess, Chunk, StructureAccessor) - Method in class net.minecraft.world.gen.chunk.DebugChunkGenerator
generateHangingRoots(StructureWorldAccess, RootSystemFeatureConfig, Random, BlockPos, BlockPos.Mutable) - Static method in class net.minecraft.world.gen.feature.RootSystemFeature
 
generateHat(StructureWorldAccess, Random, HugeFungusFeatureConfig, BlockPos, int, boolean) - Method in class net.minecraft.world.gen.feature.HugeFungusFeature
 
generateIfValid(FC, StructureWorldAccess, ChunkGenerator, Random, BlockPos) - Method in class net.minecraft.world.gen.feature.Feature
 
generateInventoryLoot(PlayerEntity) - Method in interface net.minecraft.entity.vehicle.VehicleInventory
 
generateItem(PlayerEntity) - Method in class net.minecraft.block.entity.BrushableBlockEntity
 
generateKeyPair() - Method in class net.minecraft.server.MinecraftServer
 
generateLoot(Consumer<ItemStack>, LootContext) - Method in class net.minecraft.loot.entry.DynamicEntry
generateLoot(Consumer<ItemStack>, LootContext) - Method in class net.minecraft.loot.entry.EmptyEntry
generateLoot(Consumer<ItemStack>, LootContext) - Method in class net.minecraft.loot.entry.ItemEntry
generateLoot(Consumer<ItemStack>, LootContext) - Method in class net.minecraft.loot.entry.LeafEntry
 
generateLoot(Consumer<ItemStack>, LootContext) - Method in class net.minecraft.loot.entry.LootTableEntry
generateLoot(Consumer<ItemStack>, LootContext) - Method in class net.minecraft.loot.entry.TagEntry
generateLoot(Consumer<ItemStack>, LootContext) - Method in interface net.minecraft.loot.LootChoice
 
generateLoot(PlayerEntity) - Method in class net.minecraft.entity.vehicle.ChestBoatEntity
 
generateLoot(PlayerEntity) - Method in interface net.minecraft.inventory.LootableInventory
Replaces the contents of this inventory with the generated loot, if it exists.
generateLoot(LootContext) - Method in class net.minecraft.loot.LootTable
 
generateLoot(LootContextParameterSet) - Method in class net.minecraft.loot.LootTable
 
generateLoot(LootContextParameterSet, long) - Method in class net.minecraft.loot.LootTable
 
generateLoot(LootContextParameterSet, long, Consumer<ItemStack>) - Method in class net.minecraft.loot.LootTable
 
generateLoot(LootContextParameterSet, Consumer<ItemStack>) - Method in class net.minecraft.loot.LootTable
 
generateLoot(LootContext, Consumer<ItemStack>) - Method in class net.minecraft.loot.LootTable
 
generateLoot(ServerWorld, VaultConfig, BlockPos, PlayerEntity) - Static method in class net.minecraft.block.entity.VaultBlockEntity.Server
 
generateMipmaps(int) - Method in class net.minecraft.client.texture.SpriteContents
 
generateModels - Variable in class net.minecraft.data.family.BlockFamily
 
generateNetherWartBlocksInArea(WorldAccess, Random, BlockPos) - Method in class net.minecraft.world.gen.feature.WeepingVinesFeature
 
generateNewEndGateway() - Method in class net.minecraft.entity.boss.dragon.EnderDragonFight
 
generateOvergrownLeaves(Random, WorldAccess, BlockPos) - Method in class net.minecraft.structure.RuinedPortalStructurePiece
 
generatePhrase(TextRenderer, int) - Method in class net.minecraft.client.gui.screen.ingame.EnchantingPhrases
 
generatePiece(PoolStructurePiece, MutableObject<VoxelShape>, int, boolean, HeightLimitView, NoiseConfig, StructurePoolAliasLookup) - Method in class net.minecraft.structure.pool.StructurePoolBasedGenerator.StructurePoolGenerator
 
generatePieces(StructurePiecesCollector, StructurePiecesGenerator.Context<C>) - Method in interface net.minecraft.structure.StructurePiecesGenerator
 
generatePointedDripstone(WorldAccess, BlockPos, Direction, int, boolean) - Static method in class net.minecraft.world.gen.feature.util.DripstoneHelper
 
generateRecipes - Variable in class net.minecraft.data.family.BlockFamily
 
generateRoots(StructureWorldAccess, RootSystemFeatureConfig, Random, int, int, BlockPos.Mutable) - Static method in class net.minecraft.world.gen.feature.RootSystemFeature
 
generateRootsColumn(BlockPos, int, StructureWorldAccess, RootSystemFeatureConfig, Random) - Static method in class net.minecraft.world.gen.feature.RootSystemFeature
 
generateSecretKey() - Static method in class net.minecraft.network.encryption.NetworkEncryptionUtils
Returns a new 128 bit AES secret key.
generateServerKeyPair() - Static method in class net.minecraft.network.encryption.NetworkEncryptionUtils
Returns a new 1024 bit RSA public/private key pair.
generateSpike(ServerWorldAccess, Random, EndSpikeFeatureConfig, EndSpikeFeature.Spike) - Method in class net.minecraft.world.gen.feature.EndSpikeFeature
 
generateSquare(TestableWorld, FoliagePlacer.BlockPlacer, Random, TreeFeatureConfig, BlockPos, int, int, boolean) - Method in class net.minecraft.world.gen.foliage.FoliagePlacer
Generates a square of leaves with the given radius.
generateSquareWithHangingLeaves(TestableWorld, FoliagePlacer.BlockPlacer, Random, TreeFeatureConfig, BlockPos, int, int, boolean, float, float) - Method in class net.minecraft.world.gen.foliage.FoliagePlacer
 
generateStem(StructureWorldAccess, Random, HugeFungusFeatureConfig, BlockPos, int, boolean) - Method in class net.minecraft.world.gen.feature.HugeFungusFeature
 
generateStem(WorldAccess, Random, BlockPos, HugeMushroomFeatureConfig, int, BlockPos.Mutable) - Method in class net.minecraft.world.gen.feature.HugeMushroomFeature
 
generateStructures - Variable in class net.minecraft.client.gui.screen.world.WorldCreator
 
generateStructures - Variable in class net.minecraft.client.realms.dto.RealmsWorldResetDto
 
generateStructures - Variable in record class net.minecraft.client.realms.gui.screen.ResetWorldInfo
The field for the generateStructures record component.
generateStructures - Variable in class net.minecraft.world.gen.GeneratorOptions
 
generateStructures() - Method in record class net.minecraft.client.realms.gui.screen.ResetWorldInfo
Returns the value of the generateStructures record component.
generateSupports(StructureWorldAccess, BlockBox, int, int, int, int, int, Random) - Method in class net.minecraft.structure.MineshaftGenerator.MineshaftCorridor
 
generateSuspiciousSand(StructureWorldAccess, BlockPos) - Static method in class net.minecraft.world.gen.feature.DesertWellFeature
 
generateSuspiciousSandRoom(BlockPos, StructureWorldAccess, BlockBox) - Method in class net.minecraft.structure.DesertTempleGenerator
 
generateTextureId() - Static method in class com.mojang.blaze3d.platform.TextureUtil
 
generateTreeAndRoots(StructureWorldAccess, ChunkGenerator, RootSystemFeatureConfig, Random, BlockPos.Mutable, BlockPos) - Static method in class net.minecraft.world.gen.feature.RootSystemFeature
 
generateUnprocessedLoot(LootContextParameterSet, Consumer<ItemStack>) - Method in class net.minecraft.loot.LootTable
 
generateUnprocessedLoot(LootContext, Consumer<ItemStack>) - Method in class net.minecraft.loot.LootTable
 
generateUnregistered(StructureWorldAccess, ChunkGenerator, Random, BlockPos) - Method in record class net.minecraft.world.gen.feature.PlacedFeature
 
generateVegetation(FeatureContext<VegetationPatchFeatureConfig>, StructureWorldAccess, VegetationPatchFeatureConfig, Random, Set<BlockPos>, int, int) - Method in class net.minecraft.world.gen.feature.VegetationPatchFeature
 
generateVegetationFeature(StructureWorldAccess, VegetationPatchFeatureConfig, ChunkGenerator, Random, BlockPos) - Method in class net.minecraft.world.gen.feature.VegetationPatchFeature
 
generateVegetationFeature(StructureWorldAccess, VegetationPatchFeatureConfig, ChunkGenerator, Random, BlockPos) - Method in class net.minecraft.world.gen.feature.WaterloggedVegetationPatchFeature
generateVeinPart(StructureWorldAccess, Random, OreFeatureConfig, double, double, double, double, double, double, int, int, int, int, int) - Method in class net.minecraft.world.gen.feature.OreFeature
 
generateVineColumn(WorldAccess, Random, BlockPos.Mutable, int, int, int) - Static method in class net.minecraft.world.gen.feature.TwistingVinesFeature
 
generateVineColumn(WorldAccess, Random, BlockPos.Mutable, int, int, int) - Static method in class net.minecraft.world.gen.feature.WeepingVinesFeature
 
generateVines(BlockPos, WorldAccess, Random) - Static method in class net.minecraft.world.gen.feature.HugeFungusFeature
 
generateVines(Random, WorldAccess, BlockPos) - Method in class net.minecraft.structure.RuinedPortalStructurePiece
 
generateVinesInArea(WorldAccess, Random, BlockPos) - Method in class net.minecraft.world.gen.feature.WeepingVinesFeature
 
generateWind(LargeDripstoneFeatureConfig) - Method in class net.minecraft.world.gen.feature.LargeDripstoneFeature.DripstoneGenerator
 
generateWittyComment() - Static method in class net.minecraft.util.crash.CrashReport
 
generateWittyComment() - Static method in class net.minecraft.util.profiler.ProfileResultImpl
 
generation - Variable in record class net.minecraft.component.type.WrittenBookContentComponent
The field for the generation record component.
generation() - Method in record class net.minecraft.component.type.WrittenBookContentComponent
Returns the value of the generation record component.
GENERATION_MARKER - Static variable in class net.minecraft.client.render.model.ModelLoader
 
generationDepth - Variable in class net.minecraft.client.gui.screen.ingame.JigsawBlockScreen
 
GenerationPiece() - Constructor for class net.minecraft.structure.WoodlandMansionGenerator.GenerationPiece
 
generationPossibilityByStructure - Variable in class net.minecraft.world.StructureLocator
 
generationPredicate - Variable in enum class net.minecraft.world.gen.chunk.placement.StructurePlacement.FrequencyReductionMethod
 
generationSettings - Variable in class net.minecraft.world.biome.Biome.Builder
 
generationSettings - Variable in class net.minecraft.world.biome.Biome
 
generationSettings - Variable in class net.minecraft.world.chunk.Chunk
Deprecated.
generationSettings(GenerationSettings) - Method in class net.minecraft.world.biome.Biome.Builder
 
GenerationSettings - Class in net.minecraft.world.biome
 
GenerationSettings(Map<GenerationStep.Carver, RegistryEntryList<ConfiguredCarver<?>>>, List<RegistryEntryList<PlacedFeature>>) - Constructor for class net.minecraft.world.biome.GenerationSettings
 
GenerationSettings.Builder - Class in net.minecraft.world.biome
 
GenerationSettings.LookupBackedBuilder - Class in net.minecraft.world.biome
 
generationSettingsGetter - Variable in class net.minecraft.world.gen.chunk.ChunkGenerator
 
generationShapeConfig - Variable in record class net.minecraft.world.gen.chunk.ChunkGeneratorSettings
The field for the generationShapeConfig record component.
generationShapeConfig - Variable in class net.minecraft.world.gen.chunk.ChunkNoiseSampler
 
generationShapeConfig() - Method in record class net.minecraft.world.gen.chunk.ChunkGeneratorSettings
Returns the value of the generationShapeConfig record component.
GenerationShapeConfig - Record Class in net.minecraft.world.gen.chunk
 
GenerationShapeConfig(int, int, int, int) - Constructor for record class net.minecraft.world.gen.chunk.GenerationShapeConfig
 
GenerationStep - Class in net.minecraft.world.gen
 
GenerationStep() - Constructor for class net.minecraft.world.gen.GenerationStep
 
GenerationStep.Carver - Enum Class in net.minecraft.world.gen
 
GenerationStep.Feature - Enum Class in net.minecraft.world.gen
 
generationTask - Variable in class net.minecraft.world.chunk.ChunkStatus
 
generator - Variable in class net.minecraft.block.SaplingBlock
 
generator - Variable in record class net.minecraft.class_9312
The field for the generator record component.
generator - Variable in class net.minecraft.world.gen.feature.FeaturePlacementContext
 
generator - Variable in class net.minecraft.world.gen.feature.util.FeatureContext
 
generator - Variable in record class net.minecraft.world.gen.structure.Structure.StructurePosition
The field for the generator record component.
generator() - Method in record class net.minecraft.class_9312
Returns the value of the generator record component.
generator() - Method in record class net.minecraft.world.gen.structure.Structure.StructurePosition
Returns the value of the generator record component.
Generator(TestableWorld, BiConsumer<BlockPos, BlockState>, Random, Set<BlockPos>, Set<BlockPos>, Set<BlockPos>) - Constructor for class net.minecraft.world.gen.treedecorator.TreeDecorator.Generator
 
GENERATOR_OPTIONS_KEY - Static variable in class net.minecraft.datafixer.fix.LevelDataGeneratorOptionsFix
 
GENERATOR_OPTIONS_KEY - Static variable in class net.minecraft.datafixer.fix.LevelFlatGeneratorInfoFix
 
generatorOptions - Variable in record class net.minecraft.client.world.GeneratorOptionsHolder
The field for the generatorOptions record component.
generatorOptions - Variable in class net.minecraft.server.dedicated.ServerPropertiesHandler
 
generatorOptions - Variable in class net.minecraft.world.level.LevelProperties
 
generatorOptions - Variable in record class net.minecraft.world.level.WorldGenSettings
The field for the generatorOptions record component.
generatorOptions() - Method in record class net.minecraft.client.world.GeneratorOptionsHolder
Returns the value of the generatorOptions record component.
generatorOptions() - Method in record class net.minecraft.world.level.WorldGenSettings
Returns the value of the generatorOptions record component.
GeneratorOptions - Class in net.minecraft.world.gen
 
GeneratorOptions(long, boolean, boolean) - Constructor for class net.minecraft.world.gen.GeneratorOptions
 
GeneratorOptions(long, boolean, boolean, Optional<String>) - Constructor for class net.minecraft.world.gen.GeneratorOptions
 
generatorOptionsHolder - Variable in class net.minecraft.client.gui.screen.world.WorldCreator
 
GeneratorOptionsHolder - Record Class in net.minecraft.client.world
 
GeneratorOptionsHolder(GeneratorOptions, Registry<DimensionOptions>, DimensionOptionsRegistryHolder, CombinedDynamicRegistries<ServerDynamicRegistryType>, DataPackContents, DataConfiguration) - Constructor for record class net.minecraft.client.world.GeneratorOptionsHolder
 
GeneratorOptionsHolder(GeneratorOptions, DimensionOptionsRegistryHolder, CombinedDynamicRegistries<ServerDynamicRegistryType>, DataPackContents, DataConfiguration) - Constructor for record class net.minecraft.client.world.GeneratorOptionsHolder
 
GeneratorOptionsHolder(WorldGenSettings, CombinedDynamicRegistries<ServerDynamicRegistryType>, DataPackContents, DataConfiguration) - Constructor for record class net.minecraft.client.world.GeneratorOptionsHolder
 
GeneratorOptionsHolder.Modifier - Interface in net.minecraft.client.world
 
GeneratorOptionsHolder.RegistryAwareModifier - Interface in net.minecraft.client.world
 
GENERATORS - Static variable in class net.minecraft.block.SaplingGenerator
 
generatorSettings - Variable in record class net.minecraft.server.dedicated.ServerPropertiesHandler.WorldGenProperties
The field for the generatorSettings record component.
generatorSettings() - Method in record class net.minecraft.server.dedicated.ServerPropertiesHandler.WorldGenProperties
Returns the value of the generatorSettings record component.
generatorType - Variable in class net.minecraft.client.realms.gui.screen.RealmsResetNormalWorldScreen
 
generic - Variable in class net.minecraft.entity.damage.DamageSources
 
generic() - Method in class net.minecraft.entity.damage.DamageSources
 
GENERIC - Enum constant in enum class net.minecraft.client.render.VertexFormatElement.Type
 
GENERIC - Enum constant in enum class net.minecraft.client.session.report.AbuseReportReason
 
GENERIC - Static variable in interface net.minecraft.entity.damage.DamageTypes
 
GENERIC - Static variable in record class net.minecraft.entity.damage.FallLocation
 
GENERIC - Static variable in class net.minecraft.loot.context.LootContextTypes
 
GENERIC - Static variable in class net.minecraft.loot.LootTable
 
GENERIC_3X3 - Static variable in class net.minecraft.screen.ScreenHandlerType
 
GENERIC_9X1 - Static variable in class net.minecraft.screen.ScreenHandlerType
 
GENERIC_9X2 - Static variable in class net.minecraft.screen.ScreenHandlerType
 
GENERIC_9X3 - Static variable in class net.minecraft.screen.ScreenHandlerType
 
GENERIC_9X4 - Static variable in class net.minecraft.screen.ScreenHandlerType
 
GENERIC_9X5 - Static variable in class net.minecraft.screen.ScreenHandlerType
 
GENERIC_9X6 - Static variable in class net.minecraft.screen.ScreenHandlerType
 
GENERIC_ARMOR - Static variable in class net.minecraft.entity.attribute.EntityAttributes
 
GENERIC_ARMOR_TOUGHNESS - Static variable in class net.minecraft.entity.attribute.EntityAttributes
 
GENERIC_ATTACK_DAMAGE - Static variable in class net.minecraft.entity.attribute.EntityAttributes
 
GENERIC_ATTACK_KNOCKBACK - Static variable in class net.minecraft.entity.attribute.EntityAttributes
 
GENERIC_ATTACK_SPEED - Static variable in class net.minecraft.entity.attribute.EntityAttributes
 
GENERIC_ERROR_TEXT - Static variable in class net.minecraft.client.gui.screen.report.ReportScreen
 
GENERIC_EXCEPTION - Static variable in class net.minecraft.server.command.AdvancementCommand
 
GENERIC_FAILURE_EXCEPTION - Static variable in class net.minecraft.server.command.RideCommand
 
GENERIC_FALL_DAMAGE_MULTIPLIER - Static variable in class net.minecraft.entity.attribute.EntityAttributes
 
GENERIC_FLYING_SPEED - Static variable in class net.minecraft.entity.attribute.EntityAttributes
 
GENERIC_FOLLOW_RANGE - Static variable in class net.minecraft.entity.attribute.EntityAttributes
 
GENERIC_GRAVITY - Static variable in class net.minecraft.entity.attribute.EntityAttributes
 
GENERIC_JUMP_STRENGTH - Static variable in class net.minecraft.entity.attribute.EntityAttributes
 
GENERIC_KILL - Static variable in interface net.minecraft.entity.damage.DamageTypes
 
GENERIC_KNOCKBACK_RESISTANCE - Static variable in class net.minecraft.entity.attribute.EntityAttributes
 
GENERIC_LUCK - Static variable in class net.minecraft.entity.attribute.EntityAttributes
 
GENERIC_MAX_ABSORPTION - Static variable in class net.minecraft.entity.attribute.EntityAttributes
 
GENERIC_MAX_HEALTH - Static variable in class net.minecraft.entity.attribute.EntityAttributes
 
GENERIC_MOVEMENT_SPEED - Static variable in class net.minecraft.entity.attribute.EntityAttributes
 
GENERIC_SAFE_FALL_DISTANCE - Static variable in class net.minecraft.entity.attribute.EntityAttributes
 
GENERIC_SCALE - Static variable in class net.minecraft.entity.attribute.EntityAttributes
 
GENERIC_STEP_HEIGHT - Static variable in class net.minecraft.entity.attribute.EntityAttributes
 
GENERIC_VIOLATION - Enum constant in enum class net.minecraft.client.session.BanReason
 
Generic3x3ContainerScreen - Class in net.minecraft.client.gui.screen.ingame
 
Generic3x3ContainerScreen(Generic3x3ContainerScreenHandler, PlayerInventory, Text) - Constructor for class net.minecraft.client.gui.screen.ingame.Generic3x3ContainerScreen
 
Generic3x3ContainerScreenHandler - Class in net.minecraft.screen
 
Generic3x3ContainerScreenHandler(int, PlayerInventory) - Constructor for class net.minecraft.screen.Generic3x3ContainerScreenHandler
 
Generic3x3ContainerScreenHandler(int, PlayerInventory, Inventory) - Constructor for class net.minecraft.screen.Generic3x3ContainerScreenHandler
 
GenericContainerScreen - Class in net.minecraft.client.gui.screen.ingame
 
GenericContainerScreen(GenericContainerScreenHandler, PlayerInventory, Text) - Constructor for class net.minecraft.client.gui.screen.ingame.GenericContainerScreen
 
GenericContainerScreenHandler - Class in net.minecraft.screen
 
GenericContainerScreenHandler(ScreenHandlerType<?>, int, PlayerInventory, int) - Constructor for class net.minecraft.screen.GenericContainerScreenHandler
 
GenericContainerScreenHandler(ScreenHandlerType<?>, int, PlayerInventory, Inventory, int) - Constructor for class net.minecraft.screen.GenericContainerScreenHandler
 
genericKill - Variable in class net.minecraft.entity.damage.DamageSources
 
genericKill() - Method in class net.minecraft.entity.damage.DamageSources
 
genericModelIdGetter - Variable in class net.minecraft.item.trim.ArmorTrim
 
GEODE - Static variable in class net.minecraft.world.gen.feature.Feature
 
GEODE_INVALID_BLOCKS - Static variable in class net.minecraft.registry.tag.BlockTags
 
GeodeCrackConfig - Class in net.minecraft.world.gen.feature
 
GeodeCrackConfig(double, double, int) - Constructor for class net.minecraft.world.gen.feature.GeodeCrackConfig
 
GeodeFeature - Class in net.minecraft.world.gen.feature
 
GeodeFeature(Codec<GeodeFeatureConfig>) - Constructor for class net.minecraft.world.gen.feature.GeodeFeature
GeodeFeatureConfig - Class in net.minecraft.world.gen.feature
 
GeodeFeatureConfig(GeodeLayerConfig, GeodeLayerThicknessConfig, GeodeCrackConfig, double, double, boolean, IntProvider, IntProvider, IntProvider, int, int, double, int) - Constructor for class net.minecraft.world.gen.feature.GeodeFeatureConfig
 
GeodeLayerConfig - Class in net.minecraft.world.gen.feature
 
GeodeLayerConfig(BlockStateProvider, BlockStateProvider, BlockStateProvider, BlockStateProvider, BlockStateProvider, List<BlockState>, TagKey<Block>, TagKey<Block>) - Constructor for class net.minecraft.world.gen.feature.GeodeLayerConfig
 
GeodeLayerThicknessConfig - Class in net.minecraft.world.gen.feature
 
GeodeLayerThicknessConfig(double, double, double, double) - Constructor for class net.minecraft.world.gen.feature.GeodeLayerThicknessConfig
 
get() - Method in class net.minecraft.client.resource.SplashTextResourceSupplier
 
get() - Method in class net.minecraft.data.client.BlockStateVariant
 
get() - Method in class net.minecraft.data.client.MultipartBlockStateSupplier
 
get() - Method in class net.minecraft.data.client.MultipartBlockStateSupplier.Multipart
 
get() - Method in class net.minecraft.data.client.SimpleModelSupplier
 
get() - Method in class net.minecraft.data.client.VariantsBlockStateSupplier
 
get() - Method in class net.minecraft.data.client.When.LogicalCondition
 
get() - Method in class net.minecraft.data.client.When.PropertyCondition
 
get() - Method in class net.minecraft.entity.data.DataTracker.Entry
 
get() - Method in interface net.minecraft.inventory.StackReference
Gets the current item stack.
get() - Method in interface net.minecraft.resource.InputSupplier
 
get() - Method in class net.minecraft.screen.Property
 
get() - Method in class net.minecraft.server.dedicated.AbstractPropertiesHandler.PropertyAccessor
 
get() - Method in class net.minecraft.util.Lazy
Deprecated.
 
get() - Method in class net.minecraft.world.GameRules.BooleanRule
 
get() - Method in class net.minecraft.world.GameRules.IntRule
 
get() - Method in interface net.minecraft.world.gen.surfacebuilder.MaterialRules.BooleanSupplier
 
get() - Method in record class net.minecraft.world.gen.surfacebuilder.MaterialRules.InvertedBooleanSupplier
get() - Method in class net.minecraft.world.gen.surfacebuilder.MaterialRules.LazyAbstractPredicate
get() - Method in class net.minecraft.world.gen.surfacebuilder.MaterialRules.MaterialRuleContext.SurfacePredicate
get(boolean) - Method in record class net.minecraft.text.RawFilteredPair
 
get(boolean, boolean) - Method in record class net.minecraft.client.gui.screen.ButtonTextures
Gets a specific texture option from this texture set.
get(int) - Static method in enum class net.minecraft.block.MapColor.Brightness
 
get(int) - Static method in class net.minecraft.block.MapColor
 
get(int) - Method in class net.minecraft.client.font.GlyphContainer
 
get(int) - Method in class net.minecraft.client.gui.hud.debug.DebugChart
 
get(int) - Method in class net.minecraft.client.gui.hud.debug.TickChart
get(int) - Method in class net.minecraft.client.gui.widget.EntryListWidget.Entries
 
get(int) - Method in class net.minecraft.client.option.ServerList
 
get(int) - Static method in enum class net.minecraft.client.render.ChunkBuilderMode
 
get(int) - Method in class net.minecraft.client.session.report.log.ChatLog
Returns the entry with index index, or null if there is no such entry in the log.
get(int) - Method in class net.minecraft.client.world.BiomeColorCache.Colors
 
get(int) - Method in class net.minecraft.component.type.BundleContentsComponent
 
get(int) - Static method in class net.minecraft.entity.data.TrackedDataHandlerRegistry
 
get(int) - Method in class net.minecraft.nbt.NbtByteArray
 
get(int) - Method in class net.minecraft.nbt.NbtIntArray
 
get(int) - Method in class net.minecraft.nbt.NbtList
 
get(int) - Method in class net.minecraft.nbt.NbtLongArray
 
get(int) - Method in class net.minecraft.network.message.MessageSignatureStorage
 
get(int) - Method in interface net.minecraft.registry.DefaultedRegistry
get(int) - Method in interface net.minecraft.registry.entry.RegistryEntryList
Returns the registry entry at index.
get(int) - Method in class net.minecraft.registry.entry.RegistryEntryList.ListBacked
Returns the registry entry at index.
get(int) - Method in class net.minecraft.registry.SimpleDefaultedRegistry
get(int) - Method in class net.minecraft.registry.SimpleRegistry
get(int) - Method in class net.minecraft.screen.ArrayPropertyDelegate
get(int) - Method in interface net.minecraft.screen.PropertyDelegate
 
get(int) - Method in class net.minecraft.util.collection.ArrayListDeque
 
get(int) - Method in class net.minecraft.util.collection.DefaultedList
 
get(int) - Method in class net.minecraft.util.collection.EmptyPaletteStorage
Returns the value at index in this storage.
get(int) - Method in class net.minecraft.util.collection.IdList
get(int) - Method in interface net.minecraft.util.collection.IndexedIterable
 
get(int) - Method in class net.minecraft.util.collection.Int2ObjectBiMap
get(int) - Method in class net.minecraft.util.collection.PackedIntegerArray
Returns the value at index in this storage.
get(int) - Method in interface net.minecraft.util.collection.PaletteStorage
Returns the value at index in this storage.
get(int) - Method in class net.minecraft.util.collection.SortedArraySet
 
get(int) - Method in class net.minecraft.util.math.WordPackedArray
 
get(int) - Method in interface net.minecraft.util.profiler.log.MultiValueDebugSampleLog
 
get(int) - Method in class net.minecraft.util.profiler.MultiValueDebugSampleLogImpl
get(int) - Method in class net.minecraft.world.chunk.ArrayPalette
Returns the object associated with the given id.
get(int) - Method in class net.minecraft.world.chunk.BiMapPalette
Returns the object associated with the given id.
get(int) - Method in class net.minecraft.world.chunk.ChunkNibbleArray
 
get(int) - Method in class net.minecraft.world.chunk.IdListPalette
Returns the object associated with the given id.
get(int) - Method in class net.minecraft.world.chunk.light.ChunkSkyLight
 
get(int) - Method in interface net.minecraft.world.chunk.Palette
Returns the object associated with the given id.
get(int) - Method in class net.minecraft.world.chunk.PalettedContainer
 
get(int) - Method in class net.minecraft.world.chunk.SingularPalette
Returns the object associated with the given id.
get(int) - Method in class net.minecraft.world.entity.EntityIndex
 
get(int) - Method in interface net.minecraft.world.entity.EntityLookup
Returns an entity by its network ID, or null if none is found.
get(int) - Method in class net.minecraft.world.entity.SimpleEntityLookup
Returns an entity by its network ID, or null if none is found.
get(int) - Method in class net.minecraft.world.Heightmap
 
get(int) - Static method in class net.minecraft.world.storage.ChunkCompressionFormat
 
get(int, int) - Static method in enum class net.minecraft.client.render.model.ModelRotation
 
get(int, int) - Method in class net.minecraft.structure.WoodlandMansionGenerator.FlagMatrix
 
get(int, int) - Method in interface net.minecraft.util.profiler.log.MultiValueDebugSampleLog
 
get(int, int) - Method in class net.minecraft.util.profiler.MultiValueDebugSampleLogImpl
get(int, int) - Method in class net.minecraft.world.chunk.light.ChunkSkyLight
 
get(int, int) - Method in class net.minecraft.world.Heightmap
 
get(int, int, int) - Method in class net.minecraft.datafixer.fix.ChunkPalettedStorageFix.ChunkNibbleArray
 
get(int, int, int) - Method in class net.minecraft.world.chunk.ChunkNibbleArray
Returns the integer value of a nibble, in [0, 15].
get(int, int, int) - Method in class net.minecraft.world.chunk.PalettedContainer
get(int, int, int) - Method in interface net.minecraft.world.chunk.ReadableContainer
 
get(int, int, int) - Method in class net.minecraft.world.gen.carver.CarvingMask
 
get(long) - Method in class net.minecraft.client.gui.hud.DebugHud.AllocationRateCalculator
 
get(long) - Static method in class net.minecraft.client.gui.screen.LoadingDisplay
 
get(long) - Static method in class net.minecraft.client.realms.util.UploadTokenCache
 
get(long) - Method in class net.minecraft.world.chunk.ChunkToNibbleArrayMap
 
get(long) - Method in class net.minecraft.world.chunk.light.LightStorage
 
get(long) - Method in class net.minecraft.world.storage.SerializingRegionBasedStorage
 
get(A) - Static method in class net.minecraft.command.argument.ArgumentTypes
 
get(MinecraftProfileTexture) - Method in class net.minecraft.client.texture.PlayerSkinProvider.FileCache
 
get(CommandContext<T>) - Method in interface net.minecraft.server.command.ExecuteCommand.FunctionNamesGetter
 
get(MapDecoder<T>) - Method in class net.minecraft.component.type.NbtComponent
 
get(E) - Method in class net.minecraft.client.render.block.entity.BlockEntityRenderDispatcher
 
get(Class<?>) - Method in class net.minecraft.util.collection.Class2IntMap
 
get(String) - Method in class net.minecraft.client.option.ServerList
Returns the server info for address, or null if there is no such one.
get(String) - Static method in class net.minecraft.client.realms.Request
 
get(String) - Method in class net.minecraft.command.DataCommandStorage.PersistentState
 
get(String) - Static method in class net.minecraft.entity.EntityType
 
get(String) - Method in class net.minecraft.nbt.NbtCompound
Returns the element associated with the key from this compound, or null if there is none.
get(String) - Method in record class net.minecraft.network.message.ArgumentSignatureDataMap
Returns the signature data for argumentName, or null if the argument name is not present in this signatures.
get(String) - Method in class net.minecraft.resource.fs.ResourcePath
 
get(String) - Method in class net.minecraft.util.Language
 
get(String, int, int) - Static method in class net.minecraft.client.realms.Request
 
get(String, JsonObject, Function<JsonObject, T>) - Static method in class net.minecraft.client.realms.util.JsonUtils
 
get(String, String) - Method in class net.minecraft.client.resource.language.TranslationStorage
get(String, String) - Method in class net.minecraft.util.Language
 
get(String, Function<String, V>, Function<V, String>, V) - Method in class net.minecraft.server.dedicated.AbstractPropertiesHandler
 
get(String, Function<String, V>, UnaryOperator<V>, Function<V, String>, V) - Method in class net.minecraft.server.dedicated.AbstractPropertiesHandler
 
get(String, Function<String, V>, V) - Method in class net.minecraft.server.dedicated.AbstractPropertiesHandler
 
get(SocketAddress) - Method in class net.minecraft.server.BannedIpList
 
get(FileSystem) - Method in class net.minecraft.util.path.AllowedSymlinkPathMatcher
 
get(Path) - Method in record class net.minecraft.data.DataCache.CachedData
 
get(Path) - Method in class net.minecraft.util.logging.LogFileCompressor
 
get(TimeUnit) - Method in interface net.minecraft.util.TimeSupplier
 
get(TimeUnit) - Method in interface net.minecraft.util.TimeSupplier.Nanoseconds
get(BiFunction<World, BlockPos, T>) - Method in interface net.minecraft.screen.ScreenHandlerContext
Gets an optional value from this context's world and position with a BiFunction getter.
get(BiFunction<World, BlockPos, T>, T) - Method in interface net.minecraft.screen.ScreenHandlerContext
Gets a value from this context's world and position with a BiFunction getter.
get(Predicate<RegistryEntry<PointOfInterestType>>, PointOfInterestStorage.OccupationStatus) - Method in class net.minecraft.world.poi.PointOfInterestSet
 
get(List<String>) - Method in class net.minecraft.resource.fs.ResourcePath
 
get(List<NbtElement>) - Method in interface net.minecraft.command.argument.NbtPathArgumentType.PathNode
 
get(List<T>, int, int) - Static method in class net.minecraft.client.realms.gui.screen.RealmsSlotOptionsScreen
 
get(UUID) - Method in class net.minecraft.client.resource.server.ServerResourcePackManager
 
get(UUID) - Method in class net.minecraft.world.entity.EntityIndex
 
get(UUID) - Method in interface net.minecraft.world.entity.EntityLookup
Returns an entity by its UUID, or null if none is found.
get(UUID) - Method in class net.minecraft.world.entity.SimpleEntityLookup
Returns an entity by its UUID, or null if none is found.
get(K) - Method in class net.minecraft.server.ServerConfigList
 
get(AdvancementEntry) - Method in class net.minecraft.advancement.AdvancementManager
 
get(Block) - Method in interface net.minecraft.data.client.TexturedModel.Factory
 
get(BlockState, BlockView, BlockPos, ShapeContext) - Method in interface net.minecraft.world.RaycastContext.ShapeProvider
 
get(BlockState, BlockView, BlockPos, ShapeContext) - Method in enum class net.minecraft.world.RaycastContext.ShapeType
get(RenderLayer) - Method in class net.minecraft.client.render.chunk.BlockBufferBuilderStorage
 
get(SearchManager.Key<T>) - Method in class net.minecraft.client.search.SearchManager
 
get(TelemetryEventProperty<T>) - Method in class net.minecraft.client.session.telemetry.PropertyMap
 
get(DataComponentType<? extends T>) - Method in class net.minecraft.component.ComponentChanges
 
get(DataComponentType<? extends T>) - Method in interface net.minecraft.component.ComponentHolder
 
get(DataComponentType<? extends T>) - Method in record class net.minecraft.component.ComponentMap.Builder.SimpleComponentMap
get(DataComponentType<? extends T>) - Method in interface net.minecraft.component.ComponentMap
 
get(DataComponentType<? extends T>) - Method in class net.minecraft.component.ComponentMapImpl
get(TrackedData<T>) - Method in class net.minecraft.entity.data.DataTracker
 
get(EntityType<? extends LivingEntity>) - Static method in class net.minecraft.entity.attribute.DefaultAttributeRegistry
 
get(Item, Identifier) - Static method in class net.minecraft.client.item.ModelPredicateProviderRegistry
 
get(LootContextParameter<T>) - Method in class net.minecraft.loot.context.LootContext
 
get(LootContextParameter<T>) - Method in class net.minecraft.loot.context.LootContextParameterSet.Builder
 
get(LootContextParameter<T>) - Method in class net.minecraft.loot.context.LootContextParameterSet
 
get(NbtElement) - Method in class net.minecraft.command.argument.NbtPathArgumentType.NbtPath
 
get(NbtElement, List<NbtElement>) - Method in class net.minecraft.command.argument.NbtPathArgumentType.AllListElementNode
get(NbtElement, List<NbtElement>) - Method in class net.minecraft.command.argument.NbtPathArgumentType.FilteredListElementNode
get(NbtElement, List<NbtElement>) - Method in class net.minecraft.command.argument.NbtPathArgumentType.FilteredNamedNode
get(NbtElement, List<NbtElement>) - Method in class net.minecraft.command.argument.NbtPathArgumentType.FilteredRootNode
get(NbtElement, List<NbtElement>) - Method in class net.minecraft.command.argument.NbtPathArgumentType.IndexedListElementNode
get(NbtElement, List<NbtElement>) - Method in class net.minecraft.command.argument.NbtPathArgumentType.NamedNode
get(NbtElement, List<NbtElement>) - Method in interface net.minecraft.command.argument.NbtPathArgumentType.PathNode
 
get(RegistryKey<T>) - Method in interface net.minecraft.registry.Registry
Returns the value that is assigned key, or null if there is none.
get(RegistryKey<T>) - Method in class net.minecraft.registry.SimpleRegistry
Returns the value that is assigned key, or null if there is none.
get(DynamicRegistryManager, ItemStack) - Static method in class net.minecraft.item.trim.ArmorTrimMaterials
 
get(DynamicRegistryManager, ItemStack) - Static method in class net.minecraft.item.trim.ArmorTrimPatterns
 
get(RegistryKey<? extends Registry<? extends E>>) - Method in interface net.minecraft.registry.DynamicRegistryManager
Retrieves a registry from this manager, or throws an exception when the registry does not exist.
get(RegistryKey<? extends Registry<? extends T>>) - Method in class net.minecraft.registry.RegistryCloner.CloneableRegistries
 
get(ResourceMetadataReader<T>) - Method in class net.minecraft.resource.metadata.ResourceMetadataMap
 
get(ScoreboardObjective) - Method in class net.minecraft.scoreboard.Scores
 
get(ServerCommandSource) - Method in record class net.minecraft.text.BlockNbtDataSource
get(ServerCommandSource) - Method in record class net.minecraft.text.EntityNbtDataSource
get(ServerCommandSource) - Method in interface net.minecraft.text.NbtDataSource
 
get(ServerCommandSource) - Method in record class net.minecraft.text.StorageNbtDataSource
get(CommandFunctionManager) - Method in class net.minecraft.server.function.LazyContainer
 
get(MinecraftServer) - Static method in enum class net.minecraft.util.profiling.jfr.InstanceType
 
get(SaveLoading.LoadContextSupplierContext) - Method in interface net.minecraft.server.SaveLoading.LoadContextSupplier
 
get(Property<T>) - Method in class net.minecraft.state.State
 
get(DyeColor) - Static method in class net.minecraft.block.ShulkerBoxBlock
 
get(Identifier) - Method in interface net.minecraft.registry.DefaultedRegistry
Returns the value that is assigned id, or null if there is none.
get(Identifier) - Method in interface net.minecraft.registry.Registry
Returns the value that is assigned id, or null if there is none.
get(Identifier) - Method in class net.minecraft.registry.SimpleDefaultedRegistry
Returns the value that is assigned id, or null if there is none.
get(Identifier) - Method in class net.minecraft.registry.SimpleRegistry
Returns the value that is assigned id, or null if there is none.
get(Identifier) - Method in class net.minecraft.advancement.AdvancementManager
 
get(Identifier) - Method in class net.minecraft.client.network.ClientAdvancementManager
 
get(Identifier) - Method in class net.minecraft.client.sound.SoundManager
 
get(Identifier) - Method in class net.minecraft.command.DataCommandStorage
 
get(Identifier) - Method in class net.minecraft.entity.boss.BossBarManager
 
get(Identifier) - Method in class net.minecraft.recipe.RecipeManager
Returns a recipe with the given id, or empty if there is no such recipe.
get(Identifier) - Method in class net.minecraft.server.function.FunctionLoader
 
get(Identifier) - Method in class net.minecraft.server.ServerAdvancementLoader
 
get(BlockPos) - Method in class net.minecraft.world.poi.PointOfInterestSet
 
get(Direction.AxisDirection, Direction.Axis) - Static method in enum class net.minecraft.util.math.Direction
 
get(Random) - Method in class net.minecraft.util.math.floatprovider.ClampedNormalFloatProvider
get(Random) - Method in class net.minecraft.util.math.floatprovider.ConstantFloatProvider
get(Random) - Method in interface net.minecraft.util.math.floatprovider.FloatSupplier
 
get(Random) - Method in class net.minecraft.util.math.floatprovider.MultipliedFloatSupplier
get(Random) - Method in class net.minecraft.util.math.floatprovider.TrapezoidFloatProvider
get(Random) - Method in class net.minecraft.util.math.floatprovider.UniformFloatProvider
get(Random) - Method in class net.minecraft.util.math.intprovider.BiasedToBottomIntProvider
get(Random) - Method in class net.minecraft.util.math.intprovider.ClampedIntProvider
get(Random) - Method in class net.minecraft.util.math.intprovider.ClampedNormalIntProvider
get(Random) - Method in class net.minecraft.util.math.intprovider.ConstantIntProvider
get(Random) - Method in class net.minecraft.util.math.intprovider.IntProvider
 
get(Random) - Method in class net.minecraft.util.math.intprovider.UniformIntProvider
get(Random) - Method in class net.minecraft.util.math.intprovider.WeightedListIntProvider
get(Random, float, float, float, float) - Static method in class net.minecraft.util.math.floatprovider.ClampedNormalFloatProvider
 
get(Random, int) - Method in enum class net.minecraft.world.gen.chunk.placement.SpreadType
 
get(Random, BlockPos) - Method in class net.minecraft.world.gen.stateprovider.BlockStateProvider
Returns a provided block state.
get(Random, BlockPos) - Method in class net.minecraft.world.gen.stateprovider.DualNoiseBlockStateProvider
Returns a provided block state.
get(Random, BlockPos) - Method in class net.minecraft.world.gen.stateprovider.NoiseBlockStateProvider
Returns a provided block state.
get(Random, BlockPos) - Method in class net.minecraft.world.gen.stateprovider.NoiseThresholdBlockStateProvider
Returns a provided block state.
get(Random, BlockPos) - Method in class net.minecraft.world.gen.stateprovider.PillarBlockStateProvider
Returns a provided block state.
get(Random, BlockPos) - Method in class net.minecraft.world.gen.stateprovider.RandomizedIntBlockStateProvider
Returns a provided block state.
get(Random, BlockPos) - Method in class net.minecraft.world.gen.stateprovider.SimpleBlockStateProvider
Returns a provided block state.
get(Random, BlockPos) - Method in class net.minecraft.world.gen.stateprovider.WeightedBlockStateProvider
Returns a provided block state.
get(Random, HeightContext) - Method in class net.minecraft.world.gen.heightprovider.BiasedToBottomHeightProvider
get(Random, HeightContext) - Method in class net.minecraft.world.gen.heightprovider.ConstantHeightProvider
get(Random, HeightContext) - Method in class net.minecraft.world.gen.heightprovider.HeightProvider
 
get(Random, HeightContext) - Method in class net.minecraft.world.gen.heightprovider.TrapezoidHeightProvider
get(Random, HeightContext) - Method in class net.minecraft.world.gen.heightprovider.UniformHeightProvider
get(Random, HeightContext) - Method in class net.minecraft.world.gen.heightprovider.VeryBiasedToBottomHeightProvider
get(Random, HeightContext) - Method in class net.minecraft.world.gen.heightprovider.WeightedListHeightProvider
get(MultiNoiseUtil.NoiseValuePoint) - Method in class net.minecraft.world.biome.source.util.MultiNoiseUtil.Entries
Returns the closest entry at the given point.
get(MultiNoiseUtil.NoiseValuePoint, MultiNoiseUtil.NodeDistanceFunction<T>) - Method in class net.minecraft.world.biome.source.util.MultiNoiseUtil.SearchTree
 
get(BlockView, BlockPos) - Method in class net.minecraft.block.entity.BlockEntityType
Returns the block entity instance of this type at pos, or null if no such block entity exists.
get(GameRules.Key<T>) - Method in class net.minecraft.world.GameRules
 
get(BlendingData, int, int, int) - Method in interface net.minecraft.world.gen.chunk.Blender.BlendingSampler
 
get(LightType) - Method in class net.minecraft.world.chunk.light.LightingProvider
 
get(PersistentState.Type<T>, String) - Method in class net.minecraft.world.PersistentStateManager
 
get(T) - Method in class net.minecraft.registry.CombinedDynamicRegistries
 
Get(String, int, int) - Constructor for class net.minecraft.client.realms.Request.Get
GET_INVALID_EXCEPTION - Static variable in class net.minecraft.server.command.DataCommand
 
GET_MULTIPLE_EXCEPTION - Static variable in class net.minecraft.server.command.DataCommand
 
GET_UNKNOWN_EXCEPTION - Static variable in class net.minecraft.server.command.DataCommand
 
getAbgr(int, int, int, int) - Static method in class net.minecraft.util.math.ColorHelper.Abgr
 
getAbilities() - Method in class net.minecraft.entity.player.PlayerEntity
 
getAboveCollidableBlockValue(Chunk, BlockPos.Mutable) - Static method in class net.minecraft.world.gen.chunk.BlendingData
Returns 1.0 if there is a collidable block below, otherwise -1.
getAbsolute(Vec3d) - Method in class net.minecraft.test.TestContext
 
getAbsolutePos(BlockPos) - Method in class net.minecraft.test.TestContext
 
getAbsorptionAmount() - Method in class net.minecraft.entity.LivingEntity
 
getAbsorptionAmount() - Method in class net.minecraft.entity.player.PlayerEntity
getAbuseReportContext() - Method in class net.minecraft.client.MinecraftClient
 
getAccessibleFuture() - Method in class net.minecraft.server.world.ChunkHolder
 
getAccessToken() - Method in class net.minecraft.client.session.Session
 
getAccountType() - Method in class net.minecraft.client.session.Session
 
getAction() - Method in class net.minecraft.network.packet.c2s.play.AdvancementTabC2SPacket
 
getAction() - Method in class net.minecraft.network.packet.c2s.play.PlayerActionC2SPacket
 
getAction() - Method in class net.minecraft.network.packet.c2s.play.UpdateStructureBlockC2SPacket
 
getAction() - Method in class net.minecraft.network.packet.s2c.play.UnlockRecipesS2CPacket
 
getAction() - Method in class net.minecraft.text.ClickEvent
 
getAction() - Method in class net.minecraft.text.HoverEvent
 
getAction(RealmsServer, boolean, boolean) - Static method in class net.minecraft.client.realms.gui.RealmsWorldSlotButton
 
getActions() - Method in class net.minecraft.network.packet.s2c.play.PlayerListS2CPacket
 
getActionType() - Method in class net.minecraft.network.packet.c2s.play.ClickSlotC2SPacket
 
getActiveFilters(GameOptions) - Static method in class net.minecraft.client.font.FontManager
 
getActiveHand() - Method in class net.minecraft.client.network.ClientPlayerEntity
getActiveHand() - Method in class net.minecraft.entity.LivingEntity
 
getActiveItem() - Method in class net.minecraft.entity.LivingEntity
 
getActiveStatusEffects() - Method in class net.minecraft.entity.LivingEntity
 
getActiveTotemOfUndying(PlayerEntity) - Static method in class net.minecraft.client.network.ClientPlayNetworkHandler
 
getActivity() - Method in class net.minecraft.entity.ai.brain.ScheduleBuilder.ActivityEntry
 
getActivity() - Method in class net.minecraft.entity.mob.AbstractPiglinEntity
 
getActivity() - Method in class net.minecraft.entity.mob.PiglinBruteEntity
getActivity() - Method in class net.minecraft.entity.mob.PiglinEntity
getActivityForTime(int) - Method in class net.minecraft.entity.ai.brain.Schedule
 
getActorId() - Method in class net.minecraft.client.render.BlockBreakingInfo
 
getActualDensityFunction(DensityFunction) - Method in class net.minecraft.world.gen.chunk.ChunkNoiseSampler
Returns the actual density function for a given density function.
getActualDensityFunctionImpl(DensityFunction) - Method in class net.minecraft.world.gen.chunk.ChunkNoiseSampler
Returns the actual density function for a given density function.
getAddItemSound() - Method in class net.minecraft.entity.decoration.GlowItemFrameEntity
getAddItemSound() - Method in class net.minecraft.entity.decoration.ItemFrameEntity
 
getAdditionalDilation(Entity) - Method in class net.minecraft.client.render.debug.SupportingBlockDebugRenderer
 
getAdditionalPlayers(BlockPos) - Method in class net.minecraft.block.spawner.TrialSpawnerData
 
getAdditionsSlotDescription() - Method in class net.minecraft.item.SmithingTemplateItem
 
getAdditionsSound() - Method in class net.minecraft.world.biome.Biome
 
getAdditionsSound() - Method in class net.minecraft.world.biome.BiomeEffects
Returns the additions sound.
getAddress() - Method in class net.minecraft.client.network.ServerAddress
 
getAddress() - Method in class net.minecraft.network.ClientConnection
 
getAddressAsString(boolean) - Method in class net.minecraft.network.ClientConnection
 
getAddressPort() - Method in class net.minecraft.client.network.LanServerInfo
 
getAdjacentBlockCount(BlockState) - Method in class net.minecraft.block.VineBlock
 
getAdjacentChunksWithNoise(StructureWorldAccess, int, int, boolean) - Static method in class net.minecraft.world.gen.chunk.BlendingData
 
getAdjacentRailPositionsByShape(RailShape) - Static method in class net.minecraft.entity.vehicle.AbstractMinecartEntity
 
getAdjustedFirstBuyItem() - Method in class net.minecraft.village.TradeOffer
Returns a copy of the first buy item of this trade offer, with its price adjusted depending on the demand bonus, the special price and the price multiplier.
getAdjustedPitch(SoundInstance) - Method in class net.minecraft.client.sound.SoundSystem
 
getAdjustedVolume(float, SoundCategory) - Method in class net.minecraft.client.sound.SoundSystem
 
getAdjustedVolume(SoundInstance) - Method in class net.minecraft.client.sound.SoundSystem
 
getAdultFollowingSpeed(LivingEntity) - Static method in class net.minecraft.entity.passive.AxolotlBrain
Returns the axolotl's speed when a baby axolotl is following an adult.
getAdultHoglinsAround(HoglinEntity) - Static method in class net.minecraft.entity.mob.HoglinBrain
 
getAdvance() - Method in record class net.minecraft.client.font.BitmapFont.BitmapFontGlyph
 
getAdvance() - Method in enum class net.minecraft.client.font.BuiltinEmptyGlyph
 
getAdvance() - Method in interface net.minecraft.client.font.Glyph
 
getAdvance() - Method in class net.minecraft.client.font.TrueTypeFont.TtfGlyph
 
getAdvance() - Method in record class net.minecraft.client.font.UnihexFont.UnicodeTextureGlyph
 
getAdvance(boolean) - Method in interface net.minecraft.client.font.Glyph
 
getAdvancement() - Method in class net.minecraft.advancement.PlacedAdvancement
 
getAdvancementArgument(CommandContext<ServerCommandSource>, String) - Static method in class net.minecraft.command.argument.IdentifierArgumentType
 
getAdvancementBuilder() - Method in interface net.minecraft.data.server.recipe.RecipeExporter
 
getAdvancementEntry() - Method in class net.minecraft.advancement.PlacedAdvancement
 
getAdvancementHandler() - Method in class net.minecraft.client.network.ClientPlayNetworkHandler
 
getAdvancementIdsToRemove() - Method in class net.minecraft.network.packet.s2c.play.AdvancementUpdateS2CPacket
 
getAdvancementLoader() - Method in class net.minecraft.server.MinecraftServer
 
getAdvancements() - Method in class net.minecraft.advancement.AdvancementManager
 
getAdvancements() - Method in class net.minecraft.server.ServerAdvancementLoader
 
getAdvancementsToEarn() - Method in class net.minecraft.network.packet.s2c.play.AdvancementUpdateS2CPacket
 
getAdvancementsToProgress() - Method in class net.minecraft.network.packet.s2c.play.AdvancementUpdateS2CPacket
 
getAdvancementTracker() - Method in class net.minecraft.server.network.ServerPlayerEntity
 
getAdvancementTracker(ServerPlayerEntity) - Method in class net.minecraft.server.PlayerManager
 
getAdvancementWidget(PlacedAdvancement) - Method in class net.minecraft.client.gui.screen.advancement.AdvancementsScreen
 
getAffectedBlockPos() - Method in class net.minecraft.entity.LightningEntity
 
getAffectedBlocks() - Method in class net.minecraft.network.packet.s2c.play.ExplosionS2CPacket
 
getAffectedBlocks() - Method in class net.minecraft.world.explosion.Explosion
 
getAffectedOutline() - Method in class net.minecraft.client.render.RenderLayer
 
getAffectedOutline() - Method in class net.minecraft.client.render.RenderLayer.MultiPhase
getAffectedPlayers() - Method in class net.minecraft.world.explosion.Explosion
 
getAfterBatchConsumer(String) - Static method in class net.minecraft.test.TestFunctions
 
getAge(BlockState) - Method in class net.minecraft.block.CropBlock
 
getAgeProperty() - Method in class net.minecraft.block.BeetrootsBlock
getAgeProperty() - Method in class net.minecraft.block.CropBlock
 
getAgeProperty() - Method in class net.minecraft.block.TorchflowerBlock
getAimlessAngle(int, long) - Method in class net.minecraft.client.item.CompassAnglePredicateProvider
 
getAir() - Method in class net.minecraft.entity.Entity
Returns the air left for the entity, in ticks.
getAirRule() - Static method in class net.minecraft.world.gen.surfacebuilder.VanillaSurfaceRules
 
getAirState() - Method in class net.minecraft.world.gen.carver.CarverDebugConfig
 
getAlcErrorMessage(int) - Static method in class net.minecraft.client.sound.AlUtil
 
getAlignedArray() - Method in class net.minecraft.util.math.WordPackedArray
 
getAlignment(byte) - Static method in class net.minecraft.entity.decoration.DisplayEntity.TextDisplayEntity
 
getAliveEndCrystals() - Method in class net.minecraft.entity.boss.dragon.EnderDragonFight
 
getAliveEnderDragons() - Method in class net.minecraft.server.world.ServerWorld
Returns the list of alive ender dragons in the world.
getAll() - Static method in interface net.minecraft.block.SuspiciousStewIngredient
 
getAll() - Method in class net.minecraft.entity.boss.BossBarManager
 
getAll() - Static method in class net.minecraft.item.SpawnEggItem
 
getAll() - Static method in class net.minecraft.loot.LootTables
 
getAll() - Method in class net.minecraft.structure.StructureTemplate.PalettedBlockInfoList
 
getAll() - Method in class net.minecraft.util.logging.LogFileCompressor
 
getAll() - Method in class net.minecraft.world.ChunkUpdateState
 
getAllArmorItems() - Method in class net.minecraft.entity.LivingEntity
 
getAllArmorItems() - Method in class net.minecraft.entity.mob.MobEntity
getAllFunctions() - Method in class net.minecraft.server.function.CommandFunctionManager
 
getAllLanguages() - Method in class net.minecraft.client.resource.language.LanguageManager
 
getAllMatches(RecipeType<T>, C, World) - Method in class net.minecraft.recipe.RecipeManager
Creates a list of all recipes of the given type that match the given inventory and world.
getAllModels() - Method in class net.minecraft.client.render.model.json.ModelVariantMap
 
getAllNamespaces() - Method in class net.minecraft.resource.LifecycledResourceManagerImpl
Gets a set of all namespaces offered by the resource packs loaded by this manager.
getAllNamespaces() - Method in class net.minecraft.resource.NamespaceResourceManager
Gets a set of all namespaces offered by the resource packs loaded by this manager.
getAllNamespaces() - Method in class net.minecraft.resource.ReloadableResourceManagerImpl
Gets a set of all namespaces offered by the resource packs loaded by this manager.
getAllNamespaces() - Method in enum class net.minecraft.resource.ResourceManager.Empty
Gets a set of all namespaces offered by the resource packs loaded by this manager.
getAllNamespaces() - Method in interface net.minecraft.resource.ResourceManager
Gets a set of all namespaces offered by the resource packs loaded by this manager.
getAllocatedBits() - Method in class net.minecraft.world.storage.SectorMap
 
getAllocatedBytes() - Method in class net.minecraft.nbt.NbtSizeTracker
 
getAllocatedBytesPerSecond(List<GcHeapSummarySample>) - Static method in record class net.minecraft.util.profiling.jfr.sample.GcHeapSummarySample
 
getAllOf(Block) - Method in class net.minecraft.structure.StructureTemplate.PalettedBlockInfoList
 
getAllOfType(Class<S>) - Method in class net.minecraft.util.collection.TypeFilterableList
Returns all elements in this collection that are instances of type.
getAllOfType(RecipeType<T>) - Method in class net.minecraft.recipe.RecipeManager
 
getAllowed() - Method in class net.minecraft.loot.context.LootContextType
 
getAllowedFuels() - Method in class net.minecraft.client.gui.screen.recipebook.AbstractFurnaceRecipeBookScreen
 
getAllowedFuels() - Method in class net.minecraft.client.gui.screen.recipebook.BlastFurnaceRecipeBookScreen
getAllowedFuels() - Method in class net.minecraft.client.gui.screen.recipebook.FurnaceRecipeBookScreen
getAllowedFuels() - Method in class net.minecraft.client.gui.screen.recipebook.SmokerRecipeBookScreen
getAllowServerListing() - Method in class net.minecraft.client.option.GameOptions
 
getAllRaiders() - Method in class net.minecraft.village.raid.Raid
 
getAllRecipes() - Method in class net.minecraft.client.gui.screen.recipebook.RecipeResultCollection
 
getAllResources(Identifier) - Method in class net.minecraft.resource.LifecycledResourceManagerImpl
Gets all of the available resources to the corresponding resource identifier.
getAllResources(Identifier) - Method in class net.minecraft.resource.NamespaceResourceManager
Gets all of the available resources to the corresponding resource identifier.
getAllResources(Identifier) - Method in class net.minecraft.resource.ReloadableResourceManagerImpl
Gets all of the available resources to the corresponding resource identifier.
getAllResources(Identifier) - Method in enum class net.minecraft.resource.ResourceManager.Empty
Gets all of the available resources to the corresponding resource identifier.
getAllResources(Identifier) - Method in interface net.minecraft.resource.ResourceManager
Gets all of the available resources to the corresponding resource identifier.
getAllSimpleCriteria() - Static method in class net.minecraft.scoreboard.ScoreboardCriterion
 
getAlpha() - Method in class net.minecraft.client.render.debug.GameTestDebugRenderer.Marker
 
getAlpha(int) - Static method in class net.minecraft.util.math.ColorHelper.Abgr
 
getAlpha(int) - Static method in class net.minecraft.util.math.ColorHelper.Argb
Returns the alpha value of argb.
getAlpha(int, int, float) - Method in record class net.minecraft.client.particle.Particle.DynamicAlpha
 
getAlphaOffset() - Method in enum class net.minecraft.client.texture.NativeImage.Format
 
getAmbientDarkness() - Method in class net.minecraft.world.ChunkRegion
getAmbientDarkness() - Method in class net.minecraft.world.World
getAmbientDarkness() - Method in interface net.minecraft.world.WorldView
 
getAmbientOcclusionBrightness(int, int, int, int) - Method in class net.minecraft.client.render.block.BlockModelRenderer.AmbientOcclusionCalculator
 
getAmbientOcclusionLightLevel(BlockState, BlockView, BlockPos) - Method in class net.minecraft.block.AbstractBlock
 
getAmbientOcclusionLightLevel(BlockState, BlockView, BlockPos) - Method in class net.minecraft.block.BarrierBlock
getAmbientOcclusionLightLevel(BlockState, BlockView, BlockPos) - Method in class net.minecraft.block.LightBlock
getAmbientOcclusionLightLevel(BlockState, BlockView, BlockPos) - Method in class net.minecraft.block.MudBlock
getAmbientOcclusionLightLevel(BlockState, BlockView, BlockPos) - Method in class net.minecraft.block.SnowBlock
getAmbientOcclusionLightLevel(BlockState, BlockView, BlockPos) - Method in class net.minecraft.block.SoulSandBlock
getAmbientOcclusionLightLevel(BlockState, BlockView, BlockPos) - Method in class net.minecraft.block.StructureVoidBlock
getAmbientOcclusionLightLevel(BlockState, BlockView, BlockPos) - Method in class net.minecraft.block.TransparentBlock
getAmbientOcclusionLightLevel(BlockView, BlockPos) - Method in class net.minecraft.block.AbstractBlock.AbstractBlockState
 
getAmbientSound() - Method in class net.minecraft.entity.boss.dragon.EnderDragonEntity
getAmbientSound() - Method in class net.minecraft.entity.boss.WitherEntity
getAmbientSound() - Method in class net.minecraft.entity.mob.BlazeEntity
getAmbientSound() - Method in class net.minecraft.entity.mob.BoggedEntity
getAmbientSound() - Method in class net.minecraft.entity.mob.BreezeEntity
getAmbientSound() - Method in class net.minecraft.entity.mob.DrownedEntity
getAmbientSound() - Method in class net.minecraft.entity.mob.ElderGuardianEntity
getAmbientSound() - Method in class net.minecraft.entity.mob.EndermanEntity
getAmbientSound() - Method in class net.minecraft.entity.mob.EndermiteEntity
getAmbientSound() - Method in class net.minecraft.entity.mob.EvokerEntity
getAmbientSound() - Method in class net.minecraft.entity.mob.GhastEntity
getAmbientSound() - Method in class net.minecraft.entity.mob.GuardianEntity
getAmbientSound() - Method in class net.minecraft.entity.mob.HoglinEntity
getAmbientSound() - Method in class net.minecraft.entity.mob.HuskEntity
getAmbientSound() - Method in class net.minecraft.entity.mob.IllusionerEntity
getAmbientSound() - Method in class net.minecraft.entity.mob.MobEntity
 
getAmbientSound() - Method in class net.minecraft.entity.mob.PhantomEntity
getAmbientSound() - Method in class net.minecraft.entity.mob.PiglinBruteEntity
getAmbientSound() - Method in class net.minecraft.entity.mob.PiglinEntity
getAmbientSound() - Method in class net.minecraft.entity.mob.PillagerEntity
getAmbientSound() - Method in class net.minecraft.entity.mob.RavagerEntity
getAmbientSound() - Method in class net.minecraft.entity.mob.ShulkerEntity
getAmbientSound() - Method in class net.minecraft.entity.mob.SilverfishEntity
getAmbientSound() - Method in class net.minecraft.entity.mob.SkeletonEntity
getAmbientSound() - Method in class net.minecraft.entity.mob.SkeletonHorseEntity
getAmbientSound() - Method in class net.minecraft.entity.mob.SpiderEntity
getAmbientSound() - Method in class net.minecraft.entity.mob.StrayEntity
getAmbientSound() - Method in class net.minecraft.entity.mob.VexEntity
getAmbientSound() - Method in class net.minecraft.entity.mob.VindicatorEntity
getAmbientSound() - Method in class net.minecraft.entity.mob.WardenEntity
getAmbientSound() - Method in class net.minecraft.entity.mob.WitchEntity
getAmbientSound() - Method in class net.minecraft.entity.mob.WitherSkeletonEntity
getAmbientSound() - Method in class net.minecraft.entity.mob.ZoglinEntity
getAmbientSound() - Method in class net.minecraft.entity.mob.ZombieEntity
getAmbientSound() - Method in class net.minecraft.entity.mob.ZombieHorseEntity
getAmbientSound() - Method in class net.minecraft.entity.mob.ZombieVillagerEntity
getAmbientSound() - Method in class net.minecraft.entity.mob.ZombifiedPiglinEntity
getAmbientSound() - Method in class net.minecraft.entity.passive.AllayEntity
getAmbientSound() - Method in class net.minecraft.entity.passive.ArmadilloEntity
getAmbientSound() - Method in class net.minecraft.entity.passive.AxolotlEntity
getAmbientSound() - Method in class net.minecraft.entity.passive.BatEntity
getAmbientSound() - Method in class net.minecraft.entity.passive.BeeEntity
getAmbientSound() - Method in class net.minecraft.entity.passive.CamelEntity
getAmbientSound() - Method in class net.minecraft.entity.passive.CatEntity
getAmbientSound() - Method in class net.minecraft.entity.passive.ChickenEntity
getAmbientSound() - Method in class net.minecraft.entity.passive.CodEntity
getAmbientSound() - Method in class net.minecraft.entity.passive.CowEntity
getAmbientSound() - Method in class net.minecraft.entity.passive.DolphinEntity
getAmbientSound() - Method in class net.minecraft.entity.passive.DonkeyEntity
getAmbientSound() - Method in class net.minecraft.entity.passive.FoxEntity
getAmbientSound() - Method in class net.minecraft.entity.passive.FrogEntity
getAmbientSound() - Method in class net.minecraft.entity.passive.GlowSquidEntity
getAmbientSound() - Method in class net.minecraft.entity.passive.GoatEntity
getAmbientSound() - Method in class net.minecraft.entity.passive.GolemEntity
getAmbientSound() - Method in class net.minecraft.entity.passive.HorseEntity
getAmbientSound() - Method in class net.minecraft.entity.passive.LlamaEntity
getAmbientSound() - Method in class net.minecraft.entity.passive.MuleEntity
getAmbientSound() - Method in class net.minecraft.entity.passive.OcelotEntity
getAmbientSound() - Method in class net.minecraft.entity.passive.PandaEntity
getAmbientSound() - Method in class net.minecraft.entity.passive.ParrotEntity
getAmbientSound() - Method in class net.minecraft.entity.passive.PigEntity
getAmbientSound() - Method in class net.minecraft.entity.passive.PolarBearEntity
getAmbientSound() - Method in class net.minecraft.entity.passive.PufferfishEntity
getAmbientSound() - Method in class net.minecraft.entity.passive.RabbitEntity
getAmbientSound() - Method in class net.minecraft.entity.passive.SalmonEntity
getAmbientSound() - Method in class net.minecraft.entity.passive.SheepEntity
getAmbientSound() - Method in class net.minecraft.entity.passive.SnifferEntity
getAmbientSound() - Method in class net.minecraft.entity.passive.SnowGolemEntity
getAmbientSound() - Method in class net.minecraft.entity.passive.SquidEntity
getAmbientSound() - Method in class net.minecraft.entity.passive.StriderEntity
getAmbientSound() - Method in class net.minecraft.entity.passive.TadpoleEntity
getAmbientSound() - Method in class net.minecraft.entity.passive.TropicalFishEntity
getAmbientSound() - Method in class net.minecraft.entity.passive.TurtleEntity
getAmbientSound() - Method in class net.minecraft.entity.passive.VillagerEntity
getAmbientSound() - Method in class net.minecraft.entity.passive.WanderingTraderEntity
getAmbientSound() - Method in class net.minecraft.entity.passive.WolfEntity
getAmbientStandSound() - Method in class net.minecraft.entity.passive.AbstractHorseEntity
 
getAmountExtended(float) - Method in class net.minecraft.block.entity.PistonBlockEntity
 
getAmountFilled(ItemStack) - Static method in class net.minecraft.item.BundleItem
 
getAmountToFill(boolean, int, boolean) - Method in class net.minecraft.recipe.InputSlotFiller
 
getAmplifier() - Method in class net.minecraft.entity.effect.StatusEffectInstance
 
getAmplifier() - Method in class net.minecraft.network.packet.s2c.play.EntityStatusEffectS2CPacket
 
getAmplitudes() - Method in class net.minecraft.util.math.noise.OctavePerlinNoiseSampler
 
getAndCacheRecipe(RecipeInputInventory, World) - Method in class net.minecraft.recipe.RecipeCache
 
getAndCheckTemplatePath(Path, Identifier, String) - Static method in class net.minecraft.structure.StructureTemplateManager
 
getAndSetState(TestableWorld, BiConsumer<BlockPos, BlockState>, Random, BlockPos, TreeFeatureConfig) - Method in class net.minecraft.world.gen.trunk.TrunkPlacer
 
getAndSetState(TestableWorld, BiConsumer<BlockPos, BlockState>, Random, BlockPos, TreeFeatureConfig, Function<BlockState, BlockState>) - Method in class net.minecraft.world.gen.trunk.TrunkPlacer
 
getAnger() - Method in class net.minecraft.entity.mob.WardenEntity
 
getAngerAtTarget() - Method in class net.minecraft.entity.mob.WardenEntity
 
getAngerFor(Entity) - Method in class net.minecraft.entity.ai.WardenAngerManager
 
getAngerManager() - Method in class net.minecraft.entity.mob.WardenEntity
 
getAngerTime() - Method in interface net.minecraft.entity.mob.Angerable
 
getAngerTime() - Method in class net.minecraft.entity.mob.EndermanEntity
getAngerTime() - Method in class net.minecraft.entity.mob.ZombifiedPiglinEntity
getAngerTime() - Method in class net.minecraft.entity.passive.BeeEntity
getAngerTime() - Method in class net.minecraft.entity.passive.IronGolemEntity
getAngerTime() - Method in class net.minecraft.entity.passive.PolarBearEntity
getAngerTime() - Method in class net.minecraft.entity.passive.WolfEntity
getAngle() - Method in class net.minecraft.network.packet.s2c.play.PlayerSpawnPositionS2CPacket
 
getAngle(float, float, int, float, float) - Method in class net.minecraft.client.render.entity.PandaEntityRenderer
 
getAngle(int, float, float) - Static method in class net.minecraft.client.render.entity.model.GuardianEntityModel
 
getAngle(CommandContext<ServerCommandSource>, String) - Static method in class net.minecraft.command.argument.AngleArgumentType
 
getAngle(ItemStack, ClientWorld, int, Entity) - Method in class net.minecraft.client.item.CompassAnglePredicateProvider
 
getAngle(ServerCommandSource) - Method in class net.minecraft.command.argument.AngleArgumentType.Angle
 
getAngles(ModelPart) - Method in class net.minecraft.client.render.entity.model.AxolotlEntityModel
 
getAngleTo(Entity, long, BlockPos) - Method in class net.minecraft.client.item.CompassAnglePredicateProvider
 
getAngleTo(Entity, BlockPos) - Method in class net.minecraft.client.item.CompassAnglePredicateProvider
 
getAngriness() - Method in class net.minecraft.entity.mob.WardenEntity
 
getAngryAnimationProgress(float) - Method in class net.minecraft.entity.passive.AbstractHorseEntity
 
getAngryAt() - Method in interface net.minecraft.entity.mob.Angerable
 
getAngryAt() - Method in class net.minecraft.entity.mob.EndermanEntity
getAngryAt() - Method in class net.minecraft.entity.mob.ZombifiedPiglinEntity
getAngryAt() - Method in class net.minecraft.entity.passive.BeeEntity
getAngryAt() - Method in class net.minecraft.entity.passive.IronGolemEntity
getAngryAt() - Method in class net.minecraft.entity.passive.PolarBearEntity
getAngryAt() - Method in class net.minecraft.entity.passive.WolfEntity
getAngryAt(AbstractPiglinEntity) - Static method in class net.minecraft.entity.mob.PiglinBrain
 
getAngrySound() - Method in class net.minecraft.entity.passive.AbstractHorseEntity
 
getAngrySound() - Method in class net.minecraft.entity.passive.DonkeyEntity
getAngrySound() - Method in class net.minecraft.entity.passive.HorseEntity
getAngrySound() - Method in class net.minecraft.entity.passive.LlamaEntity
getAngrySound() - Method in class net.minecraft.entity.passive.MuleEntity
getAnimationCounter(CreeperEntity, float) - Method in class net.minecraft.client.render.entity.CreeperEntityRenderer
 
getAnimationCounter(T, float) - Method in class net.minecraft.client.render.entity.LivingEntityRenderer
 
getAnimationFrameDelta() - Method in class net.minecraft.client.texture.Sprite
 
getAnimationId() - Method in class net.minecraft.network.packet.s2c.play.EntityAnimationS2CPacket
 
getAnimationProgress(float) - Method in class net.minecraft.block.entity.ChestBlockEntity
getAnimationProgress(float) - Method in class net.minecraft.block.entity.EnderChestBlockEntity
getAnimationProgress(float) - Method in interface net.minecraft.block.entity.LidOpenable
 
getAnimationProgress(float) - Method in class net.minecraft.block.entity.ShulkerBoxBlockEntity
 
getAnimationProgress(float) - Method in class net.minecraft.entity.mob.EvokerFangsEntity
 
getAnimationProgress(ChickenEntity, float) - Method in class net.minecraft.client.render.entity.ChickenEntityRenderer
 
getAnimationProgress(ParrotEntity, float) - Method in class net.minecraft.client.render.entity.ParrotEntityRenderer
 
getAnimationProgress(WolfEntity, float) - Method in class net.minecraft.client.render.entity.WolfEntityRenderer
 
getAnimationProgress(T, float) - Method in class net.minecraft.client.render.entity.LivingEntityRenderer
This value is passed to other methods when calculating angles for animation.
getAnimationProgress(T, float) - Method in class net.minecraft.client.render.entity.SquidEntityRenderer
 
getAnimationProgressRetriever(LidOpenable) - Static method in class net.minecraft.block.ChestBlock
 
getAnimationStage() - Method in class net.minecraft.block.entity.ShulkerBoxBlockEntity
 
getAo() - Method in class net.minecraft.client.option.GameOptions
 
getApiDescription() - Static method in class com.mojang.blaze3d.systems.RenderSystem
 
getAppendLimit() - Method in class net.minecraft.command.EntitySelector
 
getApplicableItems() - Method in class net.minecraft.enchantment.Enchantment
 
getAppliedName(RegistryEntry<ArmorMaterial>) - Method in record class net.minecraft.data.client.ItemModelGenerator.TrimMaterial
 
getAppliedOverlays(int) - Method in record class net.minecraft.resource.metadata.PackOverlaysMetadata
 
getAquiferRandomDeriver() - Method in class net.minecraft.world.gen.noise.NoiseConfig
 
getAquiferSampler() - Method in class net.minecraft.world.gen.chunk.ChunkNoiseSampler
 
getAreaInstance() - Method in interface net.minecraft.world.border.WorldBorder.Area
 
getAreaInstance() - Method in class net.minecraft.world.border.WorldBorder.MovingArea
getAreaInstance() - Method in class net.minecraft.world.border.WorldBorder.StaticArea
getArg(int) - Method in class net.minecraft.text.TranslatableTextContent
 
getArgb(int, int, int) - Static method in class net.minecraft.util.math.ColorHelper.Argb
 
getArgb(int, int, int, int) - Static method in class net.minecraft.util.math.ColorHelper.Argb
Returns the ARGB color value from its components.
getArgs() - Method in class net.minecraft.text.TranslatableTextContent
 
getArgument(NbtPathArgumentType.NbtPath, DataCommandObject) - Static method in class net.minecraft.server.command.FunctionCommand
 
getArgumentComparator() - Method in class net.minecraft.server.world.ChunkTicketType
 
getArguments(CommandContext<ServerCommandSource>) - Method in class net.minecraft.server.command.FunctionCommand.Command
 
getArgumentTypeProperties(A) - Static method in class net.minecraft.command.argument.ArgumentTypes
 
getArgumentTypeProperties(A) - Method in interface net.minecraft.command.argument.serialize.ArgumentSerializer
 
getArgumentTypeProperties(A) - Method in class net.minecraft.command.argument.serialize.ConstantArgumentSerializer
 
getArgumentTypeProperties(DoubleArgumentType) - Method in class net.minecraft.command.argument.serialize.DoubleArgumentSerializer
 
getArgumentTypeProperties(FloatArgumentType) - Method in class net.minecraft.command.argument.serialize.FloatArgumentSerializer
 
getArgumentTypeProperties(IntegerArgumentType) - Method in class net.minecraft.command.argument.serialize.IntegerArgumentSerializer
 
getArgumentTypeProperties(LongArgumentType) - Method in class net.minecraft.command.argument.serialize.LongArgumentSerializer
 
getArgumentTypeProperties(StringArgumentType) - Method in class net.minecraft.command.argument.serialize.StringArgumentSerializer
 
getArgumentTypeProperties(EntityArgumentType) - Method in class net.minecraft.command.argument.EntityArgumentType.Serializer
 
getArgumentTypeProperties(RegistryEntryArgumentType<T>) - Method in class net.minecraft.command.argument.RegistryEntryArgumentType.Serializer
 
getArgumentTypeProperties(RegistryEntryPredicateArgumentType<T>) - Method in class net.minecraft.command.argument.RegistryEntryPredicateArgumentType.Serializer
 
getArgumentTypeProperties(RegistryKeyArgumentType<T>) - Method in class net.minecraft.command.argument.RegistryKeyArgumentType.Serializer
 
getArgumentTypeProperties(RegistryPredicateArgumentType<T>) - Method in class net.minecraft.command.argument.RegistryPredicateArgumentType.Serializer
 
getArgumentTypeProperties(ScoreHolderArgumentType) - Method in class net.minecraft.command.argument.ScoreHolderArgumentType.Serializer
 
getArgumentTypeProperties(TimeArgumentType) - Method in class net.minecraft.command.argument.TimeArgumentType.Serializer
 
getArm(Arm) - Method in class net.minecraft.client.render.entity.model.BipedEntityModel
 
getArmor() - Method in class net.minecraft.entity.LivingEntity
 
getArmorCutoutNoCull(Identifier) - Static method in class net.minecraft.client.render.RenderLayer
 
getArmorEntityGlint() - Static method in class net.minecraft.client.render.RenderLayer
 
getArmorGlint() - Static method in class net.minecraft.client.render.RenderLayer
 
getArmorGlintConsumer(VertexConsumerProvider, RenderLayer, boolean, boolean) - Static method in class net.minecraft.client.render.item.ItemRenderer
 
getArmorItems() - Method in class net.minecraft.entity.decoration.ArmorStandEntity
getArmorItems() - Method in class net.minecraft.entity.LivingEntity
 
getArmorItems() - Method in class net.minecraft.entity.mob.MobEntity
getArmorItems() - Method in class net.minecraft.entity.player.PlayerEntity
getArmorStack(int) - Method in class net.minecraft.entity.player.PlayerInventory
 
getArmorStandSlotId() - Method in enum class net.minecraft.entity.EquipmentSlot
Returns the index of the inventory slot this slot occupies in an ArmorStandEntity.
getArmorTexturedModelData(Dilation) - Static method in class net.minecraft.client.render.entity.model.ZombieVillagerEntityModel
 
getArmorTrimEmptyAdditionsSlotTextures() - Static method in class net.minecraft.item.SmithingTemplateItem
 
getArmorTrimEmptyBaseSlotTextures() - Static method in class net.minecraft.item.SmithingTemplateItem
 
getArmorTrims(boolean) - Static method in class net.minecraft.client.render.TexturedRenderLayers
 
getArmorVisibility() - Method in class net.minecraft.entity.LivingEntity
 
getArmPose(AbstractClientPlayerEntity, Hand) - Static method in class net.minecraft.client.render.entity.PlayerEntityRenderer
 
getAroundAndOnBedOffsets(Direction, Direction) - Static method in class net.minecraft.block.BedBlock
 
getAroundBedOffsets(Direction, Direction) - Static method in class net.minecraft.block.BedBlock
 
getArray(JsonObject, String) - Static method in class net.minecraft.util.JsonHelper
 
getArray(JsonObject, String, JsonArray) - Static method in class net.minecraft.util.JsonHelper
 
getArrayIndex(int) - Static method in class net.minecraft.world.chunk.ChunkNibbleArray
 
getArrayLength() - Method in class net.minecraft.util.collection.ArrayListDeque
 
getArrivalInTicks() - Method in class net.minecraft.particle.VibrationParticleEffect
 
getArrowId(Dynamic<?>) - Static method in class net.minecraft.datafixer.fix.ProjectileItemTypeFix
 
getArrowNavigation(NavigationDirection) - Method in class net.minecraft.client.gui.screen.Screen
 
getAscent() - Method in interface net.minecraft.client.font.RenderableGlyph
 
getAsItemStack() - Method in class net.minecraft.entity.decoration.GlowItemFrameEntity
getAsItemStack() - Method in class net.minecraft.entity.decoration.ItemFrameEntity
 
getAskForBambooTicks() - Method in class net.minecraft.entity.passive.PandaEntity
 
getAssetDir() - Method in class net.minecraft.client.RunArgs.Directories
 
getAt(List<T>, int) - Static method in class net.minecraft.util.collection.Weighting
 
getAtlas(Identifier) - Method in class net.minecraft.client.render.model.BakedModelManager
 
getAtlas(Identifier) - Method in class net.minecraft.client.render.model.SpriteAtlasManager
 
getAtlasId() - Method in class net.minecraft.client.texture.Sprite
 
getAtlasId() - Method in class net.minecraft.client.util.SpriteIdentifier
 
getAttachedEntityId() - Method in class net.minecraft.network.packet.s2c.play.EntityAttachS2CPacket
 
getAttachedFace() - Method in class net.minecraft.entity.mob.ShulkerEntity
 
getAttachedItemFrame(World, Direction, BlockPos) - Method in class net.minecraft.block.ComparatorBlock
 
getAttachments() - Method in class net.minecraft.entity.Entity
 
getAttackBox() - Method in class net.minecraft.entity.mob.MobEntity
Gets the area in which this mob can attack entities whose hitbox intersects it.
getAttackBox() - Method in class net.minecraft.entity.mob.RavagerEntity
Gets the area in which this mob can attack entities whose hitbox intersects it.
getAttackCooldownProgress(float) - Method in class net.minecraft.entity.player.PlayerEntity
 
getAttackCooldownProgressPerTick() - Method in class net.minecraft.entity.player.PlayerEntity
 
getAttackDamage() - Method in class net.minecraft.entity.passive.CatEntity
 
getAttackDamage() - Method in class net.minecraft.entity.passive.IronGolemEntity
 
getAttackDamage() - Method in class net.minecraft.entity.passive.OcelotEntity
 
getAttackDamage() - Method in interface net.minecraft.item.ToolMaterial
Returns the attack damage bonus applied to any ToolItem using this ToolMaterial.
getAttackDamage() - Method in enum class net.minecraft.item.ToolMaterials
Returns the attack damage bonus applied to any ToolItem using this ToolMaterial.
getAttackDamage(int, EntityType<?>) - Method in class net.minecraft.enchantment.DamageEnchantment
getAttackDamage(int, EntityType<?>) - Method in class net.minecraft.enchantment.Enchantment
 
getAttackDamage(int, EntityType<?>) - Method in class net.minecraft.enchantment.ImpalingEnchantment
getAttackDamage(ItemStack, EntityType<?>) - Static method in class net.minecraft.enchantment.EnchantmentHelper
 
getAttackDistanceScalingFactor(Entity) - Method in class net.minecraft.entity.LivingEntity
 
getAttackedFallDeathMessage(Entity, Text, String, String) - Method in class net.minecraft.entity.damage.DamageTracker
 
getAttacker() - Method in class net.minecraft.entity.damage.DamageSource
 
getAttacker() - Method in class net.minecraft.entity.LivingEntity
 
getAttacker() - Method in interface net.minecraft.entity.mob.Angerable
 
getAttackIndicator() - Method in class net.minecraft.client.option.GameOptions
 
getAttacking() - Method in class net.minecraft.entity.LivingEntity
 
getAttackingArm(Arm) - Method in class net.minecraft.client.render.entity.model.IllagerEntityModel
 
getAttackTarget(LivingEntity) - Static method in class net.minecraft.entity.ai.brain.task.CrossbowAttackTask
 
getAttackTarget(AxolotlEntity) - Static method in class net.minecraft.entity.passive.AxolotlBrain
 
getAttackTick() - Method in class net.minecraft.entity.mob.RavagerEntity
 
getAttackTicksLeft() - Method in class net.minecraft.entity.passive.IronGolemEntity
 
getAttackZone(BlockPos) - Static method in class net.minecraft.block.entity.ConduitBlockEntity
 
getAttenuation() - Method in class net.minecraft.client.sound.Sound
 
getAttenuationType() - Method in class net.minecraft.client.sound.AbstractSoundInstance
getAttenuationType() - Method in interface net.minecraft.client.sound.SoundInstance
 
getAttribLocation(int, CharSequence) - Static method in class net.minecraft.client.gl.GlUniform
 
getAttribute() - Method in class net.minecraft.entity.attribute.EntityAttributeInstance
 
getAttribute(String) - Method in class net.minecraft.resource.fs.ResourceFileStore
 
getAttribute(String) - Method in class net.minecraft.server.dedicated.ServerMBean
 
getAttributeBaseValue(RegistryEntry<EntityAttribute>) - Method in class net.minecraft.entity.LivingEntity
 
getAttributeInstance(Entity, RegistryEntry<EntityAttribute>) - Static method in class net.minecraft.server.command.AttributeCommand
 
getAttributeInstance(RegistryEntry<EntityAttribute>) - Method in class net.minecraft.entity.LivingEntity
 
getAttributeModifiers(EquipmentSlot) - Method in class net.minecraft.item.ArmorItem
Returns the attribute modifiers the item provides.
getAttributeModifiers(EquipmentSlot) - Method in class net.minecraft.item.Item
Deprecated.
getAttributeNames() - Method in class net.minecraft.client.render.VertexFormat
 
getAttributes() - Method in class net.minecraft.entity.LivingEntity
 
getAttributes() - Method in class net.minecraft.resource.fs.ResourcePath
 
getAttributes(String[]) - Method in class net.minecraft.server.dedicated.ServerMBean
 
getAttributesToSend() - Method in class net.minecraft.entity.attribute.AttributeContainer
 
getAttributeValue(RegistryEntry<EntityAttribute>) - Method in class net.minecraft.entity.LivingEntity
 
getAttributeView() - Method in class net.minecraft.resource.fs.ResourcePath
 
getAuthor() - Method in class net.minecraft.structure.StructureTemplate
 
getAutoJump() - Method in class net.minecraft.client.option.GameOptions
 
getAutosaveInterval() - Method in class net.minecraft.server.MinecraftServer
 
getAutoSuggestions() - Method in class net.minecraft.client.option.GameOptions
 
getAvailableBuffer() - Method in class net.minecraft.util.FixedBufferInputStream
 
getAvailableBuilderCount() - Method in class net.minecraft.client.render.chunk.BlockBufferBuilderPool
 
getAvailableFood() - Method in class net.minecraft.entity.passive.VillagerEntity
 
getAvailableMoisture(Block, BlockView, BlockPos) - Static method in class net.minecraft.block.CropBlock
 
getAvailableRecipeCount() - Method in class net.minecraft.screen.StonecutterScreenHandler
 
getAvailableRecipes() - Method in class net.minecraft.screen.StonecutterScreenHandler
 
getAvailableSlots(Inventory, Direction) - Static method in class net.minecraft.block.entity.HopperBlockEntity
 
getAvailableSlots(Direction) - Method in class net.minecraft.block.ComposterBlock.ComposterInventory
Returns the available slot positions that are reachable from a given side.
getAvailableSlots(Direction) - Method in class net.minecraft.block.ComposterBlock.DummyInventory
Returns the available slot positions that are reachable from a given side.
getAvailableSlots(Direction) - Method in class net.minecraft.block.ComposterBlock.FullComposterInventory
Returns the available slot positions that are reachable from a given side.
getAvailableSlots(Direction) - Method in class net.minecraft.block.entity.AbstractFurnaceBlockEntity
Returns the available slot positions that are reachable from a given side.
getAvailableSlots(Direction) - Method in class net.minecraft.block.entity.BrewingStandBlockEntity
Returns the available slot positions that are reachable from a given side.
getAvailableSlots(Direction) - Method in class net.minecraft.block.entity.ShulkerBoxBlockEntity
Returns the available slot positions that are reachable from a given side.
getAvailableSlots(Direction) - Method in interface net.minecraft.inventory.SidedInventory
Returns the available slot positions that are reachable from a given side.
getAverageNanosPerTick() - Method in class net.minecraft.server.MinecraftServer
 
getAveragePacketsReceived() - Method in class net.minecraft.network.ClientConnection
 
getAveragePacketsSent() - Method in class net.minecraft.network.ClientConnection
 
getAverageSideLength() - Method in class net.minecraft.util.math.Box
 
getAverageSize() - Method in record class net.minecraft.util.profiling.jfr.sample.NetworkIoStatistics.PacketStatistics
 
getAverageTickTime() - Method in class net.minecraft.server.dedicated.ServerMBean
Returns the server's current average tick time, in milliseconds.
getAverageTickTime() - Method in class net.minecraft.server.MinecraftServer
 
getAvoiding(PiglinEntity) - Static method in class net.minecraft.entity.mob.PiglinBrain
 
getAxis() - Method in enum class net.minecraft.client.gui.navigation.NavigationDirection
 
getAxis() - Method in enum class net.minecraft.datafixer.fix.ChunkPalettedStorageFix.Facing
 
getAxis() - Method in enum class net.minecraft.util.math.Direction
 
getAxisFlips() - Method in enum class net.minecraft.util.math.DirectionTransformation
 
getBabyChance() - Method in class net.minecraft.entity.passive.PassiveEntity.PassiveData
 
getBabyInteractionTargetCounts(List<LivingEntity>) - Static method in class net.minecraft.entity.ai.brain.task.PlayWithVillagerBabiesTask
 
getBackendDescription() - Static method in class com.mojang.blaze3d.systems.RenderSystem
 
getBackground() - Method in class net.minecraft.advancement.AdvancementDisplay
 
getBackground() - Method in class net.minecraft.entity.decoration.DisplayEntity.TextDisplayEntity
 
getBackgroundForChatOnly() - Method in class net.minecraft.client.option.GameOptions
 
getBackgroundSprite() - Method in class net.minecraft.client.gui.screen.ingame.CreativeInventoryScreen.CreativeSlot
getBackgroundSprite() - Method in class net.minecraft.screen.slot.Slot
 
getBackSprite() - Method in class net.minecraft.client.texture.PaintingManager
 
getBackText() - Method in class net.minecraft.block.entity.SignBlockEntity
 
getBackupsDirectory() - Method in class net.minecraft.world.level.storage.LevelStorage
 
getBackwardsYaw(Camera) - Static method in class net.minecraft.client.render.entity.DisplayEntityRenderer
 
getBadlandsBiome(int, MultiNoiseUtil.ParameterRange) - Method in class net.minecraft.world.biome.source.util.VanillaBiomeParameters
Returns a badlands for the given humidity and weirdness.
getBadlandsOrRegularBiome(int, int, MultiNoiseUtil.ParameterRange) - Method in class net.minecraft.world.biome.source.util.VanillaBiomeParameters
Returns badlands if temperature is 4, otherwise a regular biome.
getBadOmenLevel() - Method in class net.minecraft.village.raid.Raid
 
getBakedModelManager() - Method in class net.minecraft.client.MinecraftClient
 
getBakedModelMap() - Method in class net.minecraft.client.render.model.ModelLoader
 
getBambooBlockStateVariants(int) - Method in class net.minecraft.data.client.BlockStateModelGenerator
 
getBannerPatterns() - Static method in class net.minecraft.client.render.TexturedRenderLayers
 
getBannerPatterns() - Method in class net.minecraft.screen.LoomScreenHandler
 
getBannerPatternTextureId(RegistryKey<BannerPattern>) - Static method in class net.minecraft.client.render.TexturedRenderLayers
 
getBanners() - Method in class net.minecraft.item.map.MapState
 
getBannerSlot() - Method in class net.minecraft.screen.LoomScreenHandler
 
getBarProgress() - Method in class net.minecraft.network.packet.s2c.play.ExperienceBarUpdateS2CPacket
 
getBarrierState() - Method in class net.minecraft.world.gen.carver.CarverDebugConfig
 
getBarteredItem(PiglinEntity) - Static method in class net.minecraft.entity.mob.PiglinBrain
 
getBase() - Method in class net.minecraft.registry.RegistryBuilder.UntaggedDelegatingLookup
getBase() - Method in interface net.minecraft.registry.RegistryWrapper.Impl.Delegating
 
getBaseBlock() - Method in class net.minecraft.block.BrushableBlock
 
getBaseBlock() - Method in class net.minecraft.data.family.BlockFamily
 
getBaseBlock() - Method in enum class net.minecraft.entity.vehicle.BoatEntity.Type
 
getBaseClass() - Method in class net.minecraft.entity.EntityType
getBaseClass() - Method in interface net.minecraft.util.TypeFilter
 
getBaseColorComponents() - Method in class net.minecraft.entity.passive.TropicalFishEntity
 
getBaseDimensions(EntityPose) - Method in class net.minecraft.entity.decoration.ArmorStandEntity
getBaseDimensions(EntityPose) - Method in class net.minecraft.entity.LivingEntity
 
getBaseDimensions(EntityPose) - Method in class net.minecraft.entity.mob.PhantomEntity
getBaseDimensions(EntityPose) - Method in class net.minecraft.entity.mob.PiglinEntity
getBaseDimensions(EntityPose) - Method in class net.minecraft.entity.mob.SkeletonHorseEntity
getBaseDimensions(EntityPose) - Method in class net.minecraft.entity.mob.SlimeEntity
getBaseDimensions(EntityPose) - Method in class net.minecraft.entity.mob.WardenEntity
getBaseDimensions(EntityPose) - Method in class net.minecraft.entity.mob.ZombieEntity
getBaseDimensions(EntityPose) - Method in class net.minecraft.entity.mob.ZombieHorseEntity
getBaseDimensions(EntityPose) - Method in class net.minecraft.entity.mob.ZombifiedPiglinEntity
getBaseDimensions(EntityPose) - Method in class net.minecraft.entity.passive.AbstractDonkeyEntity
getBaseDimensions(EntityPose) - Method in class net.minecraft.entity.passive.CamelEntity
getBaseDimensions(EntityPose) - Method in class net.minecraft.entity.passive.ChickenEntity
getBaseDimensions(EntityPose) - Method in class net.minecraft.entity.passive.CowEntity
getBaseDimensions(EntityPose) - Method in class net.minecraft.entity.passive.FoxEntity
getBaseDimensions(EntityPose) - Method in class net.minecraft.entity.passive.GoatEntity
getBaseDimensions(EntityPose) - Method in class net.minecraft.entity.passive.HorseEntity
getBaseDimensions(EntityPose) - Method in class net.minecraft.entity.passive.LlamaEntity
getBaseDimensions(EntityPose) - Method in class net.minecraft.entity.passive.PandaEntity
getBaseDimensions(EntityPose) - Method in class net.minecraft.entity.passive.PolarBearEntity
getBaseDimensions(EntityPose) - Method in class net.minecraft.entity.passive.PufferfishEntity
getBaseDimensions(EntityPose) - Method in class net.minecraft.entity.passive.SnifferEntity
getBaseDimensions(EntityPose) - Method in class net.minecraft.entity.passive.TurtleEntity
getBaseDimensions(EntityPose) - Method in class net.minecraft.entity.player.PlayerEntity
getBaseDyeColor(int) - Static method in class net.minecraft.entity.passive.TropicalFishEntity
 
getBaseHeight(WorldAccess, int, int, RuinedPortalStructurePiece.VerticalPlacement) - Static method in class net.minecraft.structure.RuinedPortalStructurePiece
 
getBaseLightLevel(BlockPos, int) - Method in interface net.minecraft.world.BlockRenderView
 
getBasementMarkerPos() - Method in class net.minecraft.structure.DesertTempleGenerator
 
getBaseMovementSpeedMultiplier() - Method in class net.minecraft.entity.LivingEntity
 
getBaseMovementSpeedMultiplier() - Method in class net.minecraft.entity.mob.SkeletonHorseEntity
getBaseMovementSpeedMultiplier() - Method in class net.minecraft.entity.passive.PolarBearEntity
getBasePower() - Method in enum class net.minecraft.enchantment.ProtectionEnchantment.Type
 
getBaseScale() - Method in class net.minecraft.world.gen.feature.LargeDripstoneFeature.DripstoneGenerator
 
getBaseSlotDescription() - Method in class net.minecraft.item.SmithingTemplateItem
 
getBaseValue() - Method in class net.minecraft.entity.attribute.EntityAttributeInstance
Gets the base value of this attribute instance.
getBaseValue(RegistryEntry<EntityAttribute>) - Method in class net.minecraft.entity.attribute.AttributeContainer
 
getBaseValue(RegistryEntry<EntityAttribute>) - Method in class net.minecraft.entity.attribute.DefaultAttributeContainer
 
getBasicProjectionMatrix(double) - Method in class net.minecraft.client.render.GameRenderer
 
getBatchedTree(List<? extends MultiNoiseUtil.SearchTree.TreeNode<T>>) - Static method in class net.minecraft.world.biome.source.util.MultiNoiseUtil.SearchTree
 
getBeaconBeam(Identifier, boolean) - Static method in class net.minecraft.client.render.RenderLayer
 
getBeamProgress(float) - Method in class net.minecraft.entity.mob.GuardianEntity
 
getBeamSegments() - Method in class net.minecraft.block.entity.BeaconBlockEntity
 
getBeamTarget() - Method in class net.minecraft.entity.decoration.EndCrystalEntity
 
getBeamTarget() - Method in class net.minecraft.entity.mob.GuardianEntity
 
getBeamTicks() - Method in class net.minecraft.entity.mob.GuardianEntity
 
getBearingX() - Method in interface net.minecraft.client.font.RenderableGlyph
 
getBedPart(BlockState) - Static method in class net.minecraft.block.BedBlock
 
getBeds() - Static method in class net.minecraft.client.render.TexturedRenderLayers
 
getBeeCount() - Method in class net.minecraft.block.entity.BeehiveBlockEntity
 
getBeeFlag(int) - Method in class net.minecraft.entity.passive.BeeEntity
 
getBeeNamesForHive(DebugHiveCustomPayload.HiveInfo) - Method in class net.minecraft.client.render.debug.BeeDebugRenderer
 
getBeesByHive() - Method in class net.minecraft.client.render.debug.BeeDebugRenderer
 
getBeesForHive(BlockPos) - Method in class net.minecraft.client.render.debug.BeeDebugRenderer
 
getBeforeBatchConsumer(String) - Static method in class net.minecraft.test.TestFunctions
 
getBegAnimationProgress(float) - Method in class net.minecraft.entity.passive.WolfEntity
 
getBehaviorForItem(ItemStack) - Method in class net.minecraft.block.DispenserBlock
 
getBehaviorForItem(ItemStack) - Method in class net.minecraft.block.DropperBlock
getBelowZeroRetrogen() - Method in class net.minecraft.world.chunk.Chunk
 
getBelowZeroRetrogen() - Method in class net.minecraft.world.chunk.ProtoChunk
getBgr(int) - Static method in class net.minecraft.util.math.ColorHelper.Abgr
 
getBigDecimal(JsonObject, String) - Static method in class net.minecraft.util.JsonHelper
 
getBigDecimal(JsonObject, String, BigDecimal) - Static method in class net.minecraft.util.JsonHelper
 
getBiggestFall() - Method in class net.minecraft.entity.damage.DamageTracker
 
getBigInteger(JsonObject, String) - Static method in class net.minecraft.util.JsonHelper
 
getBigInteger(JsonObject, String, BigInteger) - Static method in class net.minecraft.util.JsonHelper
 
getBigRoom(Random) - Method in class net.minecraft.structure.WoodlandMansionGenerator.FirstFloorRoomPool
getBigRoom(Random) - Method in class net.minecraft.structure.WoodlandMansionGenerator.RoomPool
 
getBigRoom(Random) - Method in class net.minecraft.structure.WoodlandMansionGenerator.SecondFloorRoomPool
getBigSecretRoom(Random) - Method in class net.minecraft.structure.WoodlandMansionGenerator.FirstFloorRoomPool
getBigSecretRoom(Random) - Method in class net.minecraft.structure.WoodlandMansionGenerator.RoomPool
 
getBigSecretRoom(Random) - Method in class net.minecraft.structure.WoodlandMansionGenerator.SecondFloorRoomPool
getBillboardMode() - Method in class net.minecraft.entity.decoration.DisplayEntity
 
getBillboardRotation(DisplayEntity.RenderState, T, float, Quaternionf) - Method in class net.minecraft.client.render.entity.DisplayEntityRenderer
 
getBiome() - Method in class net.minecraft.world.gen.chunk.FlatChunkGeneratorConfig
 
getBiome(int, int, int) - Method in class net.minecraft.world.chunk.ChunkSection
 
getBiome(int, int, int, MultiNoiseUtil.MultiNoiseSampler) - Method in class net.minecraft.world.biome.source.BiomeSource
getBiome(int, int, int, MultiNoiseUtil.MultiNoiseSampler) - Method in interface net.minecraft.world.biome.source.BiomeSupplier
 
getBiome(int, int, int, MultiNoiseUtil.MultiNoiseSampler) - Method in class net.minecraft.world.biome.source.CheckerboardBiomeSource
getBiome(int, int, int, MultiNoiseUtil.MultiNoiseSampler) - Method in class net.minecraft.world.biome.source.FixedBiomeSource
getBiome(int, int, int, MultiNoiseUtil.MultiNoiseSampler) - Method in class net.minecraft.world.biome.source.MultiNoiseBiomeSource
getBiome(int, int, int, MultiNoiseUtil.MultiNoiseSampler) - Method in class net.minecraft.world.biome.source.TheEndBiomeSource
getBiome(Optional<? extends RegistryEntry<Biome>>, RegistryEntry<Biome>) - Static method in class net.minecraft.world.gen.chunk.FlatChunkGeneratorConfig
 
getBiome(BlockPos) - Method in class net.minecraft.world.biome.source.BiomeAccess
 
getBiome(BlockPos) - Method in interface net.minecraft.world.WorldView
 
getBiomeAccess() - Method in class net.minecraft.world.ChunkRegion
getBiomeAccess() - Method in class net.minecraft.world.World
getBiomeAccess() - Method in interface net.minecraft.world.WorldView
 
getBiomeAtPoint(MultiNoiseUtil.NoiseValuePoint) - Method in class net.minecraft.world.biome.source.MultiNoiseBiomeSource
 
getBiomeBlendRadius() - Method in class net.minecraft.client.option.GameOptions
 
getBiomeColor(BlockPos) - Method in class net.minecraft.client.world.BiomeColorCache
 
getBiomeContainer() - Method in class net.minecraft.world.chunk.ChunkSection
 
getBiomeDirectly(BlockPos, Chunk) - Static method in class net.minecraft.world.SpawnHelper
 
getBiomeEntries() - Method in class net.minecraft.world.biome.source.MultiNoiseBiomeSource
 
getBiomeForNoiseGen(double, double, double) - Method in class net.minecraft.world.biome.source.BiomeAccess
 
getBiomeForNoiseGen(int, int, int) - Method in class net.minecraft.world.biome.source.BiomeAccess
 
getBiomeForNoiseGen(int, int, int) - Method in interface net.minecraft.world.biome.source.BiomeAccess.Storage
 
getBiomeForNoiseGen(int, int, int) - Method in class net.minecraft.world.biome.source.FixedBiomeSource
getBiomeForNoiseGen(int, int, int) - Method in class net.minecraft.world.chunk.Chunk
getBiomeForNoiseGen(int, int, int) - Method in class net.minecraft.world.chunk.EmptyChunk
getBiomeForNoiseGen(int, int, int) - Method in class net.minecraft.world.chunk.ProtoChunk
getBiomeForNoiseGen(int, int, int) - Method in class net.minecraft.world.chunk.WrapperProtoChunk
getBiomeForNoiseGen(int, int, int) - Method in interface net.minecraft.world.WorldView
getBiomeForNoiseGen(BlockPos) - Method in class net.minecraft.world.biome.source.BiomeAccess
 
getBiomeOrWindsweptSavanna(int, int, MultiNoiseUtil.ParameterRange, RegistryKey<Biome>) - Method in class net.minecraft.world.biome.source.util.VanillaBiomeParameters
Returns a windswept savanna for specific conditions, otherwise the given biome.
getBiomes() - Method in class net.minecraft.world.biome.source.BiomeSource
 
getBiomesInArea(int, int, int, int, MultiNoiseUtil.MultiNoiseSampler) - Method in class net.minecraft.world.biome.source.BiomeSource
 
getBiomesInArea(int, int, int, int, MultiNoiseUtil.MultiNoiseSampler) - Method in class net.minecraft.world.biome.source.FixedBiomeSource
getBiomeSource() - Method in class net.minecraft.world.gen.chunk.ChunkGenerator
 
getBiomeString(RegistryEntry<Biome>) - Static method in class net.minecraft.client.gui.hud.DebugHud
 
getBiomeSupplier(BiomeSupplier) - Method in class net.minecraft.world.gen.chunk.Blender
 
getBiomeSupplier(BiomeSupplier, Chunk) - Static method in class net.minecraft.world.chunk.BelowZeroRetrogen
 
getBirchColor() - Static method in class net.minecraft.client.color.world.FoliageColors
 
getBitfield(Set<PositionFlag>) - Static method in enum class net.minecraft.network.packet.s2c.play.PositionFlag
 
getBitFlag() - Method in enum class net.minecraft.client.render.entity.PlayerModelPart
 
getBits(IndexedIterable<A>, int) - Method in class net.minecraft.world.chunk.PalettedContainer.PaletteProvider
 
getBlacklistingBees() - Method in class net.minecraft.client.render.debug.BeeDebugRenderer
 
getBlastingItemPath(ItemConvertible) - Static method in class net.minecraft.data.server.recipe.RecipeProvider
 
getBlastingRecipeCategory(ItemConvertible) - Static method in class net.minecraft.data.server.recipe.CookingRecipeJsonBuilder
 
getBlastResistance() - Method in class net.minecraft.block.Block
 
getBlastResistance() - Method in class net.minecraft.block.StairsBlock
getBlastResistance() - Method in class net.minecraft.fluid.EmptyFluid
getBlastResistance() - Method in class net.minecraft.fluid.Fluid
 
getBlastResistance() - Method in class net.minecraft.fluid.FluidState
 
getBlastResistance() - Method in class net.minecraft.fluid.LavaFluid
getBlastResistance() - Method in class net.minecraft.fluid.WaterFluid
getBlastResistance(Explosion, BlockView, BlockPos, BlockState, FluidState) - Method in class net.minecraft.entity.projectile.AbstractWindChargeEntity.WindChargeExplosionBehavior
getBlastResistance(Explosion, BlockView, BlockPos, BlockState, FluidState) - Method in class net.minecraft.world.explosion.EntityExplosionBehavior
getBlastResistance(Explosion, BlockView, BlockPos, BlockState, FluidState) - Method in class net.minecraft.world.explosion.ExplosionBehavior
 
getBlender() - Method in class net.minecraft.world.gen.chunk.ChunkNoiseSampler
getBlender() - Method in interface net.minecraft.world.gen.densityfunction.DensityFunction.NoisePos
 
getBlender(ChunkRegion) - Static method in class net.minecraft.world.gen.chunk.Blender
 
getBlendingData() - Method in class net.minecraft.world.chunk.Chunk
 
getBlendingData() - Method in class net.minecraft.world.chunk.WrapperProtoChunk
getBlendingData(ChunkRegion, int, int) - Static method in class net.minecraft.world.gen.chunk.BlendingData
 
getBlendOffset(double) - Static method in class net.minecraft.world.gen.chunk.Blender
 
getBlock() - Method in class net.minecraft.block.AbstractBlock.AbstractBlockState
 
getBlock() - Method in interface net.minecraft.data.client.BlockStateSupplier
 
getBlock() - Method in class net.minecraft.data.client.MultipartBlockStateSupplier
getBlock() - Method in class net.minecraft.data.client.VariantsBlockStateSupplier
getBlock() - Method in class net.minecraft.item.BlockItem
 
getBlock() - Method in class net.minecraft.network.packet.s2c.play.BlockEventS2CPacket
 
getBlock() - Method in class net.minecraft.structure.StructurePiece.BlockRandomizer
 
getBlock(int) - Method in class net.minecraft.datafixer.fix.ChunkPalettedStorageFix.Level
 
getBlock(int) - Method in class net.minecraft.datafixer.fix.ChunkPalettedStorageFix.Section
 
getBlock(String) - Static method in class net.minecraft.datafixer.fix.StatsCounterFix
 
getBlockAt(BlockView, int, int, int, BlockBox) - Method in class net.minecraft.structure.StructurePiece
 
getBlockBoxForChunk(Chunk) - Static method in class net.minecraft.world.gen.chunk.ChunkGenerator
 
getBlockBreaking(Identifier) - Static method in class net.minecraft.client.render.RenderLayer
 
getBlockBreakingProgress() - Method in class net.minecraft.client.network.ClientPlayerInteractionManager
 
getBlockBreakingSpeed(BlockState) - Method in class net.minecraft.entity.player.PlayerEntity
 
getBlockBreakingSpeed(BlockState) - Method in class net.minecraft.entity.player.PlayerInventory
 
getBlockBufferBuilders() - Method in class net.minecraft.client.render.BufferBuilderStorage
 
getBlockBufferBuildersPool() - Method in class net.minecraft.client.render.BufferBuilderStorage
 
getBlockCollisions(Entity, Box) - Method in interface net.minecraft.world.CollisionView
 
getBlockColors() - Method in class net.minecraft.client.MinecraftClient
 
getBlockCoord(int) - Static method in class net.minecraft.util.math.ChunkSectionPos
Converts the given chunk section coordinate to the world coordinate system.
getBlockCountX() - Method in class net.minecraft.util.math.BlockBox
Returns the number of blocks on the X axis.
getBlockCountY() - Method in class net.minecraft.util.math.BlockBox
Returns the number of blocks on the Y axis.
getBlockCountZ() - Method in class net.minecraft.util.math.BlockBox
Returns the number of blocks on the Z axis.
getBlockedNode(int, int, int) - Method in class net.minecraft.entity.ai.pathing.LandPathNodeMaker
 
getBlockEntities() - Method in class net.minecraft.client.render.chunk.ChunkBuilder.ChunkData
 
getBlockEntities() - Method in class net.minecraft.world.chunk.ProtoChunk
 
getBlockEntities() - Method in class net.minecraft.world.chunk.WorldChunk
 
getBlockEntities(int, int) - Method in class net.minecraft.network.packet.s2c.play.ChunkData
 
getBlockEntity() - Method in class net.minecraft.block.pattern.CachedBlockPosition
 
getBlockEntity(int) - Method in class net.minecraft.datafixer.fix.ChunkPalettedStorageFix.Level
 
getBlockEntity(BlockPos) - Method in class net.minecraft.client.render.chunk.ChunkRendererRegion
Returns the block entity at pos, or null if there is none.
getBlockEntity(BlockPos) - Method in class net.minecraft.client.render.chunk.RenderedChunk
 
getBlockEntity(BlockPos) - Method in class net.minecraft.test.TestContext
 
getBlockEntity(BlockPos) - Method in interface net.minecraft.world.BlockView
Returns the block entity at pos, or null if there is none.
getBlockEntity(BlockPos) - Method in class net.minecraft.world.chunk.ChunkCache
Returns the block entity at pos, or null if there is none.
getBlockEntity(BlockPos) - Method in class net.minecraft.world.chunk.ProtoChunk
Returns the block entity at pos, or null if there is none.
getBlockEntity(BlockPos) - Method in class net.minecraft.world.chunk.WorldChunk
Returns the block entity at pos, or null if there is none.
getBlockEntity(BlockPos) - Method in class net.minecraft.world.chunk.WrapperProtoChunk
Returns the block entity at pos, or null if there is none.
getBlockEntity(BlockPos) - Method in class net.minecraft.world.ChunkRegion
Returns the block entity at pos, or null if there is none.
getBlockEntity(BlockPos) - Method in enum class net.minecraft.world.EmptyBlockView
Returns the block entity at pos, or null if there is none.
getBlockEntity(BlockPos) - Method in class net.minecraft.world.World
Returns the block entity at pos, or null if there is none.
getBlockEntity(BlockPos, BlockEntityType<T>) - Method in interface net.minecraft.world.BlockView
 
getBlockEntity(BlockPos, BlockEntityType<T>) - Method in interface net.minecraft.world.RegistryWorldView
getBlockEntity(BlockPos, BlockEntityType<T>) - Method in interface net.minecraft.world.TestableWorld
 
getBlockEntity(BlockPos, WorldChunk.CreationType) - Method in class net.minecraft.world.chunk.EmptyChunk
getBlockEntity(BlockPos, WorldChunk.CreationType) - Method in class net.minecraft.world.chunk.WorldChunk
 
getBlockEntityNbt(BlockPos) - Method in class net.minecraft.world.chunk.Chunk
 
getBlockEntityNbt(BlockPos) - Method in class net.minecraft.world.chunk.WrapperProtoChunk
getBlockEntityNbts() - Method in class net.minecraft.world.chunk.ProtoChunk
 
getBlockEntityPositions() - Method in class net.minecraft.world.chunk.Chunk
 
getBlockEntityRenderDispatcher() - Method in class net.minecraft.client.MinecraftClient
 
getBlockEntitySource(BlockState, World, BlockPos, boolean) - Method in class net.minecraft.block.AbstractChestBlock
 
getBlockEntitySource(BlockState, World, BlockPos, boolean) - Method in class net.minecraft.block.ChestBlock
getBlockEntitySource(BlockState, World, BlockPos, boolean) - Method in class net.minecraft.block.EnderChestBlock
getBlockEntityTicker(World, BlockEntityType<T>) - Method in class net.minecraft.block.AbstractBlock.AbstractBlockState
 
getBlockEntityType() - Method in class net.minecraft.network.packet.s2c.play.BlockEntityUpdateS2CPacket
 
getBlockFromItem(Item) - Static method in class net.minecraft.block.Block
 
getBlockHitResult() - Method in class net.minecraft.network.packet.c2s.play.PlayerInteractBlockC2SPacket
 
getBlockIdToBeTicked(Dynamic<?>) - Static method in class net.minecraft.datafixer.fix.ProtoChunkTickListFix
 
getBlockingChunks() - Method in class net.minecraft.server.world.LevelPrioritizedQueue
 
getBlockInteractionRange() - Method in class net.minecraft.entity.player.PlayerEntity
 
getBlockInventory(ServerCommandSource, BlockPos) - Static method in class net.minecraft.server.command.LootCommand
 
getBlockInventoryAt(World, BlockPos, BlockState) - Static method in class net.minecraft.block.entity.HopperBlockEntity
 
getBlockLayer(BlockState) - Static method in class net.minecraft.client.render.RenderLayers
 
getBlockLayers() - Static method in class net.minecraft.client.render.RenderLayer
 
getBlockLight(WitherEntity, BlockPos) - Method in class net.minecraft.client.render.entity.WitherEntityRenderer
 
getBlockLight(ExperienceOrbEntity, BlockPos) - Method in class net.minecraft.client.render.entity.ExperienceOrbEntityRenderer
 
getBlockLight(BlazeEntity, BlockPos) - Method in class net.minecraft.client.render.entity.BlazeEntityRenderer
 
getBlockLight(MagmaCubeEntity, BlockPos) - Method in class net.minecraft.client.render.entity.MagmaCubeEntityRenderer
 
getBlockLight(VexEntity, BlockPos) - Method in class net.minecraft.client.render.entity.VexEntityRenderer
 
getBlockLight(AllayEntity, BlockPos) - Method in class net.minecraft.client.render.entity.AllayEntityRenderer
 
getBlockLight(GlowSquidEntity, BlockPos) - Method in class net.minecraft.client.render.entity.GlowSquidEntityRenderer
 
getBlockLight(DragonFireballEntity, BlockPos) - Method in class net.minecraft.client.render.entity.DragonFireballEntityRenderer
 
getBlockLight(ShulkerBulletEntity, BlockPos) - Method in class net.minecraft.client.render.entity.ShulkerBulletEntityRenderer
 
getBlockLight(WitherSkullEntity, BlockPos) - Method in class net.minecraft.client.render.entity.WitherSkullEntityRenderer
 
getBlockLight(T, BlockPos) - Method in class net.minecraft.client.render.entity.EntityRenderer
 
getBlockLight(T, BlockPos) - Method in class net.minecraft.client.render.entity.FlyingItemEntityRenderer
getBlockLight(T, BlockPos) - Method in class net.minecraft.client.render.entity.ItemFrameEntityRenderer
 
getBlockLightCoordinates(int) - Static method in class net.minecraft.client.render.LightmapTextureManager
 
getBlockMirror(CommandContext<ServerCommandSource>, String) - Static method in class net.minecraft.command.argument.BlockMirrorArgumentType
 
getBlockModelId(Block) - Static method in class net.minecraft.data.client.ModelIds
 
getBlockModels() - Method in class net.minecraft.client.render.model.BakedModelManager
 
getBlockNibbles() - Method in class net.minecraft.network.packet.s2c.play.LightData
 
getBlockOffset() - Method in class net.minecraft.entity.vehicle.AbstractMinecartEntity
 
getBlockOffset(long) - Static method in class net.minecraft.util.collection.LinkedBlockPosHashSet.Storage
Gets a position's index relative to its containing 2x cube region
getBlockParticle() - Method in class net.minecraft.client.world.ClientWorld
 
getBlockPos() - Method in class net.minecraft.block.pattern.CachedBlockPosition
 
getBlockPos() - Method in class net.minecraft.client.render.Camera
 
getBlockPos() - Method in class net.minecraft.entity.ai.brain.BlockPosLookTarget
getBlockPos() - Method in class net.minecraft.entity.ai.brain.EntityLookTarget
getBlockPos() - Method in interface net.minecraft.entity.ai.brain.LookTarget
 
getBlockPos() - Method in class net.minecraft.entity.ai.pathing.PathNode
 
getBlockPos() - Method in class net.minecraft.entity.Entity
getBlockPos() - Method in class net.minecraft.item.AutomaticItemPlacementContext
getBlockPos() - Method in class net.minecraft.item.ItemPlacementContext
getBlockPos() - Method in class net.minecraft.item.ItemUsageContext
 
getBlockPos() - Method in class net.minecraft.util.hit.BlockHitResult
 
getBlockPos() - Method in interface net.minecraft.world.entity.EntityLike
 
getBlockPos(int, int, int) - Method in class net.minecraft.util.math.ChunkPos
 
getBlockPos(CommandContext<ServerCommandSource>, String) - Static method in class net.minecraft.command.argument.BlockPosArgumentType
 
getBlockPositionSuggestions() - Method in class net.minecraft.client.network.ClientCommandSource
getBlockPositionSuggestions() - Method in interface net.minecraft.command.CommandSource
 
getBlockPosLong(long, int) - Static method in class net.minecraft.util.collection.LinkedBlockPosHashSet.Storage
 
getBlockPredicate() - Method in enum class net.minecraft.world.Heightmap.Type
 
getBlockPredicate(CommandContext<ServerCommandSource>, String) - Static method in class net.minecraft.command.argument.BlockPredicateArgumentType
 
getBlockProtoTickScheduler() - Method in class net.minecraft.world.chunk.ProtoChunk
 
getBlockRenderManager() - Method in class net.minecraft.client.MinecraftClient
 
getBlockRenderManager() - Method in class net.minecraft.client.render.entity.EntityRendererFactory.Context
 
getBlockRotation(CommandContext<ServerCommandSource>, String) - Static method in class net.minecraft.command.argument.BlockRotationArgumentType
 
getBlockSetType() - Method in class net.minecraft.block.DoorBlock
 
getBlockSetType() - Method in class net.minecraft.block.TrapdoorBlock
 
getBlockShape(BlockState, BlockView, BlockPos) - Method in class net.minecraft.world.RaycastContext
 
getBlocksSetOnFire() - Method in class net.minecraft.entity.LightningEntity
 
getBlockState() - Method in class net.minecraft.block.pattern.CachedBlockPosition
 
getBlockState() - Method in class net.minecraft.block.RailPlacementHelper
 
getBlockState() - Method in class net.minecraft.command.argument.BlockStateArgument
 
getBlockState() - Method in class net.minecraft.entity.decoration.DisplayEntity.BlockDisplayEntity
 
getBlockState() - Method in class net.minecraft.entity.FallingBlockEntity
 
getBlockState() - Method in class net.minecraft.entity.TntEntity
 
getBlockState() - Method in class net.minecraft.fluid.FluidState
 
getBlockState() - Method in class net.minecraft.particle.BlockStateParticleEffect
 
getBlockState() - Method in class net.minecraft.world.gen.chunk.FlatChunkGeneratorLayer
 
getBlockState(int) - Method in class net.minecraft.world.gen.chunk.AquiferSampler.FluidLevel
 
getBlockState(int, int) - Static method in class net.minecraft.world.gen.chunk.DebugChunkGenerator
 
getBlockState(int, int, int) - Method in class net.minecraft.world.chunk.ChunkSection
 
getBlockState(CommandContext<ServerCommandSource>, String) - Static method in class net.minecraft.command.argument.BlockStateArgumentType
 
getBlockState(BlockPos) - Method in class net.minecraft.client.render.chunk.ChunkRendererRegion
Returns the block state at pos.
getBlockState(BlockPos) - Method in class net.minecraft.client.render.chunk.RenderedChunk
 
getBlockState(BlockPos) - Method in class net.minecraft.test.TestContext
 
getBlockState(BlockPos) - Method in interface net.minecraft.world.BlockView
Returns the block state at pos.
getBlockState(BlockPos) - Method in class net.minecraft.world.chunk.ChunkCache
Returns the block state at pos.
getBlockState(BlockPos) - Method in class net.minecraft.world.chunk.EmptyChunk
Returns the block state at pos.
getBlockState(BlockPos) - Method in class net.minecraft.world.chunk.ProtoChunk
Returns the block state at pos.
getBlockState(BlockPos) - Method in class net.minecraft.world.chunk.WorldChunk
Returns the block state at pos.
getBlockState(BlockPos) - Method in class net.minecraft.world.chunk.WrapperProtoChunk
Returns the block state at pos.
getBlockState(BlockPos) - Method in class net.minecraft.world.ChunkRegion
Returns the block state at pos.
getBlockState(BlockPos) - Method in class net.minecraft.world.ChunkSectionCache
 
getBlockState(BlockPos) - Method in enum class net.minecraft.world.EmptyBlockView
Returns the block state at pos.
getBlockState(BlockPos) - Method in class net.minecraft.world.gen.feature.FeaturePlacementContext
 
getBlockState(BlockPos) - Method in class net.minecraft.world.World
Returns the block state at pos.
getBlockState(ChunkNoiseSampler, int, int, int, BlockState) - Method in class net.minecraft.world.gen.chunk.NoiseChunkGenerator
 
getBlockState(StructureWorldAccess, Random, BlockPos) - Method in record class net.minecraft.world.gen.stateprovider.PredicatedStateProvider
 
getBlockStateAtPos() - Method in class net.minecraft.entity.Entity
Returns the block state at the entity's position.
getBlockStateContainer() - Method in class net.minecraft.world.chunk.ChunkSection
 
getBlockStateLevel(FluidState) - Static method in class net.minecraft.fluid.FlowableFluid
 
getBlockSubModelId(Block) - Method in class net.minecraft.data.client.Model
 
getBlockSubModelId(Block, String) - Static method in class net.minecraft.data.client.ModelIds
 
getBlockTickScheduler() - Method in class net.minecraft.client.world.ClientWorld
getBlockTickScheduler() - Method in class net.minecraft.server.world.ServerWorld
 
getBlockTickScheduler() - Method in class net.minecraft.world.chunk.Chunk
 
getBlockTickScheduler() - Method in class net.minecraft.world.chunk.ProtoChunk
getBlockTickScheduler() - Method in class net.minecraft.world.chunk.WorldChunk
getBlockTickScheduler() - Method in class net.minecraft.world.chunk.WrapperProtoChunk
getBlockTickScheduler() - Method in class net.minecraft.world.ChunkRegion
getBlockTickScheduler() - Method in interface net.minecraft.world.WorldAccess
 
getBlockX() - Method in class net.minecraft.entity.Entity
 
getBlockY() - Method in class net.minecraft.entity.Entity
 
getBlockZ() - Method in class net.minecraft.entity.Entity
 
getBlue() - Method in class net.minecraft.client.render.debug.GameTestDebugRenderer.Marker
 
getBlue(int) - Static method in class net.minecraft.util.math.ColorHelper.Abgr
 
getBlue(int) - Static method in class net.minecraft.util.math.ColorHelper.Argb
Returns the blue value of argb.
getBlue(int, int) - Method in class net.minecraft.client.texture.NativeImage
 
getBlueBits() - Method in class net.minecraft.client.util.VideoMode
 
getBlueChannelOffset() - Method in enum class net.minecraft.client.texture.NativeImage.Format
 
getBlueOffset() - Method in enum class net.minecraft.client.texture.NativeImage.Format
 
getBobbingAnimationTime() - Method in class net.minecraft.item.ItemStack
 
getBobView() - Method in class net.minecraft.client.option.GameOptions
 
getBody() - Method in class net.minecraft.client.render.entity.model.WardenEntityModel
 
getBodyArmor() - Method in class net.minecraft.entity.mob.MobEntity
 
getBodyHeadAndLimbs() - Method in class net.minecraft.client.render.entity.model.WardenEntityModel
 
getBodyParts() - Method in class net.minecraft.client.render.entity.model.AnimalModel
 
getBodyParts() - Method in class net.minecraft.client.render.entity.model.ArmorStandEntityModel
getBodyParts() - Method in class net.minecraft.client.render.entity.model.AxolotlEntityModel
getBodyParts() - Method in class net.minecraft.client.render.entity.model.BeeEntityModel
getBodyParts() - Method in class net.minecraft.client.render.entity.model.BipedEntityModel
getBodyParts() - Method in class net.minecraft.client.render.entity.model.ChickenEntityModel
getBodyParts() - Method in class net.minecraft.client.render.entity.model.ElytraEntityModel
getBodyParts() - Method in class net.minecraft.client.render.entity.model.FoxEntityModel
getBodyParts() - Method in class net.minecraft.client.render.entity.model.HoglinEntityModel
getBodyParts() - Method in class net.minecraft.client.render.entity.model.HorseEntityModel
getBodyParts() - Method in class net.minecraft.client.render.entity.model.OcelotEntityModel
getBodyParts() - Method in class net.minecraft.client.render.entity.model.PlayerEntityModel
getBodyParts() - Method in class net.minecraft.client.render.entity.model.QuadrupedEntityModel
getBodyParts() - Method in class net.minecraft.client.render.entity.model.TadpoleEntityModel
getBodyParts() - Method in class net.minecraft.client.render.entity.model.TurtleEntityModel
getBodyParts() - Method in class net.minecraft.client.render.entity.model.WolfEntityModel
getBodyParts() - Method in class net.minecraft.entity.boss.dragon.EnderDragonEntity
 
getBodyPitch(float) - Method in class net.minecraft.entity.passive.BeeEntity
 
getBodyRotation() - Method in class net.minecraft.entity.decoration.ArmorStandEntity
 
getBodyRotationHeightOffset(float) - Method in class net.minecraft.entity.passive.FoxEntity
 
getBodyY(double) - Method in class net.minecraft.entity.Entity
 
getBodyYaw() - Method in class net.minecraft.client.network.ClientPlayerEntity
Returns the body yaw of the entity.
getBodyYaw() - Method in class net.minecraft.entity.decoration.ItemFrameEntity
Returns the body yaw of the entity.
getBodyYaw() - Method in class net.minecraft.entity.Entity
Returns the body yaw of the entity.
getBodyYaw() - Method in class net.minecraft.entity.ItemEntity
Returns the body yaw of the entity.
getBodyYaw() - Method in class net.minecraft.entity.LivingEntity
Returns the body yaw of the entity.
getBodyYaw(Entity) - Method in class net.minecraft.client.item.CompassAnglePredicateProvider
 
getBoldOffset() - Method in interface net.minecraft.client.font.Glyph
 
getBoldOffset() - Method in record class net.minecraft.client.font.UnihexFont.UnicodeTextureGlyph
getBonusCount(Raid.Member, Random, int, LocalDifficulty, boolean) - Method in class net.minecraft.village.raid.Raid
 
getBook() - Method in class net.minecraft.block.entity.LecternBlockEntity
 
getBookItem() - Method in class net.minecraft.screen.LecternScreenHandler
 
getBoolean(int) - Method in class net.minecraft.network.PacketByteBuf
 
getBoolean(JsonObject, String) - Static method in class net.minecraft.util.JsonHelper
 
getBoolean(JsonObject, String, boolean) - Static method in class net.minecraft.util.JsonHelper
 
getBoolean(String) - Method in class net.minecraft.nbt.NbtCompound
Returns the boolean value stored with the key.
getBoolean(GameRules.Key<GameRules.BooleanRule>) - Method in class net.minecraft.world.GameRules
 
getBooleanFromNbtOrFallback(NbtCompound, String, boolean) - Static method in class net.minecraft.util.math.random.RandomSequencesState
 
getBooleanOr(String, JsonObject, boolean) - Static method in class net.minecraft.client.realms.util.JsonUtils
 
getBooleanValue(Object) - Method in class net.minecraft.util.dynamic.RuntimeOps
 
getBooleanValue(T) - Method in class net.minecraft.util.dynamic.ForwardingDynamicOps
 
getBoostTime() - Method in class net.minecraft.entity.SaddledComponent
 
getBorder(NavigationDirection) - Method in record class net.minecraft.client.gui.ScreenRect
Returns a rect representing the border of this rect in the given direction.
getBossBar(CommandContext<ServerCommandSource>) - Static method in class net.minecraft.server.command.BossBarCommand
 
getBossBarHud() - Method in class net.minecraft.client.gui.hud.InGameHud
 
getBossBarManager() - Method in class net.minecraft.server.MinecraftServer
 
getBottom() - Method in class net.minecraft.client.gui.screen.report.AbuseReportReasonScreen
 
getBottom() - Method in record class net.minecraft.client.gui.ScreenRect
 
getBottom() - Method in class net.minecraft.client.gui.widget.ClickableWidget
 
getBottom() - Method in class net.minecraft.client.realms.gui.screen.BuyRealmsScreen
 
getBottom() - Method in class net.minecraft.client.realms.gui.screen.RealmsAcceptRejectButton
 
getBottom() - Method in record class net.minecraft.server.network.ChunkFilter.Cylindrical
 
getBottom() - Static method in interface net.minecraft.world.gen.YOffset
 
getBottomHalfSectionY() - Method in class net.minecraft.world.gen.chunk.BlendingData
 
getBottomLeft() - Method in class net.minecraft.client.render.Camera.Projection
 
getBottomRight() - Method in class net.minecraft.client.render.Camera.Projection
 
getBottomSectionCoord() - Method in interface net.minecraft.world.HeightLimitView
Returns the bottom section coordinate, inclusive, of this view.
getBottomY() - Method in class net.minecraft.client.render.chunk.ChunkRendererRegion
Returns the bottom Y level, or height, inclusive, of this view.
getBottomY() - Method in class net.minecraft.world.chunk.Chunk
Returns the bottom Y level, or height, inclusive, of this view.
getBottomY() - Method in class net.minecraft.world.chunk.ChunkCache
Returns the bottom Y level, or height, inclusive, of this view.
getBottomY() - Method in class net.minecraft.world.chunk.light.LightingProvider
 
getBottomY() - Method in class net.minecraft.world.ChunkRegion
Returns the bottom Y level, or height, inclusive, of this view.
getBottomY() - Method in enum class net.minecraft.world.EmptyBlockView
Returns the bottom Y level, or height, inclusive, of this view.
getBottomY() - Method in class net.minecraft.world.gen.feature.FeaturePlacementContext
 
getBottomY() - Method in class net.minecraft.world.gen.feature.LargeDripstoneFeature.DripstoneGenerator
 
getBottomY() - Method in interface net.minecraft.world.HeightLimitView
Returns the bottom Y level, or height, inclusive, of this view.
getBottomY() - Method in interface net.minecraft.world.WorldView
Returns the bottom Y level, or height, inclusive, of this view.
getBottomYOffset() - Method in class net.minecraft.client.render.block.entity.EndGatewayBlockEntityRenderer
getBottomYOffset() - Method in class net.minecraft.client.render.block.entity.EndPortalBlockEntityRenderer
 
getBoundaryClassBit(boolean, boolean, boolean, boolean) - Static method in class net.minecraft.datafixer.fix.LeavesFix
 
getBoundEast() - Method in interface net.minecraft.world.border.WorldBorder.Area
 
getBoundEast() - Method in class net.minecraft.world.border.WorldBorder
 
getBoundEast() - Method in class net.minecraft.world.border.WorldBorder.MovingArea
getBoundEast() - Method in class net.minecraft.world.border.WorldBorder.StaticArea
getBoundFramebuffer() - Static method in class com.mojang.blaze3d.platform.GlStateManager
 
getBoundingBox() - Method in class net.minecraft.client.particle.Particle
Returns the bounding Box of this particle used for collision and movement logic.
getBoundingBox() - Method in class net.minecraft.client.render.chunk.ChunkBuilder.BuiltChunk
 
getBoundingBox() - Method in class net.minecraft.entity.Entity
getBoundingBox() - Method in interface net.minecraft.entity.vehicle.VehicleInventory
 
getBoundingBox() - Method in class net.minecraft.structure.StructurePiece
 
getBoundingBox() - Method in class net.minecraft.structure.StructurePiecesCollector
 
getBoundingBox() - Method in record class net.minecraft.structure.StructurePiecesList
 
getBoundingBox() - Method in class net.minecraft.structure.StructurePlacementData
 
getBoundingBox() - Method in class net.minecraft.structure.StructureStart
 
getBoundingBox() - Method in class net.minecraft.test.GameTestState
 
getBoundingBox() - Method in class net.minecraft.util.shape.VoxelShape
 
getBoundingBox() - Method in interface net.minecraft.world.entity.EntityLike
 
getBoundingBox() - Method in class net.minecraft.world.gen.feature.EndSpikeFeature.Spike
 
getBoundingBox(BlockState) - Method in class net.minecraft.block.entity.ShulkerBoxBlockEntity
 
getBoundingBox(EntityPose) - Method in class net.minecraft.entity.LivingEntity
 
getBoundingBox(StructurePiecesHolder, Random, int, int, int, Direction) - Static method in class net.minecraft.structure.MineshaftGenerator.MineshaftCorridor
 
getBoundingBox(StructurePiecesHolder, Random, int, int, int, Direction) - Static method in class net.minecraft.structure.MineshaftGenerator.MineshaftCrossing
 
getBoundingBox(StructurePiecesHolder, Random, int, int, int, Direction) - Static method in class net.minecraft.structure.MineshaftGenerator.MineshaftStairs
 
getBoundingBox(StructureTemplateManager, BlockPos, BlockRotation) - Method in class net.minecraft.structure.pool.EmptyPoolElement
getBoundingBox(StructureTemplateManager, BlockPos, BlockRotation) - Method in class net.minecraft.structure.pool.FeaturePoolElement
getBoundingBox(StructureTemplateManager, BlockPos, BlockRotation) - Method in class net.minecraft.structure.pool.ListPoolElement
getBoundingBox(StructureTemplateManager, BlockPos, BlockRotation) - Method in class net.minecraft.structure.pool.SinglePoolElement
getBoundingBox(StructureTemplateManager, BlockPos, BlockRotation) - Method in class net.minecraft.structure.pool.StructurePoolElement
 
getBoundingBoxes() - Method in class net.minecraft.util.shape.VoxelShape
 
getBoundingCoordinate(NavigationDirection) - Method in record class net.minecraft.client.gui.ScreenRect
Returns the coordinate of the bounding box in the given direction.
getBoundingShape(BlockState) - Static method in class net.minecraft.block.WallTorchBlock
 
getBoundKeyLocalizedText() - Method in class net.minecraft.client.option.KeyBinding
 
getBoundKeyTranslationKey() - Method in class net.minecraft.client.option.KeyBinding
 
getBoundNorth() - Method in interface net.minecraft.world.border.WorldBorder.Area
 
getBoundNorth() - Method in class net.minecraft.world.border.WorldBorder
 
getBoundNorth() - Method in class net.minecraft.world.border.WorldBorder.MovingArea
getBoundNorth() - Method in class net.minecraft.world.border.WorldBorder.StaticArea
getBounds() - Method in class net.minecraft.entity.mob.VexEntity
 
getBoundSouth() - Method in interface net.minecraft.world.border.WorldBorder.Area
 
getBoundSouth() - Method in class net.minecraft.world.border.WorldBorder
 
getBoundSouth() - Method in class net.minecraft.world.border.WorldBorder.MovingArea
getBoundSouth() - Method in class net.minecraft.world.border.WorldBorder.StaticArea
getBoundWest() - Method in interface net.minecraft.world.border.WorldBorder.Area
 
getBoundWest() - Method in class net.minecraft.world.border.WorldBorder
 
getBoundWest() - Method in class net.minecraft.world.border.WorldBorder.MovingArea
getBoundWest() - Method in class net.minecraft.world.border.WorldBorder.StaticArea
getBoxAt(double, double, double) - Method in record class net.minecraft.entity.EntityDimensions
 
getBoxAt(Vec3d) - Method in record class net.minecraft.entity.EntityDimensions
 
getBoxMinPos() - Method in class net.minecraft.test.GameTestState
 
getBoxTexture() - Method in enum class net.minecraft.client.gui.screen.advancement.AdvancementObtainedStatus
 
getBrain() - Method in class net.minecraft.entity.LivingEntity
 
getBrain() - Method in class net.minecraft.entity.mob.BreezeEntity
getBrain() - Method in class net.minecraft.entity.mob.HoglinEntity
getBrain() - Method in class net.minecraft.entity.mob.PiglinBruteEntity
getBrain() - Method in class net.minecraft.entity.mob.PiglinEntity
getBrain() - Method in class net.minecraft.entity.mob.WardenEntity
getBrain() - Method in class net.minecraft.entity.mob.ZoglinEntity
getBrain() - Method in class net.minecraft.entity.passive.AllayEntity
getBrain() - Method in class net.minecraft.entity.passive.AxolotlEntity
getBrain() - Method in class net.minecraft.entity.passive.FrogEntity
getBrain() - Method in class net.minecraft.entity.passive.GoatEntity
getBrain() - Method in class net.minecraft.entity.passive.SnifferEntity
getBrain() - Method in class net.minecraft.entity.passive.TadpoleEntity
getBrain() - Method in class net.minecraft.entity.passive.VillagerEntity
getBrainsContainingPointOfInterest(BlockPos) - Method in class net.minecraft.client.render.debug.VillageDebugRenderer
 
getBrainsContainingPotentialJobSite(BlockPos) - Method in class net.minecraft.client.render.debug.VillageDebugRenderer
 
getBranchFactor() - Method in class net.minecraft.world.gen.carver.Carver
 
getBrand() - Method in class net.minecraft.client.network.ClientCommonNetworkHandler
 
getBreakSound() - Method in class net.minecraft.entity.decoration.GlowItemFrameEntity
getBreakSound() - Method in class net.minecraft.entity.decoration.ItemFrameEntity
 
getBreakSound() - Method in class net.minecraft.item.AnimalArmorItem
getBreakSound() - Method in class net.minecraft.item.Item
 
getBreakSound() - Method in class net.minecraft.item.ItemStack
 
getBreakSound() - Method in class net.minecraft.sound.BlockSoundGroup
 
getBreedingAge() - Method in class net.minecraft.entity.passive.PassiveEntity
 
getBreedingIngredient() - Static method in class net.minecraft.entity.passive.ArmadilloBrain
 
getBreedTarget(AnimalEntity) - Method in class net.minecraft.entity.ai.brain.task.BreedTask
 
getBreezeWind(Identifier, float, float) - Static method in class net.minecraft.client.render.RenderLayer
 
getBrewTime() - Method in class net.minecraft.screen.BrewingStandScreenHandler
 
getBrightness() - Method in class net.minecraft.entity.decoration.DisplayEntity
 
getBrightness(float) - Method in class net.minecraft.client.particle.AnimatedParticle
Returns the packed light level this particle should render at.
getBrightness(float) - Method in class net.minecraft.client.particle.BlockDustParticle
Returns the packed light level this particle should render at.
getBrightness(float) - Method in class net.minecraft.client.particle.BlockLeakParticle
Returns the packed light level this particle should render at.
getBrightness(float) - Method in class net.minecraft.client.particle.ConnectionParticle
Returns the packed light level this particle should render at.
getBrightness(float) - Method in class net.minecraft.client.particle.ExplosionLargeParticle
Returns the packed light level this particle should render at.
getBrightness(float) - Method in class net.minecraft.client.particle.FlameParticle
Returns the packed light level this particle should render at.
getBrightness(float) - Method in class net.minecraft.client.particle.GlowParticle
Returns the packed light level this particle should render at.
getBrightness(float) - Method in class net.minecraft.client.particle.GustParticle
Returns the packed light level this particle should render at.
getBrightness(float) - Method in class net.minecraft.client.particle.LavaEmberParticle
Returns the packed light level this particle should render at.
getBrightness(float) - Method in class net.minecraft.client.particle.Particle
Returns the packed light level this particle should render at.
getBrightness(float) - Method in class net.minecraft.client.particle.PortalParticle
Returns the packed light level this particle should render at.
getBrightness(float) - Method in class net.minecraft.client.particle.SculkChargeParticle
Returns the packed light level this particle should render at.
getBrightness(float) - Method in class net.minecraft.client.particle.SculkChargePopParticle
Returns the packed light level this particle should render at.
getBrightness(float) - Method in class net.minecraft.client.particle.ShriekParticle
Returns the packed light level this particle should render at.
getBrightness(float) - Method in class net.minecraft.client.particle.SoulParticle
Returns the packed light level this particle should render at.
getBrightness(float) - Method in class net.minecraft.client.particle.SweepAttackParticle
Returns the packed light level this particle should render at.
getBrightness(float) - Method in class net.minecraft.client.particle.TrialSpawnerDetectionParticle
Returns the packed light level this particle should render at.
getBrightness(float) - Method in class net.minecraft.client.particle.VibrationParticle
Returns the packed light level this particle should render at.
getBrightness(int, int, int, int, float, float, float, float) - Method in class net.minecraft.client.render.block.BlockModelRenderer.AmbientOcclusionCalculator
 
getBrightness(BlockPos) - Method in interface net.minecraft.world.WorldView
Deprecated.
getBrightness(Direction, boolean) - Method in class net.minecraft.client.render.chunk.ChunkRendererRegion
getBrightness(Direction, boolean) - Method in class net.minecraft.client.world.ClientWorld
getBrightness(Direction, boolean) - Method in class net.minecraft.server.world.ServerWorld
getBrightness(Direction, boolean) - Method in interface net.minecraft.world.BlockRenderView
 
getBrightness(Direction, boolean) - Method in class net.minecraft.world.ChunkRegion
getBrightness(DimensionType, int) - Static method in class net.minecraft.client.render.LightmapTextureManager
 
getBrightnessAtEyes() - Method in class net.minecraft.entity.Entity
Deprecated.
getBrightnessAtEyes() - Method in class net.minecraft.entity.EyeOfEnderEntity
getBrightnessAtEyes() - Method in class net.minecraft.entity.mob.BlazeEntity
getBrightnessAtEyes() - Method in class net.minecraft.entity.mob.MagmaCubeEntity
getBrightnessAtEyes() - Method in class net.minecraft.entity.mob.VexEntity
getBrightnessAtEyes() - Method in class net.minecraft.entity.projectile.ExplosiveProjectileEntity
getBrightnessAtEyes() - Method in class net.minecraft.entity.projectile.ShulkerBulletEntity
getBrightnessUnpacked() - Method in class net.minecraft.entity.decoration.DisplayEntity
 
getBrokenBlocks() - Method in class net.minecraft.block.piston.PistonHandler
 
getBrushingCompleteSound() - Method in class net.minecraft.block.BrushableBlock
 
getBrushingSound() - Method in class net.minecraft.block.BrushableBlock
 
getBubbleState(BlockState) - Static method in class net.minecraft.block.BubbleColumnBlock
 
getBubbleWobbleTicks() - Method in class net.minecraft.entity.vehicle.BoatEntity
 
getBucketFillSound() - Method in class net.minecraft.block.BubbleColumnBlock
Returns the sound played when filling a bucket with the fluid contained in this block.
getBucketFillSound() - Method in class net.minecraft.block.FluidBlock
Returns the sound played when filling a bucket with the fluid contained in this block.
getBucketFillSound() - Method in interface net.minecraft.block.FluidDrainable
Returns the sound played when filling a bucket with the fluid contained in this block.
getBucketFillSound() - Method in class net.minecraft.block.PowderSnowBlock
Returns the sound played when filling a bucket with the fluid contained in this block.
getBucketFillSound() - Method in interface net.minecraft.block.Waterloggable
Returns the sound played when filling a bucket with the fluid contained in this block.
getBucketFillSound() - Method in interface net.minecraft.entity.Bucketable
 
getBucketFillSound() - Method in class net.minecraft.entity.passive.AxolotlEntity
getBucketFillSound() - Method in class net.minecraft.entity.passive.FishEntity
getBucketFillSound() - Method in class net.minecraft.entity.passive.TadpoleEntity
getBucketFillSound() - Method in class net.minecraft.fluid.Fluid
Returns the sound played when filling a bucket with this fluid.
getBucketFillSound() - Method in class net.minecraft.fluid.LavaFluid
Returns the sound played when filling a bucket with this fluid.
getBucketFillSound() - Method in class net.minecraft.fluid.WaterFluid
Returns the sound played when filling a bucket with this fluid.
getBucketItem() - Method in interface net.minecraft.entity.Bucketable
 
getBucketItem() - Method in class net.minecraft.entity.passive.AxolotlEntity
getBucketItem() - Method in class net.minecraft.entity.passive.CodEntity
getBucketItem() - Method in class net.minecraft.entity.passive.PufferfishEntity
getBucketItem() - Method in class net.minecraft.entity.passive.SalmonEntity
getBucketItem() - Method in class net.minecraft.entity.passive.TadpoleEntity
getBucketItem() - Method in class net.minecraft.entity.passive.TropicalFishEntity
getBucketItem() - Method in class net.minecraft.fluid.EmptyFluid
getBucketItem() - Method in class net.minecraft.fluid.Fluid
 
getBucketItem() - Method in class net.minecraft.fluid.LavaFluid
getBucketItem() - Method in class net.minecraft.fluid.WaterFluid
getBuffer() - Method in class net.minecraft.client.render.Tessellator
 
getBuffer() - Method in class net.minecraft.client.render.VertexFormat
Returns a vertex buffer shared with the users of this vertex format.
getBuffer() - Method in class net.minecraft.client.sound.OggAudioStream.ChannelList
 
getBuffer() - Method in class net.minecraft.client.sound.OggAudioStream
 
getBuffer(int) - Method in interface net.minecraft.client.sound.AudioStream
 
getBuffer(int) - Method in class net.minecraft.client.sound.OggAudioStream
getBuffer(int) - Method in class net.minecraft.client.sound.RepeatingAudioStream
getBuffer(RenderLayer) - Method in class net.minecraft.client.render.chunk.ChunkBuilder.BuiltChunk
 
getBuffer(RenderLayer) - Method in class net.minecraft.client.render.OutlineVertexConsumerProvider
Starts building a buffer that will be drawn with layer.
getBuffer(RenderLayer) - Method in interface net.minecraft.client.render.VertexConsumerProvider
Starts building a buffer that will be drawn with layer.
getBuffer(RenderLayer) - Method in class net.minecraft.client.render.VertexConsumerProvider.Immediate
Starts building a buffer that will be drawn with layer.
getBufferBuilders() - Method in class net.minecraft.client.MinecraftClient
 
getBufferInternal(RenderLayer) - Method in class net.minecraft.client.render.VertexConsumerProvider.Immediate
 
getBufferSize() - Method in record class net.minecraft.client.render.BufferBuilder.DrawParameters
Returns the total size of the index buffer and the vertex buffer combined.
getBufferSize(AudioFormat, int) - Static method in class net.minecraft.client.sound.Source
 
getBuildTime() - Method in interface net.minecraft.GameVersion
 
getBuildTime() - Method in class net.minecraft.MinecraftVersion
getBurnChance(BlockState) - Method in class net.minecraft.block.FireBlock
 
getBurnChance(WorldView, BlockPos) - Method in class net.minecraft.block.FireBlock
 
getBurningDuration() - Method in class net.minecraft.entity.Entity
 
getBurningDuration() - Method in class net.minecraft.entity.player.PlayerEntity
getButton() - Method in class net.minecraft.network.packet.c2s.play.ClickSlotC2SPacket
 
getButtonId() - Method in class net.minecraft.network.packet.c2s.play.ButtonClickC2SPacket
 
getById(String) - Static method in enum class net.minecraft.structure.pool.StructurePool.Projection
 
getByName(String) - Static method in enum class net.minecraft.client.sound.Sound.RegistrationType
 
getByte(int) - Method in class net.minecraft.network.PacketByteBuf
 
getByte(JsonObject, String) - Static method in class net.minecraft.util.JsonHelper
 
getByte(JsonObject, String, byte) - Static method in class net.minecraft.util.JsonHelper
 
getByte(String) - Method in class net.minecraft.nbt.NbtCompound
Returns the byte associated with key, or 0 if there is no number stored with the key.
getByteArray() - Method in class net.minecraft.nbt.NbtByteArray
Returns the underlying byte array.
getByteArray(String) - Method in class net.minecraft.nbt.NbtCompound
Returns the byte array associated with key, or an empty byte array if there is no byte array stored with the key.
getByteBuffer(Object) - Method in class net.minecraft.util.dynamic.RuntimeOps
 
getByteBuffer(NbtElement) - Method in class net.minecraft.nbt.NbtOps
 
getByteBuffer(T) - Method in class net.minecraft.util.dynamic.ForwardingDynamicOps
 
getByteLength() - Method in enum class net.minecraft.client.render.VertexFormatElement.ComponentType
 
getByteLength() - Method in class net.minecraft.client.render.VertexFormatElement
 
getBytes() - Method in class net.minecraft.client.texture.NativeImage
 
getBytes(int, byte[]) - Method in class net.minecraft.network.PacketByteBuf
 
getBytes(int, byte[], int, int) - Method in class net.minecraft.network.PacketByteBuf
 
getBytes(int, ByteBuf) - Method in class net.minecraft.network.PacketByteBuf
 
getBytes(int, ByteBuf, int) - Method in class net.minecraft.network.PacketByteBuf
 
getBytes(int, ByteBuf, int, int) - Method in class net.minecraft.network.PacketByteBuf
 
getBytes(int, OutputStream, int) - Method in class net.minecraft.network.PacketByteBuf
 
getBytes(int, ByteBuffer) - Method in class net.minecraft.network.PacketByteBuf
 
getBytes(int, FileChannel, long, int) - Method in class net.minecraft.network.PacketByteBuf
 
getBytes(int, GatheringByteChannel, int) - Method in class net.minecraft.network.PacketByteBuf
 
getBytesPerSecond() - Method in class net.minecraft.util.profiling.jfr.sample.NetworkIoStatistics
 
getByUuid(UUID) - Method in class net.minecraft.util.UserCache
 
getCachedState() - Method in class net.minecraft.block.entity.BlockEntity
Returns the cached block state at the block entity's position.
getCacheKey() - Method in class net.minecraft.client.gui.widget.MultilineTextWidget
 
getCalibrationFrequency(World, BlockPos, BlockState) - Method in class net.minecraft.block.entity.CalibratedSculkSensorBlockEntity.Callback
 
getCallbackClass() - Method in class net.minecraft.world.timer.TimerCallback.Serializer
 
getCallbacks() - Method in class net.minecraft.client.option.SimpleOption
 
getCamera() - Method in class net.minecraft.client.render.debug.RaidCenterDebugRenderer
 
getCamera() - Method in class net.minecraft.client.render.GameRenderer
 
getCameraCollisionShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.AbstractBlock
 
getCameraCollisionShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.FenceBlock
getCameraCollisionShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.MudBlock
getCameraCollisionShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.PaneBlock
getCameraCollisionShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.PowderSnowBlock
getCameraCollisionShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.SnowBlock
getCameraCollisionShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.SoulSandBlock
getCameraCollisionShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.TransparentBlock
getCameraCollisionShape(BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.AbstractBlock.AbstractBlockState
 
getCameraEntity() - Method in class net.minecraft.client.MinecraftClient
 
getCameraEntity() - Method in class net.minecraft.server.network.ServerPlayerEntity
 
getCameraPlayer() - Method in class net.minecraft.client.gui.hud.InGameHud
 
getCameraPos() - Method in class net.minecraft.client.render.debug.BeeDebugRenderer
 
getCameraPosition() - Method in class net.minecraft.client.render.chunk.ChunkBuilder
 
getCameraPosVec(float) - Method in class net.minecraft.entity.Entity
 
getCandleCakeFromCandle(CandleBlock) - Static method in class net.minecraft.block.CandleCakeBlock
 
getCapacity() - Method in enum class net.minecraft.entity.SpawnGroup
Returns the maximum number of mobs in this group that can be spawned per chunk.
getCapSize(int, int, int, int) - Method in class net.minecraft.world.gen.feature.HugeBrownMushroomFeature
getCapSize(int, int, int, int) - Method in class net.minecraft.world.gen.feature.HugeMushroomFeature
 
getCapSize(int, int, int, int) - Method in class net.minecraft.world.gen.feature.HugeRedMushroomFeature
getCapsString() - Static method in class com.mojang.blaze3d.systems.RenderSystem
 
getCaptain(int) - Method in class net.minecraft.village.raid.Raid
 
getCarpetColor() - Method in class net.minecraft.entity.passive.LlamaEntity
 
getCarriedBlock() - Method in class net.minecraft.entity.mob.EndermanEntity
 
getCartDetectionBox(BlockPos) - Method in class net.minecraft.block.DetectorRailBlock
 
getCarts(World, BlockPos, Class<T>, Predicate<Entity>) - Method in class net.minecraft.block.DetectorRailBlock
 
getCarversForStep(GenerationStep.Carver) - Method in class net.minecraft.world.biome.GenerationSettings
 
getCarvingMask(GenerationStep.Carver) - Method in class net.minecraft.world.chunk.ProtoChunk
 
getCarvingMask(GenerationStep.Carver) - Method in class net.minecraft.world.chunk.WrapperProtoChunk
getCastSpellSound() - Method in class net.minecraft.entity.mob.EvokerEntity
getCastSpellSound() - Method in class net.minecraft.entity.mob.IllusionerEntity
getCastSpellSound() - Method in class net.minecraft.entity.mob.SpellcastingIllagerEntity
 
getCategory() - Method in class net.minecraft.client.gui.screen.recipebook.RecipeGroupButtonWidget
 
getCategory() - Method in class net.minecraft.client.option.KeyBinding
 
getCategory() - Method in class net.minecraft.client.sound.AbstractSoundInstance
getCategory() - Method in interface net.minecraft.client.sound.SoundInstance
 
getCategory() - Method in class net.minecraft.client.util.InputUtil.Key
 
getCategory() - Method in class net.minecraft.entity.effect.StatusEffect
 
getCategory() - Method in class net.minecraft.network.packet.c2s.play.RecipeCategoryOptionsC2SPacket
 
getCategory() - Method in class net.minecraft.network.packet.s2c.play.PlaySoundFromEntityS2CPacket
 
getCategory() - Method in class net.minecraft.network.packet.s2c.play.PlaySoundS2CPacket
 
getCategory() - Method in class net.minecraft.network.packet.s2c.play.StopSoundS2CPacket
 
getCategory() - Method in class net.minecraft.recipe.AbstractCookingRecipe
 
getCategory() - Method in interface net.minecraft.recipe.CraftingRecipe
 
getCategory() - Method in class net.minecraft.recipe.ShapedRecipe
getCategory() - Method in class net.minecraft.recipe.ShapelessRecipe
getCategory() - Method in class net.minecraft.recipe.SpecialCraftingRecipe
getCategory() - Method in class net.minecraft.screen.AbstractFurnaceScreenHandler
getCategory() - Method in class net.minecraft.screen.AbstractRecipeScreenHandler
 
getCategory() - Method in class net.minecraft.screen.CraftingScreenHandler
getCategory() - Method in class net.minecraft.screen.PlayerScreenHandler
getCategory() - Method in enum class net.minecraft.world.GameRules.Category
 
getCategory() - Method in class net.minecraft.world.GameRules.Key
 
getCauldronPos(World, BlockPos, Fluid) - Static method in class net.minecraft.block.PointedDripstoneBlock
 
getCause() - Method in exception class net.minecraft.util.crash.CrashException
 
getCause() - Method in class net.minecraft.util.crash.CrashReport
 
getCauseAsString() - Method in class net.minecraft.util.crash.CrashReport
 
getCausingEntity() - Method in class net.minecraft.world.explosion.Explosion
 
getCausingEntity(Entity) - Static method in class net.minecraft.world.explosion.Explosion
 
getCaveSurface(TestableWorld, int, Predicate<BlockState>, Predicate<BlockState>, BlockPos.Mutable, int, Direction) - Static method in class net.minecraft.world.gen.feature.util.CaveSurface
 
getCeiling() - Method in class net.minecraft.world.gen.feature.util.CaveSurface.Bounded
 
getCeilingHeight() - Method in class net.minecraft.world.gen.feature.util.CaveSurface.Bounded
getCeilingHeight() - Method in class net.minecraft.world.gen.feature.util.CaveSurface.Empty
getCeilingHeight() - Method in class net.minecraft.world.gen.feature.util.CaveSurface
 
getCeilingHeight() - Method in class net.minecraft.world.gen.feature.util.CaveSurface.Half
getCeilingHeight(BlockPos, int, Function<BlockPos, VoxelShape>) - Static method in class net.minecraft.entity.Dismounting
 
getCelebratingSound() - Method in class net.minecraft.entity.mob.EvokerEntity
getCelebratingSound() - Method in class net.minecraft.entity.mob.IllusionerEntity
getCelebratingSound() - Method in class net.minecraft.entity.mob.PillagerEntity
getCelebratingSound() - Method in class net.minecraft.entity.mob.RavagerEntity
getCelebratingSound() - Method in class net.minecraft.entity.mob.VindicatorEntity
getCelebratingSound() - Method in class net.minecraft.entity.mob.WitchEntity
getCelebratingSound() - Method in class net.minecraft.entity.raid.RaiderEntity
 
getCenter() - Method in class net.minecraft.structure.StrongholdGenerator.Start
getCenter() - Method in class net.minecraft.structure.StructurePiece
 
getCenter() - Method in class net.minecraft.util.math.BlockBox
Returns the center of this box.
getCenter() - Method in class net.minecraft.util.math.Box
Returns the center position of this box.
getCenter() - Method in class net.minecraft.village.raid.Raid
 
getCenter() - Method in class net.minecraft.world.gen.foliage.FoliagePlacer.TreeNode
 
getCenter(BlockState) - Method in class net.minecraft.block.AbstractSignBlock
 
getCenter(BlockState) - Method in class net.minecraft.block.WallSignBlock
getCenter(NavigationAxis) - Method in record class net.minecraft.client.gui.ScreenRect
Returns the center of this rect in the given axis.
getCenterAtY(int) - Method in class net.minecraft.util.math.ChunkPos
 
getCenterPos() - Method in class net.minecraft.util.math.ChunkSectionPos
 
getCenterPos() - Method in class net.minecraft.world.ChunkRegion
 
getCenterSize() - Method in class net.minecraft.server.WorldGenerationProgressTracker
 
getCenterX() - Method in class net.minecraft.network.packet.s2c.play.WorldBorderCenterChangedS2CPacket
 
getCenterX() - Method in class net.minecraft.network.packet.s2c.play.WorldBorderInitializeS2CPacket
 
getCenterX() - Method in class net.minecraft.util.math.ChunkPos
 
getCenterX() - Method in class net.minecraft.world.border.WorldBorder
 
getCenterX() - Method in class net.minecraft.world.border.WorldBorder.Properties
 
getCenterX() - Method in class net.minecraft.world.gen.feature.EndSpikeFeature.Spike
 
getCenterZ() - Method in class net.minecraft.network.packet.s2c.play.WorldBorderCenterChangedS2CPacket
 
getCenterZ() - Method in class net.minecraft.network.packet.s2c.play.WorldBorderInitializeS2CPacket
 
getCenterZ() - Method in class net.minecraft.util.math.ChunkPos
 
getCenterZ() - Method in class net.minecraft.world.border.WorldBorder
 
getCenterZ() - Method in class net.minecraft.world.border.WorldBorder.Properties
 
getCenterZ() - Method in class net.minecraft.world.gen.feature.EndSpikeFeature.Spike
 
getChainLength() - Method in class net.minecraft.structure.StructurePiece
 
getChance() - Method in class net.minecraft.sound.BiomeAdditionsSound
Returns the chance of this addition sound to play at any tick.
getChangeCount() - Method in class net.minecraft.entity.player.PlayerInventory
 
getChangedEntries() - Method in class net.minecraft.entity.data.DataTracker
 
getChangeInNeckPitch(int, double[], double[]) - Method in class net.minecraft.entity.boss.dragon.EnderDragonEntity
 
getChanges() - Method in class net.minecraft.component.ComponentMapImpl
 
getChannelCount() - Method in enum class net.minecraft.client.texture.NativeImage.Format
 
getChanneler() - Method in class net.minecraft.entity.LightningEntity
 
getChar(int) - Method in class net.minecraft.network.PacketByteBuf
 
getChar(JsonObject, String) - Static method in class net.minecraft.util.JsonHelper
 
getChar(JsonObject, String, char) - Static method in class net.minecraft.util.JsonHelper
 
getCharacterX(int) - Method in class net.minecraft.client.gui.widget.TextFieldWidget
 
getCharge() - Method in class net.minecraft.block.entity.SculkSpreadManager.Cursor
 
getChargeY() - Method in class net.minecraft.entity.mob.BreezeEntity
 
getCharSequence(int, int, Charset) - Method in class net.minecraft.network.PacketByteBuf
 
getChatAnnouncementText(AdvancementEntry, ServerPlayerEntity) - Method in enum class net.minecraft.advancement.AdvancementFrame
 
getChatColors() - Method in class net.minecraft.client.option.GameOptions
 
getChatDelay() - Method in class net.minecraft.client.option.GameOptions
 
getChatHeightFocused() - Method in class net.minecraft.client.option.GameOptions
 
getChatHeightUnfocused() - Method in class net.minecraft.client.option.GameOptions
 
getChatHud() - Method in class net.minecraft.client.gui.hud.InGameHud
 
getChatLineSpacing() - Method in class net.minecraft.client.option.GameOptions
 
getChatLinks() - Method in class net.minecraft.client.option.GameOptions
 
getChatLinksPrompt() - Method in class net.minecraft.client.option.GameOptions
 
getChatLog() - Method in class net.minecraft.client.session.report.AbuseReportContext
 
getChatOpacity() - Method in class net.minecraft.client.option.GameOptions
 
getChatRestriction() - Method in class net.minecraft.client.MinecraftClient
 
getChatScale() - Method in class net.minecraft.client.gui.hud.ChatHud
 
getChatScale() - Method in class net.minecraft.client.option.GameOptions
 
getChatSuggestions() - Method in class net.minecraft.client.network.ClientCommandSource
getChatSuggestions() - Method in interface net.minecraft.command.CommandSource
 
getChatVisibility() - Method in class net.minecraft.client.option.GameOptions
 
getChatWidth() - Method in class net.minecraft.client.option.GameOptions
 
getChebyshevDistance(ChunkPos) - Method in class net.minecraft.util.math.ChunkPos
 
getCheckers() - Method in class net.minecraft.client.realms.RealmsPeriodicCheckers
 
getChest() - Static method in class net.minecraft.client.render.TexturedRenderLayers
 
getChestTextureId(BlockEntity, ChestType, boolean) - Static method in class net.minecraft.client.render.TexturedRenderLayers
 
getChestTextureId(ChestType, SpriteIdentifier, SpriteIdentifier, SpriteIdentifier) - Static method in class net.minecraft.client.render.TexturedRenderLayers
 
getChild(String) - Method in class net.minecraft.client.model.ModelPart
 
getChild(String) - Method in class net.minecraft.client.model.ModelPartData
 
getChild(String) - Method in class net.minecraft.client.render.entity.model.SinglePartEntityModel
 
getChildColor(AnimalEntity, AnimalEntity) - Method in class net.minecraft.entity.passive.SheepEntity
 
getChildHealthBonus(IntUnaryOperator) - Static method in class net.minecraft.entity.passive.AbstractHorseEntity
 
getChildJumpStrengthBonus(DoubleSupplier) - Static method in class net.minecraft.entity.passive.AbstractHorseEntity
 
getChildMovementSpeedBonus(DoubleSupplier) - Static method in class net.minecraft.entity.passive.AbstractHorseEntity
 
getChildren() - Method in class net.minecraft.advancement.PlacedAdvancement
 
getChildren() - Method in class net.minecraft.structure.StructureStart
 
getChoiceType(DSL.TypeReference, String) - Method in class net.minecraft.datafixer.schema.IdentifierNormalizingSchema
 
getChoiceType(DSL.TypeReference, String) - Method in class net.minecraft.datafixer.schema.Schema704
 
getChoiceType(DSL.TypeReference, String) - Static method in class net.minecraft.util.Util
 
getChoiceTypeInternal(DSL.TypeReference, String) - Static method in class net.minecraft.util.Util
 
getChunk() - Method in class net.minecraft.client.gui.hud.DebugHud
 
getChunk() - Method in class net.minecraft.client.render.chunk.ChunkRendererRegionBuilder.ClientChunk
 
getChunk(int) - Method in class net.minecraft.client.world.ClientChunkManager.ClientChunkMap
 
getChunk(int, int) - Method in class net.minecraft.server.world.ServerChunkManager
getChunk(int, int) - Method in class net.minecraft.world.BlockCollisionSpliterator
 
getChunk(int, int) - Method in class net.minecraft.world.chunk.ChunkCache
 
getChunk(int, int) - Method in class net.minecraft.world.chunk.ChunkManager
getChunk(int, int) - Method in interface net.minecraft.world.chunk.ChunkProvider
 
getChunk(int, int) - Method in class net.minecraft.world.chunk.light.ChunkLightProvider
 
getChunk(int, int) - Method in class net.minecraft.world.ChunkRegion
Returns the chunk with position chunkX and chunkZ.
getChunk(int, int) - Method in class net.minecraft.world.World
 
getChunk(int, int) - Method in interface net.minecraft.world.WorldView
Returns the chunk with position chunkX and chunkZ.
getChunk(int, int, ChunkStatus) - Method in interface net.minecraft.world.WorldView
 
getChunk(int, int, ChunkStatus, boolean) - Method in class net.minecraft.client.world.ClientChunkManager
 
getChunk(int, int, ChunkStatus, boolean) - Method in class net.minecraft.server.world.ServerChunkManager
getChunk(int, int, ChunkStatus, boolean) - Method in class net.minecraft.world.chunk.ChunkManager
 
getChunk(int, int, ChunkStatus, boolean) - Method in class net.minecraft.world.ChunkRegion
getChunk(int, int, ChunkStatus, boolean) - Method in class net.minecraft.world.World
getChunk(int, int, ChunkStatus, boolean) - Method in interface net.minecraft.world.WorldView
 
getChunk(ChunkHolder, ChunkStatus) - Method in class net.minecraft.server.world.ThreadedAnvilChunkStorage
 
getChunk(BlockPos) - Method in class net.minecraft.world.chunk.ChunkCache
 
getChunk(BlockPos) - Method in interface net.minecraft.world.WorldView
Returns the chunk that contains pos.
getChunk(World, Vec3d) - Static method in class net.minecraft.block.entity.EndGatewayBlockEntity
 
getChunkAsView(int, int) - Method in class net.minecraft.world.chunk.ChunkCache
getChunkAsView(int, int) - Method in interface net.minecraft.world.CollisionView
 
getChunkAsView(int, int) - Method in class net.minecraft.world.World
getChunkAsView(int, int) - Method in interface net.minecraft.world.WorldView
getChunkAt(ChunkStatus, ThreadedAnvilChunkStorage) - Method in class net.minecraft.server.world.ChunkHolder
 
getChunkBuilder() - Method in class net.minecraft.client.render.WorldRenderer
 
getChunkBuilderMode() - Method in class net.minecraft.client.option.GameOptions
 
getChunkCount() - Method in class net.minecraft.client.render.WorldRenderer
 
getChunkData() - Method in class net.minecraft.network.packet.s2c.play.ChunkDataS2CPacket
 
getChunkFilter() - Method in class net.minecraft.server.network.ServerPlayerEntity
 
getChunkFuture(int, int, ChunkStatus, boolean) - Method in class net.minecraft.server.world.ServerChunkManager
 
getChunkFutureSyncOnMainThread(int, int, ChunkStatus, boolean) - Method in class net.minecraft.server.world.ServerChunkManager
 
getChunkGenerationSampleStatistics() - Method in record class net.minecraft.util.profiling.jfr.JfrProfile
 
getChunkGenerator() - Method in class net.minecraft.server.world.ServerChunkManager
 
getChunkGenerator() - Method in class net.minecraft.server.world.ThreadedAnvilChunkStorage
 
getChunkGenerator() - Method in record class net.minecraft.world.dimension.DimensionOptionsRegistryHolder
 
getChunkGenerator() - Method in class net.minecraft.world.gen.feature.FeaturePlacementContext
 
getChunkHolder(long) - Method in class net.minecraft.server.world.ChunkTicketManager
 
getChunkHolder(long) - Method in class net.minecraft.server.world.ServerChunkManager
 
getChunkHolder(long) - Method in class net.minecraft.server.world.ThreadedAnvilChunkStorage
 
getChunkHolder(long) - Method in class net.minecraft.server.world.ThreadedAnvilChunkStorage.TicketManager
getChunkIndex(int, int, int) - Method in class net.minecraft.client.render.BuiltChunkStorage
 
getChunkInputStream(ChunkPos) - Method in class net.minecraft.world.storage.RegionFile
 
getChunkIoWorker() - Method in class net.minecraft.server.world.ServerChunkManager
 
getChunkLoadingDebugInfo(ChunkPos) - Method in class net.minecraft.server.world.ServerChunkManager
 
getChunkLoadingDebugInfo(ChunkPos) - Method in class net.minecraft.server.world.ThreadedAnvilChunkStorage
 
getChunkManager() - Method in class net.minecraft.client.world.ClientWorld
 
getChunkManager() - Method in class net.minecraft.server.world.ServerWorld
 
getChunkManager() - Method in class net.minecraft.world.ChunkRegion
getChunkManager() - Method in interface net.minecraft.world.WorldAccess
 
getChunkMapRadius(int) - Static method in class net.minecraft.client.world.ClientChunkManager
 
getChunkOutputStream(ChunkPos) - Method in class net.minecraft.world.storage.RegionFile
 
getChunkPos() - Method in class net.minecraft.entity.Entity
Returns the chunk position of the entity.
getChunkPos() - Method in class net.minecraft.world.storage.ChunkDataList
 
getChunkPos(NbtCompound) - Static method in class net.minecraft.world.storage.EntityChunkDataAccess
 
getChunkPositions() - Method in class net.minecraft.world.entity.SectionedEntityCache
 
getChunks() - Method in class net.minecraft.world.ForcedChunkState
 
getChunksDebugString() - Method in class net.minecraft.client.render.WorldRenderer
 
getChunkSkyLight() - Method in class net.minecraft.world.chunk.Chunk
getChunkSkyLight() - Method in interface net.minecraft.world.chunk.light.LightSourceView
 
getChunkSkyLight() - Method in class net.minecraft.world.chunk.WrapperProtoChunk
getChunkStatus(int, int) - Method in class net.minecraft.server.WorldGenerationProgressTracker
 
getChunksToUpload() - Method in class net.minecraft.client.render.chunk.ChunkBuilder
 
getChunkStreamVersionId(byte) - Static method in class net.minecraft.world.storage.RegionFile
 
getChunkType() - Method in class net.minecraft.world.chunk.ChunkStatus
 
getChunkType(NbtCompound) - Static method in class net.minecraft.world.ChunkSerializer
 
getChunkX() - Method in class net.minecraft.network.packet.s2c.play.ChunkDataS2CPacket
 
getChunkX() - Method in class net.minecraft.network.packet.s2c.play.ChunkRenderDistanceCenterS2CPacket
 
getChunkX() - Method in class net.minecraft.network.packet.s2c.play.LightUpdateS2CPacket
 
getChunkZ() - Method in class net.minecraft.network.packet.s2c.play.ChunkDataS2CPacket
 
getChunkZ() - Method in class net.minecraft.network.packet.s2c.play.ChunkRenderDistanceCenterS2CPacket
 
getChunkZ() - Method in class net.minecraft.network.packet.s2c.play.LightUpdateS2CPacket
 
getClamped(int[], int) - Static method in class net.minecraft.datafixer.fix.ChunkHeightAndBiomeFix
 
getClampedLocalDifficulty() - Method in class net.minecraft.world.LocalDifficulty
 
getClampedViewDistance() - Method in class net.minecraft.client.option.GameOptions
 
getClearWeatherTime() - Method in class net.minecraft.world.level.LevelProperties
getClearWeatherTime() - Method in interface net.minecraft.world.level.ServerWorldProperties
 
getClearWeatherTime() - Method in class net.minecraft.world.level.UnmodifiableLevelProperties
getClickEvent() - Method in class net.minecraft.text.Style
Returns the click event of this style.
getClickSound(boolean) - Method in class net.minecraft.block.ButtonBlock
 
getClient() - Method in class net.minecraft.client.gui.screen.recipebook.RecipeBookResults
 
getClient() - Method in class net.minecraft.client.render.GameRenderer
 
getClient() - Method in class net.minecraft.client.toast.ToastManager
 
getClient() - Method in class net.minecraft.client.tutorial.TutorialManager
 
getClientCameraPosVec(float) - Method in class net.minecraft.entity.decoration.ArmorStandEntity
getClientCameraPosVec(float) - Method in class net.minecraft.entity.Entity
 
getClientChatVisibility() - Method in class net.minecraft.server.network.ServerPlayerEntity
 
getClientChunk() - Method in class net.minecraft.client.gui.hud.DebugHud
 
getClientData() - Method in class net.minecraft.block.entity.VaultBlockEntity
 
getClientFuseTime(float) - Method in class net.minecraft.entity.mob.CreeperEntity
 
getClientId() - Method in class net.minecraft.client.session.Session
 
getClientModName() - Static method in class net.minecraft.client.ClientBrandRetriever
 
getClientOptions() - Method in class net.minecraft.server.network.ServerPlayerEntity
 
getClientTickScheduler() - Static method in class net.minecraft.world.tick.EmptyTickSchedulers
 
getClientWorld(Entity, ClientWorld) - Method in class net.minecraft.client.item.CompassAnglePredicateProvider
 
getClimbingPos() - Method in class net.minecraft.entity.LivingEntity
 
getClipboard() - Method in class net.minecraft.client.gui.screen.ingame.BookEditScreen
 
getClipboard() - Method in class net.minecraft.client.Keyboard
 
getClipboard(long, GLFWErrorCallbackI) - Method in class net.minecraft.client.util.Clipboard
 
getClipboard(MinecraftClient) - Static method in class net.minecraft.client.util.SelectionManager
 
getCloserEntity(LivingEntity, Optional<LivingEntity>, LivingEntity) - Static method in class net.minecraft.entity.ai.brain.task.LookTargetUtil
 
getCloserEntity(LivingEntity, LivingEntity, LivingEntity) - Static method in class net.minecraft.entity.ai.brain.task.LookTargetUtil
 
getClosestEntity(Class<? extends T>, TargetPredicate, LivingEntity, double, double, double, Box) - Method in interface net.minecraft.world.EntityView
 
getClosestEntity(List<? extends T>, TargetPredicate, LivingEntity, double, double, double) - Method in interface net.minecraft.world.EntityView
 
getClosestPlayer(double, double, double, double, boolean) - Method in interface net.minecraft.world.EntityView
 
getClosestPlayer(double, double, double, double, Predicate<Entity>) - Method in interface net.minecraft.world.EntityView
 
getClosestPlayer(double, double, double, double, Predicate<Entity>) - Method in class net.minecraft.world.ChunkRegion
getClosestPlayer(TargetPredicate, double, double, double) - Method in interface net.minecraft.world.EntityView
 
getClosestPlayer(TargetPredicate, LivingEntity) - Method in interface net.minecraft.world.EntityView
 
getClosestPlayer(TargetPredicate, LivingEntity, double, double, double) - Method in interface net.minecraft.world.EntityView
 
getClosestPlayer(Entity, double) - Method in interface net.minecraft.world.EntityView
 
getClosestPointTo(Vec3d) - Method in class net.minecraft.util.shape.VoxelShape
Returns the closest point in the shape to target.
getCloudRenderMode() - Method in class net.minecraft.client.option.GameOptions
 
getCloudRenderModeValue() - Method in class net.minecraft.client.option.GameOptions
 
getClouds(boolean) - Static method in class net.minecraft.client.render.RenderLayer
 
getCloudsColor(float) - Method in class net.minecraft.client.world.ClientWorld
 
getCloudsFramebuffer() - Method in class net.minecraft.client.render.WorldRenderer
 
getCloudsHeight() - Method in class net.minecraft.client.render.DimensionEffects
 
getCocoaWindow(long) - Static method in class net.minecraft.client.util.MacWindowUtil
 
getCode() - Method in class net.minecraft.client.util.InputUtil.Key
 
getCode() - Method in enum class net.minecraft.util.Formatting
Returns the code to be placed after the '\u00a7' when this format is converted to a string.
getCodec() - Method in class net.minecraft.block.AbstractBannerBlock
getCodec() - Method in class net.minecraft.block.AbstractBlock
 
getCodec() - Method in class net.minecraft.block.AbstractCandleBlock
getCodec() - Method in class net.minecraft.block.AbstractCauldronBlock
getCodec() - Method in class net.minecraft.block.AbstractChestBlock
getCodec() - Method in class net.minecraft.block.AbstractFireBlock
getCodec() - Method in class net.minecraft.block.AbstractFurnaceBlock
getCodec() - Method in class net.minecraft.block.AbstractPlantBlock
getCodec() - Method in class net.minecraft.block.AbstractPlantPartBlock
getCodec() - Method in class net.minecraft.block.AbstractPlantStemBlock
getCodec() - Method in class net.minecraft.block.AbstractPressurePlateBlock
getCodec() - Method in class net.minecraft.block.AbstractRailBlock
getCodec() - Method in class net.minecraft.block.AbstractRedstoneGateBlock
getCodec() - Method in class net.minecraft.block.AbstractSignBlock
getCodec() - Method in class net.minecraft.block.AbstractSkullBlock
getCodec() - Method in class net.minecraft.block.AbstractTorchBlock
getCodec() - Method in class net.minecraft.block.AirBlock
getCodec() - Method in class net.minecraft.block.AmethystBlock
getCodec() - Method in class net.minecraft.block.AmethystClusterBlock
getCodec() - Method in class net.minecraft.block.AnvilBlock
getCodec() - Method in class net.minecraft.block.AttachedStemBlock
getCodec() - Method in class net.minecraft.block.AzaleaBlock
getCodec() - Method in class net.minecraft.block.BambooBlock
getCodec() - Method in class net.minecraft.block.BambooShootBlock
getCodec() - Method in class net.minecraft.block.BannerBlock
getCodec() - Method in class net.minecraft.block.BarrelBlock
getCodec() - Method in class net.minecraft.block.BarrierBlock
getCodec() - Method in class net.minecraft.block.BeaconBlock
getCodec() - Method in class net.minecraft.block.BedBlock
getCodec() - Method in class net.minecraft.block.BeehiveBlock
getCodec() - Method in class net.minecraft.block.BeetrootsBlock
getCodec() - Method in class net.minecraft.block.BellBlock
getCodec() - Method in class net.minecraft.block.BigDripleafBlock
getCodec() - Method in class net.minecraft.block.BigDripleafStemBlock
getCodec() - Method in class net.minecraft.block.BlastFurnaceBlock
getCodec() - Method in class net.minecraft.block.Block
getCodec() - Method in class net.minecraft.block.BlockWithEntity
getCodec() - Method in class net.minecraft.block.BrewingStandBlock
getCodec() - Method in class net.minecraft.block.BrushableBlock
getCodec() - Method in class net.minecraft.block.BubbleColumnBlock
getCodec() - Method in class net.minecraft.block.BuddingAmethystBlock
getCodec() - Method in class net.minecraft.block.BulbBlock
getCodec() - Method in class net.minecraft.block.ButtonBlock
getCodec() - Method in class net.minecraft.block.CactusBlock
getCodec() - Method in class net.minecraft.block.CakeBlock
getCodec() - Method in class net.minecraft.block.CalibratedSculkSensorBlock
getCodec() - Method in class net.minecraft.block.CampfireBlock
getCodec() - Method in class net.minecraft.block.CandleBlock
getCodec() - Method in class net.minecraft.block.CandleCakeBlock
getCodec() - Method in class net.minecraft.block.CarpetBlock
getCodec() - Method in class net.minecraft.block.CarrotsBlock
getCodec() - Method in class net.minecraft.block.CartographyTableBlock
getCodec() - Method in class net.minecraft.block.CarvedPumpkinBlock
getCodec() - Method in class net.minecraft.block.CauldronBlock
getCodec() - Method in class net.minecraft.block.CaveVinesBodyBlock
getCodec() - Method in class net.minecraft.block.CaveVinesHeadBlock
getCodec() - Method in class net.minecraft.block.ChainBlock
getCodec() - Method in class net.minecraft.block.CherryLeavesBlock
getCodec() - Method in class net.minecraft.block.ChestBlock
getCodec() - Method in class net.minecraft.block.ChiseledBookshelfBlock
getCodec() - Method in class net.minecraft.block.ChorusFlowerBlock
getCodec() - Method in class net.minecraft.block.ChorusPlantBlock
getCodec() - Method in class net.minecraft.block.CobwebBlock
getCodec() - Method in class net.minecraft.block.CocoaBlock
getCodec() - Method in class net.minecraft.block.ColoredFallingBlock
getCodec() - Method in class net.minecraft.block.CommandBlock
getCodec() - Method in class net.minecraft.block.ComparatorBlock
getCodec() - Method in class net.minecraft.block.ComposterBlock
getCodec() - Method in class net.minecraft.block.ConcretePowderBlock
getCodec() - Method in class net.minecraft.block.ConduitBlock
getCodec() - Method in class net.minecraft.block.ConnectingBlock
getCodec() - Method in class net.minecraft.block.CoralBlock
getCodec() - Method in class net.minecraft.block.CoralBlockBlock
getCodec() - Method in class net.minecraft.block.CoralFanBlock
getCodec() - Method in class net.minecraft.block.CoralParentBlock
getCodec() - Method in class net.minecraft.block.CoralWallFanBlock
getCodec() - Method in class net.minecraft.block.CrafterBlock
getCodec() - Method in class net.minecraft.block.CraftingTableBlock
getCodec() - Method in class net.minecraft.block.CropBlock
getCodec() - Method in class net.minecraft.block.CryingObsidianBlock
getCodec() - Method in class net.minecraft.block.DaylightDetectorBlock
getCodec() - Method in class net.minecraft.block.DeadBushBlock
getCodec() - Method in class net.minecraft.block.DeadCoralBlock
getCodec() - Method in class net.minecraft.block.DeadCoralFanBlock
getCodec() - Method in class net.minecraft.block.DeadCoralWallFanBlock
getCodec() - Method in class net.minecraft.block.DecoratedPotBlock
getCodec() - Method in class net.minecraft.block.DetectorRailBlock
getCodec() - Method in class net.minecraft.block.DirtPathBlock
getCodec() - Method in class net.minecraft.block.DispenserBlock
getCodec() - Method in class net.minecraft.block.DoorBlock
getCodec() - Method in class net.minecraft.block.DragonEggBlock
getCodec() - Method in class net.minecraft.block.DropperBlock
getCodec() - Method in class net.minecraft.block.DyedCarpetBlock
getCodec() - Method in class net.minecraft.block.EnchantingTableBlock
getCodec() - Method in class net.minecraft.block.EnderChestBlock
getCodec() - Method in class net.minecraft.block.EndGatewayBlock
getCodec() - Method in class net.minecraft.block.EndPortalBlock
getCodec() - Method in class net.minecraft.block.EndPortalFrameBlock
getCodec() - Method in class net.minecraft.block.EndRodBlock
getCodec() - Method in class net.minecraft.block.ExperienceDroppingBlock
getCodec() - Method in class net.minecraft.block.FacingBlock
getCodec() - Method in class net.minecraft.block.FallingBlock
getCodec() - Method in class net.minecraft.block.FarmlandBlock
getCodec() - Method in class net.minecraft.block.FenceBlock
getCodec() - Method in class net.minecraft.block.FenceGateBlock
getCodec() - Method in class net.minecraft.block.FireBlock
getCodec() - Method in class net.minecraft.block.FletchingTableBlock
getCodec() - Method in class net.minecraft.block.FlowerbedBlock
getCodec() - Method in class net.minecraft.block.FlowerBlock
getCodec() - Method in class net.minecraft.block.FlowerPotBlock
getCodec() - Method in class net.minecraft.block.FluidBlock
getCodec() - Method in class net.minecraft.block.FrogspawnBlock
getCodec() - Method in class net.minecraft.block.FrostedIceBlock
getCodec() - Method in class net.minecraft.block.FungusBlock
getCodec() - Method in class net.minecraft.block.FurnaceBlock
getCodec() - Method in class net.minecraft.block.GlazedTerracottaBlock
getCodec() - Method in class net.minecraft.block.GlowLichenBlock
getCodec() - Method in class net.minecraft.block.GrassBlock
getCodec() - Method in class net.minecraft.block.GrateBlock
getCodec() - Method in class net.minecraft.block.GrindstoneBlock
getCodec() - Method in class net.minecraft.block.HangingRootsBlock
getCodec() - Method in class net.minecraft.block.HangingSignBlock
getCodec() - Method in class net.minecraft.block.HayBlock
getCodec() - Method in class net.minecraft.block.HoneyBlock
getCodec() - Method in class net.minecraft.block.HopperBlock
getCodec() - Method in class net.minecraft.block.HorizontalConnectingBlock
getCodec() - Method in class net.minecraft.block.HorizontalFacingBlock
getCodec() - Method in class net.minecraft.block.IceBlock
getCodec() - Method in class net.minecraft.block.InfestedBlock
getCodec() - Method in class net.minecraft.block.JigsawBlock
getCodec() - Method in class net.minecraft.block.JukeboxBlock
getCodec() - Method in class net.minecraft.block.KelpBlock
getCodec() - Method in class net.minecraft.block.KelpPlantBlock
getCodec() - Method in class net.minecraft.block.LadderBlock
getCodec() - Method in class net.minecraft.block.LanternBlock
getCodec() - Method in class net.minecraft.block.LavaCauldronBlock
getCodec() - Method in class net.minecraft.block.LeavesBlock
getCodec() - Method in class net.minecraft.block.LecternBlock
getCodec() - Method in class net.minecraft.block.LeveledCauldronBlock
getCodec() - Method in class net.minecraft.block.LeverBlock
getCodec() - Method in class net.minecraft.block.LightBlock
getCodec() - Method in class net.minecraft.block.LightningRodBlock
getCodec() - Method in class net.minecraft.block.LilyPadBlock
getCodec() - Method in class net.minecraft.block.LoomBlock
getCodec() - Method in class net.minecraft.block.MagmaBlock
getCodec() - Method in class net.minecraft.block.MangroveLeavesBlock
getCodec() - Method in class net.minecraft.block.MangroveRootsBlock
getCodec() - Method in class net.minecraft.block.MossBlock
getCodec() - Method in class net.minecraft.block.MudBlock
getCodec() - Method in class net.minecraft.block.MultifaceGrowthBlock
getCodec() - Method in class net.minecraft.block.MushroomBlock
getCodec() - Method in class net.minecraft.block.MushroomPlantBlock
getCodec() - Method in class net.minecraft.block.MyceliumBlock
getCodec() - Method in class net.minecraft.block.NetherPortalBlock
getCodec() - Method in class net.minecraft.block.NetherrackBlock
getCodec() - Method in class net.minecraft.block.NetherWartBlock
getCodec() - Method in class net.minecraft.block.NoteBlock
getCodec() - Method in class net.minecraft.block.NyliumBlock
getCodec() - Method in class net.minecraft.block.ObserverBlock
getCodec() - Method in class net.minecraft.block.OxidizableBlock
getCodec() - Method in class net.minecraft.block.OxidizableBulbBlock
getCodec() - Method in class net.minecraft.block.OxidizableDoorBlock
getCodec() - Method in class net.minecraft.block.OxidizableGrateBlock
getCodec() - Method in class net.minecraft.block.OxidizableSlabBlock
getCodec() - Method in class net.minecraft.block.OxidizableStairsBlock
getCodec() - Method in class net.minecraft.block.OxidizableTrapdoorBlock
getCodec() - Method in class net.minecraft.block.PaneBlock
getCodec() - Method in class net.minecraft.block.PillarBlock
getCodec() - Method in class net.minecraft.block.PistonBlock
getCodec() - Method in class net.minecraft.block.PistonExtensionBlock
getCodec() - Method in class net.minecraft.block.PistonHeadBlock
getCodec() - Method in class net.minecraft.block.PitcherCropBlock
getCodec() - Method in class net.minecraft.block.PlantBlock
getCodec() - Method in class net.minecraft.block.PlayerSkullBlock
getCodec() - Method in class net.minecraft.block.PointedDripstoneBlock
getCodec() - Method in class net.minecraft.block.PotatoesBlock
getCodec() - Method in class net.minecraft.block.PowderSnowBlock
getCodec() - Method in class net.minecraft.block.PoweredRailBlock
getCodec() - Method in class net.minecraft.block.PressurePlateBlock
getCodec() - Method in class net.minecraft.block.PropaguleBlock
getCodec() - Method in class net.minecraft.block.PumpkinBlock
getCodec() - Method in class net.minecraft.block.RailBlock
getCodec() - Method in class net.minecraft.block.RedstoneBlock
getCodec() - Method in class net.minecraft.block.RedstoneLampBlock
getCodec() - Method in class net.minecraft.block.RedstoneOreBlock
getCodec() - Method in class net.minecraft.block.RedstoneTorchBlock
getCodec() - Method in class net.minecraft.block.RedstoneWireBlock
getCodec() - Method in class net.minecraft.block.RepeaterBlock
getCodec() - Method in class net.minecraft.block.RespawnAnchorBlock
getCodec() - Method in class net.minecraft.block.RodBlock
getCodec() - Method in class net.minecraft.block.RootedDirtBlock
getCodec() - Method in class net.minecraft.block.RootsBlock
getCodec() - Method in class net.minecraft.block.RotatedInfestedBlock
getCodec() - Method in class net.minecraft.block.SaplingBlock
getCodec() - Method in class net.minecraft.block.ScaffoldingBlock
getCodec() - Method in class net.minecraft.block.SculkBlock
getCodec() - Method in class net.minecraft.block.SculkCatalystBlock
getCodec() - Method in class net.minecraft.block.SculkSensorBlock
getCodec() - Method in class net.minecraft.block.SculkShriekerBlock
getCodec() - Method in class net.minecraft.block.SculkVeinBlock
getCodec() - Method in class net.minecraft.block.SeagrassBlock
getCodec() - Method in class net.minecraft.block.SeaPickleBlock
getCodec() - Method in class net.minecraft.block.ShortPlantBlock
getCodec() - Method in class net.minecraft.block.ShulkerBoxBlock
getCodec() - Method in class net.minecraft.block.SignBlock
getCodec() - Method in class net.minecraft.block.SkullBlock
getCodec() - Method in class net.minecraft.block.SlabBlock
getCodec() - Method in class net.minecraft.block.SlimeBlock
getCodec() - Method in class net.minecraft.block.SmallDripleafBlock
getCodec() - Method in class net.minecraft.block.SmithingTableBlock
getCodec() - Method in class net.minecraft.block.SmokerBlock
getCodec() - Method in class net.minecraft.block.SnifferEggBlock
getCodec() - Method in class net.minecraft.block.SnowBlock
getCodec() - Method in class net.minecraft.block.SnowyBlock
getCodec() - Method in class net.minecraft.block.SoulFireBlock
getCodec() - Method in class net.minecraft.block.SoulSandBlock
getCodec() - Method in class net.minecraft.block.SpawnerBlock
getCodec() - Method in class net.minecraft.block.SpongeBlock
getCodec() - Method in class net.minecraft.block.SporeBlossomBlock
getCodec() - Method in class net.minecraft.block.SpreadableBlock
getCodec() - Method in class net.minecraft.block.SproutsBlock
getCodec() - Method in class net.minecraft.block.StainedGlassBlock
getCodec() - Method in class net.minecraft.block.StainedGlassPaneBlock
getCodec() - Method in class net.minecraft.block.StairsBlock
getCodec() - Method in class net.minecraft.block.StemBlock
getCodec() - Method in class net.minecraft.block.StonecutterBlock
getCodec() - Method in class net.minecraft.block.StructureBlock
getCodec() - Method in class net.minecraft.block.StructureVoidBlock
getCodec() - Method in class net.minecraft.block.SugarCaneBlock
getCodec() - Method in class net.minecraft.block.SweetBerryBushBlock
getCodec() - Method in class net.minecraft.block.TallFlowerBlock
getCodec() - Method in class net.minecraft.block.TallPlantBlock
getCodec() - Method in class net.minecraft.block.TallSeagrassBlock
getCodec() - Method in class net.minecraft.block.TargetBlock
getCodec() - Method in class net.minecraft.block.TintedGlassBlock
getCodec() - Method in class net.minecraft.block.TntBlock
getCodec() - Method in class net.minecraft.block.TorchBlock
getCodec() - Method in class net.minecraft.block.TorchflowerBlock
getCodec() - Method in class net.minecraft.block.TranslucentBlock
getCodec() - Method in class net.minecraft.block.TransparentBlock
getCodec() - Method in class net.minecraft.block.TrapdoorBlock
getCodec() - Method in class net.minecraft.block.TrappedChestBlock
getCodec() - Method in class net.minecraft.block.TrialSpawnerBlock
getCodec() - Method in class net.minecraft.block.TripwireBlock
getCodec() - Method in class net.minecraft.block.TripwireHookBlock
getCodec() - Method in class net.minecraft.block.TurtleEggBlock
getCodec() - Method in class net.minecraft.block.TwistingVinesBlock
getCodec() - Method in class net.minecraft.block.TwistingVinesPlantBlock
getCodec() - Method in class net.minecraft.block.VaultBlock
getCodec() - Method in class net.minecraft.block.VineBlock
getCodec() - Method in class net.minecraft.block.WallBannerBlock
getCodec() - Method in class net.minecraft.block.WallBlock
getCodec() - Method in class net.minecraft.block.WallHangingSignBlock
getCodec() - Method in class net.minecraft.block.WallMountedBlock
getCodec() - Method in class net.minecraft.block.WallPiglinHeadBlock
getCodec() - Method in class net.minecraft.block.WallPlayerSkullBlock
getCodec() - Method in class net.minecraft.block.WallRedstoneTorchBlock
getCodec() - Method in class net.minecraft.block.WallSignBlock
getCodec() - Method in class net.minecraft.block.WallSkullBlock
getCodec() - Method in class net.minecraft.block.WallTorchBlock
getCodec() - Method in class net.minecraft.block.WallWitherSkullBlock
getCodec() - Method in class net.minecraft.block.WearableCarvedPumpkinBlock
getCodec() - Method in class net.minecraft.block.WeepingVinesBlock
getCodec() - Method in class net.minecraft.block.WeepingVinesPlantBlock
getCodec() - Method in class net.minecraft.block.WeightedPressurePlateBlock
getCodec() - Method in class net.minecraft.block.WetSpongeBlock
getCodec() - Method in class net.minecraft.block.WitherRoseBlock
getCodec() - Method in class net.minecraft.block.WitherSkullBlock
getCodec() - Method in class net.minecraft.client.option.SimpleOption
 
getCodec() - Method in enum class net.minecraft.client.session.report.log.ChatLogEntry.Type
 
getCodec() - Method in class net.minecraft.client.session.telemetry.TelemetryEventType
 
getCodec() - Method in enum class net.minecraft.client.texture.Scaling.Type
 
getCodec() - Method in class net.minecraft.component.DataComponentType.Builder.SimpleDataComponentType
getCodec() - Method in interface net.minecraft.component.DataComponentType
 
getCodec() - Method in class net.minecraft.entity.ai.brain.MemoryModuleType
 
getCodec() - Method in enum class net.minecraft.network.message.FilterMask.FilterStatus
 
getCodec() - Method in class net.minecraft.particle.DefaultParticleType
getCodec() - Method in class net.minecraft.particle.ParticleType
 
getCodec() - Method in interface net.minecraft.registry.Registry
Returns the codec for serializing T.
getCodec() - Method in class net.minecraft.resource.featuretoggle.FeatureManager
 
getCodec() - Method in interface net.minecraft.scoreboard.number.NumberFormatType
 
getCodec() - Method in class net.minecraft.state.property.Property
 
getCodec() - Method in record class net.minecraft.structure.pool.alias.DirectStructurePoolAliasBinding
getCodec() - Method in record class net.minecraft.structure.pool.alias.RandomGroupStructurePoolAliasBinding
getCodec() - Method in record class net.minecraft.structure.pool.alias.RandomStructurePoolAliasBinding
getCodec() - Method in interface net.minecraft.structure.pool.alias.StructurePoolAliasBinding
 
getCodec() - Method in class net.minecraft.world.biome.source.BiomeSource
 
getCodec() - Method in class net.minecraft.world.biome.source.CheckerboardBiomeSource
getCodec() - Method in class net.minecraft.world.biome.source.FixedBiomeSource
getCodec() - Method in class net.minecraft.world.biome.source.MultiNoiseBiomeSource
getCodec() - Method in class net.minecraft.world.biome.source.TheEndBiomeSource
getCodec() - Method in class net.minecraft.world.event.BlockPositionSource.Type
getCodec() - Method in class net.minecraft.world.event.EntityPositionSource.Type
getCodec() - Method in interface net.minecraft.world.event.PositionSourceType
 
getCodec() - Method in class net.minecraft.world.gen.carver.Carver
 
getCodec() - Method in class net.minecraft.world.gen.chunk.ChunkGenerator
 
getCodec() - Method in class net.minecraft.world.gen.chunk.DebugChunkGenerator
getCodec() - Method in class net.minecraft.world.gen.chunk.FlatChunkGenerator
getCodec() - Method in class net.minecraft.world.gen.chunk.NoiseChunkGenerator
getCodec() - Method in class net.minecraft.world.gen.feature.Feature
 
getCodec() - Method in class net.minecraft.world.gen.feature.size.FeatureSizeType
 
getCodec() - Method in class net.minecraft.world.gen.foliage.FoliagePlacerType
 
getCodec() - Method in class net.minecraft.world.gen.root.RootPlacerType
 
getCodec() - Method in class net.minecraft.world.gen.stateprovider.BlockStateProviderType
 
getCodec() - Method in class net.minecraft.world.gen.treedecorator.TreeDecoratorType
 
getCodec() - Method in class net.minecraft.world.gen.trunk.TrunkPlacerType
 
getCodec(Criterion<T>) - Static method in record class net.minecraft.advancement.AdvancementCriterion
 
getCodecHolder() - Method in class net.minecraft.util.math.noise.InterpolatedNoiseSampler
getCodecHolder() - Method in class net.minecraft.world.gen.chunk.ChunkNoiseSampler.BlendAlphaDensityFunction
getCodecHolder() - Method in class net.minecraft.world.gen.chunk.ChunkNoiseSampler.BlendOffsetDensityFunction
getCodecHolder() - Method in interface net.minecraft.world.gen.densityfunction.DensityFunction
 
getCodecHolder() - Method in interface net.minecraft.world.gen.densityfunction.DensityFunctionTypes.Beardifying
getCodecHolder() - Method in interface net.minecraft.world.gen.densityfunction.DensityFunctionTypes.BinaryOperationLike
getCodecHolder() - Method in enum class net.minecraft.world.gen.densityfunction.DensityFunctionTypes.BlendAlpha
getCodecHolder() - Method in record class net.minecraft.world.gen.densityfunction.DensityFunctionTypes.BlendDensity
getCodecHolder() - Method in enum class net.minecraft.world.gen.densityfunction.DensityFunctionTypes.BlendOffset
getCodecHolder() - Method in record class net.minecraft.world.gen.densityfunction.DensityFunctionTypes.Clamp
getCodecHolder() - Method in record class net.minecraft.world.gen.densityfunction.DensityFunctionTypes.Constant
getCodecHolder() - Method in class net.minecraft.world.gen.densityfunction.DensityFunctionTypes.EndIslands
getCodecHolder() - Method in record class net.minecraft.world.gen.densityfunction.DensityFunctionTypes.Noise
getCodecHolder() - Method in record class net.minecraft.world.gen.densityfunction.DensityFunctionTypes.RangeChoice
getCodecHolder() - Method in record class net.minecraft.world.gen.densityfunction.DensityFunctionTypes.RegistryEntryHolder
getCodecHolder() - Method in record class net.minecraft.world.gen.densityfunction.DensityFunctionTypes.Shift
getCodecHolder() - Method in record class net.minecraft.world.gen.densityfunction.DensityFunctionTypes.ShiftA
getCodecHolder() - Method in record class net.minecraft.world.gen.densityfunction.DensityFunctionTypes.ShiftB
getCodecHolder() - Method in record class net.minecraft.world.gen.densityfunction.DensityFunctionTypes.ShiftedNoise
getCodecHolder() - Method in record class net.minecraft.world.gen.densityfunction.DensityFunctionTypes.Spline
getCodecHolder() - Method in record class net.minecraft.world.gen.densityfunction.DensityFunctionTypes.UnaryOperation
getCodecHolder() - Method in record class net.minecraft.world.gen.densityfunction.DensityFunctionTypes.WeirdScaledSampler
getCodecHolder() - Method in interface net.minecraft.world.gen.densityfunction.DensityFunctionTypes.Wrapper
getCodecHolder() - Method in record class net.minecraft.world.gen.densityfunction.DensityFunctionTypes.YClampedGradient
getCodecKey() - Method in class net.minecraft.world.gen.chunk.ChunkGenerator
 
getCodecOrThrow() - Method in interface net.minecraft.component.DataComponentType
 
getCollarColor() - Method in class net.minecraft.entity.passive.CatEntity
 
getCollarColor() - Method in class net.minecraft.entity.passive.WolfEntity
 
getCollectionCount() - Static method in class net.minecraft.client.gui.hud.DebugHud.AllocationRateCalculator
 
getCollectorEntityId() - Method in class net.minecraft.network.packet.s2c.play.ItemPickupAnimationS2CPacket
 
getCollidableBlockDensity(double[], int) - Method in class net.minecraft.world.gen.chunk.BlendingData
 
getCollidableBlockDensity(int, int, int) - Method in class net.minecraft.world.gen.chunk.BlendingData
 
getCollidableBlockDensityBelow(Chunk, BlockPos.Mutable) - Static method in class net.minecraft.world.gen.chunk.BlendingData
 
getCollidingNodeTypes(class_9316, int, int, int) - Method in class net.minecraft.entity.ai.pathing.LandPathNodeMaker
 
getCollision(Entity, Predicate<Entity>) - Static method in class net.minecraft.entity.projectile.ProjectileUtil
 
getCollision(Entity, Predicate<Entity>, double) - Static method in class net.minecraft.entity.projectile.ProjectileUtil
 
getCollision(Entity, Predicate<Entity>, RaycastContext.ShapeType) - Static method in class net.minecraft.entity.projectile.ProjectileUtil
 
getCollision(Vec3d, Entity, Predicate<Entity>, Vec3d, World, float, RaycastContext.ShapeType) - Static method in class net.minecraft.entity.projectile.ProjectileUtil
 
getCollisionRule() - Method in class net.minecraft.network.packet.s2c.play.TeamS2CPacket.SerializableTeam
 
getCollisionRule() - Method in class net.minecraft.scoreboard.AbstractTeam
 
getCollisionRule() - Method in class net.minecraft.scoreboard.Team
getCollisions(Entity, Box) - Method in interface net.minecraft.world.CollisionView
 
getCollisionShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.AbstractBlock
 
getCollisionShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.BambooBlock
getCollisionShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.BellBlock
getCollisionShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.BigDripleafBlock
getCollisionShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.CactusBlock
getCollisionShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.ComposterBlock
getCollisionShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.FenceGateBlock
getCollisionShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.FluidBlock
getCollisionShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.GrindstoneBlock
getCollisionShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.HoneyBlock
getCollisionShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.HorizontalConnectingBlock
getCollisionShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.LecternBlock
getCollisionShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.MudBlock
getCollisionShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.PistonExtensionBlock
getCollisionShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.PitcherCropBlock
getCollisionShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.PowderSnowBlock
getCollisionShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.ScaffoldingBlock
getCollisionShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.SculkShriekerBlock
getCollisionShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.SnowBlock
getCollisionShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.SoulSandBlock
getCollisionShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.WallBlock
getCollisionShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.WallHangingSignBlock
getCollisionShape(BlockView, BlockPos) - Method in class net.minecraft.block.AbstractBlock.AbstractBlockState
 
getCollisionShape(BlockView, BlockPos) - Method in class net.minecraft.block.entity.PistonBlockEntity
 
getCollisionShape(BlockView, BlockPos) - Static method in class net.minecraft.entity.Dismounting
 
getCollisionShape(BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.AbstractBlock.AbstractBlockState
 
getColor() - Method in class net.minecraft.block.AbstractBannerBlock
 
getColor() - Method in class net.minecraft.block.BeaconBlock
getColor() - Method in class net.minecraft.block.BedBlock
 
getColor() - Method in class net.minecraft.block.entity.BeaconBlockEntity.BeamSegment
 
getColor() - Method in class net.minecraft.block.entity.BedBlockEntity
 
getColor() - Method in class net.minecraft.block.entity.ShulkerBoxBlockEntity
 
getColor() - Method in class net.minecraft.block.entity.SignText
 
getColor() - Method in class net.minecraft.block.ShulkerBoxBlock
 
getColor() - Method in interface net.minecraft.block.Stainable
 
getColor() - Method in class net.minecraft.block.StainedGlassBlock
getColor() - Method in class net.minecraft.block.StainedGlassPaneBlock
getColor() - Method in record class net.minecraft.component.type.PotionContentsComponent
 
getColor() - Method in class net.minecraft.entity.AreaEffectCloudEntity
 
getColor() - Method in class net.minecraft.entity.boss.BossBar
 
getColor() - Method in class net.minecraft.entity.effect.StatusEffect
 
getColor() - Method in class net.minecraft.entity.mob.ShulkerEntity
 
getColor() - Method in class net.minecraft.entity.passive.SheepEntity
 
getColor() - Method in class net.minecraft.entity.projectile.ArrowEntity
 
getColor() - Method in class net.minecraft.item.BannerItem
 
getColor() - Method in class net.minecraft.item.DyeItem
 
getColor() - Method in class net.minecraft.network.packet.s2c.play.TeamS2CPacket.SerializableTeam
 
getColor() - Method in class net.minecraft.particle.AbstractDustParticleEffect
 
getColor() - Method in class net.minecraft.scoreboard.AbstractTeam
 
getColor() - Method in class net.minecraft.scoreboard.Team
getColor() - Method in class net.minecraft.text.Style
Returns the color of this style.
getColor() - Method in class net.minecraft.util.profiler.ProfilerTiming
 
getColor() - Method in enum class net.minecraft.world.border.WorldBorderStage
 
getColor(double, double) - Static method in class net.minecraft.client.color.world.FoliageColors
 
getColor(double, double) - Static method in class net.minecraft.client.color.world.GrassColors
 
getColor(double, double, int, double, int, double, int) - Method in class net.minecraft.client.gui.hud.debug.DebugChart
 
getColor(int) - Method in class net.minecraft.item.SpawnEggItem
Returns the color of the specified tint index.
getColor(int, int) - Method in interface net.minecraft.client.font.BuiltinEmptyGlyph.ColorSupplier
 
getColor(int, int) - Method in class net.minecraft.client.texture.NativeImage
Gets the color of a pixel on this native image.
getColor(long) - Method in class net.minecraft.client.gui.hud.debug.DebugChart
 
getColor(long) - Method in class net.minecraft.client.gui.hud.debug.PacketSizeChart
getColor(long) - Method in class net.minecraft.client.gui.hud.debug.PingChart
getColor(long) - Method in class net.minecraft.client.gui.hud.debug.RenderingChart
getColor(long) - Method in class net.minecraft.client.gui.hud.debug.TickChart
getColor(CommandContext<ServerCommandSource>, String) - Static method in class net.minecraft.command.argument.ColorArgumentType
 
getColor(Iterable<StatusEffectInstance>) - Static method in record class net.minecraft.component.type.PotionContentsComponent
 
getColor(Block) - Static method in class net.minecraft.block.ShulkerBoxBlock
 
getColor(BlockState, BlockRenderView, BlockPos, int) - Method in interface net.minecraft.client.color.block.BlockColorProvider
Returns the color of the block state for the specified tint index, or -1 if not tinted.
getColor(BlockState, BlockRenderView, BlockPos, int) - Method in class net.minecraft.client.color.block.BlockColors
 
getColor(BlockState, BlockView, BlockPos) - Method in class net.minecraft.block.AnvilBlock
getColor(BlockState, BlockView, BlockPos) - Method in class net.minecraft.block.ColoredFallingBlock
getColor(BlockState, BlockView, BlockPos) - Method in class net.minecraft.block.ConcretePowderBlock
getColor(BlockState, BlockView, BlockPos) - Method in class net.minecraft.block.FallingBlock
 
getColor(SignText) - Static method in class net.minecraft.client.render.block.entity.SignBlockEntityRenderer
 
getColor(Item) - Static method in class net.minecraft.block.ShulkerBoxBlock
 
getColor(ItemStack, int) - Method in interface net.minecraft.client.color.item.ItemColorProvider
Returns the color of the item stack for the specified tint index, or -1 if not tinted.
getColor(ItemStack, int) - Method in class net.minecraft.client.color.item.ItemColors
 
getColor(ItemStack, int) - Static method in record class net.minecraft.component.type.DyedColorComponent
 
getColor(RegistryEntry<Potion>) - Static method in record class net.minecraft.component.type.PotionContentsComponent
 
getColor(BlockPos, ColorResolver) - Method in class net.minecraft.client.render.chunk.ChunkRendererRegion
getColor(BlockPos, ColorResolver) - Method in class net.minecraft.client.world.ClientWorld
getColor(BlockPos, ColorResolver) - Method in interface net.minecraft.world.BlockRenderView
 
getColor(BlockPos, ColorResolver) - Method in interface net.minecraft.world.WorldView
getColor(Biome, double, double) - Method in interface net.minecraft.world.biome.ColorResolver
 
getColor(BlockRenderView, BlockPos, ColorResolver) - Static method in class net.minecraft.client.color.world.BiomeColors
 
getColorArray(int, int) - Method in class net.minecraft.client.world.BiomeColorCache
 
getColorAttachment() - Method in class net.minecraft.client.gl.Framebuffer
 
getColorComponent(int, int, int, int, int) - Static method in class net.minecraft.client.texture.MipmapHelper
 
getColorComponents() - Method in enum class net.minecraft.util.DyeColor
Returns the float array containing the red, green and blue components of this dye color.
getColorForHeightmapType(Heightmap.Type) - Method in class net.minecraft.client.render.debug.HeightmapDebugRenderer
 
getColorForState() - Method in class net.minecraft.block.entity.BannerBlockEntity
 
getColorFraction(int) - Static method in class net.minecraft.client.texture.MipmapHelper
 
getColorFromCarpet(ItemStack) - Static method in class net.minecraft.entity.passive.LlamaEntity
 
getColorFromInt(int) - Static method in class net.minecraft.datafixer.fix.BannerPatternFormatFix
 
getColorIndex() - Method in class net.minecraft.client.render.model.BakedQuad
 
getColorIndex() - Method in enum class net.minecraft.util.Formatting
Returns the color index for the formatting, or -1 to indicate no color.
getColorText(int) - Static method in record class net.minecraft.component.type.FireworkExplosionComponent
 
getColorValue() - Method in enum class net.minecraft.util.Formatting
Returns the color of the formatted text, or null if the formatting has no associated color.
getColumn() - Method in class net.minecraft.item.ItemGroup
 
getColumn(float) - Static method in class net.minecraft.block.ChiseledBookshelfBlock
 
getColumnEnd() - Method in class net.minecraft.client.gui.widget.GridWidget.Element
 
getColumnPos(CommandContext<ServerCommandSource>, String) - Static method in class net.minecraft.command.argument.ColumnPosArgumentType
 
getColumns() - Method in class net.minecraft.client.gui.tooltip.BundleTooltipComponent
 
getColumnSample(int, int, HeightLimitView, NoiseConfig) - Method in class net.minecraft.world.gen.chunk.ChunkGenerator
Returns a sample of all the block states in a column for use in structure generation.
getColumnSample(int, int, HeightLimitView, NoiseConfig) - Method in class net.minecraft.world.gen.chunk.DebugChunkGenerator
Returns a sample of all the block states in a column for use in structure generation.
getColumnSample(int, int, HeightLimitView, NoiseConfig) - Method in class net.minecraft.world.gen.chunk.FlatChunkGenerator
Returns a sample of all the block states in a column for use in structure generation.
getColumnSample(int, int, HeightLimitView, NoiseConfig) - Method in class net.minecraft.world.gen.chunk.NoiseChunkGenerator
Returns a sample of all the block states in a column for use in structure generation.
getColumnsWidth() - Method in class net.minecraft.client.gui.tooltip.BundleTooltipComponent
 
getCombined() - Method in class net.minecraft.client.util.TextCollector
 
getCombinedDynamicRegistries() - Method in class net.minecraft.server.MinecraftServer
 
getCombinedRegistryManager() - Method in record class net.minecraft.client.world.GeneratorOptionsHolder
 
getCombinedRegistryManager() - Method in class net.minecraft.registry.CombinedDynamicRegistries
 
getCommand() - Method in enum class net.minecraft.client.gui.screen.GameModeSelectionScreen.GameModeSelection
 
getCommand() - Method in class net.minecraft.network.packet.c2s.play.UpdateCommandBlockC2SPacket
 
getCommand() - Method in class net.minecraft.network.packet.c2s.play.UpdateCommandBlockMinecartC2SPacket
 
getCommand() - Method in class net.minecraft.world.CommandBlockExecutor
 
getCommand(int) - Method in class net.minecraft.client.gui.hud.spectator.SpectatorMenu
 
getCommand(int) - Method in class net.minecraft.client.gui.hud.spectator.SpectatorMenuState
 
getCommandBlockType() - Method in class net.minecraft.block.entity.CommandBlockBlockEntity
 
getCommandDispatcher() - Method in class net.minecraft.client.network.ClientPlayNetworkHandler
 
getCommandExecutor() - Method in class net.minecraft.block.entity.CommandBlockBlockEntity
 
getCommandExecutor() - Method in class net.minecraft.client.gui.screen.ingame.AbstractCommandBlockScreen
 
getCommandExecutor() - Method in class net.minecraft.client.gui.screen.ingame.CommandBlockScreen
getCommandExecutor() - Method in class net.minecraft.client.gui.screen.ingame.MinecartCommandBlockScreen
getCommandExecutor() - Method in class net.minecraft.entity.vehicle.CommandBlockMinecartEntity
 
getCommandFeedbackName() - Method in interface net.minecraft.nbt.NbtType
 
getCommandFunctionManager() - Method in class net.minecraft.server.MinecraftServer
 
getCommandHistoryManager() - Method in class net.minecraft.client.MinecraftClient
 
getCommandManager() - Method in class net.minecraft.server.DataPackContents
 
getCommandManager() - Method in class net.minecraft.server.MinecraftServer
Gets the server's command manager.
getCommandPrefix() - Method in enum class net.minecraft.server.command.AdvancementCommand.Operation
 
getCommandResult() - Method in class net.minecraft.world.GameRules.BooleanRule
getCommandResult() - Method in class net.minecraft.world.GameRules.IntRule
getCommandResult() - Method in class net.minecraft.world.GameRules.Rule
 
getCommands() - Method in class net.minecraft.client.gui.hud.spectator.RootSpectatorCommandGroup
getCommands() - Method in class net.minecraft.client.gui.hud.spectator.SpectatorMenu
 
getCommands() - Method in interface net.minecraft.client.gui.hud.spectator.SpectatorMenuCommandGroup
 
getCommands() - Method in class net.minecraft.client.gui.hud.spectator.TeamTeleportSpectatorMenu
getCommands() - Method in class net.minecraft.client.gui.hud.spectator.TeleportSpectatorMenu
getCommands(MinecraftClient, Scoreboard) - Static method in class net.minecraft.client.gui.hud.spectator.TeamTeleportSpectatorMenu
 
getCommandSource() - Method in class net.minecraft.client.network.ClientPlayNetworkHandler
 
getCommandSource() - Method in class net.minecraft.entity.Entity
Returns a command source which represents this entity.
getCommandSource() - Method in class net.minecraft.server.command.TestFinder
 
getCommandSource() - Method in class net.minecraft.server.MinecraftServer
Creates a command source which represents this Minecraft server instance.
getCommandSource(PlayerEntity) - Method in class net.minecraft.block.entity.LecternBlockEntity
 
getCommandTags() - Method in class net.minecraft.entity.Entity
Returns all command tags the entity belongs to.
getCommandTree(CommandRegistryAccess) - Method in class net.minecraft.network.packet.s2c.play.CommandTreeS2CPacket
 
getCommandValidator(CommandManager.CommandParser) - Static method in class net.minecraft.server.command.CommandManager
 
getCommonKnownPacks(List<VersionedIdentifier>) - Method in class net.minecraft.client.resource.ClientDataPackManager
 
getCommonNodeType(BlockView, BlockPos) - Static method in class net.minecraft.entity.ai.pathing.LandPathNodeMaker
 
getComparator() - Method in enum class net.minecraft.client.gui.navigation.NavigationDirection
Returns the comparator that sorts the coordinates in ascending order.
getComparatorOutput() - Method in class net.minecraft.block.entity.CrafterBlockEntity
 
getComparatorOutput() - Method in class net.minecraft.block.entity.LecternBlockEntity
 
getComparatorOutput() - Method in class net.minecraft.item.MusicDiscItem
 
getComparatorOutput(int) - Static method in class net.minecraft.block.CakeBlock
 
getComparatorOutput(BlockState, World, BlockPos) - Method in class net.minecraft.block.AbstractBlock
Returns the comparator output of the block, from 0 to 15.
getComparatorOutput(BlockState, World, BlockPos) - Method in class net.minecraft.block.AbstractFurnaceBlock
Returns the comparator output of the block, from 0 to 15.
getComparatorOutput(BlockState, World, BlockPos) - Method in class net.minecraft.block.BarrelBlock
Returns the comparator output of the block, from 0 to 15.
getComparatorOutput(BlockState, World, BlockPos) - Method in class net.minecraft.block.BeehiveBlock
Returns the comparator output of the block, from 0 to 15.
getComparatorOutput(BlockState, World, BlockPos) - Method in class net.minecraft.block.BrewingStandBlock
Returns the comparator output of the block, from 0 to 15.
getComparatorOutput(BlockState, World, BlockPos) - Method in class net.minecraft.block.BulbBlock
Returns the comparator output of the block, from 0 to 15.
getComparatorOutput(BlockState, World, BlockPos) - Method in class net.minecraft.block.CakeBlock
Returns the comparator output of the block, from 0 to 15.
getComparatorOutput(BlockState, World, BlockPos) - Method in class net.minecraft.block.CandleCakeBlock
Returns the comparator output of the block, from 0 to 15.
getComparatorOutput(BlockState, World, BlockPos) - Method in class net.minecraft.block.ChestBlock
Returns the comparator output of the block, from 0 to 15.
getComparatorOutput(BlockState, World, BlockPos) - Method in class net.minecraft.block.ChiseledBookshelfBlock
Returns the comparator output of the block, from 0 to 15.
getComparatorOutput(BlockState, World, BlockPos) - Method in class net.minecraft.block.CommandBlock
Returns the comparator output of the block, from 0 to 15.
getComparatorOutput(BlockState, World, BlockPos) - Method in class net.minecraft.block.ComposterBlock
Returns the comparator output of the block, from 0 to 15.
getComparatorOutput(BlockState, World, BlockPos) - Method in class net.minecraft.block.CrafterBlock
Returns the comparator output of the block, from 0 to 15.
getComparatorOutput(BlockState, World, BlockPos) - Method in class net.minecraft.block.DecoratedPotBlock
Returns the comparator output of the block, from 0 to 15.
getComparatorOutput(BlockState, World, BlockPos) - Method in class net.minecraft.block.DetectorRailBlock
Returns the comparator output of the block, from 0 to 15.
getComparatorOutput(BlockState, World, BlockPos) - Method in class net.minecraft.block.DispenserBlock
Returns the comparator output of the block, from 0 to 15.
getComparatorOutput(BlockState, World, BlockPos) - Method in class net.minecraft.block.EndPortalFrameBlock
Returns the comparator output of the block, from 0 to 15.
getComparatorOutput(BlockState, World, BlockPos) - Method in class net.minecraft.block.HopperBlock
Returns the comparator output of the block, from 0 to 15.
getComparatorOutput(BlockState, World, BlockPos) - Method in class net.minecraft.block.JukeboxBlock
Returns the comparator output of the block, from 0 to 15.
getComparatorOutput(BlockState, World, BlockPos) - Method in class net.minecraft.block.LavaCauldronBlock
Returns the comparator output of the block, from 0 to 15.
getComparatorOutput(BlockState, World, BlockPos) - Method in class net.minecraft.block.LecternBlock
Returns the comparator output of the block, from 0 to 15.
getComparatorOutput(BlockState, World, BlockPos) - Method in class net.minecraft.block.LeveledCauldronBlock
Returns the comparator output of the block, from 0 to 15.
getComparatorOutput(BlockState, World, BlockPos) - Method in class net.minecraft.block.RespawnAnchorBlock
Returns the comparator output of the block, from 0 to 15.
getComparatorOutput(BlockState, World, BlockPos) - Method in class net.minecraft.block.SculkSensorBlock
Returns the comparator output of the block, from 0 to 15.
getComparatorOutput(BlockState, World, BlockPos) - Method in class net.minecraft.block.ShulkerBoxBlock
Returns the comparator output of the block, from 0 to 15.
getComparatorOutput(World, BlockPos) - Method in class net.minecraft.block.AbstractBlock.AbstractBlockState
 
getComparatorPower() - Method in class net.minecraft.entity.decoration.ItemFrameEntity
 
getCompatibility() - Method in class net.minecraft.client.gui.screen.pack.ResourcePackOrganizer.AbstractPack
getCompatibility() - Method in interface net.minecraft.client.gui.screen.pack.ResourcePackOrganizer.Pack
 
getCompatibility() - Method in class net.minecraft.resource.ResourcePackProfile
 
getCompatibility(String) - Static method in class net.minecraft.client.realms.dto.RealmsServer
 
getCompatibleData(PalettedContainer.Data<T>, int) - Method in class net.minecraft.world.chunk.PalettedContainer
Returns a compatible data object for the given entry bits size.
getCompletedChunkCount() - Method in class net.minecraft.client.render.WorldRenderer
 
getCompletedFramePattern() - Static method in class net.minecraft.block.EndPortalFrameBlock
 
getCompletedLevel() - Method in class net.minecraft.server.world.ChunkHolder
 
getCompletedLevelSupplier(long) - Method in class net.minecraft.server.world.ThreadedAnvilChunkStorage
 
getCompletedTestCount() - Method in class net.minecraft.test.TestSet
 
getCompletionId() - Method in class net.minecraft.network.packet.c2s.play.RequestCommandCompletionsC2SPacket
 
getCompletionRange() - Method in class net.minecraft.entity.ai.brain.WalkTarget
 
getCompletions(CommandContext<?>) - Method in class net.minecraft.client.network.ClientCommandSource
getCompletions(CommandContext<?>) - Method in interface net.minecraft.command.CommandSource
 
getCompletions(CommandContext<?>) - Method in class net.minecraft.server.command.ServerCommandSource
getComponent(NavigationAxis) - Method in record class net.minecraft.client.gui.ScreenPos
 
getComponentAlongAxis(Direction.Axis) - Method in class net.minecraft.util.math.Vec3d
Returns the coordinate chosen by the given axis.
getComponentAlongAxis(Direction.Axis) - Method in class net.minecraft.util.math.Vec3i
Returns the component on the axis axis.
getComponentChanges() - Method in class net.minecraft.item.ItemStack
 
getComponentCount() - Method in class net.minecraft.client.render.VertexFormatElement
 
getComponents() - Method in class net.minecraft.client.render.model.MultipartUnbakedModel
 
getComponents() - Method in interface net.minecraft.component.ComponentHolder
 
getComponents() - Method in class net.minecraft.item.Item
 
getComponents() - Method in class net.minecraft.item.Item.Settings
 
getComponents() - Method in class net.minecraft.item.ItemStack
getComponentType() - Method in class net.minecraft.client.render.VertexFormatElement
 
getCompound(int) - Method in class net.minecraft.nbt.NbtList
Returns the compound at index, or an empty compound if the index is out of bounds or if this is not a list of compounds.
getCompound(String) - Method in class net.minecraft.nbt.NbtCompound
Returns the compound associated with key, or an empty compound if there is no compound stored with the key.
getCompressionThreshold() - Method in class net.minecraft.network.handler.PacketDeflater
 
getCompressionThreshold() - Method in class net.minecraft.network.packet.s2c.login.LoginCompressionS2CPacket
 
getConditions() - Method in class net.minecraft.loot.entry.LootPoolEntry.Builder
 
getConditions() - Method in class net.minecraft.loot.function.ConditionalLootFunction.Builder
 
getConditionsCodec() - Method in class net.minecraft.advancement.criterion.AnyBlockUseCriterion
getConditionsCodec() - Method in class net.minecraft.advancement.criterion.BeeNestDestroyedCriterion
getConditionsCodec() - Method in class net.minecraft.advancement.criterion.BredAnimalsCriterion
getConditionsCodec() - Method in class net.minecraft.advancement.criterion.BrewedPotionCriterion
getConditionsCodec() - Method in class net.minecraft.advancement.criterion.ChangedDimensionCriterion
getConditionsCodec() - Method in class net.minecraft.advancement.criterion.ChanneledLightningCriterion
getConditionsCodec() - Method in class net.minecraft.advancement.criterion.ConstructBeaconCriterion
getConditionsCodec() - Method in class net.minecraft.advancement.criterion.ConsumeItemCriterion
getConditionsCodec() - Method in interface net.minecraft.advancement.criterion.Criterion
 
getConditionsCodec() - Method in class net.minecraft.advancement.criterion.CuredZombieVillagerCriterion
getConditionsCodec() - Method in class net.minecraft.advancement.criterion.DefaultBlockUseCriterion
getConditionsCodec() - Method in class net.minecraft.advancement.criterion.EffectsChangedCriterion
getConditionsCodec() - Method in class net.minecraft.advancement.criterion.EnchantedItemCriterion
getConditionsCodec() - Method in class net.minecraft.advancement.criterion.EnterBlockCriterion
getConditionsCodec() - Method in class net.minecraft.advancement.criterion.EntityHurtPlayerCriterion
getConditionsCodec() - Method in class net.minecraft.advancement.criterion.FilledBucketCriterion
getConditionsCodec() - Method in class net.minecraft.advancement.criterion.FishingRodHookedCriterion
getConditionsCodec() - Method in class net.minecraft.advancement.criterion.ImpossibleCriterion
getConditionsCodec() - Method in class net.minecraft.advancement.criterion.InventoryChangedCriterion
getConditionsCodec() - Method in class net.minecraft.advancement.criterion.ItemCriterion
getConditionsCodec() - Method in class net.minecraft.advancement.criterion.ItemDurabilityChangedCriterion
getConditionsCodec() - Method in class net.minecraft.advancement.criterion.KilledByCrossbowCriterion
getConditionsCodec() - Method in class net.minecraft.advancement.criterion.LevitationCriterion
getConditionsCodec() - Method in class net.minecraft.advancement.criterion.LightningStrikeCriterion
getConditionsCodec() - Method in class net.minecraft.advancement.criterion.OnKilledCriterion
getConditionsCodec() - Method in class net.minecraft.advancement.criterion.PlayerGeneratesContainerLootCriterion
getConditionsCodec() - Method in class net.minecraft.advancement.criterion.PlayerHurtEntityCriterion
getConditionsCodec() - Method in class net.minecraft.advancement.criterion.PlayerInteractedWithEntityCriterion
getConditionsCodec() - Method in class net.minecraft.advancement.criterion.RecipeCraftedCriterion
getConditionsCodec() - Method in class net.minecraft.advancement.criterion.RecipeUnlockedCriterion
getConditionsCodec() - Method in class net.minecraft.advancement.criterion.ShotCrossbowCriterion
getConditionsCodec() - Method in class net.minecraft.advancement.criterion.SlideDownBlockCriterion
getConditionsCodec() - Method in class net.minecraft.advancement.criterion.StartedRidingCriterion
getConditionsCodec() - Method in class net.minecraft.advancement.criterion.SummonedEntityCriterion
getConditionsCodec() - Method in class net.minecraft.advancement.criterion.TameAnimalCriterion
getConditionsCodec() - Method in class net.minecraft.advancement.criterion.TargetHitCriterion
getConditionsCodec() - Method in class net.minecraft.advancement.criterion.ThrownItemPickedUpByEntityCriterion
getConditionsCodec() - Method in class net.minecraft.advancement.criterion.TickCriterion
getConditionsCodec() - Method in class net.minecraft.advancement.criterion.TravelCriterion
getConditionsCodec() - Method in class net.minecraft.advancement.criterion.UsedEnderEyeCriterion
getConditionsCodec() - Method in class net.minecraft.advancement.criterion.UsedTotemCriterion
getConditionsCodec() - Method in class net.minecraft.advancement.criterion.UsingItemCriterion
getConditionsCodec() - Method in class net.minecraft.advancement.criterion.VillagerTradeCriterion
getConfig() - Method in class net.minecraft.block.entity.VaultBlockEntity
 
getConfig() - Method in class net.minecraft.block.spawner.TrialSpawnerLogic
 
getConfig() - Method in class net.minecraft.client.gui.screen.world.CustomizeFlatLevelScreen
 
getConfig() - Method in class net.minecraft.world.gen.chunk.FlatChunkGenerator
 
getConfig() - Method in class net.minecraft.world.gen.feature.util.FeatureContext
 
getConfiguredFeature(CommandContext<ServerCommandSource>, String) - Static method in class net.minecraft.command.argument.RegistryEntryArgumentType
 
getConfiguredFeatureEntry(CommandContext<ServerCommandSource>, String) - Static method in class net.minecraft.command.argument.RegistryKeyArgumentType
 
getConfirmMessage() - Method in enum class net.minecraft.resource.ResourcePackCompatibility
 
getConfirmText(boolean) - Static method in class net.minecraft.client.gui.screen.ConfirmLinkScreen
 
getConfirmText(boolean, String) - Static method in class net.minecraft.client.gui.screen.ConfirmLinkScreen
 
getConnectedParticlesOrigin(BlockPos, Direction) - Static method in class net.minecraft.block.entity.VaultBlockEntity.Client
 
getConnectedParticlesRange() - Method in class net.minecraft.block.vault.VaultSharedData
 
getConnectedPlayers() - Method in class net.minecraft.block.vault.VaultSharedData
 
getConnection() - Method in class net.minecraft.client.network.ClientPlayNetworkHandler
 
getConnectionAddress() - Method in class net.minecraft.server.network.ServerPlayNetworkHandler
 
getConnectionInfo() - Method in class net.minecraft.server.network.ServerLoginNetworkHandler
 
getConnectionMask(BlockState) - Method in class net.minecraft.block.ConnectingBlock
 
getConnections() - Method in class net.minecraft.server.ServerNetworkIo
 
getConstantValue() - Method in class net.minecraft.loot.operator.BoundedIntUnaryOperator
 
getConstantValue() - Method in interface net.minecraft.predicate.NumberRange
 
getConstructor() - Method in class net.minecraft.entity.boss.dragon.phase.PhaseType
 
getContainedBlock() - Method in class net.minecraft.entity.vehicle.AbstractMinecartEntity
 
getContainerName() - Method in class net.minecraft.block.entity.BarrelBlockEntity
getContainerName() - Method in class net.minecraft.block.entity.BlastFurnaceBlockEntity
getContainerName() - Method in class net.minecraft.block.entity.BrewingStandBlockEntity
getContainerName() - Method in class net.minecraft.block.entity.ChestBlockEntity
getContainerName() - Method in class net.minecraft.block.entity.CrafterBlockEntity
getContainerName() - Method in class net.minecraft.block.entity.DispenserBlockEntity
getContainerName() - Method in class net.minecraft.block.entity.DropperBlockEntity
getContainerName() - Method in class net.minecraft.block.entity.FurnaceBlockEntity
getContainerName() - Method in class net.minecraft.block.entity.HopperBlockEntity
getContainerName() - Method in class net.minecraft.block.entity.LockableContainerBlockEntity
 
getContainerName() - Method in class net.minecraft.block.entity.ShulkerBoxBlockEntity
getContainerName() - Method in class net.minecraft.block.entity.SmokerBlockEntity
getContainerSize() - Method in class net.minecraft.world.chunk.PalettedContainer.PaletteProvider
Returns the size of the container's data desired by this provider.
getContent() - Method in class net.minecraft.block.FlowerPotBlock
 
getContent() - Method in record class net.minecraft.client.session.report.log.ReceivedMessage.ChatMessage
Returns the content of the message.
getContent() - Method in record class net.minecraft.client.session.report.log.ReceivedMessage.GameMessage
Returns the content of the message.
getContent() - Method in interface net.minecraft.client.session.report.log.ReceivedMessage
Returns the content of the message.
getContent() - Method in record class net.minecraft.network.message.SignedMessage
 
getContent() - Method in class net.minecraft.text.MutableText
Returns the content of the text.
getContent() - Method in interface net.minecraft.text.Text
Returns the content of the text.
getContentHeight() - Method in class net.minecraft.client.gui.widget.ThreePartsLayoutWidget
 
getContentLength(String) - Method in class net.minecraft.client.realms.gui.screen.RealmsDownloadLatestWorldScreen
 
getContents() - Method in class net.minecraft.client.texture.Sprite
 
getContents() - Method in class net.minecraft.command.argument.MessageArgumentType.MessageFormat
 
getContents() - Method in class net.minecraft.network.packet.s2c.play.InventoryS2CPacket
 
getContents() - Method in class net.minecraft.server.DataPackContents
 
getContents() - Method in class net.minecraft.world.gen.feature.DeltaFeatureConfig
 
getContentsHeight() - Method in class net.minecraft.client.gui.screen.option.TelemetryEventWidget
Returns the total height of the contents.
getContentsHeight() - Method in class net.minecraft.client.gui.widget.EditBoxWidget
Returns the total height of the contents.
getContentsHeight() - Method in class net.minecraft.client.gui.widget.ScrollableTextWidget
Returns the total height of the contents.
getContentsHeight() - Method in class net.minecraft.client.gui.widget.ScrollableWidget
Returns the total height of the contents.
getContentsHeightWithPadding() - Method in class net.minecraft.client.gui.widget.ScrollableWidget
 
getContextMessageY() - Method in class net.minecraft.client.gui.screen.report.ChatSelectionScreen.SelectionListWidget
 
getContextModel() - Method in class net.minecraft.client.render.entity.feature.FeatureRenderer
 
getContinentalnessDescription(double) - Method in class net.minecraft.world.biome.source.util.VanillaBiomeParameters
 
getContinentalnessParameters() - Method in class net.minecraft.world.biome.source.util.VanillaBiomeParameters
 
getControlledMovementInput(PlayerEntity, Vec3d) - Method in class net.minecraft.entity.LivingEntity
 
getControlledMovementInput(PlayerEntity, Vec3d) - Method in class net.minecraft.entity.passive.AbstractHorseEntity
getControlledMovementInput(PlayerEntity, Vec3d) - Method in class net.minecraft.entity.passive.CamelEntity
getControlledMovementInput(PlayerEntity, Vec3d) - Method in class net.minecraft.entity.passive.PigEntity
getControlledMovementInput(PlayerEntity, Vec3d) - Method in class net.minecraft.entity.passive.StriderEntity
getControlledRotation(LivingEntity) - Method in class net.minecraft.entity.passive.AbstractHorseEntity
 
getControlledRotation(LivingEntity) - Method in class net.minecraft.entity.passive.CamelEntity
getControllingPassenger() - Method in class net.minecraft.entity.Entity
Returns the passenger in control of this entity, or null if there is none.
getControllingPassenger() - Method in class net.minecraft.entity.mob.MobEntity
Returns the passenger in control of this entity, or null if there is none.
getControllingPassenger() - Method in class net.minecraft.entity.passive.AbstractHorseEntity
Returns the passenger in control of this entity, or null if there is none.
getControllingPassenger() - Method in class net.minecraft.entity.passive.PigEntity
Returns the passenger in control of this entity, or null if there is none.
getControllingPassenger() - Method in class net.minecraft.entity.passive.StriderEntity
Returns the passenger in control of this entity, or null if there is none.
getControllingPassenger() - Method in class net.minecraft.entity.vehicle.BoatEntity
Returns the passenger in control of this entity, or null if there is none.
getControllingVehicle() - Method in class net.minecraft.entity.Entity
Returns the entity this entity rides and controls, or null if there is none.
getControls() - Method in class net.minecraft.entity.ai.goal.Goal
 
getControls() - Method in class net.minecraft.entity.ai.goal.PrioritizedGoal
getConversionRate() - Method in class net.minecraft.entity.mob.ZombieVillagerEntity
 
getConversionWarning() - Method in class net.minecraft.world.level.storage.LevelSummary
 
getCookingRecipeCategory(RecipeSerializer<? extends AbstractCookingRecipe>, ItemConvertible) - Static method in class net.minecraft.data.server.recipe.CookingRecipeJsonBuilder
 
getCookingTime() - Method in class net.minecraft.recipe.AbstractCookingRecipe
 
getCookProgress() - Method in class net.minecraft.screen.AbstractFurnaceScreenHandler
 
getCookTime(World, AbstractFurnaceBlockEntity) - Static method in class net.minecraft.block.entity.AbstractFurnaceBlockEntity
 
getCooldown() - Method in class net.minecraft.entity.ai.goal.MeleeAttackGoal
 
getCooldown() - Method in class net.minecraft.entity.ai.goal.RaidGoal
 
getCooldownBeamHeight(float) - Method in class net.minecraft.block.entity.EndGatewayBlockEntity
 
getCooldownProgress(Item, float) - Method in class net.minecraft.entity.player.ItemCooldownManager
 
getCooldownTime() - Method in class net.minecraft.block.CalibratedSculkSensorBlock
getCooldownTime() - Method in class net.minecraft.block.SculkSensorBlock
 
getCoordinateScaleFactor(DimensionType, DimensionType) - Static method in record class net.minecraft.world.dimension.DimensionType
 
getCoordIndex(Direction.Axis, double) - Method in class net.minecraft.util.shape.SimpleVoxelShape
getCoordIndex(Direction.Axis, double) - Method in class net.minecraft.util.shape.VoxelShape
 
getCorner(int) - Method in enum class net.minecraft.client.render.model.CubeFace
 
getCornerHeights(Structure.Context, int, int, int, int) - Static method in class net.minecraft.world.gen.structure.Structure
 
getCorruptedLevelDatPath(LocalDateTime) - Method in record class net.minecraft.world.level.storage.LevelStorage.LevelSave
 
getCount() - Method in class net.minecraft.client.gl.GlUniform
 
getCount() - Method in class net.minecraft.entity.ai.pathing.PathMinHeap
 
getCount() - Method in class net.minecraft.item.ItemStack
Returns the count of items in this item stack.
getCount() - Method in class net.minecraft.network.packet.s2c.play.ParticleS2CPacket
 
getCount() - Method in class net.minecraft.world.gen.chunk.placement.ConcentricRingsStructurePlacement
 
getCount() - Method in class net.minecraft.world.gen.CountConfig
 
getCount(Random, BlockPos) - Method in class net.minecraft.world.gen.placementmodifier.AbstractCountPlacementModifier
 
getCount(Random, BlockPos) - Method in class net.minecraft.world.gen.placementmodifier.CountPlacementModifier
getCount(Random, BlockPos) - Method in class net.minecraft.world.gen.placementmodifier.NoiseBasedCountPlacementModifier
getCount(Random, BlockPos) - Method in class net.minecraft.world.gen.placementmodifier.NoiseThresholdCountPlacementModifier
getCount(Raid.Member, int, boolean) - Method in class net.minecraft.village.raid.Raid
 
getCountPerSecond() - Method in class net.minecraft.util.profiling.jfr.sample.NetworkIoStatistics
 
getCounts() - Method in interface net.minecraft.util.profiler.ProfileLocationInfo
Returns a marker to count map indicating the times each marker has been visited in the profiler location.
getCounts() - Method in class net.minecraft.util.profiler.ProfilerSystem.LocatedInfo
Returns a marker to count map indicating the times each marker has been visited in the profiler location.
getCpuInfo() - Static method in class com.mojang.blaze3d.platform.GlDebugInfo
 
getCpuUsage(int) - Method in class net.minecraft.util.profiler.ServerSamplerSource.CpuUsageFetcher
 
getCrack() - Method in class net.minecraft.entity.passive.IronGolemEntity
 
getCraftingHeight() - Method in class net.minecraft.screen.AbstractFurnaceScreenHandler
getCraftingHeight() - Method in class net.minecraft.screen.AbstractRecipeScreenHandler
 
getCraftingHeight() - Method in class net.minecraft.screen.CraftingScreenHandler
getCraftingHeight() - Method in class net.minecraft.screen.PlayerScreenHandler
getCraftingInput() - Method in class net.minecraft.screen.PlayerScreenHandler
 
getCraftingRecipe(World, RecipeInputInventory) - Static method in class net.minecraft.block.CrafterBlock
 
getCraftingResultSlotIndex() - Method in class net.minecraft.screen.AbstractFurnaceScreenHandler
getCraftingResultSlotIndex() - Method in class net.minecraft.screen.AbstractRecipeScreenHandler
 
getCraftingResultSlotIndex() - Method in class net.minecraft.screen.CraftingScreenHandler
getCraftingResultSlotIndex() - Method in class net.minecraft.screen.PlayerScreenHandler
getCraftingSlotCount() - Method in class net.minecraft.screen.AbstractFurnaceScreenHandler
getCraftingSlotCount() - Method in class net.minecraft.screen.AbstractRecipeScreenHandler
 
getCraftingSlotCount() - Method in class net.minecraft.screen.CraftingScreenHandler
getCraftingSlotCount() - Method in class net.minecraft.screen.PlayerScreenHandler
getCraftingWidth() - Method in class net.minecraft.screen.AbstractFurnaceScreenHandler
getCraftingWidth() - Method in class net.minecraft.screen.AbstractRecipeScreenHandler
 
getCraftingWidth() - Method in class net.minecraft.screen.CraftingScreenHandler
getCraftingWidth() - Method in class net.minecraft.screen.PlayerScreenHandler
getCrashReportName() - Method in interface net.minecraft.nbt.NbtType
 
getCreationDate() - Method in class net.minecraft.server.BanEntry
 
getCreationTicks() - Method in class net.minecraft.server.ServerTask
 
getCreativeHotbarStorage() - Method in class net.minecraft.client.MinecraftClient
 
getCreatureSpawnProbability() - Method in class net.minecraft.world.biome.SpawnSettings
 
getCriterion() - Method in class net.minecraft.scoreboard.ScoreboardObjective
 
getCriterion(CommandContext<ServerCommandSource>, String) - Static method in class net.minecraft.command.argument.ScoreboardCriterionArgumentType
 
getCriterionProgress(String) - Method in class net.minecraft.advancement.AdvancementProgress
 
getCropsGrownSincePollination() - Method in class net.minecraft.entity.passive.BeeEntity
 
getCrossModel() - Method in enum class net.minecraft.data.client.BlockStateModelGenerator.TintType
 
getCubeAll(Identifier) - Static method in class net.minecraft.data.client.TexturedModel
 
getCullingFace(BlockView, BlockPos, Direction) - Method in class net.minecraft.block.AbstractBlock.AbstractBlockState
 
getCullingShape(BlockState, BlockView, BlockPos) - Method in class net.minecraft.block.AbstractBlock
 
getCullingShape(BlockState, BlockView, BlockPos) - Method in class net.minecraft.block.FenceBlock
getCullingShape(BlockState, BlockView, BlockPos) - Method in class net.minecraft.block.FenceGateBlock
getCullingShape(BlockState, BlockView, BlockPos) - Method in class net.minecraft.block.LecternBlock
getCullingShape(BlockState, BlockView, BlockPos) - Method in class net.minecraft.block.PointedDripstoneBlock
getCullingShape(BlockState, BlockView, BlockPos) - Method in class net.minecraft.block.PowderSnowBlock
getCullingShape(BlockState, BlockView, BlockPos) - Method in class net.minecraft.block.SculkShriekerBlock
getCullingShape(BlockState, BlockView, BlockPos) - Method in class net.minecraft.block.SkullBlock
getCullingShape(BlockView, BlockPos) - Method in class net.minecraft.block.AbstractBlock.AbstractBlockState
 
getCultivationTicks() - Method in class net.minecraft.sound.BiomeMoodSound
Returns the ticks it takes for entering the mood environment (a totally dark cave) to playing the mood sound, or the inverse of the per-tick.
getCurrent() - Method in interface net.minecraft.client.gui.widget.CyclingButtonWidget.Values
 
getCurrent() - Method in class net.minecraft.entity.boss.dragon.phase.PhaseManager
 
getCurrentActivitySound(PiglinEntity) - Static method in class net.minecraft.entity.mob.PiglinBrain
 
getCurrentChunk() - Method in class net.minecraft.server.world.ChunkHolder
 
getCurrentChunkHolder(long) - Method in class net.minecraft.server.world.ThreadedAnvilChunkStorage
 
getCurrentDeviceName() - Method in class net.minecraft.client.sound.SoundEngine
 
getCurrentElement() - Method in class net.minecraft.client.render.BufferBuilder
getCurrentElement() - Method in interface net.minecraft.client.render.BufferVertexConsumer
 
getCurrentFormat() - Static method in class net.minecraft.world.storage.ChunkCompressionFormat
 
getCurrentFps() - Method in class net.minecraft.client.MinecraftClient
 
getCurrentGameMode() - Method in class net.minecraft.client.network.ClientPlayerInteractionManager
 
getCurrentGroup() - Method in class net.minecraft.client.gui.hud.spectator.SpectatorMenu
 
getCurrentInfo() - Method in class net.minecraft.util.profiler.ProfilerSystem
 
getCurrentItemStack() - Method in class net.minecraft.client.gui.screen.recipebook.RecipeBookGhostSlots.GhostInputSlot
 
getCurrentLine() - Method in class net.minecraft.client.gui.EditBox
Returns the line that the cursor is located at.
getCurrentLineIndex() - Method in class net.minecraft.client.gui.EditBox
Returns the line index that the cursor is located at.
getCurrentList() - Method in class net.minecraft.client.gui.screen.pack.ResourcePackOrganizer.AbstractPack
 
getCurrentList() - Method in class net.minecraft.client.gui.screen.pack.ResourcePackOrganizer.DisabledPack
getCurrentList() - Method in class net.minecraft.client.gui.screen.pack.ResourcePackOrganizer.EnabledPack
getCurrentNode() - Method in class net.minecraft.entity.ai.pathing.Path
 
getCurrentNodeIndex() - Method in class net.minecraft.entity.ai.pathing.Path
 
getCurrentNodePos() - Method in class net.minecraft.entity.ai.pathing.Path
 
getCurrentPage() - Method in class net.minecraft.block.entity.LecternBlockEntity
 
getCurrentPageContent() - Method in class net.minecraft.client.gui.screen.ingame.BookEditScreen
 
getCurrentPath() - Method in class net.minecraft.entity.ai.pathing.EntityNavigation
 
getCurrentPlayerCount() - Method in interface net.minecraft.network.QueryableServer
 
getCurrentPlayerCount() - Method in class net.minecraft.server.MinecraftServer
getCurrentPlayerCount() - Method in class net.minecraft.server.PlayerManager
 
getCurrentRaiderHealth() - Method in class net.minecraft.village.raid.Raid
 
getCurrentServerEntry() - Method in class net.minecraft.client.MinecraftClient
 
getCurrentState() - Method in class net.minecraft.client.gui.hud.spectator.SpectatorMenu
 
getCurrentStatus() - Method in class net.minecraft.server.world.ChunkHolder
 
getCurrentTab() - Method in class net.minecraft.client.gui.tab.TabManager
 
getCurrentTabButton() - Method in class net.minecraft.client.gui.widget.TabNavigationWidget
 
getCurrentTabIndex() - Method in class net.minecraft.client.gui.widget.TabNavigationWidget
 
getCurrentUniqueValue() - Method in class net.minecraft.world.gen.surfacebuilder.MaterialRules.FullLazyAbstractPredicate
Returns a unique value for each block position.
getCurrentUniqueValue() - Method in class net.minecraft.world.gen.surfacebuilder.MaterialRules.HorizontalLazyAbstractPredicate
Returns a unique value for each block position.
getCurrentUniqueValue() - Method in class net.minecraft.world.gen.surfacebuilder.MaterialRules.LazyAbstractPredicate
Returns a unique value for each block position.
getCurrentVersion() - Method in class net.minecraft.world.level.storage.LevelStorage
 
getCurrentVideoMode() - Method in class net.minecraft.client.util.Monitor
 
getCursor() - Method in class net.minecraft.client.gui.EditBox
Returns the cursor position.
getCursor() - Method in class net.minecraft.client.gui.widget.TextFieldWidget
 
getCursorPosition(TextRenderer, BookEditScreen.Position) - Method in class net.minecraft.client.gui.screen.ingame.BookEditScreen.PageContent
 
getCursorPosWithOffset(int) - Method in class net.minecraft.client.gui.widget.TextFieldWidget
 
getCursors() - Method in class net.minecraft.block.entity.SculkSpreadManager
 
getCursorStack() - Method in class net.minecraft.client.gui.screen.ingame.CreativeInventoryScreen.CreativeScreenHandler
getCursorStack() - Method in class net.minecraft.network.packet.s2c.play.InventoryS2CPacket
 
getCursorStack() - Method in class net.minecraft.screen.ScreenHandler
 
getCursorStackReference() - Method in class net.minecraft.screen.ScreenHandler
Returns a reference to the cursor's stack.
getCustomBossEvents() - Method in class net.minecraft.world.level.LevelProperties
getCustomBossEvents() - Method in interface net.minecraft.world.SaveProperties
 
getCustomColor() - Method in record class net.minecraft.component.type.PotionContentsComponent
 
getCustomer() - Method in class net.minecraft.entity.passive.MerchantEntity
getCustomer() - Method in interface net.minecraft.village.Merchant
 
getCustomer() - Method in class net.minecraft.village.SimpleMerchant
getCustomInstance(RegistryEntry<EntityAttribute>) - Method in class net.minecraft.entity.attribute.AttributeContainer
 
getCustomName() - Method in class net.minecraft.block.entity.BannerBlockEntity
Returns the custom name of this object, or null if there is none.
getCustomName() - Method in class net.minecraft.block.entity.BeaconBlockEntity
Returns the custom name of this object, or null if there is none.
getCustomName() - Method in class net.minecraft.block.entity.EnchantingTableBlockEntity
Returns the custom name of this object, or null if there is none.
getCustomName() - Method in class net.minecraft.block.entity.LockableContainerBlockEntity
Returns the custom name of this object, or null if there is none.
getCustomName() - Method in class net.minecraft.entity.Entity
Returns the custom name of this object, or null if there is none.
getCustomName() - Method in interface net.minecraft.util.Nameable
Returns the custom name of this object, or null if there is none.
getCustomName() - Method in class net.minecraft.world.CommandBlockExecutor
 
getCustomNameNullable() - Method in class net.minecraft.world.CommandBlockExecutor
 
getCustomSound(World, BlockPos) - Method in class net.minecraft.block.NoteBlock
 
getCustomSpawnRules() - Method in record class net.minecraft.block.spawner.MobSpawnerEntry
 
getCustomTestFunctions(Method) - Static method in class net.minecraft.test.TestFunctions
 
getCutout() - Static method in class net.minecraft.client.render.RenderLayer
 
getCutoutMipped() - Static method in class net.minecraft.client.render.RenderLayer
 
getDamage() - Method in class net.minecraft.entity.projectile.PersistentProjectileEntity
 
getDamage() - Method in class net.minecraft.item.ItemStack
Returns the damage (lost durability) of the item stack.
getDamageAmount() - Method in class net.minecraft.entity.mob.MagmaCubeEntity
getDamageAmount() - Method in class net.minecraft.entity.mob.SlimeEntity
 
getDamageAmount(int, Random) - Static method in class net.minecraft.enchantment.ThornsEnchantment
 
getDamageLeft(float, float, float) - Static method in class net.minecraft.entity.DamageUtil
 
getDamagePerBlock() - Method in class net.minecraft.world.border.WorldBorder
Returns the damage increase per block beyond this border, in hearts.
getDamagePerBlock() - Method in class net.minecraft.world.border.WorldBorder.Properties
 
getDamageSource(Entity) - Method in class net.minecraft.block.AnvilBlock
getDamageSource(Entity) - Method in interface net.minecraft.block.LandingBlock
 
getDamageSource(Entity) - Method in class net.minecraft.block.PointedDripstoneBlock
getDamageSources() - Method in class net.minecraft.entity.Entity
 
getDamageSources() - Method in class net.minecraft.world.World
 
getDamageTiltStrength() - Method in class net.minecraft.client.option.GameOptions
 
getDamageTiltYaw() - Method in class net.minecraft.entity.LivingEntity
 
getDamageTiltYaw() - Method in class net.minecraft.entity.player.PlayerEntity
getDamageTracker() - Method in class net.minecraft.entity.LivingEntity
 
getDamageWobbleSide() - Method in class net.minecraft.entity.vehicle.VehicleEntity
 
getDamageWobbleStrength() - Method in class net.minecraft.entity.vehicle.VehicleEntity
 
getDamageWobbleTicks() - Method in class net.minecraft.entity.vehicle.VehicleEntity
 
getDarkness(LivingEntity, float, float) - Method in class net.minecraft.client.render.LightmapTextureManager
 
getDarknessEffectScale() - Method in class net.minecraft.client.option.GameOptions
 
getDarknessFactor(float) - Method in class net.minecraft.client.render.LightmapTextureManager
 
getDarkTicksRemaining() - Method in class net.minecraft.entity.passive.GlowSquidEntity
 
getData() - Method in class net.minecraft.block.spawner.TrialSpawnerLogic
 
getData() - Method in class net.minecraft.client.render.chunk.ChunkBuilder.BuiltChunk
 
getData() - Method in class net.minecraft.entity.data.DataTracker.Entry
 
getData() - Method in class net.minecraft.entity.decoration.DisplayEntity.BlockDisplayEntity
 
getData() - Method in class net.minecraft.entity.decoration.DisplayEntity.ItemDisplayEntity
 
getData() - Method in class net.minecraft.entity.decoration.DisplayEntity.TextDisplayEntity
 
getData() - Method in class net.minecraft.network.packet.s2c.play.BlockEventS2CPacket
 
getData() - Method in class net.minecraft.network.packet.s2c.play.LightUpdateS2CPacket
 
getData() - Method in class net.minecraft.network.packet.s2c.play.WorldEventS2CPacket
 
getData() - Method in class net.minecraft.util.collection.EmptyPaletteStorage
Returns the backing data of this storage.
getData() - Method in class net.minecraft.util.collection.PackedIntegerArray
Returns the backing data of this storage.
getData() - Method in interface net.minecraft.util.collection.PaletteStorage
Returns the backing data of this storage.
getData() - Method in class net.minecraft.util.collection.Weighted.Present
 
getData(DisplayEntity.BlockDisplayEntity) - Method in class net.minecraft.client.render.entity.DisplayEntityRenderer.BlockDisplayEntityRenderer
 
getData(DisplayEntity.ItemDisplayEntity) - Method in class net.minecraft.client.render.entity.DisplayEntityRenderer.ItemDisplayEntityRenderer
 
getData(DisplayEntity.TextDisplayEntity) - Method in class net.minecraft.client.render.entity.DisplayEntityRenderer.TextDisplayEntityRenderer
 
getData(Direction) - Static method in enum class net.minecraft.client.render.block.BlockModelRenderer.NeighborData
 
getData(T) - Method in class net.minecraft.client.render.entity.DisplayEntityRenderer
 
getDataCommandStorage() - Method in class net.minecraft.server.MinecraftServer
 
getDataConfiguration() - Method in class net.minecraft.world.level.LevelInfo
 
getDataConfiguration() - Method in class net.minecraft.world.level.LevelProperties
getDataConfiguration() - Method in interface net.minecraft.world.SaveProperties
 
getDataFixer() - Method in class net.minecraft.client.MinecraftClient
 
getDataFixer() - Method in class net.minecraft.server.MinecraftServer
 
getDataLookup() - Method in class net.minecraft.loot.context.LootContext
 
getDataLookup() - Method in class net.minecraft.loot.LootTableReporter
 
getDataOrEmpty(Random) - Method in class net.minecraft.util.collection.DataPool
 
getDataPackManager() - Method in class net.minecraft.server.MinecraftServer
 
getDataPackName(ResourcePackProfile) - Static method in class net.minecraft.client.gui.screen.world.ExperimentsScreen
 
getDataPackTempDir() - Method in class net.minecraft.client.gui.screen.world.CreateWorldScreen
 
getDataQueryHandler() - Method in class net.minecraft.client.network.ClientPlayNetworkHandler
 
getDataSource() - Method in class net.minecraft.text.NbtTextContent
 
getDataStructureBlocks(StructureTemplateManager, BlockPos, BlockRotation, boolean) - Method in class net.minecraft.structure.pool.SinglePoolElement
 
getDataTracker() - Method in class net.minecraft.entity.Entity
 
getDataType() - Method in class net.minecraft.client.gl.GlUniform
 
getDataVersion(Dynamic<?>) - Static method in class net.minecraft.world.storage.SerializingRegionBasedStorage
 
getDataVersion(NbtCompound) - Static method in class net.minecraft.world.storage.VersionedChunkStorage
 
getDataVersion(NbtCompound, int) - Static method in class net.minecraft.nbt.NbtHelper
 
getDateFormat() - Static method in class net.minecraft.util.UserCache
 
getDateOr(String, JsonObject) - Static method in class net.minecraft.client.realms.util.JsonUtils
 
getDayTime(ServerWorld) - Static method in class net.minecraft.server.command.TimeCommand
 
getDeactivateParticlesPos(BlockPos, Random) - Static method in class net.minecraft.block.entity.VaultBlockEntity.Client
 
getDeathMessage() - Method in class net.minecraft.entity.damage.DamageTracker
 
getDeathMessage(LivingEntity) - Method in class net.minecraft.entity.damage.DamageSource
 
getDeathMessageKey() - Method in record class net.minecraft.entity.damage.FallLocation
 
getDeathMessageVisibilityRule() - Method in class net.minecraft.scoreboard.AbstractTeam
 
getDeathMessageVisibilityRule() - Method in class net.minecraft.scoreboard.Team
getDeathSound() - Method in class net.minecraft.entity.boss.WitherEntity
getDeathSound() - Method in class net.minecraft.entity.decoration.ArmorStandEntity
getDeathSound() - Method in class net.minecraft.entity.LivingEntity
 
getDeathSound() - Method in class net.minecraft.entity.mob.BlazeEntity
getDeathSound() - Method in class net.minecraft.entity.mob.BoggedEntity
getDeathSound() - Method in class net.minecraft.entity.mob.BreezeEntity
getDeathSound() - Method in class net.minecraft.entity.mob.CreeperEntity
getDeathSound() - Method in class net.minecraft.entity.mob.DrownedEntity
getDeathSound() - Method in class net.minecraft.entity.mob.ElderGuardianEntity
getDeathSound() - Method in class net.minecraft.entity.mob.EndermanEntity
getDeathSound() - Method in class net.minecraft.entity.mob.EndermiteEntity
getDeathSound() - Method in class net.minecraft.entity.mob.EvokerEntity
getDeathSound() - Method in class net.minecraft.entity.mob.GhastEntity
getDeathSound() - Method in class net.minecraft.entity.mob.GuardianEntity
getDeathSound() - Method in class net.minecraft.entity.mob.HoglinEntity
getDeathSound() - Method in class net.minecraft.entity.mob.HostileEntity
getDeathSound() - Method in class net.minecraft.entity.mob.HuskEntity
getDeathSound() - Method in class net.minecraft.entity.mob.IllusionerEntity
getDeathSound() - Method in class net.minecraft.entity.mob.MagmaCubeEntity
getDeathSound() - Method in class net.minecraft.entity.mob.PhantomEntity
getDeathSound() - Method in class net.minecraft.entity.mob.PiglinBruteEntity
getDeathSound() - Method in class net.minecraft.entity.mob.PiglinEntity
getDeathSound() - Method in class net.minecraft.entity.mob.PillagerEntity
getDeathSound() - Method in class net.minecraft.entity.mob.RavagerEntity
getDeathSound() - Method in class net.minecraft.entity.mob.ShulkerEntity
getDeathSound() - Method in class net.minecraft.entity.mob.SilverfishEntity
getDeathSound() - Method in class net.minecraft.entity.mob.SkeletonEntity
getDeathSound() - Method in class net.minecraft.entity.mob.SkeletonHorseEntity
getDeathSound() - Method in class net.minecraft.entity.mob.SlimeEntity
getDeathSound() - Method in class net.minecraft.entity.mob.SpiderEntity
getDeathSound() - Method in class net.minecraft.entity.mob.StrayEntity
getDeathSound() - Method in class net.minecraft.entity.mob.VexEntity
getDeathSound() - Method in class net.minecraft.entity.mob.VindicatorEntity
getDeathSound() - Method in class net.minecraft.entity.mob.WardenEntity
getDeathSound() - Method in class net.minecraft.entity.mob.WitchEntity
getDeathSound() - Method in class net.minecraft.entity.mob.WitherSkeletonEntity
getDeathSound() - Method in class net.minecraft.entity.mob.ZoglinEntity
getDeathSound() - Method in class net.minecraft.entity.mob.ZombieEntity
getDeathSound() - Method in class net.minecraft.entity.mob.ZombieHorseEntity
getDeathSound() - Method in class net.minecraft.entity.mob.ZombieVillagerEntity
getDeathSound() - Method in class net.minecraft.entity.mob.ZombifiedPiglinEntity
getDeathSound() - Method in class net.minecraft.entity.passive.AllayEntity
getDeathSound() - Method in class net.minecraft.entity.passive.ArmadilloEntity
getDeathSound() - Method in class net.minecraft.entity.passive.AxolotlEntity
getDeathSound() - Method in class net.minecraft.entity.passive.BatEntity
getDeathSound() - Method in class net.minecraft.entity.passive.BeeEntity
getDeathSound() - Method in class net.minecraft.entity.passive.CamelEntity
getDeathSound() - Method in class net.minecraft.entity.passive.CatEntity
getDeathSound() - Method in class net.minecraft.entity.passive.ChickenEntity
getDeathSound() - Method in class net.minecraft.entity.passive.CodEntity
getDeathSound() - Method in class net.minecraft.entity.passive.CowEntity
getDeathSound() - Method in class net.minecraft.entity.passive.DolphinEntity
getDeathSound() - Method in class net.minecraft.entity.passive.DonkeyEntity
getDeathSound() - Method in class net.minecraft.entity.passive.FoxEntity
getDeathSound() - Method in class net.minecraft.entity.passive.FrogEntity
getDeathSound() - Method in class net.minecraft.entity.passive.GlowSquidEntity
getDeathSound() - Method in class net.minecraft.entity.passive.GoatEntity
getDeathSound() - Method in class net.minecraft.entity.passive.GolemEntity
getDeathSound() - Method in class net.minecraft.entity.passive.HorseEntity
getDeathSound() - Method in class net.minecraft.entity.passive.IronGolemEntity
getDeathSound() - Method in class net.minecraft.entity.passive.LlamaEntity
getDeathSound() - Method in class net.minecraft.entity.passive.MuleEntity
getDeathSound() - Method in class net.minecraft.entity.passive.OcelotEntity
getDeathSound() - Method in class net.minecraft.entity.passive.PandaEntity
getDeathSound() - Method in class net.minecraft.entity.passive.ParrotEntity
getDeathSound() - Method in class net.minecraft.entity.passive.PigEntity
getDeathSound() - Method in class net.minecraft.entity.passive.PolarBearEntity
getDeathSound() - Method in class net.minecraft.entity.passive.PufferfishEntity
getDeathSound() - Method in class net.minecraft.entity.passive.RabbitEntity
getDeathSound() - Method in class net.minecraft.entity.passive.SalmonEntity
getDeathSound() - Method in class net.minecraft.entity.passive.SheepEntity
getDeathSound() - Method in class net.minecraft.entity.passive.SnifferEntity
getDeathSound() - Method in class net.minecraft.entity.passive.SnowGolemEntity
getDeathSound() - Method in class net.minecraft.entity.passive.SquidEntity
getDeathSound() - Method in class net.minecraft.entity.passive.StriderEntity
getDeathSound() - Method in class net.minecraft.entity.passive.TadpoleEntity
getDeathSound() - Method in class net.minecraft.entity.passive.TropicalFishEntity
getDeathSound() - Method in class net.minecraft.entity.passive.TurtleEntity
getDeathSound() - Method in class net.minecraft.entity.passive.VillagerEntity
getDeathSound() - Method in class net.minecraft.entity.passive.WanderingTraderEntity
getDeathSound() - Method in class net.minecraft.entity.passive.WolfEntity
getDeathSound() - Method in class net.minecraft.entity.player.PlayerEntity
getDebugFilledBox() - Static method in class net.minecraft.client.render.RenderLayer
 
getDebugHud() - Method in class net.minecraft.client.gui.hud.InGameHud
 
getDebugHud() - Method in class net.minecraft.client.MinecraftClient
 
getDebugHudText(List<String>, NoiseConfig, BlockPos) - Method in class net.minecraft.world.gen.chunk.ChunkGenerator
 
getDebugHudText(List<String>, NoiseConfig, BlockPos) - Method in class net.minecraft.world.gen.chunk.DebugChunkGenerator
getDebugHudText(List<String>, NoiseConfig, BlockPos) - Method in class net.minecraft.world.gen.chunk.FlatChunkGenerator
getDebugHudText(List<String>, NoiseConfig, BlockPos) - Method in class net.minecraft.world.gen.chunk.NoiseChunkGenerator
getDebugLineStrip(double) - Static method in class net.minecraft.client.render.RenderLayer
 
getDebugMessage() - Method in exception class net.minecraft.test.PositionedException
 
getDebugNodeInfos() - Method in class net.minecraft.entity.ai.pathing.Path
 
getDebugProfile() - Method in class net.minecraft.server.network.ServerCommonNetworkHandler
 
getDebugQuads() - Static method in class net.minecraft.client.render.RenderLayer
 
getDebugSampleLog() - Method in class net.minecraft.server.dedicated.MinecraftDedicatedServer
getDebugSampleLog() - Method in class net.minecraft.server.integrated.IntegratedServer
 
getDebugSampleLog() - Method in class net.minecraft.server.MinecraftServer
 
getDebugSampleLog() - Method in class net.minecraft.test.TestServer
getDebugSectionQuads() - Static method in class net.minecraft.client.render.RenderLayer
 
getDebugState(CarverConfig, BlockState) - Static method in class net.minecraft.world.gen.carver.Carver
 
getDebugString() - Method in class net.minecraft.client.particle.ParticleManager
 
getDebugString() - Method in class net.minecraft.client.render.chunk.ChunkBuilder
 
getDebugString() - Method in class net.minecraft.client.sound.SoundEngine
 
getDebugString() - Method in class net.minecraft.client.sound.SoundManager
 
getDebugString() - Method in class net.minecraft.client.sound.SoundSystem
 
getDebugString() - Method in class net.minecraft.client.world.ClientChunkManager
getDebugString() - Method in class net.minecraft.client.world.ClientEntityManager
 
getDebugString() - Method in class net.minecraft.server.world.ChunkTaskPrioritySystem
 
getDebugString() - Method in class net.minecraft.server.world.ServerChunkManager
getDebugString() - Method in class net.minecraft.server.world.ServerEntityManager
 
getDebugString() - Method in class net.minecraft.server.world.ServerWorld
 
getDebugString() - Method in record class net.minecraft.util.math.Spline.FixedFloatFunction
getDebugString() - Method in interface net.minecraft.util.math.Spline
 
getDebugString() - Method in record class net.minecraft.util.math.Spline.Implementation
getDebugString() - Method in class net.minecraft.world.chunk.ChunkManager
 
getDebugString(int) - Method in class net.minecraft.client.search.SuffixArray
 
getDebugTexturePath() - Static method in class com.mojang.blaze3d.platform.TextureUtil
 
getDebugTexturePath(Path) - Static method in class com.mojang.blaze3d.platform.TextureUtil
 
getDecay() - Method in class net.minecraft.block.entity.SculkSpreadManager.Cursor
 
getDecay(int) - Method in interface net.minecraft.block.SculkSpreadable
 
getDecay(SculkSpreadManager, BlockPos, BlockPos, int) - Static method in class net.minecraft.block.SculkBlock
 
getDecayChance() - Method in class net.minecraft.block.entity.SculkSpreadManager
 
getDecoratedDescription() - Method in interface net.minecraft.client.gui.screen.pack.ResourcePackOrganizer.Pack
 
getDecoratedFeatures() - Method in record class net.minecraft.world.gen.feature.ConfiguredFeature
 
getDecoratedFeatures() - Method in interface net.minecraft.world.gen.feature.FeatureConfig
 
getDecoratedFeatures() - Method in record class net.minecraft.world.gen.feature.PlacedFeature
 
getDecoratedFeatures() - Method in class net.minecraft.world.gen.feature.RandomBooleanFeatureConfig
getDecoratedFeatures() - Method in class net.minecraft.world.gen.feature.RandomFeatureConfig
getDecoratedFeatures() - Method in class net.minecraft.world.gen.feature.SimpleRandomFeatureConfig
getDecoratedPotPatternTextureId(RegistryKey<String>) - Static method in class net.minecraft.client.render.TexturedRenderLayers
 
getDecorationBlockPos() - Method in class net.minecraft.entity.decoration.AbstractDecorationEntity
 
getDecreasedOxidationBlock(Block) - Static method in interface net.minecraft.block.Oxidizable
 
getDecreasedOxidationState(BlockState) - Static method in interface net.minecraft.block.Oxidizable
 
getDefault(Registry<Criterion<?>>) - Static method in class net.minecraft.advancement.criterion.Criteria
 
getDefault(Registry<DataComponentType<?>>) - Static method in class net.minecraft.component.DataComponentTypes
 
getDefault(Registry<ArmorMaterial>) - Static method in class net.minecraft.item.ArmorMaterials
 
getDefaultBlockOffset() - Method in class net.minecraft.entity.vehicle.AbstractMinecartEntity
 
getDefaultBlockOffset() - Method in class net.minecraft.entity.vehicle.ChestMinecartEntity
getDefaultBlockOffset() - Method in class net.minecraft.entity.vehicle.HopperMinecartEntity
getDefaultColor() - Static method in class net.minecraft.client.color.world.FoliageColors
 
getDefaultColor() - Static method in class net.minecraft.client.color.world.GrassColors
 
getDefaultConfig(RegistryEntryLookup<Biome>, RegistryEntryLookup<StructureSet>, RegistryEntryLookup<PlacedFeature>) - Static method in class net.minecraft.world.gen.chunk.FlatChunkGeneratorConfig
 
getDefaultContainedBlock() - Method in class net.minecraft.entity.vehicle.AbstractMinecartEntity
 
getDefaultContainedBlock() - Method in class net.minecraft.entity.vehicle.ChestMinecartEntity
getDefaultContainedBlock() - Method in class net.minecraft.entity.vehicle.CommandBlockMinecartEntity
getDefaultContainedBlock() - Method in class net.minecraft.entity.vehicle.FurnaceMinecartEntity
getDefaultContainedBlock() - Method in class net.minecraft.entity.vehicle.HopperMinecartEntity
getDefaultContainedBlock() - Method in class net.minecraft.entity.vehicle.SpawnerMinecartEntity
getDefaultContainedBlock() - Method in class net.minecraft.entity.vehicle.TntMinecartEntity
getDefaultEyeHeight(float) - Static method in record class net.minecraft.entity.EntityDimensions
 
getDefaultFoliageColor() - Method in class net.minecraft.world.biome.Biome
 
getDefaultFrameTime() - Method in class net.minecraft.client.resource.metadata.AnimationResourceMetadata
 
getDefaultGameMode() - Method in class net.minecraft.server.MinecraftServer
 
getDefaultGrassColor() - Method in class net.minecraft.world.biome.Biome
 
getDefaultHangingState() - Static method in class net.minecraft.block.PropaguleBlock
 
getDefaultId() - Method in interface net.minecraft.registry.DefaultedRegistry
 
getDefaultId() - Method in class net.minecraft.registry.SimpleDefaultedRegistry
getDefaultItem() - Method in class net.minecraft.entity.projectile.thrown.EggEntity
getDefaultItem() - Method in class net.minecraft.entity.projectile.thrown.EnderPearlEntity
getDefaultItem() - Method in class net.minecraft.entity.projectile.thrown.ExperienceBottleEntity
getDefaultItem() - Method in class net.minecraft.entity.projectile.thrown.PotionEntity
getDefaultItem() - Method in class net.minecraft.entity.projectile.thrown.SnowballEntity
getDefaultItem() - Method in class net.minecraft.entity.projectile.thrown.ThrownItemEntity
 
getDefaultKey() - Method in class net.minecraft.client.option.KeyBinding
 
getDefaultMapColor() - Method in class net.minecraft.block.AbstractBlock
 
getDefaultMessage() - Method in class net.minecraft.client.realms.dto.RealmsNotification.VisitUrl
 
getDefaultName() - Method in class net.minecraft.entity.Entity
Returns the default name of the entity.
getDefaultName() - Method in class net.minecraft.entity.FallingBlockEntity
Returns the default name of the entity.
getDefaultName() - Method in class net.minecraft.entity.passive.VillagerEntity
Returns the default name of the entity.
getDefaultName() - Method in class net.minecraft.entity.vehicle.BoatEntity
Returns the default name of the entity.
getDefaultNodeType(class_9316, int, int, int) - Method in class net.minecraft.entity.ai.pathing.AmphibiousPathNodeMaker
Gets the path node type at the given position without adjusting the node type according to whether the entity can enter or open doors
getDefaultNodeType(class_9316, int, int, int) - Method in class net.minecraft.entity.ai.pathing.BirdPathNodeMaker
Gets the path node type at the given position without adjusting the node type according to whether the entity can enter or open doors
getDefaultNodeType(class_9316, int, int, int) - Method in class net.minecraft.entity.ai.pathing.LandPathNodeMaker
Gets the path node type at the given position without adjusting the node type according to whether the entity can enter or open doors
getDefaultNodeType(class_9316, int, int, int) - Method in class net.minecraft.entity.ai.pathing.PathNodeMaker
Gets the path node type at the given position without adjusting the node type according to whether the entity can enter or open doors
getDefaultNodeType(class_9316, int, int, int) - Method in class net.minecraft.entity.ai.pathing.WaterPathNodeMaker
Gets the path node type at the given position without adjusting the node type according to whether the entity can enter or open doors
getDefaultNodeType(class_9316, int, int, int) - Method in class net.minecraft.entity.passive.FrogEntity.FrogSwimPathNodeMaker
Gets the path node type at the given position without adjusting the node type according to whether the entity can enter or open doors
getDefaultOverworldOptions(DynamicRegistryManager) - Static method in class net.minecraft.world.gen.WorldPresets
 
getDefaultPenalty() - Method in enum class net.minecraft.entity.ai.pathing.PathNodeType
 
getDefaultPortalCooldown() - Method in class net.minecraft.entity.Entity
Returns the entity's default portal cooldown.
getDefaultPortalCooldown() - Method in class net.minecraft.entity.player.PlayerEntity
Returns the entity's default portal cooldown.
getDefaultRenderType() - Method in class net.minecraft.scoreboard.ScoreboardCriterion
 
getDefaultResourcePack() - Method in class net.minecraft.client.MinecraftClient
 
getDefaults() - Method in interface net.minecraft.client.gui.widget.CyclingButtonWidget.Values
 
getDefaults() - Static method in class net.minecraft.client.realms.dto.RealmsWorldOptions
 
getDefaultSlotName(int) - Method in class net.minecraft.client.realms.dto.RealmsWorldOptions
 
getDefaultStack() - Method in class net.minecraft.item.Item
Returns the default stack for this item.
getDefaultStack() - Method in class net.minecraft.item.PotionItem
Returns the default stack for this item.
getDefaultStack() - Method in class net.minecraft.item.TippedArrowItem
Returns the default stack for this item.
getDefaultState() - Method in class net.minecraft.block.Block
 
getDefaultState() - Method in class net.minecraft.fluid.Fluid
 
getDefaultState() - Method in class net.minecraft.state.StateManager
 
getDefaultTab() - Static method in class net.minecraft.item.ItemGroups
 
getDefaultText() - Static method in class net.minecraft.block.entity.SignText
 
getDefaultTransform() - Method in class net.minecraft.client.model.ModelPart
 
getDefaultUnfocusedHeight() - Static method in class net.minecraft.client.gui.hud.ChatHud
 
getDefaultValue() - Method in class net.minecraft.entity.attribute.EntityAttribute
 
getDefaultVariant() - Static method in class net.minecraft.entity.decoration.painting.PaintingEntity
 
getDefaultWireState(BlockView, BlockState, BlockPos) - Method in class net.minecraft.block.RedstoneWireBlock
 
getDegradationChanceMultiplier() - Method in interface net.minecraft.block.Degradable
 
getDegradationChanceMultiplier() - Method in interface net.minecraft.block.Oxidizable
getDegradationLevel() - Method in interface net.minecraft.block.Degradable
 
getDegradationLevel() - Method in class net.minecraft.block.OxidizableBlock
 
getDegradationLevel() - Method in class net.minecraft.block.OxidizableBulbBlock
 
getDegradationLevel() - Method in class net.minecraft.block.OxidizableDoorBlock
 
getDegradationLevel() - Method in class net.minecraft.block.OxidizableGrateBlock
 
getDegradationLevel() - Method in class net.minecraft.block.OxidizableSlabBlock
 
getDegradationLevel() - Method in class net.minecraft.block.OxidizableStairsBlock
 
getDegradationLevel() - Method in class net.minecraft.block.OxidizableTrapdoorBlock
 
getDegradationResult(BlockState) - Method in interface net.minecraft.block.Degradable
 
getDegradationResult(BlockState) - Method in interface net.minecraft.block.Oxidizable
getDelay() - Method in class net.minecraft.particle.ShriekParticleEffect
 
getDelay() - Method in class net.minecraft.world.event.Vibrations.ListenerData
 
getDelay(float) - Method in interface net.minecraft.world.event.Vibrations.Callback
 
getDeltaX() - Method in class net.minecraft.network.packet.s2c.play.EntityS2CPacket
 
getDeltaX(Vec3d) - Method in class net.minecraft.entity.TrackedPosition
 
getDeltaY() - Method in class net.minecraft.network.packet.s2c.play.EntityS2CPacket
 
getDeltaY() - Method in class net.minecraft.structure.JigsawJunction
 
getDeltaY(Vec3d) - Method in class net.minecraft.entity.TrackedPosition
 
getDeltaYPerScroll() - Method in class net.minecraft.client.gui.screen.option.TelemetryEventWidget
getDeltaYPerScroll() - Method in class net.minecraft.client.gui.widget.EditBoxWidget
getDeltaYPerScroll() - Method in class net.minecraft.client.gui.widget.ScrollableTextWidget
getDeltaYPerScroll() - Method in class net.minecraft.client.gui.widget.ScrollableWidget
 
getDeltaZ() - Method in class net.minecraft.network.packet.s2c.play.EntityS2CPacket
 
getDeltaZ(Vec3d) - Method in class net.minecraft.entity.TrackedPosition
 
getDemandBonus() - Method in class net.minecraft.village.TradeOffer
Returns the demand bonus of this trade offer.
getDependentVariables() - Method in class net.minecraft.server.function.Macro.FixedLine
getDependentVariables() - Method in interface net.minecraft.server.function.Macro.Line
 
getDependentVariables() - Method in class net.minecraft.server.function.Macro.VariableLine
getDeprecated(String, Function<String, V>) - Method in class net.minecraft.server.dedicated.AbstractPropertiesHandler
 
getDeprecatedBoolean(String) - Method in class net.minecraft.server.dedicated.AbstractPropertiesHandler
 
getDeprecatedString(String) - Method in class net.minecraft.server.dedicated.AbstractPropertiesHandler
 
getDepth() - Method in class net.minecraft.block.pattern.BlockPattern
 
getDepth() - Method in class net.minecraft.block.pattern.BlockPattern.Result
 
getDepth() - Method in class net.minecraft.command.argument.NbtPathArgumentType.NbtPath
 
getDepth() - Method in class net.minecraft.nbt.NbtSizeTracker
 
getDepth() - Method in class net.minecraft.nbt.scanner.NbtCollector
 
getDepthAttachment() - Method in class net.minecraft.client.gl.Framebuffer
 
getDepthStrider(LivingEntity) - Static method in class net.minecraft.enchantment.EnchantmentHelper
 
getDescription() - Method in class net.minecraft.advancement.AdvancementDisplay
 
getDescription() - Method in class net.minecraft.client.gui.screen.pack.ResourcePackOrganizer.AbstractPack
getDescription() - Method in interface net.minecraft.client.gui.screen.pack.ResourcePackOrganizer.Pack
 
getDescription() - Method in enum class net.minecraft.client.MinecraftClient.ChatRestriction
 
getDescription() - Method in class net.minecraft.client.realms.dto.RealmsServer
 
getDescription() - Method in enum class net.minecraft.client.session.BanReason
 
getDescription() - Method in enum class net.minecraft.client.session.report.AbuseReportReason
 
getDescription() - Method in class net.minecraft.client.session.telemetry.TelemetryEventType
 
getDescription() - Method in class net.minecraft.item.BannerPatternItem
 
getDescription() - Method in class net.minecraft.item.DiscFragmentItem
 
getDescription() - Method in class net.minecraft.item.MusicDiscItem
 
getDescription() - Method in class net.minecraft.resource.ResourcePackProfile
 
getDescription() - Method in enum class net.minecraft.util.math.Direction.AxisDirection
 
getDescription(RegistryEntry<ArmorTrimMaterial>) - Method in record class net.minecraft.item.trim.ArmorTrimPattern
 
getDescriptionText(BanDetails) - Static method in class net.minecraft.client.session.Bans
 
getDescriptionY(int) - Method in class net.minecraft.client.realms.gui.screen.RealmsMainScreen.Entry
 
getDeserializer() - Method in class net.minecraft.predicate.entity.VariantPredicates
 
getDesiredChunksPerTick() - Method in class net.minecraft.client.network.ChunkBatchSizeCalculator
 
getDesiredDistanceToTarget() - Method in class net.minecraft.entity.ai.goal.MoveToTargetPosGoal
 
getDesiredDistanceToTarget() - Method in class net.minecraft.entity.mob.ZombieEntity.DestroyEggGoal
getDesiredDistanceToTarget() - Method in class net.minecraft.entity.passive.FoxEntity.EatBerriesGoal
getDespawnCounter() - Method in class net.minecraft.entity.LivingEntity
 
getDespawnDelay() - Method in class net.minecraft.entity.passive.WanderingTraderEntity
 
getDespawnStartRange() - Method in enum class net.minecraft.entity.SpawnGroup
Returns the distance, of a mob of this group from a player, at which that mob can despawn at chance.
getDestProjection() - Method in class net.minecraft.structure.JigsawJunction
 
getDestructionType() - Method in class net.minecraft.network.packet.s2c.play.ExplosionS2CPacket
 
getDestructionType() - Method in class net.minecraft.world.explosion.Explosion
 
getDestructionType(GameRules.Key<GameRules.BooleanRule>) - Method in class net.minecraft.world.World
 
getDetail() - Method in class net.minecraft.util.crash.CrashReportSection.Element
 
getDetails() - Method in class net.minecraft.world.level.storage.LevelSummary
 
getDetails() - Method in class net.minecraft.world.level.storage.LevelSummary.RecoveryWarning
getDetails() - Method in class net.minecraft.world.level.storage.LevelSummary.SymlinkLevelSummary
getDiagonalPlane() - Method in class net.minecraft.client.render.Camera
 
getDifficulty() - Method in class net.minecraft.client.gui.screen.world.WorldCreator
 
getDifficulty() - Method in class net.minecraft.client.world.ClientWorld.Properties
getDifficulty() - Method in class net.minecraft.network.packet.c2s.play.UpdateDifficultyC2SPacket
 
getDifficulty() - Method in class net.minecraft.network.packet.s2c.play.DifficultyS2CPacket
 
getDifficulty() - Method in class net.minecraft.world.level.LevelInfo
 
getDifficulty() - Method in class net.minecraft.world.level.LevelProperties
getDifficulty() - Method in class net.minecraft.world.level.UnmodifiableLevelProperties
getDifficulty() - Method in interface net.minecraft.world.SaveProperties
 
getDifficulty() - Method in interface net.minecraft.world.WorldAccess
 
getDifficulty() - Method in interface net.minecraft.world.WorldProperties
 
getDigLocation() - Method in class net.minecraft.entity.passive.SnifferEntity
 
getDigPos() - Method in class net.minecraft.entity.passive.SnifferEntity
 
getDimension() - Method in interface net.minecraft.util.profiler.log.MultiValueDebugSampleLog
 
getDimension() - Method in class net.minecraft.util.profiler.MultiValueDebugSampleLogImpl
getDimension() - Method in class net.minecraft.world.ChunkRegion
getDimension() - Method in class net.minecraft.world.World
getDimension() - Method in interface net.minecraft.world.WorldView
 
getDimensionArgument(CommandContext<ServerCommandSource>, String) - Static method in class net.minecraft.command.argument.DimensionArgumentType
 
getDimensionEffects() - Method in class net.minecraft.client.world.ClientWorld
 
getDimensionEntry() - Method in class net.minecraft.world.World
 
getDimensions() - Method in class net.minecraft.entity.decoration.InteractionEntity
 
getDimensions() - Method in class net.minecraft.entity.EntityType
 
getDimensions() - Method in class net.minecraft.util.math.BlockBox
Returns the dimensions (the size) of this box.
getDimensions(boolean) - Method in class net.minecraft.entity.decoration.ArmorStandEntity
 
getDimensions(EntityPose) - Method in class net.minecraft.entity.AreaEffectCloudEntity
Returns the dimensions of the entity with the given pose.
getDimensions(EntityPose) - Method in class net.minecraft.entity.boss.dragon.EnderDragonPart
Returns the dimensions of the entity with the given pose.
getDimensions(EntityPose) - Method in class net.minecraft.entity.decoration.InteractionEntity
Returns the dimensions of the entity with the given pose.
getDimensions(EntityPose) - Method in class net.minecraft.entity.Entity
Returns the dimensions of the entity with the given pose.
getDimensions(EntityPose) - Method in class net.minecraft.entity.LivingEntity
Returns the dimensions of the entity with the given pose.
getDirectDynamicDisplayGlintConsumer(VertexConsumerProvider, RenderLayer, MatrixStack.Entry) - Static method in class net.minecraft.client.render.item.ItemRenderer
 
getDirectEntityGlint() - Static method in class net.minecraft.client.render.RenderLayer
 
getDirectGlint() - Static method in class net.minecraft.client.render.RenderLayer
 
getDirection() - Method in record class net.minecraft.client.gui.navigation.GuiNavigation.Arrow
getDirection() - Method in class net.minecraft.client.gui.navigation.GuiNavigation.Down
getDirection() - Method in interface net.minecraft.client.gui.navigation.GuiNavigation
 
getDirection() - Method in record class net.minecraft.client.gui.navigation.GuiNavigation.Tab
getDirection() - Method in enum class net.minecraft.client.render.model.json.ItemModelGenerator.Side
 
getDirection() - Method in enum class net.minecraft.datafixer.fix.ChunkPalettedStorageFix.Facing
 
getDirection() - Method in class net.minecraft.entity.projectile.ShulkerBulletEntity
 
getDirection() - Method in class net.minecraft.network.packet.c2s.play.PlayerActionC2SPacket
 
getDirection() - Method in enum class net.minecraft.util.math.Direction
 
getDirection() - Method in enum class net.minecraft.util.math.VerticalSurfaceType
 
getDirection(boolean) - Method in enum class net.minecraft.client.gui.navigation.NavigationAxis
 
getDirection(String) - Method in class net.minecraft.client.render.model.json.ModelElement.Deserializer
 
getDirection(BlockState) - Static method in class net.minecraft.block.WallMountedBlock
 
getDirection(BlockView, BlockPos) - Static method in class net.minecraft.block.BedBlock
 
getDirection(WorldAccess, BlockPos, Random) - Static method in class net.minecraft.world.gen.feature.SmallDripstoneFeature
 
getDirectionalAudio() - Method in class net.minecraft.client.option.GameOptions
 
getDirectionIndex(int) - Method in class net.minecraft.client.render.model.json.ModelElementTexture
 
getDirectionMask(Direction) - Static method in class net.minecraft.block.HorizontalConnectingBlock
 
getDirections() - Method in enum class net.minecraft.util.math.EightWayDirection
 
getDirectionToPlaceAt(WorldView, BlockPos, Direction) - Static method in class net.minecraft.block.PointedDripstoneBlock
 
getDirectionTowardsOtherPart(BedPart, Direction) - Static method in class net.minecraft.block.BedBlock
 
getDirectionTransformation() - Method in enum class net.minecraft.client.render.model.ModelRotation
 
getDirectionTransformation() - Method in enum class net.minecraft.util.BlockMirror
 
getDirectionTransformation() - Method in enum class net.minecraft.util.BlockRotation
 
getDirectItemGlintConsumer(VertexConsumerProvider, RenderLayer, boolean, boolean) - Static method in class net.minecraft.client.render.item.ItemRenderer
 
getDirectory() - Method in enum class net.minecraft.resource.ResourceType
 
getDirectory() - Method in class net.minecraft.world.level.storage.LevelStorage.Session
 
getDirectory(WorldSavePath) - Method in class net.minecraft.world.level.storage.LevelStorage.Session
 
getDirectoryName() - Method in class net.minecraft.world.level.storage.LevelStorage.Session
 
getDirtyEntries() - Method in class net.minecraft.entity.data.DataTracker
 
getDisabled() - Method in class net.minecraft.resource.DataPackSettings
 
getDisabledPacks() - Method in class net.minecraft.client.gui.screen.pack.ResourcePackOrganizer
 
getDisappearProgress(long) - Method in class net.minecraft.client.toast.ToastManager.Entry
 
getDisconnectReason() - Method in class net.minecraft.network.ClientConnection
 
getDiscreteMouseScroll() - Method in class net.minecraft.client.option.GameOptions
 
getDismountHeight(BlockPos) - Method in interface net.minecraft.world.BlockView
 
getDismountHeight(VoxelShape, Supplier<VoxelShape>) - Method in interface net.minecraft.world.BlockView
 
getDismountOffsets(Direction) - Static method in class net.minecraft.entity.Dismounting
 
getDispatcher() - Method in interface net.minecraft.server.command.AbstractServerCommandSource
 
getDispatcher() - Method in class net.minecraft.server.command.CommandManager
 
getDispatcher() - Method in class net.minecraft.server.command.ServerCommandSource
getDispatcher() - Method in class net.minecraft.server.function.CommandFunctionManager
 
getDisplay() - Method in class net.minecraft.client.gui.screen.advancement.AdvancementTab
 
getDisplayedItemCount() - Method in class net.minecraft.client.gui.screen.report.ChatSelectionScreen.SelectionListWidget
 
getDisplayEntityRotation() - Method in class net.minecraft.block.spawner.TrialSpawnerData
 
getDisplayFlags() - Method in class net.minecraft.entity.decoration.DisplayEntity.TextDisplayEntity
 
getDisplayHeight() - Method in class net.minecraft.entity.decoration.DisplayEntity
 
getDisplayItem() - Method in class net.minecraft.block.vault.VaultSharedData
 
getDisplayName() - Method in class net.minecraft.block.entity.BeaconBlockEntity
Returns the title of this screen handler; will be a part of the open screen packet sent to the client.
getDisplayName() - Method in class net.minecraft.block.entity.LecternBlockEntity
Returns the title of this screen handler; will be a part of the open screen packet sent to the client.
getDisplayName() - Method in class net.minecraft.block.entity.LockableContainerBlockEntity
Returns the title of this screen handler; will be a part of the open screen packet sent to the client.
getDisplayName() - Method in class net.minecraft.client.gui.screen.pack.ResourcePackOrganizer.AbstractPack
getDisplayName() - Method in interface net.minecraft.client.gui.screen.pack.ResourcePackOrganizer.Pack
 
getDisplayName() - Method in class net.minecraft.client.network.PlayerListEntry
 
getDisplayName() - Method in class net.minecraft.entity.Entity
Returns the display name of this object.
getDisplayName() - Method in class net.minecraft.entity.player.PlayerEntity
Returns the display name of this object.
getDisplayName() - Method in class net.minecraft.item.ItemGroup
 
getDisplayName() - Method in class net.minecraft.network.packet.s2c.play.ScoreboardObjectiveUpdateS2CPacket
 
getDisplayName() - Method in class net.minecraft.network.packet.s2c.play.TeamS2CPacket.SerializableTeam
 
getDisplayName() - Method in class net.minecraft.resource.ResourcePackProfile
 
getDisplayName() - Method in enum class net.minecraft.scoreboard.AbstractTeam.CollisionRule
 
getDisplayName() - Method in enum class net.minecraft.scoreboard.AbstractTeam.VisibilityRule
 
getDisplayName() - Method in class net.minecraft.scoreboard.ScoreboardObjective
 
getDisplayName() - Method in interface net.minecraft.scoreboard.ScoreHolder
 
getDisplayName() - Method in class net.minecraft.scoreboard.Team
 
getDisplayName() - Method in interface net.minecraft.screen.NamedScreenHandlerFactory
Returns the title of this screen handler; will be a part of the open screen packet sent to the client.
getDisplayName() - Method in class net.minecraft.screen.SimpleNamedScreenHandlerFactory
Returns the title of this screen handler; will be a part of the open screen packet sent to the client.
getDisplayName() - Method in class net.minecraft.server.command.ServerCommandSource
 
getDisplayName() - Method in interface net.minecraft.util.Nameable
Returns the display name of this object.
getDisplayName() - Method in class net.minecraft.world.level.storage.LevelSummary
 
getDisplayName() - Method in class net.minecraft.world.level.storage.LevelSummary.RecoveryWarning
getDisplayName() - Method in class net.minecraft.world.level.storage.LevelSummary.SymlinkLevelSummary
getDisplayName(String) - Method in class net.minecraft.client.resource.DefaultClientResourcePackProvider
getDisplayName(String) - Method in class net.minecraft.resource.VanillaDataPackProvider
getDisplayName(String) - Method in class net.minecraft.resource.VanillaResourcePackProvider
 
getDisplayName(Entity) - Static method in class net.minecraft.entity.damage.DamageTracker
 
getDisplayRotation() - Method in class net.minecraft.block.vault.VaultClientData
 
getDisplayRotationSpeed() - Method in enum class net.minecraft.block.enums.TrialSpawnerState
 
getDisplayStacks() - Method in class net.minecraft.item.ItemGroup
 
getDisplayText() - Method in record class net.minecraft.client.resource.language.LanguageDefinition
 
getDisplayText() - Method in interface net.minecraft.scoreboard.ScoreAccess
 
getDisplayText() - Method in class net.minecraft.scoreboard.ScoreboardScore
 
getDisplayWidth() - Method in class net.minecraft.entity.decoration.DisplayEntity
 
getDistance() - Method in class net.minecraft.command.EntitySelectorReader
 
getDistance() - Method in class net.minecraft.network.packet.s2c.play.ChunkLoadDistanceS2CPacket
 
getDistance() - Method in class net.minecraft.world.gen.chunk.placement.ConcentricRingsStructurePlacement
 
getDistance(double, double, double) - Method in interface net.minecraft.world.gen.chunk.Blender.DistanceFunction
 
getDistance(double, double, double, double, double, double) - Static method in class net.minecraft.world.gen.chunk.Blender
 
getDistance(int, int, int, int) - Static method in class net.minecraft.server.command.LocateCommand
 
getDistance(int, int, int, int) - Static method in class net.minecraft.world.gen.feature.VoidStartPlatformFeature
 
getDistance(int, int, BlockPos, int, int, double) - Method in class net.minecraft.world.gen.feature.IcebergFeature
 
getDistance(long) - Method in record class net.minecraft.world.biome.source.util.MultiNoiseUtil.ParameterRange
 
getDistance(PathNode) - Method in class net.minecraft.entity.ai.pathing.PathNode
 
getDistance(PathNode, PathNode) - Method in class net.minecraft.entity.ai.pathing.PathNodeNavigator
 
getDistance(SpreadPlayersCommand.Pile) - Method in class net.minecraft.server.command.SpreadPlayersCommand.Pile
 
getDistance(BlockPos) - Method in class net.minecraft.entity.ai.pathing.PathNode
 
getDistance(MultiNoiseUtil.ParameterRange) - Method in record class net.minecraft.world.biome.source.util.MultiNoiseUtil.ParameterRange
 
getDistance(MultiNoiseUtil.SearchTree.TreeNode<T>, long[]) - Method in interface net.minecraft.world.biome.source.util.MultiNoiseUtil.NodeDistanceFunction
 
getDistanceFromFull(ChunkStatus) - Static method in class net.minecraft.world.chunk.ChunkStatus
 
getDistanceFromLog(BlockState) - Static method in class net.minecraft.block.LeavesBlock
 
getDistanceFromNearestOccupied(ChunkSectionPos) - Method in class net.minecraft.world.poi.PointOfInterestStorage
 
getDistanceInsideBorder(double, double) - Method in class net.minecraft.world.border.WorldBorder
 
getDistanceInsideBorder(Entity) - Method in class net.minecraft.world.border.WorldBorder
 
getDistanceToLog(int) - Method in class net.minecraft.datafixer.fix.LeavesFix.LeavesLogFixer
 
getDistanceToTravel(float) - Method in class net.minecraft.sound.SoundEvent
 
getDistinctFrameCount() - Method in class net.minecraft.client.texture.SpriteContents.Animation
 
getDistinctFrameCount() - Method in class net.minecraft.client.texture.SpriteContents
 
getDistortionEffectScale() - Method in class net.minecraft.client.option.GameOptions
 
getDouble(int) - Method in class net.minecraft.nbt.NbtList
Returns the double at index, or 0.0 if the index is out of bounds or if this is not a list of doubles.
getDouble(int) - Method in class net.minecraft.network.PacketByteBuf
 
getDouble(int) - Method in class net.minecraft.util.shape.DisjointPairList
 
getDouble(int) - Method in class net.minecraft.util.shape.FractionalDoubleList
 
getDouble(int) - Method in class net.minecraft.util.shape.OffsetDoubleList
 
getDouble(JsonObject, String) - Static method in class net.minecraft.util.JsonHelper
 
getDouble(JsonObject, String, double) - Static method in class net.minecraft.util.JsonHelper
 
getDouble(String) - Method in class net.minecraft.nbt.NbtCompound
Returns the double associated with key, or 0.0 if there is no number stored with the key.
getDoubleBlockType(BlockState) - Static method in class net.minecraft.block.ChestBlock
 
getDownloadWorkerExecutor() - Static method in class net.minecraft.util.Util
Returns the executor for download tasks.
getDrag() - Method in class net.minecraft.entity.projectile.AbstractWindChargeEntity
getDrag() - Method in class net.minecraft.entity.projectile.ExplosiveProjectileEntity
 
getDrag() - Method in class net.minecraft.entity.projectile.WitherSkullEntity
getDragInWater() - Method in class net.minecraft.entity.projectile.AbstractWindChargeEntity
getDragInWater() - Method in class net.minecraft.entity.projectile.ExplosiveProjectileEntity
 
getDragInWater() - Method in class net.minecraft.entity.projectile.PersistentProjectileEntity
 
getDragInWater() - Method in class net.minecraft.entity.projectile.TridentEntity
getDragonFight() - Method in class net.minecraft.world.level.LevelProperties
getDragonFight() - Method in interface net.minecraft.world.SaveProperties
 
getDragonPart(int) - Method in class net.minecraft.server.world.ServerWorld
Deprecated.
getDragonUuid() - Method in class net.minecraft.entity.boss.dragon.EnderDragonFight
 
getDrawMode() - Method in class net.minecraft.client.render.RenderLayer
 
getDrawnSidesCount() - Method in class net.minecraft.block.entity.EndGatewayBlockEntity
 
getDrinkSound() - Method in class net.minecraft.item.HoneyBottleItem
Returns the sound for drinking the item.
getDrinkSound() - Method in class net.minecraft.item.Item
Returns the sound for drinking the item.
getDrinkSound() - Method in class net.minecraft.item.ItemStack
 
getDrinkSound(ItemStack) - Method in class net.minecraft.entity.LivingEntity
 
getDrinkSound(ItemStack) - Method in class net.minecraft.entity.passive.WanderingTraderEntity
getDripFluid(ServerWorld, BlockPos) - Static method in class net.minecraft.block.PointedDripstoneBlock
 
getDripFluid(World, Fluid) - Static method in class net.minecraft.block.PointedDripstoneBlock
 
getDripPos(World, BlockPos) - Static method in class net.minecraft.block.PointedDripstoneBlock
 
getDripstoneThickness(Direction, int, boolean, Consumer<BlockState>) - Static method in class net.minecraft.world.gen.feature.util.DripstoneHelper
 
getDripstoneVariant(Direction, Thickness) - Method in class net.minecraft.data.client.BlockStateModelGenerator
 
getDropChance(EquipmentSlot) - Method in class net.minecraft.entity.mob.MobEntity
 
getDroppedStacks(BlockState, LootContextParameterSet.Builder) - Method in class net.minecraft.block.AbstractBlock
Returns the block's dropped item stacks.
getDroppedStacks(BlockState, LootContextParameterSet.Builder) - Method in class net.minecraft.block.BeehiveBlock
Returns the block's dropped item stacks.
getDroppedStacks(BlockState, LootContextParameterSet.Builder) - Method in class net.minecraft.block.DecoratedPotBlock
Returns the block's dropped item stacks.
getDroppedStacks(BlockState, LootContextParameterSet.Builder) - Method in class net.minecraft.block.FluidBlock
Returns the block's dropped item stacks.
getDroppedStacks(BlockState, LootContextParameterSet.Builder) - Method in class net.minecraft.block.PistonExtensionBlock
Returns the block's dropped item stacks.
getDroppedStacks(BlockState, LootContextParameterSet.Builder) - Method in class net.minecraft.block.ShulkerBoxBlock
Returns the block's dropped item stacks.
getDroppedStacks(BlockState, ServerWorld, BlockPos, BlockEntity) - Static method in class net.minecraft.block.Block
 
getDroppedStacks(BlockState, ServerWorld, BlockPos, BlockEntity, Entity, ItemStack) - Static method in class net.minecraft.block.Block
 
getDroppedStacks(LootContextParameterSet.Builder) - Method in class net.minecraft.block.AbstractBlock.AbstractBlockState
 
getDurability() - Method in interface net.minecraft.item.ToolMaterial
Returns the total amount of durability a ToolItem using this ToolMaterial has.
getDurability() - Method in enum class net.minecraft.item.ToolMaterials
Returns the total amount of durability a ToolItem using this ToolMaterial has.
getDuration() - Method in class net.minecraft.entity.AreaEffectCloudEntity
 
getDuration() - Method in class net.minecraft.entity.effect.StatusEffectInstance
 
getDuration() - Method in class net.minecraft.network.packet.s2c.play.EntityStatusEffectS2CPacket
 
getDurationOnUse() - Method in class net.minecraft.entity.AreaEffectCloudEntity
 
getDurationString() - Method in class net.minecraft.entity.effect.StatusEffectInstance
 
getDurationText(BanDetails) - Static method in class net.minecraft.client.session.Bans
 
getDurationText(StatusEffectInstance, float, float) - Static method in class net.minecraft.entity.effect.StatusEffectUtil
 
getDustedLevel() - Method in class net.minecraft.block.entity.BrushableBlockEntity
 
getDx() - Method in class net.minecraft.command.EntitySelectorReader
 
getDy() - Method in class net.minecraft.command.EntitySelectorReader
 
getDye(Random) - Static method in class net.minecraft.village.TradeOffers.SellDyedArmorFactory
 
getDyeColor() - Method in class net.minecraft.block.DyedCarpetBlock
Returns the color of this carpet when worn by a llama.
getDyedColor(DyeColor) - Static method in class net.minecraft.entity.passive.SheepEntity
 
getDyeSlot() - Method in class net.minecraft.screen.LoomScreenHandler
 
getDynamicDisplayGlintConsumer(VertexConsumerProvider, RenderLayer, MatrixStack.Entry) - Static method in class net.minecraft.client.render.item.ItemRenderer
 
getDz() - Method in class net.minecraft.command.EntitySelectorReader
 
getEarliestProgressObtainDate() - Method in class net.minecraft.advancement.AdvancementProgress
 
getEatingAnimationProgress(float) - Method in class net.minecraft.entity.passive.AbstractHorseEntity
 
getEatingGrassAnimationProgress(float) - Method in class net.minecraft.entity.passive.AbstractHorseEntity
 
getEatingTicks() - Method in class net.minecraft.entity.passive.PandaEntity
 
getEatSound() - Method in class net.minecraft.entity.passive.AbstractHorseEntity
 
getEatSound() - Method in class net.minecraft.entity.passive.CamelEntity
getEatSound() - Method in class net.minecraft.entity.passive.DonkeyEntity
getEatSound() - Method in class net.minecraft.entity.passive.HorseEntity
getEatSound() - Method in class net.minecraft.entity.passive.LlamaEntity
getEatSound() - Method in class net.minecraft.entity.passive.MuleEntity
getEatSound() - Method in class net.minecraft.item.HoneyBottleItem
Returns the sound for eating the item.
getEatSound() - Method in class net.minecraft.item.Item
Returns the sound for eating the item.
getEatSound() - Method in class net.minecraft.item.ItemStack
 
getEatSound(ItemStack) - Method in class net.minecraft.entity.LivingEntity
 
getEatSound(ItemStack) - Method in class net.minecraft.entity.passive.ArmadilloEntity
getEatSound(ItemStack) - Method in class net.minecraft.entity.passive.FoxEntity
getEatSound(ItemStack) - Method in class net.minecraft.entity.passive.GoatEntity
getEatSound(ItemStack) - Method in class net.minecraft.entity.passive.SnifferEntity
getEdgeCoordinatesCount() - Method in class net.minecraft.util.CuboidBlockIterator
 
getEditor() - Method in class net.minecraft.block.entity.SignBlockEntity
 
getEffectCause() - Method in class net.minecraft.entity.projectile.ProjectileEntity
Returns the cause entity of any effect applied by this projectile.
getEffectId() - Method in class net.minecraft.network.packet.s2c.play.EntityStatusEffectS2CPacket
 
getEffectiveExplosionResistance(Explosion, BlockView, BlockPos, BlockState, FluidState, float) - Method in class net.minecraft.entity.Entity
Returns the blast resistance of blockState for an explosion caused by this entity.
getEffectiveExplosionResistance(Explosion, BlockView, BlockPos, BlockState, FluidState, float) - Method in class net.minecraft.entity.projectile.WitherSkullEntity
Returns the blast resistance of blockState for an explosion caused by this entity.
getEffectiveExplosionResistance(Explosion, BlockView, BlockPos, BlockState, FluidState, float) - Method in class net.minecraft.entity.vehicle.TntMinecartEntity
Returns the blast resistance of blockState for an explosion caused by this entity.
getEffectName(RegistryEntry<StatusEffect>) - Method in class net.minecraft.client.gui.screen.ingame.BeaconScreen.EffectButtonWidget
 
getEffectName(RegistryEntry<StatusEffect>) - Method in class net.minecraft.client.gui.screen.ingame.BeaconScreen.LevelTwoEffectButtonWidget
getEffectOrNull(RegistryEntry<StatusEffect>) - Static method in class net.minecraft.block.entity.BeaconBlockEntity
 
getEffects() - Method in record class net.minecraft.component.type.PotionContentsComponent
 
getEffects() - Method in class net.minecraft.potion.Potion
 
getEffects() - Method in class net.minecraft.world.biome.Biome
 
getEffectType() - Method in class net.minecraft.entity.effect.StatusEffectInstance
 
getEffectVertexConsumers() - Method in class net.minecraft.client.render.BufferBuilderStorage
 
getEfficiency(LivingEntity) - Static method in class net.minecraft.enchantment.EnchantmentHelper
 
getEjectSoundPitchModifier() - Method in class net.minecraft.block.vault.VaultServerData
 
getElapsedMilliseconds() - Method in class net.minecraft.test.GameTestState
 
getElement() - Method in class net.minecraft.util.collection.WeightedList.Entry
 
getElement(JsonObject, String) - Static method in class net.minecraft.util.JsonHelper
 
getElement(LootDataKey<T>) - Method in interface net.minecraft.loot.LootDataLookup
 
getElement(LootDataKey<T>) - Method in class net.minecraft.loot.LootManager
getElement(LootDataType<T>, Identifier) - Method in interface net.minecraft.loot.LootDataLookup
 
getElementBits() - Method in class net.minecraft.util.collection.EmptyPaletteStorage
Returns the number of bits each element in this storage uses.
getElementBits() - Method in class net.minecraft.util.collection.PackedIntegerArray
Returns the number of bits each element in this storage uses.
getElementBits() - Method in interface net.minecraft.util.collection.PaletteStorage
Returns the number of bits each element in this storage uses.
getElementCount() - Method in class net.minecraft.structure.pool.StructurePool
 
getElementIndicesInRandomOrder(Random) - Method in class net.minecraft.structure.pool.StructurePool
 
getElementOptional(LootDataKey<T>) - Method in interface net.minecraft.loot.LootDataLookup
 
getElementOptional(LootDataType<T>, Identifier) - Method in interface net.minecraft.loot.LootDataLookup
 
getElements() - Method in class net.minecraft.client.render.model.json.JsonUnbakedModel
 
getElements() - Method in class net.minecraft.client.render.VertexFormat
 
getElements() - Method in class net.minecraft.world.chunk.BiMapPalette
 
getEmittedRedstonePower(BlockPos, Direction) - Method in interface net.minecraft.world.RedstoneView
 
getEmittedRedstonePower(BlockPos, Direction, boolean) - Method in interface net.minecraft.world.RedstoneView
 
getEmitter() - Method in class net.minecraft.world.event.GameEvent.Message
 
getEmitterParticle() - Method in class net.minecraft.network.packet.s2c.play.ExplosionS2CPacket
 
getEmitterParticle() - Method in class net.minecraft.world.explosion.Explosion
 
getEmitterPos() - Method in class net.minecraft.world.event.GameEvent.Message
 
getEmptiedStack(ItemStack, PlayerEntity) - Static method in class net.minecraft.item.BucketItem
 
getEmptyAdditionsSlotTextures() - Method in class net.minecraft.item.SmithingTemplateItem
 
getEmptyBaseSlotTextures() - Method in class net.minecraft.item.SmithingTemplateItem
 
getEmptyCorners(StructureWorldAccess, BlockBox) - Static method in class net.minecraft.world.gen.feature.FossilFeature
 
getEmptyDefaults() - Static method in class net.minecraft.client.realms.dto.RealmsWorldOptions
 
getEmptySlot() - Method in class net.minecraft.entity.player.PlayerInventory
 
getEmptySlots() - Static method in class net.minecraft.client.realms.dto.RealmsServer
 
getEmptySpaceCount() - Method in class net.minecraft.client.toast.ToastManager
 
getEnabled() - Method in class net.minecraft.resource.DataPackSettings
 
getEnabledFeatures() - Method in class net.minecraft.client.network.ClientCommandSource
getEnabledFeatures() - Method in class net.minecraft.client.network.ClientPlayNetworkHandler
 
getEnabledFeatures() - Method in class net.minecraft.client.world.ClientWorld
getEnabledFeatures() - Method in interface net.minecraft.command.CommandSource
 
getEnabledFeatures() - Method in class net.minecraft.server.command.ServerCommandSource
getEnabledFeatures() - Method in class net.minecraft.server.world.ServerWorld
getEnabledFeatures() - Method in class net.minecraft.world.ChunkRegion
getEnabledFeatures() - Method in interface net.minecraft.world.SaveProperties
 
getEnabledFeatures() - Method in interface net.minecraft.world.WorldView
 
getEnabledIds() - Method in class net.minecraft.resource.ResourcePackManager
 
getEnabledPacks() - Method in class net.minecraft.client.gui.screen.pack.ResourcePackOrganizer
 
getEnabledProfiles() - Method in class net.minecraft.resource.ResourcePackManager
 
getEnableVsync() - Method in class net.minecraft.client.option.GameOptions
 
getEnchantability - Variable in record class net.minecraft.item.ArmorMaterial
The field for the getEnchantability record component.
getEnchantability() - Method in class net.minecraft.item.ArmorItem
Gets the enchantability of an item.
getEnchantability() - Method in record class net.minecraft.item.ArmorMaterial
Returns the base enchantment value used by ArmorItem with this material.
getEnchantability() - Method in class net.minecraft.item.BookItem
Gets the enchantability of an item.
getEnchantability() - Method in class net.minecraft.item.FishingRodItem
Gets the enchantability of an item.
getEnchantability() - Method in class net.minecraft.item.Item
Gets the enchantability of an item.
getEnchantability() - Method in class net.minecraft.item.RangedWeaponItem
Gets the enchantability of an item.
getEnchantability() - Method in class net.minecraft.item.ToolItem
Gets the enchantability of an item.
getEnchantability() - Method in interface net.minecraft.item.ToolMaterial
Returns the enchantment value sent back to Item.getEnchantability() for tools using this material.
getEnchantability() - Method in enum class net.minecraft.item.ToolMaterials
Returns the enchantment value sent back to Item.getEnchantability() for tools using this material.
getEnchantability() - Method in class net.minecraft.item.TridentItem
Gets the enchantability of an item.
getEnchantment(CommandContext<ServerCommandSource>, String) - Static method in class net.minecraft.command.argument.RegistryEntryArgumentType
 
getEnchantmentChance() - Method in class net.minecraft.village.raid.Raid
 
getEnchantments() - Method in class net.minecraft.component.type.ItemEnchantmentsComponent.Builder
 
getEnchantments() - Method in class net.minecraft.component.type.ItemEnchantmentsComponent
 
getEnchantments(ItemStack) - Static method in class net.minecraft.enchantment.EnchantmentHelper
 
getEnchantmentsComponentType(ItemStack) - Static method in class net.minecraft.enchantment.EnchantmentHelper
 
getEnchantmentsMap() - Method in class net.minecraft.component.type.ItemEnchantmentsComponent
 
getEnchantmentTableSeed() - Method in class net.minecraft.entity.player.PlayerEntity
 
getEnclosingParameters(List<? extends MultiNoiseUtil.SearchTree.TreeNode<T>>) - Static method in class net.minecraft.world.biome.source.util.MultiNoiseUtil.SearchTree
 
getEnd() - Method in class net.minecraft.command.argument.MessageArgumentType.MessageSelector
 
getEnd() - Method in class net.minecraft.entity.ai.brain.task.PrepareRamTask.Ram
 
getEnd() - Method in class net.minecraft.entity.ai.pathing.Path
 
getEnd() - Method in class net.minecraft.world.BlockStateRaycastContext
 
getEnd() - Method in class net.minecraft.world.RaycastContext
 
getEnderChestInventory() - Method in class net.minecraft.entity.player.PlayerEntity
 
getEnderDragonFight() - Method in class net.minecraft.server.world.ServerWorld
 
getEndGateway() - Static method in class net.minecraft.client.render.RenderLayer
 
getEndingAxisCoord(Direction.Axis, int, int) - Method in class net.minecraft.util.shape.VoxelSet
 
getEndingCoord(Direction.Axis, double, double) - Method in class net.minecraft.util.shape.VoxelShape
 
getEndingIndex() - Method in class net.minecraft.client.font.TextHandler.LineBreakingVisitor
 
getEndingIndex(String, int, Style) - Method in class net.minecraft.client.font.TextHandler
 
getEndingStyle() - Method in class net.minecraft.client.font.TextHandler.LineBreakingVisitor
 
getEndpoint(URI, JsonObject, String, String) - Static method in class net.minecraft.server.filter.TextFilterer
 
getEndPortal() - Static method in class net.minecraft.client.render.RenderLayer
 
getEndStoneRule() - Static method in class net.minecraft.world.gen.surfacebuilder.VanillaSurfaceRules
 
getEndTick() - Method in class net.minecraft.util.profiler.EmptyProfileResult
getEndTick() - Method in interface net.minecraft.util.profiler.ProfileResult
 
getEndTick() - Method in class net.minecraft.util.profiler.ProfileResultImpl
getEndTick() - Method in class net.minecraft.util.profiler.Sampler.Data
 
getEndTime() - Method in class net.minecraft.util.profiler.EmptyProfileResult
getEndTime() - Method in interface net.minecraft.util.profiler.ProfileResult
 
getEndTime() - Method in class net.minecraft.util.profiler.ProfileResultImpl
getEndX() - Method in class net.minecraft.util.math.ChunkPos
 
getEndY() - Method in class net.minecraft.world.gen.trunk.LargeOakTrunkPlacer.BranchPosition
 
getEndZ() - Method in class net.minecraft.util.math.ChunkPos
 
getEnergySwirl(Identifier, float, float) - Static method in class net.minecraft.client.render.RenderLayer
 
getEnergySwirlModel() - Method in class net.minecraft.client.render.entity.feature.CreeperChargeFeatureRenderer
getEnergySwirlModel() - Method in class net.minecraft.client.render.entity.feature.EnergySwirlOverlayFeatureRenderer
 
getEnergySwirlModel() - Method in class net.minecraft.client.render.entity.feature.WitherArmorFeatureRenderer
getEnergySwirlTexture() - Method in class net.minecraft.client.render.entity.feature.CreeperChargeFeatureRenderer
getEnergySwirlTexture() - Method in class net.minecraft.client.render.entity.feature.EnergySwirlOverlayFeatureRenderer
 
getEnergySwirlTexture() - Method in class net.minecraft.client.render.entity.feature.WitherArmorFeatureRenderer
getEnergySwirlX(float) - Method in class net.minecraft.client.render.entity.feature.CreeperChargeFeatureRenderer
getEnergySwirlX(float) - Method in class net.minecraft.client.render.entity.feature.EnergySwirlOverlayFeatureRenderer
 
getEnergySwirlX(float) - Method in class net.minecraft.client.render.entity.feature.WitherArmorFeatureRenderer
getEnglishTranslationIndex(int[]) - Static method in class net.minecraft.util.WinNativeModuleUtil
 
getEntities() - Method in class net.minecraft.client.world.ClientWorld
 
getEntities() - Method in class net.minecraft.world.chunk.ProtoChunk
 
getEntities(CommandContext<ServerCommandSource>, String) - Static method in class net.minecraft.command.argument.EntityArgumentType
 
getEntities(EntityType<T>) - Method in class net.minecraft.test.TestContext
 
getEntities(ServerCommandSource) - Method in class net.minecraft.command.EntitySelector
 
getEntities(ServerWorld, TypeFilter<Entity, T>, Box, Predicate<? super T>) - Method in interface net.minecraft.block.spawner.EntityDetector.Selector
 
getEntities(Vec3d, List<T>) - Method in class net.minecraft.command.EntitySelector
 
getEntitiesAround(EntityType<E>, int, int, int, double) - Method in class net.minecraft.test.TestContext
 
getEntitiesAround(EntityType<E>, Vec3d, double) - Method in class net.minecraft.test.TestContext
 
getEntitiesAround(EntityType<T>, BlockPos, double) - Method in class net.minecraft.test.TestContext
 
getEntitiesByClass(Class<T>, Box, Predicate<? super T>) - Method in interface net.minecraft.world.EntityView
Computes a list of entities within some box whose runtime Java class is the same as or is a subclass of the given class.
getEntitiesByType(TypeFilter<Entity, T>, Predicate<? super T>) - Method in class net.minecraft.server.world.ServerWorld
Computes a list of entities of the given type.
getEntitiesByType(TypeFilter<Entity, T>, Box, Predicate<? super T>) - Method in class net.minecraft.world.ChunkRegion
getEntitiesByType(TypeFilter<Entity, T>, Box, Predicate<? super T>) - Method in interface net.minecraft.world.EntityView
 
getEntitiesByType(TypeFilter<Entity, T>, Box, Predicate<? super T>) - Method in class net.minecraft.world.World
getEntitiesDebugString() - Method in class net.minecraft.client.render.WorldRenderer
 
getEntity() - Method in class net.minecraft.block.EntityShapeContext
 
getEntity() - Method in class net.minecraft.entity.ai.brain.EntityLookTarget
 
getEntity() - Method in class net.minecraft.entity.ai.brain.task.PrepareRamTask.Ram
 
getEntity() - Method in class net.minecraft.server.command.ServerCommandSource
Gets the entity from this command source or returns null if this command source is not an entity.
getEntity() - Method in class net.minecraft.util.hit.EntityHitResult
 
getEntity() - Method in class net.minecraft.world.explosion.Explosion
 
getEntity(CommandContext<ServerCommandSource>, String) - Static method in class net.minecraft.command.argument.EntityArgumentType
 
getEntity(UUID) - Method in class net.minecraft.server.world.ServerWorld
Returns the entity using the UUID, or null if none was found.
getEntity(LivingEntity, MemoryModuleType<UUID>) - Static method in class net.minecraft.entity.ai.brain.task.LookTargetUtil
 
getEntity(ServerCommandSource) - Method in class net.minecraft.command.EntitySelector
 
getEntity(ServerWorld) - Method in class net.minecraft.network.packet.c2s.play.PlayerInteractEntityC2SPacket
 
getEntity(ServerWorld) - Method in record class net.minecraft.world.event.listener.Vibration
 
getEntity(ServerWorldAccess, NbtCompound) - Static method in class net.minecraft.structure.StructureTemplate
 
getEntity(World) - Method in class net.minecraft.network.packet.s2c.play.EntityS2CPacket
 
getEntity(World) - Method in class net.minecraft.network.packet.s2c.play.EntitySetHeadYawS2CPacket
 
getEntity(World) - Method in class net.minecraft.network.packet.s2c.play.EntityStatusS2CPacket
 
getEntity(World) - Method in record class net.minecraft.network.packet.s2c.play.RemoveEntityStatusEffectS2CPacket
 
getEntity(World) - Method in class net.minecraft.network.packet.s2c.play.SetCameraEntityS2CPacket
 
getEntityAlpha(Identifier) - Static method in class net.minecraft.client.render.RenderLayer
 
getEntityAnchor() - Method in class net.minecraft.server.command.ServerCommandSource
 
getEntityAnchor(CommandContext<ServerCommandSource>, String) - Static method in class net.minecraft.command.argument.EntityAnchorArgumentType
 
getEntityAttribute(CommandContext<ServerCommandSource>, String) - Static method in class net.minecraft.command.argument.RegistryEntryArgumentType
 
getEntityBlockLayer(BlockState, boolean) - Static method in class net.minecraft.client.render.RenderLayers
 
getEntityById(int) - Method in class net.minecraft.client.world.ClientWorld
Returns the entity using the entity ID, or null if none was found.
getEntityById(int) - Method in class net.minecraft.server.world.ServerWorld
Returns the entity using the entity ID, or null if none was found.
getEntityById(int) - Method in class net.minecraft.world.World
Returns the entity using the entity ID, or null if none was found.
getEntityCollision(Vec3d, Vec3d) - Method in class net.minecraft.entity.projectile.PersistentProjectileEntity
 
getEntityCollision(Vec3d, Vec3d) - Method in class net.minecraft.entity.projectile.TridentEntity
getEntityCollision(World, Entity, Vec3d, Vec3d, Box, Predicate<Entity>) - Static method in class net.minecraft.entity.projectile.ProjectileUtil
 
getEntityCollision(World, Entity, Vec3d, Vec3d, Box, Predicate<Entity>, float) - Static method in class net.minecraft.entity.projectile.ProjectileUtil
 
getEntityCollisions(Entity, Box) - Method in class net.minecraft.world.chunk.ChunkCache
getEntityCollisions(Entity, Box) - Method in interface net.minecraft.world.CollisionView
 
getEntityCollisions(Entity, Box) - Method in interface net.minecraft.world.EntityView
 
getEntityCollisions(Entity, Box) - Method in interface net.minecraft.world.RegistryWorldView
getEntityCount() - Method in class net.minecraft.client.world.ClientEntityManager
 
getEntityCount(World, Box, Class<? extends Entity>) - Static method in class net.minecraft.block.AbstractPressurePlateBlock
 
getEntityCutout() - Static method in class net.minecraft.client.render.TexturedRenderLayers
 
getEntityCutout(Identifier) - Static method in class net.minecraft.client.render.RenderLayer
 
getEntityCutoutNoCull(Identifier) - Static method in class net.minecraft.client.render.RenderLayer
 
getEntityCutoutNoCull(Identifier, boolean) - Static method in class net.minecraft.client.render.RenderLayer
 
getEntityCutoutNoCullZOffset(Identifier) - Static method in class net.minecraft.client.render.RenderLayer
 
getEntityCutoutNoCullZOffset(Identifier, boolean) - Static method in class net.minecraft.client.render.RenderLayer
 
getEntityData() - Method in class net.minecraft.network.packet.s2c.play.EntitySpawnS2CPacket
 
getEntityDecal(Identifier) - Static method in class net.minecraft.client.render.RenderLayer
 
getEntityDetector() - Method in class net.minecraft.block.spawner.TrialSpawnerLogic
 
getEntityDistanceScaling() - Method in class net.minecraft.client.option.GameOptions
 
getEntityFacingOrder(Entity) - Static method in enum class net.minecraft.util.math.Direction
 
getEntityFramebuffer() - Method in class net.minecraft.client.render.WorldRenderer
 
getEntityFromNbt(NbtCompound, World) - Static method in class net.minecraft.entity.EntityType
 
getEntityGlint() - Static method in class net.minecraft.client.render.RenderLayer
 
getEntityId() - Method in class net.minecraft.item.map.MapFrameMarker
 
getEntityId() - Method in class net.minecraft.network.packet.c2s.play.ClientCommandC2SPacket
 
getEntityId() - Method in class net.minecraft.network.packet.c2s.play.QueryEntityNbtC2SPacket
 
getEntityId() - Method in class net.minecraft.network.packet.s2c.play.BlockBreakingProgressS2CPacket
 
getEntityId() - Method in class net.minecraft.network.packet.s2c.play.EntityAttributesS2CPacket
 
getEntityId() - Method in class net.minecraft.network.packet.s2c.play.EntityStatusEffectS2CPacket
 
getEntityId() - Method in class net.minecraft.network.packet.s2c.play.ItemPickupAnimationS2CPacket
 
getEntityId() - Method in class net.minecraft.network.packet.s2c.play.PlaySoundFromEntityS2CPacket
 
getEntityId() - Method in class net.minecraft.world.event.EntityPositionSource
 
getEntityIds() - Method in class net.minecraft.network.packet.s2c.play.EntitiesDestroyS2CPacket
 
getEntityInteractionRange() - Method in class net.minecraft.entity.player.PlayerEntity
 
getEntityInventoryAt(World, double, double, double) - Static method in class net.minecraft.block.entity.HopperBlockEntity
 
getEntityLoadingCallback(ServerWorld, NbtCompound) - Static method in class net.minecraft.world.ChunkSerializer
 
getEntityLookup() - Method in class net.minecraft.client.world.ClientWorld
getEntityLookup() - Method in class net.minecraft.server.world.ServerWorld
getEntityLookup() - Method in class net.minecraft.world.World
 
getEntityModelLoader() - Method in class net.minecraft.client.MinecraftClient
 
getEntityNoOutline(Identifier) - Static method in class net.minecraft.client.render.RenderLayer
 
getEntityOrThrow() - Method in class net.minecraft.server.command.ServerCommandSource
Gets the entity from this command source or throws a command syntax exception if this command source is not an entity.
getEntityOutlinesFramebuffer() - Method in class net.minecraft.client.render.WorldRenderer
 
getEntityRenderDispatcher() - Method in class net.minecraft.client.MinecraftClient
 
getEntityRenderDispatcher() - Method in class net.minecraft.client.render.block.entity.BlockEntityRendererFactory.Context
 
getEntityReputationAssociatedGossips() - Method in class net.minecraft.village.VillagerGossips
 
getEntitySelector() - Method in class net.minecraft.block.spawner.TrialSpawnerLogic
 
getEntityShadow(Identifier) - Static method in class net.minecraft.client.render.RenderLayer
 
getEntityShadows() - Method in class net.minecraft.client.option.GameOptions
 
getEntitySlotId() - Method in enum class net.minecraft.entity.EquipmentSlot
Returns the index of the inventory slot this slot should occupy.
getEntitySmoothCutout(Identifier) - Static method in class net.minecraft.client.render.RenderLayer
 
getEntitySolid() - Static method in class net.minecraft.client.render.TexturedRenderLayers
 
getEntitySolid(Identifier) - Static method in class net.minecraft.client.render.RenderLayer
 
getEntitySpawnList(RegistryEntry<Biome>, StructureAccessor, SpawnGroup, BlockPos) - Method in class net.minecraft.world.gen.chunk.ChunkGenerator
 
getEntitySpawnPos(WorldView, EntityType<?>, int, int) - Static method in class net.minecraft.world.SpawnHelper
 
getEntitySuggestions() - Method in class net.minecraft.client.network.ClientCommandSource
getEntitySuggestions() - Method in interface net.minecraft.command.CommandSource
 
getEntityTexture() - Method in class net.minecraft.item.AnimalArmorItem
 
getEntityTickingFuture() - Method in class net.minecraft.server.world.ChunkHolder
 
getEntityTranslucent(Identifier) - Static method in class net.minecraft.client.render.RenderLayer
 
getEntityTranslucent(Identifier, boolean) - Static method in class net.minecraft.client.render.RenderLayer
 
getEntityTranslucentCull() - Static method in class net.minecraft.client.render.TexturedRenderLayers
 
getEntityTranslucentCull(Identifier) - Static method in class net.minecraft.client.render.RenderLayer
 
getEntityTranslucentEmissive(Identifier) - Static method in class net.minecraft.client.render.RenderLayer
 
getEntityTranslucentEmissive(Identifier, boolean) - Static method in class net.minecraft.client.render.RenderLayer
 
getEntityTranslucentEmissiveNoOutline(Identifier) - Static method in class net.minecraft.client.render.RenderLayer
 
getEntityType() - Method in class net.minecraft.network.packet.s2c.play.EntitySpawnS2CPacket
 
getEntityType(CommandContext<ServerCommandSource>, String) - Static method in class net.minecraft.command.argument.RegistryEntryArgumentType
 
getEntityType(ItemStack) - Method in class net.minecraft.item.SpawnEggItem
 
getEntityVertexConsumers() - Method in class net.minecraft.client.render.BufferBuilderStorage
 
getEntityWorld() - Method in class net.minecraft.entity.Entity
 
getEntries() - Method in class net.minecraft.entity.ai.brain.ScheduleRule
 
getEntries() - Method in class net.minecraft.network.packet.s2c.play.EntityAttributesS2CPacket
 
getEntries() - Method in class net.minecraft.network.packet.s2c.play.PlayerListS2CPacket
 
getEntries() - Method in class net.minecraft.registry.entry.RegistryEntryList.Direct
getEntries() - Method in class net.minecraft.registry.entry.RegistryEntryList.ListBacked
 
getEntries() - Method in class net.minecraft.registry.entry.RegistryEntryList.Named
getEntries() - Method in class net.minecraft.state.State
 
getEntries() - Method in class net.minecraft.util.collection.Pool
 
getEntries() - Method in class net.minecraft.world.biome.source.MultiNoiseBiomeSourceParameterList
 
getEntries() - Method in class net.minecraft.world.biome.source.util.MultiNoiseUtil.Entries
 
getEntriesIfUpdated() - Method in class net.minecraft.client.network.LanServerQueryManager.LanServerEntryList
 
getEntry() - Method in record class net.minecraft.command.argument.RegistryEntryPredicateArgumentType.EntryBased
getEntry() - Method in interface net.minecraft.command.argument.RegistryEntryPredicateArgumentType.EntryPredicate
 
getEntry() - Method in record class net.minecraft.command.argument.RegistryEntryPredicateArgumentType.TagBased
getEntry(int) - Method in class net.minecraft.client.gui.widget.EntryListWidget
 
getEntry(int) - Method in interface net.minecraft.registry.Registry
Returns the reference registry entry for the value assigned rawId, or an empty optional if there is no such value.
getEntry(int) - Method in class net.minecraft.registry.SimpleRegistry
Returns the reference registry entry for the value assigned rawId, or an empty optional if there is no such value.
getEntry(AbuseReportReason) - Method in class net.minecraft.client.gui.screen.report.AbuseReportReasonScreen.ReasonListWidget
 
getEntry(TrackedData<T>) - Method in class net.minecraft.entity.data.DataTracker
 
getEntry(RegistryKey<T>) - Method in interface net.minecraft.registry.Registry
Returns the reference registry entry for the value assigned key, or an empty optional if there is no such value.
getEntry(RegistryKey<T>) - Method in class net.minecraft.registry.SimpleRegistry
Returns the reference registry entry for the value assigned key, or an empty optional if there is no such value.
getEntry(Identifier) - Method in interface net.minecraft.registry.Registry
 
getEntry(Identifier) - Method in class net.minecraft.registry.SimpleRegistry
getEntry(T) - Method in interface net.minecraft.registry.Registry
 
getEntry(T) - Method in class net.minecraft.registry.SimpleRegistry
getEntryAtPosition(double, double) - Method in class net.minecraft.client.gui.widget.EntryListWidget
 
getEntryCodec() - Method in interface net.minecraft.registry.Registry
Returns the codec for serializing the registry entry of T.
getEntryCodec(RegistryKey<E>) - Static method in class net.minecraft.registry.RegistryOps
 
getEntryCount() - Method in class net.minecraft.client.gui.widget.EntryListWidget
 
getEntryCount() - Method in class net.minecraft.client.realms.RealmsObjectSelectionList
getEntryInfo(RegistryKey<T>) - Method in interface net.minecraft.registry.Registry
 
getEntryInfo(RegistryKey<T>) - Method in class net.minecraft.registry.SimpleRegistry
getEntryList(TagKey<T>) - Method in interface net.minecraft.registry.Registry
Returns the registry entry list of values that are assigned tag, or an empty optional if the tag is not known to the registry.
getEntryList(TagKey<T>) - Method in class net.minecraft.registry.SimpleRegistry
Returns the registry entry list of values that are assigned tag, or an empty optional if the tag is not known to the registry.
getEntryLookup(RegistryKey<? extends Registry<? extends E>>) - Method in class net.minecraft.registry.RegistryOps
 
getEntryLookupCodec(RegistryKey<? extends Registry<? extends E>>) - Static method in class net.minecraft.registry.RegistryOps
 
getEntryOwner() - Method in interface net.minecraft.registry.Registry
 
getEntryOwner() - Method in class net.minecraft.registry.SimpleRegistry
getEntrySet() - Method in interface net.minecraft.registry.Registry
Returns the set containing Map.Entry of the registry keys and values registered in this registry.
getEntrySet() - Method in class net.minecraft.registry.SimpleRegistry
Returns the set containing Map.Entry of the registry keys and values registered in this registry.
getEpochTimeMs() - Static method in class net.minecraft.util.Util
Returns the milliseconds passed since the Unix epoch.
getEpochTimeSeconds() - Static method in class net.minecraft.world.storage.RegionFile
 
getEqualPredicate(ItemStack) - Static method in class net.minecraft.item.map.MapState
 
getEquipment(LivingEntity) - Method in class net.minecraft.enchantment.Enchantment
 
getEquipmentBreakStatus(EquipmentSlot) - Static method in class net.minecraft.entity.LivingEntity
 
getEquipmentChanges() - Method in class net.minecraft.entity.LivingEntity
Returns the difference between the last sent equipment set and the current one.
getEquipmentForSlot(EquipmentSlot, int) - Static method in class net.minecraft.entity.mob.MobEntity
 
getEquipmentLevel(Enchantment, LivingEntity) - Static method in class net.minecraft.enchantment.EnchantmentHelper
Returns the highest level of the passed enchantment in the enchantment's applicable equipment slots' item stacks.
getEquipmentList() - Method in class net.minecraft.network.packet.s2c.play.EntityEquipmentUpdateS2CPacket
 
getEquipmentSlot() - Method in enum class net.minecraft.item.ArmorItem.Type
 
getEquipmentSlot(int) - Static method in class net.minecraft.entity.LivingEntity
 
getEquippedItems() - Method in class net.minecraft.entity.LivingEntity
 
getEquippedStack(EquipmentSlot) - Method in class net.minecraft.entity.decoration.ArmorStandEntity
getEquippedStack(EquipmentSlot) - Method in class net.minecraft.entity.LivingEntity
 
getEquippedStack(EquipmentSlot) - Method in class net.minecraft.entity.mob.MobEntity
getEquippedStack(EquipmentSlot) - Method in class net.minecraft.entity.player.PlayerEntity
getEquipSound - Variable in record class net.minecraft.item.ArmorMaterial
The field for the getEquipSound record component.
getEquipSound() - Method in class net.minecraft.item.ArmorItem
getEquipSound() - Method in record class net.minecraft.item.ArmorMaterial
Returns the value of the getEquipSound record component.
getEquipSound() - Method in class net.minecraft.item.ElytraItem
getEquipSound() - Method in interface net.minecraft.item.Equipment
 
getErodedShoreBiome(int, int, MultiNoiseUtil.ParameterRange) - Method in class net.minecraft.world.biome.source.util.VanillaBiomeParameters
Returns a shore biome for high erosion values.
getErosionDescription(double) - Method in class net.minecraft.world.biome.source.util.VanillaBiomeParameters
 
getErosionParameters() - Method in class net.minecraft.world.biome.source.util.VanillaBiomeParameters
 
getErrorCode() - Method in record class net.minecraft.client.realms.RealmsError.AuthenticationError
getErrorCode() - Method in record class net.minecraft.client.realms.RealmsError.DetailedHttpError
getErrorCode() - Method in interface net.minecraft.client.realms.RealmsError
 
getErrorCode() - Method in record class net.minecraft.client.realms.RealmsError.RawHttpPayloadError
getErrorCode() - Method in record class net.minecraft.client.realms.RealmsError.SimpleHttpError
getErrorMessage() - Method in record class net.minecraft.client.realms.RealmsError.AuthenticationError
getErrorMessage() - Method in record class net.minecraft.client.realms.RealmsError.DetailedHttpError
getErrorMessage() - Method in interface net.minecraft.client.realms.RealmsError
 
getErrorMessage() - Method in record class net.minecraft.client.realms.RealmsError.RawHttpPayloadError
getErrorMessage() - Method in record class net.minecraft.client.realms.RealmsError.SimpleHttpError
getErrorMessage(int) - Static method in class net.minecraft.client.font.FreeTypeUtil
 
getErrorMessage(int) - Static method in class net.minecraft.client.sound.AlUtil
 
getErrorMessages(RealmsServiceException) - Static method in class net.minecraft.client.realms.gui.screen.RealmsGenericErrorScreen
 
getErrorMessages(Text) - Static method in class net.minecraft.client.realms.gui.screen.RealmsGenericErrorScreen
 
getErrorMessages(Text, Text) - Static method in class net.minecraft.client.realms.gui.screen.RealmsGenericErrorScreen
 
getErrors() - Method in class net.minecraft.util.ErrorReporter.Impl
 
getErrorText() - Method in class net.minecraft.client.realms.gui.screen.RealmsClientIncompatibleScreen
 
getErrorText(MinecraftClientException) - Method in record class net.minecraft.client.session.report.AbuseReportSender.Impl
 
getErrorText(MinecraftClientHttpException) - Method in record class net.minecraft.client.session.report.AbuseReportSender.Impl
 
getEscapeControl(int) - Method in class net.minecraft.command.CommandExecutionContext
 
getEvent() - Method in class net.minecraft.world.event.GameEvent.Message
 
getEventId() - Method in class net.minecraft.network.packet.s2c.play.WorldEventS2CPacket
 
getEventListener() - Method in class net.minecraft.block.entity.SculkCatalystBlockEntity
 
getEventListener() - Method in class net.minecraft.block.entity.SculkSensorBlockEntity
 
getEventListener() - Method in class net.minecraft.block.entity.SculkShriekerBlockEntity
 
getEventListener() - Method in interface net.minecraft.world.event.listener.GameEventListener.Holder
 
getEventNames() - Method in class net.minecraft.world.timer.Timer
 
getExamples() - Method in class net.minecraft.command.argument.AngleArgumentType
 
getExamples() - Method in class net.minecraft.command.argument.BlockPosArgumentType
 
getExamples() - Method in class net.minecraft.command.argument.BlockPredicateArgumentType
 
getExamples() - Method in class net.minecraft.command.argument.BlockStateArgumentType
 
getExamples() - Method in class net.minecraft.command.argument.ColorArgumentType
 
getExamples() - Method in class net.minecraft.command.argument.ColumnPosArgumentType
 
getExamples() - Method in class net.minecraft.command.argument.CommandFunctionArgumentType
 
getExamples() - Method in class net.minecraft.command.argument.DimensionArgumentType
 
getExamples() - Method in class net.minecraft.command.argument.EntityAnchorArgumentType
 
getExamples() - Method in class net.minecraft.command.argument.EntityArgumentType
 
getExamples() - Method in class net.minecraft.command.argument.EnumArgumentType
 
getExamples() - Method in class net.minecraft.command.argument.GameModeArgumentType
 
getExamples() - Method in class net.minecraft.command.argument.GameProfileArgumentType
 
getExamples() - Method in class net.minecraft.command.argument.IdentifierArgumentType
 
getExamples() - Method in class net.minecraft.command.argument.ItemPredicateArgumentType
 
getExamples() - Method in class net.minecraft.command.argument.ItemSlotArgumentType
 
getExamples() - Method in class net.minecraft.command.argument.ItemStackArgumentType
 
getExamples() - Method in class net.minecraft.command.argument.MessageArgumentType
 
getExamples() - Method in class net.minecraft.command.argument.NbtCompoundArgumentType
 
getExamples() - Method in class net.minecraft.command.argument.NbtElementArgumentType
 
getExamples() - Method in class net.minecraft.command.argument.NbtPathArgumentType
 
getExamples() - Method in class net.minecraft.command.argument.NumberRangeArgumentType.FloatRangeArgumentType
 
getExamples() - Method in class net.minecraft.command.argument.NumberRangeArgumentType.IntRangeArgumentType
 
getExamples() - Method in class net.minecraft.command.argument.OperationArgumentType
 
getExamples() - Method in class net.minecraft.command.argument.ParticleEffectArgumentType
 
getExamples() - Method in class net.minecraft.command.argument.RegistryEntryArgumentType
 
getExamples() - Method in class net.minecraft.command.argument.RegistryEntryPredicateArgumentType
 
getExamples() - Method in class net.minecraft.command.argument.RegistryKeyArgumentType
 
getExamples() - Method in class net.minecraft.command.argument.RegistryPredicateArgumentType
 
getExamples() - Method in class net.minecraft.command.argument.RotationArgumentType
 
getExamples() - Method in class net.minecraft.command.argument.ScoreboardCriterionArgumentType
 
getExamples() - Method in class net.minecraft.command.argument.ScoreboardObjectiveArgumentType
 
getExamples() - Method in class net.minecraft.command.argument.ScoreboardSlotArgumentType
 
getExamples() - Method in class net.minecraft.command.argument.ScoreHolderArgumentType
 
getExamples() - Method in class net.minecraft.command.argument.StyleArgumentType
 
getExamples() - Method in class net.minecraft.command.argument.SwizzleArgumentType
 
getExamples() - Method in class net.minecraft.command.argument.TeamArgumentType
 
getExamples() - Method in class net.minecraft.command.argument.TestClassArgumentType
 
getExamples() - Method in class net.minecraft.command.argument.TestFunctionArgumentType
 
getExamples() - Method in class net.minecraft.command.argument.TextArgumentType
 
getExamples() - Method in class net.minecraft.command.argument.TimeArgumentType
 
getExamples() - Method in class net.minecraft.command.argument.UuidArgumentType
 
getExamples() - Method in class net.minecraft.command.argument.Vec2ArgumentType
 
getExamples() - Method in class net.minecraft.command.argument.Vec3ArgumentType
 
getException(ParseResults<S>) - Static method in class net.minecraft.server.command.CommandManager
 
getExclusionZone() - Method in class net.minecraft.world.gen.chunk.placement.StructurePlacement
 
getExhaustion() - Method in class net.minecraft.entity.damage.DamageSource
 
getExhaustion() - Method in class net.minecraft.entity.player.HungerManager
 
getExistsConditionExecute(boolean, ExecuteCommand.ExistsCondition) - Static method in class net.minecraft.server.command.ExecuteCommand
 
getExitPos() - Method in class net.minecraft.world.gen.feature.EndGatewayFeatureConfig
 
getExpectedBufferSize() - Method in class net.minecraft.client.render.RenderLayer
 
getExpectedEntityType() - Method in class net.minecraft.block.ChestBlock
 
getExperience() - Method in class net.minecraft.entity.passive.MerchantEntity
getExperience() - Method in class net.minecraft.entity.passive.VillagerEntity
getExperience() - Method in class net.minecraft.network.packet.s2c.play.ExperienceBarUpdateS2CPacket
 
getExperience() - Method in class net.minecraft.network.packet.s2c.play.ExperienceOrbSpawnS2CPacket
 
getExperience() - Method in class net.minecraft.network.packet.s2c.play.SetTradeOffersS2CPacket
 
getExperience() - Method in class net.minecraft.recipe.AbstractCookingRecipe
 
getExperience() - Method in class net.minecraft.screen.MerchantScreenHandler
 
getExperience() - Method in interface net.minecraft.village.Merchant
 
getExperience() - Method in class net.minecraft.village.SimpleMerchant
getExperienceAmount() - Method in class net.minecraft.entity.ExperienceOrbEntity
 
getExperienceLevel() - Method in class net.minecraft.network.packet.s2c.play.ExperienceBarUpdateS2CPacket
 
getExpirationDate() - Method in class net.minecraft.util.UserCache.Entry
 
getExpiry() - Method in class net.minecraft.entity.ai.brain.Memory
 
getExpiryDate() - Method in class net.minecraft.server.BanEntry
 
getExpiryTicks() - Method in class net.minecraft.server.world.ChunkTicketType
 
getExploredPositions() - Method in class net.minecraft.entity.passive.SnifferEntity
 
getExposure(Vec3d, Entity) - Static method in class net.minecraft.world.explosion.Explosion
 
getExtendedWorldTypes() - Method in class net.minecraft.client.gui.screen.world.WorldCreator
 
getExtendJavaRealmsUrl(String, UUID) - Static method in class net.minecraft.util.Urls
 
getExtendJavaRealmsUrl(String, UUID, boolean) - Static method in class net.minecraft.util.Urls
 
getExternalChunkPath(ChunkPos) - Method in class net.minecraft.world.storage.RegionFile
 
getExtraBlockChance() - Method in class net.minecraft.block.entity.SculkSpreadManager
 
getExtraBlockState(WorldAccess, BlockPos, Random, boolean) - Method in class net.minecraft.block.SculkBlock
 
getExtraDistance() - Method in class net.minecraft.sound.BiomeMoodSound
Returns the extra distance of the sound from the player when the sound plays from the mood position.
getExtraLength(float) - Static method in class net.minecraft.entity.mob.ShulkerEntity
 
getEyeHeight(EntityPose) - Method in class net.minecraft.entity.Entity
Returns the eye height for pose.
getEyePos() - Method in class net.minecraft.entity.Entity
Returns the position of the eye.
getEyes() - Method in class net.minecraft.client.render.entity.model.BreezeEntityModel
 
getEyes(Identifier) - Static method in class net.minecraft.client.render.RenderLayer
 
getEyesTexture() - Method in class net.minecraft.client.render.entity.feature.EndermanEyesFeatureRenderer
getEyesTexture() - Method in class net.minecraft.client.render.entity.feature.EyesFeatureRenderer
 
getEyesTexture() - Method in class net.minecraft.client.render.entity.feature.PhantomEyesFeatureRenderer
getEyesTexture() - Method in class net.minecraft.client.render.entity.feature.SpiderEyesFeatureRenderer
getEyeTexturedModelData() - Static method in class net.minecraft.client.render.block.entity.ConduitBlockEntityRenderer
 
getEyeY() - Method in class net.minecraft.entity.Entity
 
getFace() - Method in class net.minecraft.client.render.model.BakedQuad
 
getFace(Direction) - Static method in enum class net.minecraft.client.render.model.CubeFace
 
getFace(Direction) - Method in class net.minecraft.util.shape.VoxelShape
 
getFaces() - Method in class net.minecraft.block.entity.SculkSpreadManager.Cursor
 
getFacing() - Method in class net.minecraft.block.entity.PistonBlockEntity
 
getFacing() - Method in enum class net.minecraft.block.enums.Orientation
 
getFacing() - Method in class net.minecraft.structure.StructurePiece
 
getFacing(double, double, double) - Static method in enum class net.minecraft.util.math.Direction
 
getFacing(float, float, float) - Static method in enum class net.minecraft.util.math.Direction
 
getFacing(BlockState) - Static method in class net.minecraft.block.ChestBlock
 
getFacing(BlockState) - Static method in class net.minecraft.block.JigsawBlock
 
getFacingCount() - Method in enum class net.minecraft.util.math.Direction.Type
 
getFacingProperty(Direction) - Static method in class net.minecraft.block.VineBlock
 
getFactorFromString(String) - Static method in class net.minecraft.client.gl.GlBlendState
 
getFactory() - Method in class net.minecraft.resource.DefaultResourcePack
 
getFadeFactor(LivingEntity, float) - Method in class net.minecraft.entity.effect.StatusEffectInstance
Returns the factor (multiplier) for effect fade-in and fade-out.
getFadeInTicks() - Method in class net.minecraft.network.packet.s2c.play.TitleFadeS2CPacket
 
getFadeOutTicks() - Method in class net.minecraft.network.packet.s2c.play.TitleFadeS2CPacket
 
getFadeTicks() - Method in class net.minecraft.entity.effect.StatusEffect
 
getFadeTicks(StatusEffectInstance) - Static method in class net.minecraft.entity.effect.StatusEffectInstance.Fading
 
getFailedOptionalTestCount() - Method in class net.minecraft.test.TestSet
 
getFailedRequiredTestCount() - Method in class net.minecraft.test.TestSet
 
getFailedTestFunctions() - Static method in class net.minecraft.test.TestFunctions
 
getFailurePacket() - Method in interface net.minecraft.network.PacketCallbacks
Returns the packet to send on failure, or null if there is none.
getFallback() - Method in interface net.minecraft.block.DoubleBlockProperties.PropertyRetriever
 
getFallback() - Method in class net.minecraft.client.render.block.entity.LightmapCoordinatesRetriever
 
getFallback() - Method in class net.minecraft.structure.pool.StructurePool
 
getFallback() - Method in class net.minecraft.text.TranslatableTextContent
 
getFallDeathMessage(DamageRecord, Entity) - Method in class net.minecraft.entity.damage.DamageTracker
 
getFallDelay() - Method in class net.minecraft.block.DragonEggBlock
Gets the amount of time in ticks this block will wait before attempting to start falling.
getFallDelay() - Method in class net.minecraft.block.FallingBlock
Gets the amount of time in ticks this block will wait before attempting to start falling.
getFallingBlockPos() - Method in class net.minecraft.entity.FallingBlockEntity
 
getFallSound() - Method in class net.minecraft.sound.BlockSoundGroup
 
getFallSound(int) - Method in class net.minecraft.entity.LivingEntity
 
getFallSounds() - Method in class net.minecraft.entity.decoration.ArmorStandEntity
getFallSounds() - Method in class net.minecraft.entity.LivingEntity
 
getFallSounds() - Method in class net.minecraft.entity.mob.HostileEntity
getFallSounds() - Method in class net.minecraft.entity.player.PlayerEntity
getFamilies() - Static method in class net.minecraft.data.family.BlockFamilies
 
getFancyClouds() - Static method in class net.minecraft.client.render.RenderLayer
 
getFarPlaneDistance() - Method in class net.minecraft.client.render.GameRenderer
 
getFastClouds() - Static method in class net.minecraft.client.render.RenderLayer
 
getFavicon() - Method in class net.minecraft.client.network.ServerInfo
 
getFeature() - Method in class net.minecraft.world.gen.feature.util.FeatureContext
 
getFeatureEntry(WorldView) - Method in class net.minecraft.block.FungusBlock
 
getFeatureGenerationStep() - Method in class net.minecraft.world.gen.structure.Structure
 
getFeatures() - Method in class net.minecraft.world.biome.GenerationSettings
Returns the lists of features configured for each feature generation step, up to the highest step that has a configured feature.
getFeatureSet() - Method in class net.minecraft.resource.featuretoggle.FeatureManager
 
getFeatureUpdater(RegistryKey<World>, Supplier<PersistentStateManager>) - Method in class net.minecraft.world.storage.VersionedChunkStorage
 
getFeedbackMessageSingle(CommandContext<ServerCommandSource>, Identifier, LootContextParameterSet, LootCommand.Target) - Static method in class net.minecraft.server.command.LootCommand
 
getFeetY(BlockPos) - Method in class net.minecraft.entity.ai.pathing.LandPathNodeMaker
 
getFeetY(BlockView, BlockPos) - Static method in class net.minecraft.entity.ai.pathing.LandPathNodeMaker
 
getFence() - Method in enum class net.minecraft.world.gen.structure.MineshaftStructure.Type
 
getFertilizableType() - Method in interface net.minecraft.block.Fertilizable
 
getFertilizableType() - Method in class net.minecraft.block.GrassBlock
getFertilizableType() - Method in class net.minecraft.block.MossBlock
getFertilizableType() - Method in class net.minecraft.block.NetherrackBlock
getFertilizableType() - Method in class net.minecraft.block.NyliumBlock
getFertilizeParticlePos(BlockPos) - Method in interface net.minecraft.block.Fertilizable
 
getFertilizeParticlePos(BlockPos) - Method in class net.minecraft.block.MangroveLeavesBlock
getFertilizeParticlePos(BlockPos) - Method in class net.minecraft.block.RootedDirtBlock
getFight() - Method in class net.minecraft.entity.boss.dragon.EnderDragonEntity
 
getFightOrigin() - Method in class net.minecraft.entity.boss.dragon.EnderDragonEntity
 
getFile() - Static method in class net.minecraft.client.realms.util.RealmsPersistence
 
getFile() - Method in class net.minecraft.server.ServerConfigList
 
getFile() - Method in class net.minecraft.util.crash.CrashReport
 
getFile(String) - Method in class net.minecraft.server.MinecraftServer
 
getFile(String) - Method in class net.minecraft.world.PersistentStateManager
 
getFileAttributeView(Path, Class<V>, LinkOption[]) - Method in class net.minecraft.resource.fs.ResourceFileSystemProvider
 
getFileExtension() - Method in enum class net.minecraft.client.gl.ShaderStage.Type
 
getFileInfo(Path) - Method in class net.minecraft.util.Downloader
 
getFileName() - Method in class net.minecraft.resource.fs.ResourcePath
 
getFileName(String) - Method in record class net.minecraft.util.logging.LogFileCompressor.LogId
 
getFileName(Path) - Static method in class net.minecraft.resource.FileResourcePackProvider
 
getFileName(Path) - Static method in class net.minecraft.resource.VanillaResourcePackProvider
 
getFileName(Path, Path) - Method in class net.minecraft.data.SnbtProvider
 
getFileStore(Path) - Method in class net.minecraft.resource.fs.ResourceFileSystemProvider
 
getFileStoreAttributeView(Class<V>) - Method in class net.minecraft.resource.fs.ResourceFileStore
 
getFileStores() - Method in class net.minecraft.resource.fs.ResourceFileSystem
 
getFileSystem() - Method in class net.minecraft.resource.fs.ResourcePath
 
getFileSystem(URI) - Method in class net.minecraft.resource.fs.ResourceFileSystemProvider
 
getFilteredMessages() - Method in class net.minecraft.block.entity.SignText
 
getFilteredText(String) - Method in class net.minecraft.network.message.FilterMask
 
getFinalGravity() - Method in class net.minecraft.entity.Entity
 
getFinalState() - Method in class net.minecraft.block.entity.JigsawBlockEntity
 
getFinalState() - Method in class net.minecraft.network.packet.c2s.play.UpdateJigsawC2SPacket
 
getFireAspect(LivingEntity) - Static method in class net.minecraft.enchantment.EnchantmentHelper
 
getFireballStrength() - Method in class net.minecraft.entity.mob.GhastEntity
 
getFireFloorModels(Block) - Method in class net.minecraft.data.client.BlockStateModelGenerator
 
getFireSideModels(Block) - Method in class net.minecraft.data.client.BlockStateModelGenerator
 
getFireTickDelay(Random) - Static method in class net.minecraft.block.FireBlock
 
getFireTicks() - Method in class net.minecraft.entity.Entity
 
getFireUpModels(Block) - Method in class net.minecraft.data.client.BlockStateModelGenerator
 
getFireworkColor() - Method in enum class net.minecraft.util.DyeColor
Returns the color used for colored fireworks as RGB integer.
getFirst() - Method in class net.minecraft.client.gui.widget.EntryListWidget
 
getFirst() - Method in class net.minecraft.util.collection.ArrayListDeque
 
getFirst(Collection<T>) - Static method in class net.minecraft.util.Nullables
Returns the first element of collection, or null if it is empty.
getFirstChild() - Method in class net.minecraft.advancement.AdvancementPositioner
 
getFirstMatch(C, World) - Method in interface net.minecraft.recipe.RecipeManager.MatchGetter
 
getFirstMatch(RecipeType<T>, C, World) - Method in class net.minecraft.recipe.RecipeManager
Returns a recipe of the given type that match the given inventory and world.
getFirstMatch(RecipeType<T>, C, World, Identifier) - Method in class net.minecraft.recipe.RecipeManager
 
getFirstOctave() - Method in class net.minecraft.util.math.noise.OctavePerlinNoiseSampler
 
getFirstOrElse(Collection<T>, T) - Static method in class net.minecraft.util.Nullables
Returns the first element of collection, or defaultValue if it is empty.
getFirstOrElseGet(Collection<T>, Supplier<T>) - Static method in class net.minecraft.util.Nullables
Returns the first element of collection, or getter.get() if it is empty.
getFirstPassenger() - Method in class net.minecraft.entity.Entity
Returns the first passenger of the passenger list, or null if there is no passengers.
getFirstPossibleNonCoreActivity() - Method in class net.minecraft.entity.ai.brain.Brain
 
getFixer() - Static method in class net.minecraft.datafixer.Schemas
 
getFlag(int) - Method in class net.minecraft.entity.Entity
Returns the entity flag with index flag.
getFlags() - Method in class net.minecraft.network.packet.s2c.play.PlayerPositionLookS2CPacket
 
getFlags(int) - Static method in enum class net.minecraft.network.packet.s2c.play.PositionFlag
 
getFloat(int) - Method in class net.minecraft.nbt.NbtList
Returns the float at index, or 0.0f if the index is out of bounds or if this is not a list of floats.
getFloat(int) - Method in class net.minecraft.network.PacketByteBuf
 
getFloat(JsonObject, String) - Static method in class net.minecraft.util.JsonHelper
 
getFloat(JsonObject, String, float) - Static method in class net.minecraft.util.JsonHelper
 
getFloat(String) - Method in class net.minecraft.nbt.NbtCompound
Returns the float associated with key, or 0.0f if there is no number stored with the key.
getFloat(BlockState, BlockRenderView, BlockPos) - Method in class net.minecraft.client.render.block.BlockModelRenderer.BrightnessCache
 
getFloatData() - Method in class net.minecraft.client.gl.GlUniform
 
getFloor() - Method in class net.minecraft.world.gen.feature.util.CaveSurface.Bounded
 
getFloorHeight() - Method in class net.minecraft.world.gen.feature.util.CaveSurface.Bounded
getFloorHeight() - Method in class net.minecraft.world.gen.feature.util.CaveSurface.Empty
getFloorHeight() - Method in class net.minecraft.world.gen.feature.util.CaveSurface
 
getFloorHeight() - Method in class net.minecraft.world.gen.feature.util.CaveSurface.Half
getFloorHeight(Random, ChunkGenerator, RuinedPortalStructurePiece.VerticalPlacement, boolean, int, int, BlockBox, HeightLimitView, NoiseConfig) - Static method in class net.minecraft.world.gen.structure.RuinedPortalStructure
 
getFloorHeight(StructureWorldAccess, BlockPos, UnderwaterMagmaFeatureConfig) - Static method in class net.minecraft.world.gen.feature.UnderwaterMagmaFeature
 
getFlopSound() - Method in class net.minecraft.entity.mob.ElderGuardianEntity
getFlopSound() - Method in class net.minecraft.entity.mob.GuardianEntity
 
getFlopSound() - Method in class net.minecraft.entity.passive.CodEntity
getFlopSound() - Method in class net.minecraft.entity.passive.FishEntity
 
getFlopSound() - Method in class net.minecraft.entity.passive.PufferfishEntity
getFlopSound() - Method in class net.minecraft.entity.passive.SalmonEntity
getFlopSound() - Method in class net.minecraft.entity.passive.TadpoleEntity
getFlopSound() - Method in class net.minecraft.entity.passive.TropicalFishEntity
getFlower() - Method in class net.minecraft.entity.passive.BeeEntity.PollinateGoal
 
getFlowerFeatures() - Method in class net.minecraft.world.biome.GenerationSettings
 
getFlowerPos() - Method in class net.minecraft.entity.passive.BeeEntity
 
getFlowerPotCrossModel() - Method in enum class net.minecraft.data.client.BlockStateModelGenerator.TintType
 
getFlowing() - Method in class net.minecraft.fluid.FlowableFluid
 
getFlowing() - Method in class net.minecraft.fluid.LavaFluid
getFlowing() - Method in class net.minecraft.fluid.WaterFluid
getFlowing(int, boolean) - Method in class net.minecraft.fluid.FlowableFluid
 
getFlowSpeed(WorldView) - Method in class net.minecraft.fluid.FlowableFluid
 
getFlowSpeed(WorldView) - Method in class net.minecraft.fluid.LavaFluid
getFlowSpeed(WorldView) - Method in class net.minecraft.fluid.WaterFluid
getFlowSpeedBetween(WorldView, BlockPos, int, Direction, BlockState, BlockPos, Short2ObjectMap<Pair<BlockState, FluidState>>, Short2BooleanMap) - Method in class net.minecraft.fluid.FlowableFluid
 
getFluid() - Method in class net.minecraft.client.particle.BlockLeakParticle
 
getFluid() - Method in class net.minecraft.fluid.FluidState
 
getFluid(World, BlockPos, BlockState) - Static method in class net.minecraft.block.PointedDripstoneBlock
 
getFluidBlockIdToBeTicked(Dynamic<?>) - Static method in class net.minecraft.datafixer.fix.ProtoChunkTickListFix
 
getFluidBlockState(int, int, int, AquiferSampler.FluidLevel, int) - Method in class net.minecraft.world.gen.chunk.AquiferSampler.Impl
 
getFluidBlockY(int, int, int, AquiferSampler.FluidLevel, int, boolean) - Method in class net.minecraft.world.gen.chunk.AquiferSampler.Impl
 
getFluidHeight(BlockState) - Method in class net.minecraft.block.AbstractCauldronBlock
 
getFluidHeight(BlockState) - Method in class net.minecraft.block.LavaCauldronBlock
getFluidHeight(BlockState) - Method in class net.minecraft.block.LeveledCauldronBlock
getFluidHeight(TagKey<Fluid>) - Method in class net.minecraft.entity.Entity
Returns the height of the fluid in fluid tag.
getFluidHeight(BlockRenderView, Fluid, BlockPos) - Method in class net.minecraft.client.render.block.FluidRenderer
 
getFluidHeight(BlockRenderView, Fluid, BlockPos, BlockState, FluidState) - Method in class net.minecraft.client.render.block.FluidRenderer
 
getFluidLayer(FluidState) - Static method in class net.minecraft.client.render.RenderLayers
 
getFluidLevel(int, int, int) - Method in interface net.minecraft.world.gen.chunk.AquiferSampler.FluidLevelSampler
 
getFluidLevel(int, int, int) - Method in class net.minecraft.world.gen.chunk.AquiferSampler.Impl
 
getFluidProtoTickScheduler() - Method in class net.minecraft.world.chunk.ProtoChunk
 
getFluidShape(FluidState, BlockView, BlockPos) - Method in class net.minecraft.world.RaycastContext
 
getFluidState() - Method in class net.minecraft.block.AbstractBlock.AbstractBlockState
 
getFluidState(int, int, int) - Method in class net.minecraft.world.chunk.ChunkSection
 
getFluidState(int, int, int) - Method in class net.minecraft.world.chunk.WorldChunk
 
getFluidState(BlockState) - Method in class net.minecraft.block.AbstractBlock
Returns the state's associated fluid state.
getFluidState(BlockState) - Method in class net.minecraft.block.AbstractRailBlock
Returns the state's associated fluid state.
getFluidState(BlockState) - Method in class net.minecraft.block.AbstractSignBlock
Returns the state's associated fluid state.
getFluidState(BlockState) - Method in class net.minecraft.block.AmethystClusterBlock
Returns the state's associated fluid state.
getFluidState(BlockState) - Method in class net.minecraft.block.BarrierBlock
Returns the state's associated fluid state.
getFluidState(BlockState) - Method in class net.minecraft.block.BigDripleafBlock
Returns the state's associated fluid state.
getFluidState(BlockState) - Method in class net.minecraft.block.BigDripleafStemBlock
Returns the state's associated fluid state.
getFluidState(BlockState) - Method in class net.minecraft.block.BubbleColumnBlock
Returns the state's associated fluid state.
getFluidState(BlockState) - Method in class net.minecraft.block.CampfireBlock
Returns the state's associated fluid state.
getFluidState(BlockState) - Method in class net.minecraft.block.CandleBlock
Returns the state's associated fluid state.
getFluidState(BlockState) - Method in class net.minecraft.block.ChainBlock
Returns the state's associated fluid state.
getFluidState(BlockState) - Method in class net.minecraft.block.ChestBlock
Returns the state's associated fluid state.
getFluidState(BlockState) - Method in class net.minecraft.block.ConduitBlock
Returns the state's associated fluid state.
getFluidState(BlockState) - Method in class net.minecraft.block.CoralParentBlock
Returns the state's associated fluid state.
getFluidState(BlockState) - Method in class net.minecraft.block.DecoratedPotBlock
Returns the state's associated fluid state.
getFluidState(BlockState) - Method in class net.minecraft.block.EnderChestBlock
Returns the state's associated fluid state.
getFluidState(BlockState) - Method in class net.minecraft.block.FluidBlock
Returns the state's associated fluid state.
getFluidState(BlockState) - Method in class net.minecraft.block.GlowLichenBlock
Returns the state's associated fluid state.
getFluidState(BlockState) - Method in class net.minecraft.block.GrateBlock
Returns the state's associated fluid state.
getFluidState(BlockState) - Method in class net.minecraft.block.HangingRootsBlock
Returns the state's associated fluid state.
getFluidState(BlockState) - Method in class net.minecraft.block.HorizontalConnectingBlock
Returns the state's associated fluid state.
getFluidState(BlockState) - Method in class net.minecraft.block.KelpBlock
Returns the state's associated fluid state.
getFluidState(BlockState) - Method in class net.minecraft.block.KelpPlantBlock
Returns the state's associated fluid state.
getFluidState(BlockState) - Method in class net.minecraft.block.LadderBlock
Returns the state's associated fluid state.
getFluidState(BlockState) - Method in class net.minecraft.block.LanternBlock
Returns the state's associated fluid state.
getFluidState(BlockState) - Method in class net.minecraft.block.LeavesBlock
Returns the state's associated fluid state.
getFluidState(BlockState) - Method in class net.minecraft.block.LightBlock
Returns the state's associated fluid state.
getFluidState(BlockState) - Method in class net.minecraft.block.LightningRodBlock
Returns the state's associated fluid state.
getFluidState(BlockState) - Method in class net.minecraft.block.MangroveRootsBlock
Returns the state's associated fluid state.
getFluidState(BlockState) - Method in class net.minecraft.block.PointedDripstoneBlock
Returns the state's associated fluid state.
getFluidState(BlockState) - Method in class net.minecraft.block.PropaguleBlock
Returns the state's associated fluid state.
getFluidState(BlockState) - Method in class net.minecraft.block.ScaffoldingBlock
Returns the state's associated fluid state.
getFluidState(BlockState) - Method in class net.minecraft.block.SculkSensorBlock
Returns the state's associated fluid state.
getFluidState(BlockState) - Method in class net.minecraft.block.SculkShriekerBlock
Returns the state's associated fluid state.
getFluidState(BlockState) - Method in class net.minecraft.block.SculkVeinBlock
Returns the state's associated fluid state.
getFluidState(BlockState) - Method in class net.minecraft.block.SeagrassBlock
Returns the state's associated fluid state.
getFluidState(BlockState) - Method in class net.minecraft.block.SeaPickleBlock
Returns the state's associated fluid state.
getFluidState(BlockState) - Method in class net.minecraft.block.SlabBlock
Returns the state's associated fluid state.
getFluidState(BlockState) - Method in class net.minecraft.block.SmallDripleafBlock
Returns the state's associated fluid state.
getFluidState(BlockState) - Method in class net.minecraft.block.StairsBlock
Returns the state's associated fluid state.
getFluidState(BlockState) - Method in class net.minecraft.block.TallSeagrassBlock
Returns the state's associated fluid state.
getFluidState(BlockState) - Method in class net.minecraft.block.TrapdoorBlock
Returns the state's associated fluid state.
getFluidState(BlockState) - Method in class net.minecraft.block.WallBlock
Returns the state's associated fluid state.
getFluidState(BlockPos) - Method in class net.minecraft.client.render.chunk.ChunkRendererRegion
Returns the fluid state at pos.
getFluidState(BlockPos) - Method in interface net.minecraft.world.BlockView
Returns the fluid state at pos.
getFluidState(BlockPos) - Method in class net.minecraft.world.chunk.ChunkCache
Returns the fluid state at pos.
getFluidState(BlockPos) - Method in class net.minecraft.world.chunk.EmptyChunk
Returns the fluid state at pos.
getFluidState(BlockPos) - Method in class net.minecraft.world.chunk.ProtoChunk
Returns the fluid state at pos.
getFluidState(BlockPos) - Method in class net.minecraft.world.chunk.WorldChunk
Returns the fluid state at pos.
getFluidState(BlockPos) - Method in class net.minecraft.world.chunk.WrapperProtoChunk
Returns the fluid state at pos.
getFluidState(BlockPos) - Method in class net.minecraft.world.ChunkRegion
Returns the fluid state at pos.
getFluidState(BlockPos) - Method in enum class net.minecraft.world.EmptyBlockView
Returns the fluid state at pos.
getFluidState(BlockPos) - Method in class net.minecraft.world.World
Returns the fluid state at pos.
getFluidStateIfVisible(World, BlockState, BlockPos) - Method in class net.minecraft.item.FilledMapItem
 
getFluidTickScheduler() - Method in class net.minecraft.client.world.ClientWorld
getFluidTickScheduler() - Method in class net.minecraft.server.world.ServerWorld
 
getFluidTickScheduler() - Method in class net.minecraft.world.chunk.Chunk
 
getFluidTickScheduler() - Method in class net.minecraft.world.chunk.ProtoChunk
getFluidTickScheduler() - Method in class net.minecraft.world.chunk.WorldChunk
getFluidTickScheduler() - Method in class net.minecraft.world.chunk.WrapperProtoChunk
getFluidTickScheduler() - Method in class net.minecraft.world.ChunkRegion
getFluidTickScheduler() - Method in interface net.minecraft.world.WorldAccess
 
getFlySpeed() - Method in class net.minecraft.entity.player.PlayerAbilities
 
getFlySpeed() - Method in class net.minecraft.network.packet.s2c.play.PlayerAbilitiesS2CPacket
 
getFocused() - Method in class net.minecraft.client.gui.AbstractParentElement
getFocused() - Method in interface net.minecraft.client.gui.ParentElement
 
getFocused() - Method in class net.minecraft.client.gui.widget.ContainerWidget
getFocused() - Method in class net.minecraft.client.gui.widget.ElementListWidget.Entry
getFocused() - Method in class net.minecraft.client.gui.widget.EntryListWidget
 
getFocusedEntity() - Method in class net.minecraft.client.render.Camera
 
getFocusedPath() - Method in interface net.minecraft.client.gui.Element
 
getFocusedPath() - Method in interface net.minecraft.client.gui.ParentElement
getFogColor() - Method in class net.minecraft.world.biome.Biome
 
getFogColor() - Method in class net.minecraft.world.biome.BiomeEffects
 
getFogColorOverride(float, float) - Method in class net.minecraft.client.render.DimensionEffects.End
Returns an RGBA fog color override based on the current sky angle, or null if fog color should not be overridden.
getFogColorOverride(float, float) - Method in class net.minecraft.client.render.DimensionEffects
Returns an RGBA fog color override based on the current sky angle, or null if fog color should not be overridden.
getFogModifier(Entity, float) - Static method in class net.minecraft.client.render.BackgroundRenderer
 
getFoliageColor() - Method in class net.minecraft.world.biome.Biome
 
getFoliageColor() - Method in class net.minecraft.world.biome.BiomeEffects
 
getFoliageColor(BlockRenderView, BlockPos) - Static method in class net.minecraft.client.color.world.BiomeColors
 
getFoliageRadius() - Method in class net.minecraft.world.gen.foliage.FoliagePlacer.TreeNode
 
getFollowing() - Method in class net.minecraft.entity.passive.LlamaEntity
 
getFollowLeashSpeed() - Method in class net.minecraft.entity.mob.PathAwareEntity
 
getFollowLeashSpeed() - Method in class net.minecraft.entity.passive.LlamaEntity
getFollowRange() - Method in class net.minecraft.entity.ai.goal.TrackTargetGoal
 
getFollowRange() - Method in class net.minecraft.entity.mob.BlazeEntity.ShootFireballGoal
 
getFollowRange() - Method in class net.minecraft.entity.passive.LlamaEntity.ChaseWolvesGoal
getFollowRange() - Method in class net.minecraft.entity.passive.PolarBearEntity.ProtectBabiesGoal
getFollowTasks() - Static method in class net.minecraft.entity.mob.PiglinBruteBrain
 
getFont() - Method in class net.minecraft.text.Style
Returns the font of this style.
getFontStorage(Identifier) - Method in class net.minecraft.client.font.TextRenderer
 
getFood() - Method in class net.minecraft.network.packet.s2c.play.HealthUpdateS2CPacket
 
getFoodComponent() - Method in class net.minecraft.item.Item
Returns this item's FoodComponent, or null if none was set.
getFoodLevel() - Method in class net.minecraft.entity.player.HungerManager
 
getFooterHeight() - Method in class net.minecraft.client.gui.widget.ThreePartsLayoutWidget
 
getFootTexturedModelData() - Static method in class net.minecraft.client.render.block.entity.BedBlockEntityRenderer
 
getForAnger(int) - Static method in enum class net.minecraft.entity.mob.Angriness
 
getForce() - Method in class net.minecraft.block.dispenser.ProjectileDispenserBehavior
Returns the force of a projectile's velocity when spawned.
getForcedChunks() - Method in class net.minecraft.server.world.ServerWorld
Returns the set that contains ChunkPos of forced chunks serialized as a long.
getForcedGameMode() - Method in class net.minecraft.server.dedicated.MinecraftDedicatedServer
Returns the game mode a player should be set to when connecting to the server, or null if none is set.
getForcedGameMode() - Method in class net.minecraft.server.integrated.IntegratedServer
Returns the game mode a player should be set to when connecting to the server, or null if none is set.
getForcedGameMode() - Method in class net.minecraft.server.MinecraftServer
Returns the game mode a player should be set to when connecting to the server, or null if none is set.
getForceUnicodeFont() - Method in class net.minecraft.client.option.GameOptions
 
getForColor(DyeColor) - Static method in class net.minecraft.block.BannerBlock
 
getForgingSlotsManager() - Method in class net.minecraft.screen.AnvilScreenHandler
getForgingSlotsManager() - Method in class net.minecraft.screen.ForgingScreenHandler
 
getForgingSlotsManager() - Method in class net.minecraft.screen.SmithingScreenHandler
getForkLimit() - Method in class net.minecraft.command.CommandExecutionContext
 
getFormat() - Method in class net.minecraft.client.gl.ShaderProgram
 
getFormat() - Method in interface net.minecraft.client.sound.AudioStream
 
getFormat() - Method in class net.minecraft.client.sound.OggAudioStream
getFormat() - Method in class net.minecraft.client.sound.RepeatingAudioStream
getFormat() - Method in class net.minecraft.client.texture.NativeImage
 
getFormatId(AudioFormat) - Static method in class net.minecraft.client.sound.AlUtil
 
getFormatName() - Method in class net.minecraft.world.level.storage.LevelStorage
 
getFormatName(int) - Method in interface net.minecraft.world.SaveProperties
 
getFormatted() - Method in class net.minecraft.client.gui.screen.StatsScreen.GeneralStatsListWidget.Entry
 
getFormattedCurrentTime() - Static method in class net.minecraft.util.Util
Returns the current time formatted using Util.DATE_TIME_FORMATTER.
getFormattedName() - Method in class net.minecraft.scoreboard.Team
 
getFormattedScore(ReadableScoreboardScore, NumberFormat) - Static method in interface net.minecraft.scoreboard.ReadableScoreboardScore
 
getFormattedScore(NumberFormat) - Method in interface net.minecraft.scoreboard.ReadableScoreboardScore
 
getFormattedTimestamp() - Method in record class net.minecraft.client.session.report.log.ReceivedMessage.ChatMessage
Returns the formatted timestamp text of this message.
getFormatting() - Method in enum class net.minecraft.entity.effect.StatusEffectCategory
 
getForward() - Method in class net.minecraft.network.packet.c2s.play.PlayerInputC2SPacket
 
getForwards() - Method in class net.minecraft.block.pattern.BlockPattern.Result
 
getFov() - Method in class net.minecraft.client.option.GameOptions
 
getFov(Camera, float, boolean) - Method in class net.minecraft.client.render.GameRenderer
 
getFovEffectScale() - Method in class net.minecraft.client.option.GameOptions
 
getFovMultiplier() - Method in class net.minecraft.client.network.AbstractClientPlayerEntity
 
getFoxFlag(int) - Method in class net.minecraft.entity.passive.FoxEntity
 
getFragmentShader() - Method in class net.minecraft.client.gl.JsonEffectShaderProgram
getFragmentShader() - Method in class net.minecraft.client.gl.ShaderProgram
getFragmentShader() - Method in interface net.minecraft.client.gl.ShaderProgramSetupView
 
getFrame() - Method in class net.minecraft.advancement.AdvancementDisplay
 
getFrame() - Method in interface net.minecraft.command.ExecutionControl
 
getFrame() - Method in class net.minecraft.item.ItemStack
Returns the item frame that holds the stack, or null if inapplicable.
getFramebuffer() - Method in class net.minecraft.client.MinecraftClient
 
getFramebufferHeight() - Method in class net.minecraft.client.util.Window
 
getFramebufferWidth() - Method in class net.minecraft.client.util.Window
 
getFrameCount() - Method in class net.minecraft.client.texture.SpriteContents
 
getFrameDeltaFactor() - Method in class net.minecraft.client.texture.Sprite
 
getFrameFromU(float) - Method in class net.minecraft.client.texture.Sprite
 
getFrameFromV(float) - Method in class net.minecraft.client.texture.Sprite
 
getFramePositionX(int) - Method in class net.minecraft.client.realms.gui.screen.RealmsBrokenWorldScreen
 
getFramerateLimit() - Method in class net.minecraft.client.MinecraftClient
 
getFramerateLimit() - Method in class net.minecraft.client.util.Window
 
getFrames(SpriteContents) - Method in class net.minecraft.client.render.model.json.ItemModelGenerator
 
getFrameTexture(AdvancementFrame) - Method in enum class net.minecraft.client.gui.screen.advancement.AdvancementObtainedStatus
 
getFrameU(float) - Method in class net.minecraft.client.texture.Sprite
 
getFrameV(float) - Method in class net.minecraft.client.texture.Sprite
 
getFrameX(int) - Method in class net.minecraft.client.texture.SpriteContents.Animation
 
getFrameY(int) - Method in class net.minecraft.client.texture.SpriteContents.Animation
 
getFreeBufferCount() - Method in class net.minecraft.client.render.chunk.ChunkBuilder
 
getFreeInventorySlots() - Method in class net.minecraft.recipe.InputSlotFiller
 
getFreeSlots(Inventory, Random) - Method in class net.minecraft.loot.LootTable
 
getFreeTickets() - Method in class net.minecraft.world.poi.PointOfInterest
Deprecated.
getFreeTickets(BlockPos) - Method in class net.minecraft.world.poi.PointOfInterestSet
Deprecated.
getFreeTickets(BlockPos) - Method in class net.minecraft.world.poi.PointOfInterestStorage
Deprecated.
getFreezingScale() - Method in class net.minecraft.entity.Entity
Returns the current freezing scale.
getFrequency() - Method in class net.minecraft.world.gen.chunk.placement.StructurePlacement
 
getFrequency(RegistryEntry<GameEvent>) - Static method in interface net.minecraft.world.event.Vibrations
 
getFrequency(RegistryKey<GameEvent>) - Static method in interface net.minecraft.world.event.Vibrations
 
getFrequencyReductionMethod() - Method in class net.minecraft.world.gen.chunk.placement.StructurePlacement
 
getFriendlyFlagsBitwise() - Method in class net.minecraft.network.packet.s2c.play.TeamS2CPacket.SerializableTeam
 
getFriendlyFlagsBitwise() - Method in class net.minecraft.scoreboard.Team
 
getFrogTarget() - Method in class net.minecraft.entity.passive.FrogEntity
 
getFrom(S) - Method in interface net.minecraft.block.DoubleBlockProperties.PropertyRetriever
 
getFrom(S) - Method in class net.minecraft.client.render.block.entity.LightmapCoordinatesRetriever
 
getFromBoth(S, S) - Method in interface net.minecraft.block.DoubleBlockProperties.PropertyRetriever
 
getFromBoth(S, S) - Method in class net.minecraft.client.render.block.entity.LightmapCoordinatesRetriever
 
getFromColor() - Method in class net.minecraft.particle.DustColorTransitionParticleEffect
 
getFromId(int) - Static method in class net.minecraft.entity.boss.dragon.phase.PhaseType
 
getFromId(String) - Static method in enum class net.minecraft.structure.RuinedPortalStructurePiece.VerticalPlacement
 
getFrontText() - Method in class net.minecraft.block.entity.SignBlockEntity
 
getFrontTopLeft() - Method in class net.minecraft.block.pattern.BlockPattern.Result
 
getFrozenTicks() - Method in class net.minecraft.entity.Entity
Returns how long the entity is freezing, in ticks.
getFuel() - Method in class net.minecraft.screen.BrewingStandScreenHandler
 
getFuelProgress() - Method in class net.minecraft.screen.AbstractFurnaceScreenHandler
 
getFuelTime(ItemStack) - Method in class net.minecraft.block.entity.AbstractFurnaceBlockEntity
 
getFuelTime(ItemStack) - Method in class net.minecraft.block.entity.BlastFurnaceBlockEntity
getFuelTime(ItemStack) - Method in class net.minecraft.block.entity.SmokerBlockEntity
getFullscreen() - Method in class net.minecraft.client.option.GameOptions
 
getFunction(CommandContext<ServerCommandSource>, String) - Static method in class net.minecraft.command.argument.TestFunctionArgumentType
 
getFunction(CommandContext<ServerCommandSource>, Identifier) - Static method in class net.minecraft.command.argument.CommandFunctionArgumentType
 
getFunction(App<TaskTriggerer.K1<E>, M>) - Static method in class net.minecraft.entity.ai.brain.task.TaskTriggerer
 
getFunction(Identifier) - Method in class net.minecraft.server.function.CommandFunctionManager
 
getFunctionLoader() - Method in class net.minecraft.server.DataPackContents
Returns the function loader.
getFunctionOrTag(CommandContext<ServerCommandSource>) - Method in interface net.minecraft.command.argument.CommandFunctionArgumentType.FunctionArgument
 
getFunctionOrTag(CommandContext<ServerCommandSource>, String) - Static method in class net.minecraft.command.argument.CommandFunctionArgumentType
 
getFunctionPermissionLevel() - Method in class net.minecraft.server.dedicated.MinecraftDedicatedServer
getFunctionPermissionLevel() - Method in class net.minecraft.server.integrated.IntegratedServer
getFunctionPermissionLevel() - Method in class net.minecraft.server.MinecraftServer
 
getFunctionPermissionLevel() - Method in class net.minecraft.test.TestServer
getFunctions() - Method in class net.minecraft.loot.entry.LeafEntry.Builder
 
getFunctions() - Method in class net.minecraft.server.function.FunctionLoader
 
getFunctions(CommandContext<ServerCommandSource>) - Method in interface net.minecraft.command.argument.CommandFunctionArgumentType.FunctionArgument
 
getFunctions(CommandContext<ServerCommandSource>, String) - Static method in class net.minecraft.command.argument.CommandFunctionArgumentType
 
getFunctionTag(CommandContext<ServerCommandSource>, Identifier) - Static method in class net.minecraft.command.argument.CommandFunctionArgumentType
 
getFunctionTags() - Method in class net.minecraft.server.function.CommandFunctionManager
 
getFurWetBrightnessMultiplier(float) - Method in class net.minecraft.entity.passive.WolfEntity
Returns this wolf's brightness multiplier based on the fur wetness.
getFuse() - Method in class net.minecraft.entity.TntEntity
 
getFuseSpeed() - Method in class net.minecraft.entity.mob.CreeperEntity
 
getFuseTicks() - Method in class net.minecraft.entity.vehicle.TntMinecartEntity
 
getFuture() - Method in record class net.minecraft.component.type.ProfileComponent
 
getFutureFor(ChunkStatus) - Method in class net.minecraft.server.world.ChunkHolder
 
getFutureStatus(CompletableFuture<class_9259<WorldChunk>>) - Static method in class net.minecraft.server.world.ThreadedAnvilChunkStorage
 
getGameEventDispatcher(int) - Method in class net.minecraft.world.chunk.Chunk
 
getGameEventDispatcher(int) - Method in class net.minecraft.world.chunk.WorldChunk
getGameEventListener(ServerWorld, T) - Method in interface net.minecraft.block.BlockEntityProvider
Returns the game event listener for the block's block entity, or null if the block entity does not listen to game events.
getGameMode() - Method in class net.minecraft.client.gui.screen.world.WorldCreator
 
getGameMode() - Method in class net.minecraft.client.network.PlayerListEntry
 
getGameMode() - Method in class net.minecraft.server.network.ServerPlayerInteractionManager
 
getGameMode() - Method in class net.minecraft.world.level.LevelInfo
 
getGameMode() - Method in class net.minecraft.world.level.LevelProperties
getGameMode() - Method in interface net.minecraft.world.level.ServerWorldProperties
 
getGameMode() - Method in class net.minecraft.world.level.storage.LevelSummary
 
getGameMode() - Method in class net.minecraft.world.level.UnmodifiableLevelProperties
getGameMode() - Method in interface net.minecraft.world.SaveProperties
 
getGameMode(CommandContext<ServerCommandSource>, String) - Static method in class net.minecraft.command.argument.GameModeArgumentType
 
getGameModeName(LevelSummary) - Static method in class net.minecraft.client.realms.gui.screen.RealmsSelectFileToUploadScreen
 
getGameProfile() - Method in class net.minecraft.client.MinecraftClient
 
getGameProfile() - Method in class net.minecraft.entity.player.PlayerEntity
 
getGameProfileRepo() - Method in class net.minecraft.server.MinecraftServer
 
getGameRules() - Method in class net.minecraft.client.gui.screen.world.WorldCreator
 
getGameRules() - Method in class net.minecraft.client.world.ClientWorld.Properties
getGameRules() - Method in class net.minecraft.server.MinecraftServer
 
getGameRules() - Method in class net.minecraft.world.level.LevelInfo
 
getGameRules() - Method in class net.minecraft.world.level.LevelProperties
getGameRules() - Method in class net.minecraft.world.level.UnmodifiableLevelProperties
getGameRules() - Method in interface net.minecraft.world.SaveProperties
 
getGameRules() - Method in class net.minecraft.world.World
 
getGameRules() - Method in interface net.minecraft.world.WorldProperties
 
getGameVersion() - Method in class net.minecraft.client.MinecraftClient
 
getGameVersion() - Static method in class net.minecraft.SharedConstants
 
getGamma() - Method in class net.minecraft.client.option.GameOptions
 
getGatherableItems(VillagerEntity, VillagerEntity) - Static method in class net.minecraft.entity.ai.brain.task.GatherItemsVillagerTask
 
getGcDurationRatio() - Method in record class net.minecraft.util.profiling.jfr.sample.GcHeapSummarySample.Statistics
 
getGenerationSettings() - Method in class net.minecraft.world.biome.Biome
 
getGenerationSettings(RegistryEntry<Biome>) - Method in class net.minecraft.world.gen.chunk.ChunkGenerator
Deprecated.
getGenerationY(BlockPos, BlockView, BlockPos) - Method in class net.minecraft.structure.OceanRuinGenerator.Piece
 
getGenerator() - Method in class net.minecraft.world.gen.feature.util.FeatureContext
 
getGeneratorConfigString(FlatChunkGeneratorConfig) - Static method in class net.minecraft.client.gui.screen.world.PresetsScreen
 
getGeneratorOptions() - Method in class net.minecraft.world.level.LevelProperties
getGeneratorOptions() - Method in interface net.minecraft.world.SaveProperties
 
getGeneratorOptionsHolder() - Method in class net.minecraft.client.gui.screen.world.WorldCreator
 
getGeneratorStoredBiome(int, int, int) - Method in class net.minecraft.client.world.ClientWorld
getGeneratorStoredBiome(int, int, int) - Method in class net.minecraft.server.world.ServerWorld
getGeneratorStoredBiome(int, int, int) - Method in class net.minecraft.world.ChunkRegion
getGeneratorStoredBiome(int, int, int) - Method in interface net.minecraft.world.WorldView
 
getGenericModelId(RegistryEntry<ArmorMaterial>) - Method in class net.minecraft.item.trim.ArmorTrim
 
getGenericNarrationMessage() - Method in class net.minecraft.client.gui.widget.CyclingButtonWidget
Returns a generic narration message for this button.
getGenericValueText(Text, int) - Static method in class net.minecraft.client.option.GameOptions
 
getGenericValueText(Text, Text) - Static method in class net.minecraft.client.option.GameOptions
 
getGhostPointsOfInterest() - Method in class net.minecraft.client.render.debug.VillageDebugRenderer
 
getGifts(VillagerEntity) - Method in class net.minecraft.entity.ai.brain.task.GiveGiftsToHeroTask
 
getGlId() - Method in class net.minecraft.client.texture.AbstractTexture
 
getGlint() - Static method in class net.minecraft.client.render.RenderLayer
 
getGlintSpeed() - Method in class net.minecraft.client.option.GameOptions
 
getGlintStrength() - Method in class net.minecraft.client.option.GameOptions
 
getGlintTranslucent() - Static method in class net.minecraft.client.render.RenderLayer
 
getGlobalDifficulty() - Method in class net.minecraft.world.LocalDifficulty
 
getGlowColorOverride() - Method in class net.minecraft.entity.decoration.DisplayEntity
 
getGlRef() - Method in class net.minecraft.client.gl.JsonEffectShaderProgram
getGlRef() - Method in class net.minecraft.client.gl.ShaderProgram
getGlRef() - Method in interface net.minecraft.client.gl.ShaderProgramSetupView
 
getGlRef() - Method in class net.minecraft.client.gl.ShaderStage
 
getGlType() - Method in enum class net.minecraft.client.gl.ShaderStage.Type
 
getGlType() - Method in enum class net.minecraft.client.render.VertexFormatElement.ComponentType
 
getGlyph(boolean) - Method in record class net.minecraft.client.font.FontStorage.GlyphPair
 
getGlyph(int) - Method in class net.minecraft.client.font.BitmapFont
getGlyph(int) - Method in class net.minecraft.client.font.BlankFont
getGlyph(int) - Method in interface net.minecraft.client.font.Font
 
getGlyph(int) - Method in class net.minecraft.client.font.SpaceFont
getGlyph(int) - Method in class net.minecraft.client.font.TrueTypeFont
getGlyph(int) - Method in class net.minecraft.client.font.UnihexFont
getGlyph(int, boolean) - Method in class net.minecraft.client.font.FontStorage
Returns the glyph of codePoint.
getGlyphRenderer(int) - Method in class net.minecraft.client.font.FontStorage
 
getGlyphRenderer(RenderableGlyph) - Method in class net.minecraft.client.font.FontStorage
 
getGlyphRenderer(RenderableGlyph) - Method in class net.minecraft.client.font.GlyphAtlasTexture
 
getGoal() - Method in class net.minecraft.entity.ai.goal.PrioritizedGoal
 
getGoals() - Method in class net.minecraft.entity.ai.goal.GoalSelector
 
getGoalSelector() - Method in class net.minecraft.entity.passive.BeeEntity
 
getGoatHornStack() - Method in class net.minecraft.entity.passive.GoatEntity
 
getGossip() - Method in class net.minecraft.entity.passive.VillagerEntity
 
getGpuUtilizationPercentage() - Method in class net.minecraft.client.MinecraftClient
 
getGraphicsMode() - Method in class net.minecraft.client.option.GameOptions
 
getGrassColor() - Method in class net.minecraft.world.biome.BiomeEffects
 
getGrassColor(BlockRenderView, BlockPos) - Static method in class net.minecraft.client.color.world.BiomeColors
 
getGrassColorAt(double, double) - Method in class net.minecraft.world.biome.Biome
 
getGrassColorModifier() - Method in class net.minecraft.world.biome.BiomeEffects
 
getGravity() - Method in class net.minecraft.entity.Entity
 
getGravity() - Method in class net.minecraft.entity.ExperienceOrbEntity
getGravity() - Method in class net.minecraft.entity.FallingBlockEntity
getGravity() - Method in class net.minecraft.entity.ItemEntity
getGravity() - Method in class net.minecraft.entity.LivingEntity
getGravity() - Method in class net.minecraft.entity.passive.SquidEntity
getGravity() - Method in class net.minecraft.entity.projectile.LlamaSpitEntity
getGravity() - Method in class net.minecraft.entity.projectile.PersistentProjectileEntity
getGravity() - Method in class net.minecraft.entity.projectile.ShulkerBulletEntity
getGravity() - Method in class net.minecraft.entity.projectile.thrown.ExperienceBottleEntity
getGravity() - Method in class net.minecraft.entity.projectile.thrown.PotionEntity
getGravity() - Method in class net.minecraft.entity.projectile.thrown.ThrownEntity
getGravity() - Method in class net.minecraft.entity.TntEntity
getGravity() - Method in class net.minecraft.entity.vehicle.AbstractMinecartEntity
getGravity() - Method in class net.minecraft.entity.vehicle.BoatEntity
getGravityFactor(BlockPos) - Method in class net.minecraft.util.math.GravityField.Point
 
getGreen() - Method in class net.minecraft.client.render.debug.GameTestDebugRenderer.Marker
 
getGreen(int) - Static method in class net.minecraft.util.math.ColorHelper.Abgr
 
getGreen(int) - Static method in class net.minecraft.util.math.ColorHelper.Argb
Returns the green value of argb.
getGreen(int, int) - Method in class net.minecraft.client.texture.NativeImage
 
getGreenBits() - Method in class net.minecraft.client.util.VideoMode
 
getGreenChannelOffset() - Method in enum class net.minecraft.client.texture.NativeImage.Format
 
getGreenOffset() - Method in enum class net.minecraft.client.texture.NativeImage.Format
 
getGridWidget() - Method in class net.minecraft.client.gui.widget.GridWidget.Adder
 
getGridWidth() - Method in class net.minecraft.client.gui.screen.option.TelemetryEventWidget
 
getGroundLevelDelta() - Method in class net.minecraft.structure.pool.StructurePoolElement
 
getGroundLevelDelta() - Method in class net.minecraft.structure.PoolStructurePiece
 
getGroup() - Method in class net.minecraft.client.particle.Particle
Returns the optional group that this particle belongs to.
getGroup() - Method in class net.minecraft.data.family.BlockFamily
 
getGroup() - Method in class net.minecraft.recipe.AbstractCookingRecipe
Returns a group this recipe belongs in, or an empty string.
getGroup() - Method in class net.minecraft.recipe.CuttingRecipe
Returns a group this recipe belongs in, or an empty string.
getGroup() - Method in interface net.minecraft.recipe.Recipe
Returns a group this recipe belongs in, or an empty string.
getGroup() - Method in class net.minecraft.recipe.ShapedRecipe
Returns a group this recipe belongs in, or an empty string.
getGroup() - Method in class net.minecraft.recipe.ShapelessRecipe
Returns a group this recipe belongs in, or an empty string.
getGroupForRecipe(RecipeEntry<?>) - Static method in class net.minecraft.client.recipebook.ClientRecipeBook
 
getGroups() - Static method in class net.minecraft.item.ItemGroups
 
getGroups() - Method in class net.minecraft.network.packet.s2c.common.SynchronizeTagsS2CPacket
 
getGroups(RecipeBookCategory) - Static method in enum class net.minecraft.client.recipebook.RecipeBookGroup
 
getGroupsSpawned() - Method in class net.minecraft.village.raid.Raid
 
getGroupsToDisplay() - Static method in class net.minecraft.item.ItemGroups
 
getGroupToCount() - Method in class net.minecraft.world.SpawnHelper.Info
 
getGrower() - Method in class net.minecraft.block.GlowLichenBlock
getGrower() - Method in class net.minecraft.block.MultifaceGrowthBlock
 
getGrower() - Method in class net.minecraft.block.SculkVeinBlock
getGrownState(BlockState, BlockState, Random) - Method in class net.minecraft.block.VineBlock
 
getGrowPos(BlockState, BlockView, BlockPos, Direction, Direction, LichenGrower.GrowPosPredicate) - Method in class net.minecraft.block.LichenGrower
 
getGrowPos(BlockPos, Direction, Direction) - Method in enum class net.minecraft.block.LichenGrower.GrowType
 
getGrowthAmount(World) - Method in class net.minecraft.block.BeetrootsBlock
getGrowthAmount(World) - Method in class net.minecraft.block.CropBlock
 
getGrowthAmount(World) - Method in class net.minecraft.block.TorchflowerBlock
getGrowthLength(Random) - Method in class net.minecraft.block.AbstractPlantStemBlock
 
getGrowthLength(Random) - Method in class net.minecraft.block.CaveVinesHeadBlock
getGrowthLength(Random) - Method in class net.minecraft.block.KelpBlock
getGrowthLength(Random) - Method in class net.minecraft.block.TwistingVinesBlock
getGrowthLength(Random) - Static method in class net.minecraft.block.VineLogic
 
getGrowthLength(Random) - Method in class net.minecraft.block.WeepingVinesBlock
getGrowTypes() - Method in interface net.minecraft.block.LichenGrower.GrowChecker
 
getGrowTypes() - Method in class net.minecraft.block.SculkVeinBlock.SculkVeinGrowChecker
getGui() - Static method in class net.minecraft.client.render.RenderLayer
 
getGuiAtlasManager() - Method in class net.minecraft.client.MinecraftClient
 
getGuiGhostRecipeOverlay() - Static method in class net.minecraft.client.render.RenderLayer
 
getGuiLight() - Method in class net.minecraft.client.render.model.json.JsonUnbakedModel
 
getGuiMetadata(Sprite) - Method in class net.minecraft.client.texture.GuiAtlasManager
 
getGuiOverlay() - Static method in class net.minecraft.client.render.RenderLayer
 
getGuiScale() - Method in class net.minecraft.client.option.GameOptions
 
getGuiTextHighlight() - Static method in class net.minecraft.client.render.RenderLayer
 
getHalfSectionHeight(int) - Method in class net.minecraft.world.gen.chunk.BlendingData
 
getHand() - Method in class net.minecraft.item.ItemUsageContext
 
getHand() - Method in class net.minecraft.network.packet.c2s.play.HandSwingC2SPacket
 
getHand() - Method in class net.minecraft.network.packet.c2s.play.PlayerInteractBlockC2SPacket
 
getHand() - Method in class net.minecraft.network.packet.c2s.play.PlayerInteractItemC2SPacket
 
getHand() - Method in class net.minecraft.network.packet.s2c.play.OpenWrittenBookS2CPacket
 
getHandItems() - Method in class net.minecraft.entity.decoration.ArmorStandEntity
getHandItems() - Method in class net.minecraft.entity.LivingEntity
 
getHandItems() - Method in class net.minecraft.entity.mob.MobEntity
getHandItems() - Method in class net.minecraft.entity.player.PlayerEntity
getHandle() - Method in class net.minecraft.client.render.entity.model.ShieldEntityModel
 
getHandle() - Method in class net.minecraft.client.util.Monitor
 
getHandle() - Method in class net.minecraft.client.util.Window
 
getHandler(EntitySelectorReader, String, int) - Static method in class net.minecraft.command.EntitySelectorOptions
 
getHandleTexture() - Method in class net.minecraft.client.gui.widget.SliderWidget
 
getHandPosOffset(Item) - Method in class net.minecraft.entity.Entity
Returns the offset of the hand that holds item.
getHandPossiblyHolding(LivingEntity, Item) - Static method in class net.minecraft.entity.projectile.ProjectileUtil
 
getHandRenderType(ClientPlayerEntity) - Static method in class net.minecraft.client.render.item.HeldItemRenderer
 
getHandSwingDuration() - Method in class net.minecraft.entity.LivingEntity
 
getHandSwingProgress(float) - Method in class net.minecraft.entity.LivingEntity
 
getHandSwingProgress(T, float) - Method in class net.minecraft.client.render.entity.LivingEntityRenderer
 
getHangingSign() - Static method in class net.minecraft.client.render.TexturedRenderLayers
 
getHangingSignTextureId(WoodType) - Static method in class net.minecraft.client.render.TexturedRenderLayers
 
getHangingState(int) - Static method in class net.minecraft.block.PropaguleBlock
 
getHardAttackInterval() - Method in class net.minecraft.entity.mob.AbstractSkeletonEntity
 
getHardAttackInterval() - Method in class net.minecraft.entity.mob.BoggedEntity
getHardness() - Method in class net.minecraft.block.AbstractBlock
 
getHardness(BlockView, BlockPos) - Method in class net.minecraft.block.AbstractBlock.AbstractBlockState
 
getHasteAmplifier(LivingEntity) - Static method in class net.minecraft.entity.effect.StatusEffectUtil
 
getHat() - Method in class net.minecraft.client.render.entity.model.IllagerEntityModel
 
getHatchStage(BlockState) - Method in class net.minecraft.block.SnifferEggBlock
 
getHatchTime(Random) - Static method in class net.minecraft.block.FrogspawnBlock
 
getHatType() - Method in class net.minecraft.client.render.entity.feature.VillagerResourceMetadata
 
getHatType(Object2ObjectMap<K, VillagerResourceMetadata.HatType>, String, DefaultedRegistry<K>, K) - Method in class net.minecraft.client.render.entity.feature.VillagerClothingFeatureRenderer
 
getHead() - Method in class net.minecraft.client.render.entity.model.BipedEntityModel
Gets the head model part.
getHead() - Method in class net.minecraft.client.render.entity.model.BreezeEntityModel
 
getHead() - Method in class net.minecraft.client.render.entity.model.CowEntityModel
 
getHead() - Method in class net.minecraft.client.render.entity.model.IllagerEntityModel
Gets the head model part.
getHead() - Method in interface net.minecraft.client.render.entity.model.ModelWithHead
Gets the head model part.
getHead() - Method in class net.minecraft.client.render.entity.model.ShulkerEntityModel
 
getHead() - Method in class net.minecraft.client.render.entity.model.SnowGolemEntityModel
 
getHead() - Method in class net.minecraft.client.render.entity.model.VillagerResemblingModel
Gets the head model part.
getHeadAndLimbs() - Method in class net.minecraft.client.render.entity.model.WardenEntityModel
 
getHeadAngle(float) - Method in class net.minecraft.entity.passive.SheepEntity
 
getHeadBlockState() - Method in class net.minecraft.block.entity.PistonBlockEntity
 
getHeadDownAnimation(float) - Method in class net.minecraft.entity.passive.CatEntity
 
getHeader(String) - Method in class net.minecraft.client.realms.Request
 
getHeader(HttpURLConnection, String) - Static method in class net.minecraft.client.realms.Request
 
getHeaderBuf() - Method in class net.minecraft.world.storage.RegionFile
 
getHeaderHeight() - Method in class net.minecraft.client.gui.widget.ThreePartsLayoutWidget
 
getHeaderIndex(StatType<?>) - Method in class net.minecraft.client.gui.screen.StatsScreen.ItemStatsListWidget
 
getHeadingText() - Method in record class net.minecraft.client.session.report.log.ReceivedMessage.ChatMessage
Returns the heading text used by Chat Selection screen.
getHeadParts() - Method in class net.minecraft.client.render.entity.model.AnimalModel
 
getHeadParts() - Method in class net.minecraft.client.render.entity.model.AxolotlEntityModel
getHeadParts() - Method in class net.minecraft.client.render.entity.model.BeeEntityModel
getHeadParts() - Method in class net.minecraft.client.render.entity.model.BipedEntityModel
getHeadParts() - Method in class net.minecraft.client.render.entity.model.ChickenEntityModel
getHeadParts() - Method in class net.minecraft.client.render.entity.model.ElytraEntityModel
getHeadParts() - Method in class net.minecraft.client.render.entity.model.FoxEntityModel
getHeadParts() - Method in class net.minecraft.client.render.entity.model.HoglinEntityModel
getHeadParts() - Method in class net.minecraft.client.render.entity.model.HorseEntityModel
getHeadParts() - Method in class net.minecraft.client.render.entity.model.OcelotEntityModel
getHeadParts() - Method in class net.minecraft.client.render.entity.model.QuadrupedEntityModel
getHeadParts() - Method in class net.minecraft.client.render.entity.model.TadpoleEntityModel
getHeadParts() - Method in class net.minecraft.client.render.entity.model.WolfEntityModel
getHeadPitch() - Method in class net.minecraft.entity.passive.GoatEntity
 
getHeadPitch(int) - Method in class net.minecraft.entity.boss.WitherEntity
 
getHeadRoll(float) - Method in class net.minecraft.entity.passive.FoxEntity
 
getHeadRollingTimeLeft() - Method in class net.minecraft.entity.passive.MerchantEntity
 
getHeadRotation() - Method in class net.minecraft.entity.decoration.ArmorStandEntity
 
getHeadShape(Direction, boolean) - Static method in class net.minecraft.block.PistonHeadBlock
 
getHeadShapes(boolean) - Static method in class net.minecraft.block.PistonHeadBlock
 
getHeadTexturedModelData() - Static method in class net.minecraft.client.render.block.entity.BedBlockEntityRenderer
 
getHeadTexturedModelData() - Static method in class net.minecraft.client.render.entity.model.SkullEntityModel
 
getHeadVerticalMovement() - Method in class net.minecraft.entity.boss.dragon.EnderDragonEntity
 
getHeadX(int) - Method in class net.minecraft.entity.boss.WitherEntity
 
getHeadY(int) - Method in class net.minecraft.entity.boss.WitherEntity
 
getHeadYaw() - Method in class net.minecraft.entity.Entity
Returns the head yaw of the entity.
getHeadYaw() - Method in class net.minecraft.entity.LivingEntity
Returns the head yaw of the entity.
getHeadYaw() - Method in class net.minecraft.network.packet.s2c.play.EntitySetHeadYawS2CPacket
 
getHeadYaw() - Method in class net.minecraft.network.packet.s2c.play.EntitySpawnS2CPacket
 
getHeadYaw(int) - Method in class net.minecraft.entity.boss.WitherEntity
 
getHeadZ(int) - Method in class net.minecraft.entity.boss.WitherEntity
 
getHealth() - Method in class net.minecraft.entity.LivingEntity
 
getHealth() - Method in class net.minecraft.network.packet.s2c.play.HealthUpdateS2CPacket
 
getHeartCount(LivingEntity) - Method in class net.minecraft.client.gui.hud.InGameHud
 
getHeartPitch(float) - Method in class net.minecraft.entity.mob.WardenEntity
 
getHeartRate() - Method in class net.minecraft.entity.mob.WardenEntity
 
getHeartRows(int) - Method in class net.minecraft.client.gui.hud.InGameHud
 
getHeight() - Static method in enum class com.mojang.blaze3d.platform.GlStateManager.Viewport
 
getHeight() - Method in class net.minecraft.block.entity.BeaconBlockEntity.BeamSegment
 
getHeight() - Method in class net.minecraft.block.entity.CrafterBlockEntity
Returns the height of the recipe grid.
getHeight() - Method in class net.minecraft.block.pattern.BlockPattern
 
getHeight() - Method in class net.minecraft.block.pattern.BlockPattern.Result
 
getHeight() - Method in interface net.minecraft.client.font.RenderableGlyph
 
getHeight() - Method in class net.minecraft.client.gui.hud.ChatHud
 
getHeight() - Method in class net.minecraft.client.gui.screen.report.AbuseReportReasonScreen
 
getHeight() - Method in class net.minecraft.client.gui.tooltip.BundleTooltipComponent
getHeight() - Method in class net.minecraft.client.gui.tooltip.OrderedTextTooltipComponent
getHeight() - Method in interface net.minecraft.client.gui.tooltip.TooltipComponent
 
getHeight() - Method in class net.minecraft.client.gui.widget.ClickableWidget
getHeight() - Method in class net.minecraft.client.gui.widget.DirectionalLayoutWidget
getHeight() - Method in class net.minecraft.client.gui.widget.EmptyWidget
getHeight() - Method in class net.minecraft.client.gui.widget.MultilineTextWidget
getHeight() - Method in class net.minecraft.client.gui.widget.ThreePartsLayoutWidget
getHeight() - Method in interface net.minecraft.client.gui.widget.Widget
 
getHeight() - Method in class net.minecraft.client.gui.widget.WrapperWidget
getHeight() - Method in class net.minecraft.client.gui.widget.WrapperWidget.WrappedElement
 
getHeight() - Method in class net.minecraft.client.render.chunk.ChunkRendererRegion
Returns the difference in the minimum and maximum height.
getHeight() - Method in class net.minecraft.client.texture.NativeImage
 
getHeight() - Method in class net.minecraft.client.texture.SpriteAtlasTexture
 
getHeight() - Method in class net.minecraft.client.texture.SpriteContents
getHeight() - Method in class net.minecraft.client.texture.TextureStitcher
 
getHeight() - Method in interface net.minecraft.client.texture.TextureStitcher.Stitchable
 
getHeight() - Method in class net.minecraft.client.toast.SystemToast
getHeight() - Method in interface net.minecraft.client.toast.Toast
 
getHeight() - Method in class net.minecraft.client.util.math.Rect2i
 
getHeight() - Method in class net.minecraft.client.util.VideoMode
 
getHeight() - Method in class net.minecraft.client.util.Window
 
getHeight() - Method in class net.minecraft.entity.decoration.painting.PaintingVariant
 
getHeight() - Method in class net.minecraft.entity.Entity
Returns the height of the entity's current dimension.
getHeight() - Method in class net.minecraft.entity.EntityType
 
getHeight() - Method in class net.minecraft.fluid.FluidState
 
getHeight() - Method in class net.minecraft.inventory.CraftingInventory
Returns the height of the recipe grid.
getHeight() - Method in interface net.minecraft.inventory.RecipeInputInventory
Returns the height of the recipe grid.
getHeight() - Method in class net.minecraft.recipe.ShapedRecipe
 
getHeight() - Method in class net.minecraft.world.chunk.Chunk
Returns the difference in the minimum and maximum height.
getHeight() - Method in class net.minecraft.world.chunk.ChunkCache
Returns the difference in the minimum and maximum height.
getHeight() - Method in class net.minecraft.world.chunk.light.LightingProvider
 
getHeight() - Method in class net.minecraft.world.ChunkRegion
Returns the difference in the minimum and maximum height.
getHeight() - Method in class net.minecraft.world.dimension.NetherPortal
 
getHeight() - Method in enum class net.minecraft.world.EmptyBlockView
Returns the difference in the minimum and maximum height.
getHeight() - Method in class net.minecraft.world.gen.feature.BasaltColumnsFeatureConfig
 
getHeight() - Method in class net.minecraft.world.gen.feature.EndSpikeFeature.Spike
 
getHeight() - Method in class net.minecraft.world.gen.feature.util.CaveSurface.Bounded
 
getHeight() - Method in class net.minecraft.world.gen.HeightContext
 
getHeight() - Method in interface net.minecraft.world.HeightLimitView
Returns the difference in the minimum and maximum height.
getHeight() - Method in interface net.minecraft.world.WorldView
Returns the difference in the minimum and maximum height.
getHeight(double) - Static method in class net.minecraft.client.gui.hud.ChatHud
 
getHeight(double) - Method in class net.minecraft.client.gui.hud.debug.DebugChart
 
getHeight(double) - Method in class net.minecraft.client.gui.hud.debug.PacketSizeChart
getHeight(double) - Method in class net.minecraft.client.gui.hud.debug.PingChart
getHeight(double) - Method in class net.minecraft.client.gui.hud.debug.RenderingChart
getHeight(double) - Method in class net.minecraft.client.gui.hud.debug.TickChart
getHeight(int, int, int) - Method in class net.minecraft.world.gen.chunk.BlendingData
 
getHeight(int, int, Heightmap.Type, HeightLimitView, NoiseConfig) - Method in class net.minecraft.world.gen.chunk.ChunkGenerator
Returns the raw noise height of a column for use in structure generation.
getHeight(int, int, Heightmap.Type, HeightLimitView, NoiseConfig) - Method in class net.minecraft.world.gen.chunk.DebugChunkGenerator
Returns the raw noise height of a column for use in structure generation.
getHeight(int, int, Heightmap.Type, HeightLimitView, NoiseConfig) - Method in class net.minecraft.world.gen.chunk.FlatChunkGenerator
Returns the raw noise height of a column for use in structure generation.
getHeight(int, int, Heightmap.Type, HeightLimitView, NoiseConfig) - Method in class net.minecraft.world.gen.chunk.NoiseChunkGenerator
Returns the raw noise height of a column for use in structure generation.
getHeight(FluidState) - Method in class net.minecraft.fluid.EmptyFluid
getHeight(FluidState) - Method in class net.minecraft.fluid.FlowableFluid
getHeight(FluidState) - Method in class net.minecraft.fluid.Fluid
 
getHeight(FluidState, BlockView, BlockPos) - Method in class net.minecraft.fluid.EmptyFluid
getHeight(FluidState, BlockView, BlockPos) - Method in class net.minecraft.fluid.FlowableFluid
getHeight(FluidState, BlockView, BlockPos) - Method in class net.minecraft.fluid.Fluid
 
getHeight(Random) - Method in class net.minecraft.world.gen.feature.HugeMushroomFeature
 
getHeight(Random) - Method in class net.minecraft.world.gen.trunk.TrunkPlacer
 
getHeight(Random, int, int, float, int, DripstoneClusterFeatureConfig) - Method in class net.minecraft.world.gen.feature.DripstoneClusterFeature
 
getHeight(BlockView, BlockPos) - Method in class net.minecraft.fluid.FluidState
 
getHeightExpansion() - Method in class net.minecraft.entity.ai.brain.sensor.BreezeAttackablesSensor
getHeightExpansion() - Method in class net.minecraft.entity.ai.brain.sensor.NearestLivingEntitiesSensor
 
getHeightExpansion() - Method in class net.minecraft.entity.ai.brain.sensor.WardenAttackablesSensor
getHeightInGround(int, int, Heightmap.Type, HeightLimitView, NoiseConfig) - Method in class net.minecraft.world.gen.chunk.ChunkGenerator
 
getHeightLimitView() - Method in class net.minecraft.world.chunk.Chunk
 
getHeightLimitView() - Method in class net.minecraft.world.chunk.ProtoChunk
getHeightmap() - Method in class net.minecraft.network.packet.s2c.play.ChunkData
 
getHeightmap(CommandContext<ServerCommandSource>, String) - Static method in class net.minecraft.command.argument.HeightmapArgumentType
 
getHeightmap(Heightmap.Type) - Method in class net.minecraft.world.chunk.Chunk
 
getHeightmap(Heightmap.Type) - Method in class net.minecraft.world.chunk.WrapperProtoChunk
getHeightmaps() - Method in class net.minecraft.world.chunk.Chunk
 
getHeightmapType(EntityType<?>) - Static method in class net.minecraft.entity.SpawnRestriction
 
getHeightmapType(RuinedPortalStructurePiece.VerticalPlacement) - Static method in class net.minecraft.structure.RuinedPortalStructurePiece
 
getHeightmapTypes() - Static method in class net.minecraft.command.argument.HeightmapArgumentType
 
getHeightmapTypes() - Method in class net.minecraft.world.chunk.ChunkStatus
 
getHeightOnGround(int, int, Heightmap.Type, HeightLimitView, NoiseConfig) - Method in class net.minecraft.world.gen.chunk.ChunkGenerator
 
getHeightPixels() - Method in class net.minecraft.entity.decoration.AbstractDecorationEntity
 
getHeightPixels() - Method in class net.minecraft.entity.decoration.ItemFrameEntity
getHeightPixels() - Method in class net.minecraft.entity.decoration.LeashKnotEntity
getHeightPixels() - Method in class net.minecraft.entity.decoration.painting.PaintingEntity
getHeldItem(ServerCommandSource, EquipmentSlot) - Static method in class net.minecraft.server.command.LootCommand
 
getHeldItemRenderer() - Method in class net.minecraft.client.render.entity.EntityRenderDispatcher
 
getHeldItemRenderer() - Method in class net.minecraft.client.render.entity.EntityRendererFactory.Context
 
getHeldItemStack() - Method in class net.minecraft.entity.decoration.ItemFrameEntity
 
getHeldProjectile(LivingEntity, Predicate<ItemStack>) - Static method in class net.minecraft.item.RangedWeaponItem
 
getHeldProjectiles() - Method in class net.minecraft.item.CrossbowItem
getHeldProjectiles() - Method in class net.minecraft.item.RangedWeaponItem
 
getHeldStacks() - Method in class net.minecraft.block.entity.BarrelBlockEntity
getHeldStacks() - Method in class net.minecraft.block.entity.ChestBlockEntity
getHeldStacks() - Method in class net.minecraft.block.entity.CrafterBlockEntity
 
getHeldStacks() - Method in class net.minecraft.block.entity.DispenserBlockEntity
getHeldStacks() - Method in class net.minecraft.block.entity.HopperBlockEntity
getHeldStacks() - Method in class net.minecraft.block.entity.LootableContainerBlockEntity
 
getHeldStacks() - Method in class net.minecraft.block.entity.ShulkerBoxBlockEntity
getHeldStacks() - Method in class net.minecraft.inventory.CraftingInventory
Returns the stacks held by the inventory.
getHeldStacks() - Method in interface net.minecraft.inventory.RecipeInputInventory
Returns the stacks held by the inventory.
getHeldStacks() - Method in class net.minecraft.inventory.SimpleInventory
 
getHeldType() - Method in class net.minecraft.nbt.AbstractNbtList
Gets the type of element that this list holds.
getHeldType() - Method in class net.minecraft.nbt.NbtByteArray
Gets the type of element that this list holds.
getHeldType() - Method in class net.minecraft.nbt.NbtIntArray
Gets the type of element that this list holds.
getHeldType() - Method in class net.minecraft.nbt.NbtList
Gets the type of element that this list holds.
getHeldType() - Method in class net.minecraft.nbt.NbtLongArray
Gets the type of element that this list holds.
getHexCode() - Method in class net.minecraft.text.TextColor
 
getHexDigitValue(int, byte) - Static method in class net.minecraft.client.font.UnihexFont
 
getHexDigitValue(int, ByteList, int) - Static method in class net.minecraft.client.font.UnihexFont
 
getHiddenGene() - Method in class net.minecraft.entity.passive.PandaEntity
 
getHiddenPlayers() - Method in class net.minecraft.client.network.SocialInteractionsManager
 
getHideLightningFlashes() - Method in class net.minecraft.client.option.GameOptions
 
getHideMatchedNames() - Method in class net.minecraft.client.option.GameOptions
 
getHideSplashTexts() - Method in class net.minecraft.client.option.GameOptions
 
getHighContrast() - Method in class net.minecraft.client.option.GameOptions
 
getHighestNonEmptySection() - Method in class net.minecraft.world.chunk.Chunk
 
getHighestNonEmptySectionYOffset() - Method in class net.minecraft.world.chunk.Chunk
Deprecated, for removal: This API element is subject to removal in a future version.
getHighestY(StructureTemplateManager) - Method in class net.minecraft.structure.pool.StructurePool
 
getHighSpeedSplashSound() - Method in class net.minecraft.entity.Entity
 
getHighSpeedSplashSound() - Method in class net.minecraft.entity.player.PlayerEntity
getHinge(ItemPlacementContext) - Method in class net.minecraft.block.DoorBlock
 
getHistory() - Method in class net.minecraft.client.util.CommandHistoryManager
 
getHitbox() - Method in class net.minecraft.entity.LivingEntity
Gets the area in which this entity can be attacked by mobs whose attack box overlaps it.
getHitDirection() - Method in class net.minecraft.block.entity.BrushableBlockEntity
 
getHitPos() - Method in class net.minecraft.item.ItemUsageContext
 
getHitPos(BlockHitResult, Direction) - Static method in class net.minecraft.block.ChiseledBookshelfBlock
 
getHitResult() - Method in class net.minecraft.item.ItemUsageContext
 
getHitResult(PlayerEntity) - Method in class net.minecraft.item.BrushItem
 
getHitSound() - Method in class net.minecraft.entity.projectile.PersistentProjectileEntity
 
getHitSound() - Method in class net.minecraft.entity.projectile.TridentEntity
getHitSound() - Method in class net.minecraft.sound.BlockSoundGroup
 
getHivePos() - Method in class net.minecraft.entity.passive.BeeEntity
 
getHoglinTarget() - Method in class net.minecraft.entity.mob.ZoglinEntity
 
getHolder() - Method in class net.minecraft.item.ItemStack
Returns the entity that holds the stack, or null if inapplicable.
getHoldingEntity() - Method in class net.minecraft.entity.mob.MobEntity
 
getHoldingEntityId() - Method in class net.minecraft.network.packet.s2c.play.EntityAttachS2CPacket
 
getHomePos() - Method in class net.minecraft.entity.passive.TurtleEntity
 
getHoneyLevel(BlockState) - Static method in class net.minecraft.block.entity.BeehiveBlockEntity
 
getHookedEntity() - Method in class net.minecraft.entity.projectile.FishingBobberEntity
 
getHopperX() - Method in interface net.minecraft.block.entity.Hopper
 
getHopperX() - Method in class net.minecraft.block.entity.HopperBlockEntity
getHopperX() - Method in class net.minecraft.entity.vehicle.HopperMinecartEntity
getHopperY() - Method in interface net.minecraft.block.entity.Hopper
 
getHopperY() - Method in class net.minecraft.block.entity.HopperBlockEntity
getHopperY() - Method in class net.minecraft.entity.vehicle.HopperMinecartEntity
getHopperZ() - Method in interface net.minecraft.block.entity.Hopper
 
getHopperZ() - Method in class net.minecraft.block.entity.HopperBlockEntity
getHopperZ() - Method in class net.minecraft.entity.vehicle.HopperMinecartEntity
getHorizonShadingRatio() - Method in class net.minecraft.client.world.ClientWorld.Properties
 
getHorizontal() - Method in enum class net.minecraft.util.math.Direction
 
getHorizontalCellBlockCount() - Method in class net.minecraft.world.gen.chunk.ChunkNoiseSampler
 
getHorizontalDistance(PathNode) - Method in class net.minecraft.entity.ai.pathing.PathNode
 
getHorizontalExpansion() - Method in class net.minecraft.entity.ai.brain.sensor.BreezeAttackablesSensor
getHorizontalExpansion() - Method in class net.minecraft.entity.ai.brain.sensor.NearestLivingEntitiesSensor
 
getHorizontalExpansion() - Method in class net.minecraft.entity.ai.brain.sensor.WardenAttackablesSensor
getHorizontalFacing() - Method in class net.minecraft.block.entity.DecoratedPotBlockEntity
 
getHorizontalFacing() - Method in class net.minecraft.entity.decoration.AbstractDecorationEntity
getHorizontalFacing() - Method in class net.minecraft.entity.Entity
 
getHorizontalPlane() - Method in class net.minecraft.client.render.Camera
 
getHorizontalPlayerFacing() - Method in class net.minecraft.item.AutomaticItemPlacementContext
Returns the horizontal facing direction of the player.
getHorizontalPlayerFacing() - Method in class net.minecraft.item.ItemUsageContext
Returns the horizontal facing direction of the player.
getHorse(LocalDifficulty) - Method in class net.minecraft.entity.ai.goal.SkeletonHorseTrapTriggerGoal
 
getHorseFlag(int) - Method in class net.minecraft.entity.passive.AbstractHorseEntity
 
getHorseId() - Method in class net.minecraft.network.packet.s2c.play.OpenHorseScreenS2CPacket
 
getHorseVariant() - Method in class net.minecraft.entity.passive.HorseEntity
 
getHostAddress() - Method in interface net.minecraft.client.network.Address
 
getHostname() - Method in interface net.minecraft.server.dedicated.DedicatedServer
 
getHostname() - Method in class net.minecraft.server.dedicated.MinecraftDedicatedServer
getHostName() - Method in interface net.minecraft.client.network.Address
 
getHostProfile() - Method in class net.minecraft.server.MinecraftServer
 
getHotbarSize() - Static method in class net.minecraft.entity.player.PlayerInventory
 
getHoveredEntry() - Method in class net.minecraft.client.gui.widget.EntryListWidget
 
getHoveredWidget(double, double) - Method in class net.minecraft.client.gui.widget.OptionListWidget
 
getHoverEvent() - Method in class net.minecraft.entity.Entity
Returns the hover event referencing this entity.
getHoverEvent() - Method in class net.minecraft.text.Style
Returns the hover event of this style.
getHumanReadableName(String) - Static method in interface net.minecraft.util.profiler.ProfileResult
 
getHumidityDescription(double) - Method in class net.minecraft.world.biome.source.util.VanillaBiomeParameters
 
getHumidityParameters() - Method in class net.minecraft.world.biome.source.util.VanillaBiomeParameters
 
getHunger() - Method in class net.minecraft.item.FoodComponent
Gets the amount of hunger a food item will fill.
getHungerManager() - Method in class net.minecraft.entity.player.PlayerEntity
 
getHurtBy() - Method in class net.minecraft.entity.mob.BreezeEntity
 
getHurtSound(DamageSource) - Method in class net.minecraft.entity.boss.dragon.EnderDragonEntity
getHurtSound(DamageSource) - Method in class net.minecraft.entity.boss.WitherEntity
getHurtSound(DamageSource) - Method in class net.minecraft.entity.decoration.ArmorStandEntity
getHurtSound(DamageSource) - Method in class net.minecraft.entity.LivingEntity
 
getHurtSound(DamageSource) - Method in class net.minecraft.entity.mob.BlazeEntity
getHurtSound(DamageSource) - Method in class net.minecraft.entity.mob.BoggedEntity
getHurtSound(DamageSource) - Method in class net.minecraft.entity.mob.BreezeEntity
getHurtSound(DamageSource) - Method in class net.minecraft.entity.mob.CreeperEntity
getHurtSound(DamageSource) - Method in class net.minecraft.entity.mob.DrownedEntity
getHurtSound(DamageSource) - Method in class net.minecraft.entity.mob.ElderGuardianEntity
getHurtSound(DamageSource) - Method in class net.minecraft.entity.mob.EndermanEntity
getHurtSound(DamageSource) - Method in class net.minecraft.entity.mob.EndermiteEntity
getHurtSound(DamageSource) - Method in class net.minecraft.entity.mob.EvokerEntity
getHurtSound(DamageSource) - Method in class net.minecraft.entity.mob.GhastEntity
getHurtSound(DamageSource) - Method in class net.minecraft.entity.mob.GuardianEntity
getHurtSound(DamageSource) - Method in class net.minecraft.entity.mob.HoglinEntity
getHurtSound(DamageSource) - Method in class net.minecraft.entity.mob.HostileEntity
getHurtSound(DamageSource) - Method in class net.minecraft.entity.mob.HuskEntity
getHurtSound(DamageSource) - Method in class net.minecraft.entity.mob.IllusionerEntity
getHurtSound(DamageSource) - Method in class net.minecraft.entity.mob.MagmaCubeEntity
getHurtSound(DamageSource) - Method in class net.minecraft.entity.mob.PhantomEntity
getHurtSound(DamageSource) - Method in class net.minecraft.entity.mob.PiglinBruteEntity
getHurtSound(DamageSource) - Method in class net.minecraft.entity.mob.PiglinEntity
getHurtSound(DamageSource) - Method in class net.minecraft.entity.mob.PillagerEntity
getHurtSound(DamageSource) - Method in class net.minecraft.entity.mob.RavagerEntity
getHurtSound(DamageSource) - Method in class net.minecraft.entity.mob.ShulkerEntity
getHurtSound(DamageSource) - Method in class net.minecraft.entity.mob.SilverfishEntity
getHurtSound(DamageSource) - Method in class net.minecraft.entity.mob.SkeletonEntity
getHurtSound(DamageSource) - Method in class net.minecraft.entity.mob.SkeletonHorseEntity
getHurtSound(DamageSource) - Method in class net.minecraft.entity.mob.SlimeEntity
getHurtSound(DamageSource) - Method in class net.minecraft.entity.mob.SpiderEntity
getHurtSound(DamageSource) - Method in class net.minecraft.entity.mob.StrayEntity
getHurtSound(DamageSource) - Method in class net.minecraft.entity.mob.VexEntity
getHurtSound(DamageSource) - Method in class net.minecraft.entity.mob.VindicatorEntity
getHurtSound(DamageSource) - Method in class net.minecraft.entity.mob.WardenEntity
getHurtSound(DamageSource) - Method in class net.minecraft.entity.mob.WitchEntity
getHurtSound(DamageSource) - Method in class net.minecraft.entity.mob.WitherSkeletonEntity
getHurtSound(DamageSource) - Method in class net.minecraft.entity.mob.ZoglinEntity
getHurtSound(DamageSource) - Method in class net.minecraft.entity.mob.ZombieEntity
getHurtSound(DamageSource) - Method in class net.minecraft.entity.mob.ZombieHorseEntity
getHurtSound(DamageSource) - Method in class net.minecraft.entity.mob.ZombieVillagerEntity
getHurtSound(DamageSource) - Method in class net.minecraft.entity.mob.ZombifiedPiglinEntity
getHurtSound(DamageSource) - Method in class net.minecraft.entity.passive.AllayEntity
getHurtSound(DamageSource) - Method in class net.minecraft.entity.passive.ArmadilloEntity
getHurtSound(DamageSource) - Method in class net.minecraft.entity.passive.AxolotlEntity
getHurtSound(DamageSource) - Method in class net.minecraft.entity.passive.BatEntity
getHurtSound(DamageSource) - Method in class net.minecraft.entity.passive.BeeEntity
getHurtSound(DamageSource) - Method in class net.minecraft.entity.passive.CamelEntity
getHurtSound(DamageSource) - Method in class net.minecraft.entity.passive.CatEntity
getHurtSound(DamageSource) - Method in class net.minecraft.entity.passive.ChickenEntity
getHurtSound(DamageSource) - Method in class net.minecraft.entity.passive.CodEntity
getHurtSound(DamageSource) - Method in class net.minecraft.entity.passive.CowEntity
getHurtSound(DamageSource) - Method in class net.minecraft.entity.passive.DolphinEntity
getHurtSound(DamageSource) - Method in class net.minecraft.entity.passive.DonkeyEntity
getHurtSound(DamageSource) - Method in class net.minecraft.entity.passive.FoxEntity
getHurtSound(DamageSource) - Method in class net.minecraft.entity.passive.FrogEntity
getHurtSound(DamageSource) - Method in class net.minecraft.entity.passive.GlowSquidEntity
getHurtSound(DamageSource) - Method in class net.minecraft.entity.passive.GoatEntity
getHurtSound(DamageSource) - Method in class net.minecraft.entity.passive.GolemEntity
getHurtSound(DamageSource) - Method in class net.minecraft.entity.passive.HorseEntity
getHurtSound(DamageSource) - Method in class net.minecraft.entity.passive.IronGolemEntity
getHurtSound(DamageSource) - Method in class net.minecraft.entity.passive.LlamaEntity
getHurtSound(DamageSource) - Method in class net.minecraft.entity.passive.MuleEntity
getHurtSound(DamageSource) - Method in class net.minecraft.entity.passive.OcelotEntity
getHurtSound(DamageSource) - Method in class net.minecraft.entity.passive.PandaEntity
getHurtSound(DamageSource) - Method in class net.minecraft.entity.passive.ParrotEntity
getHurtSound(DamageSource) - Method in class net.minecraft.entity.passive.PigEntity
getHurtSound(DamageSource) - Method in class net.minecraft.entity.passive.PolarBearEntity
getHurtSound(DamageSource) - Method in class net.minecraft.entity.passive.PufferfishEntity
getHurtSound(DamageSource) - Method in class net.minecraft.entity.passive.RabbitEntity
getHurtSound(DamageSource) - Method in class net.minecraft.entity.passive.SalmonEntity
getHurtSound(DamageSource) - Method in class net.minecraft.entity.passive.SheepEntity
getHurtSound(DamageSource) - Method in class net.minecraft.entity.passive.SnifferEntity
getHurtSound(DamageSource) - Method in class net.minecraft.entity.passive.SnowGolemEntity
getHurtSound(DamageSource) - Method in class net.minecraft.entity.passive.SquidEntity
getHurtSound(DamageSource) - Method in class net.minecraft.entity.passive.StriderEntity
getHurtSound(DamageSource) - Method in class net.minecraft.entity.passive.TadpoleEntity
getHurtSound(DamageSource) - Method in class net.minecraft.entity.passive.TropicalFishEntity
getHurtSound(DamageSource) - Method in class net.minecraft.entity.passive.TurtleEntity
getHurtSound(DamageSource) - Method in class net.minecraft.entity.passive.VillagerEntity
getHurtSound(DamageSource) - Method in class net.minecraft.entity.passive.WanderingTraderEntity
getHurtSound(DamageSource) - Method in class net.minecraft.entity.passive.WolfEntity
getHurtSound(DamageSource) - Method in class net.minecraft.entity.player.PlayerEntity
getIcon() - Method in class net.minecraft.advancement.AdvancementDisplay
 
getIcon() - Method in class net.minecraft.item.ItemGroup
 
getIcon(ResourcePack, String) - Method in enum class net.minecraft.client.util.Icons
 
getIconFile() - Method in class net.minecraft.server.MinecraftServer
 
getIconFile() - Method in class net.minecraft.world.level.storage.LevelStorage.Session
 
getIconId() - Method in class net.minecraft.client.gui.screen.pack.ResourcePackOrganizer.AbstractPack
getIconId() - Method in interface net.minecraft.client.gui.screen.pack.ResourcePackOrganizer.Pack
 
getIconPath() - Method in record class net.minecraft.world.level.storage.LevelStorage.LevelSave
 
getIconPath() - Method in class net.minecraft.world.level.storage.LevelSummary
 
getIcons() - Method in enum class net.minecraft.client.recipebook.RecipeBookGroup
 
getIcons() - Method in class net.minecraft.item.map.MapState
 
getIcons(ResourcePack) - Method in enum class net.minecraft.client.util.Icons
 
getIconType() - Method in record class net.minecraft.item.map.MapBannerMarker
 
getId() - Method in class net.minecraft.client.font.FontStorage
 
getId() - Method in enum class net.minecraft.client.option.AttackIndicator
getId() - Method in enum class net.minecraft.client.option.CloudRenderMode
getId() - Method in enum class net.minecraft.client.option.GraphicsMode
getId() - Method in enum class net.minecraft.client.option.NarratorMode
Returns the unique int ID of this mode.
getId() - Method in enum class net.minecraft.client.option.ParticlesMode
getId() - Method in enum class net.minecraft.client.realms.gui.screen.RealmsWorldGeneratorType
 
getId() - Method in enum class net.minecraft.client.render.ChunkBuilderMode
getId() - Method in class net.minecraft.client.render.entity.model.EntityModelLayer
 
getId() - Method in enum class net.minecraft.client.render.entity.PlayerModelPart
 
getId() - Method in enum class net.minecraft.client.render.FogShape
 
getId() - Method in class net.minecraft.client.render.RenderPhase.Texture
getId() - Method in class net.minecraft.client.render.RenderPhase.TextureBase
 
getId() - Method in class net.minecraft.client.render.RenderPhase.Textures
getId() - Method in enum class net.minecraft.client.session.report.AbuseReportReason
 
getId() - Method in class net.minecraft.client.session.telemetry.TelemetryEventType
 
getId() - Method in class net.minecraft.client.sound.AbstractSoundInstance
getId() - Method in interface net.minecraft.client.sound.SoundInstance
 
getId() - Method in class net.minecraft.client.texture.SpriteAtlasTexture
 
getId() - Method in class net.minecraft.client.texture.SpriteContents
getId() - Method in interface net.minecraft.client.texture.TextureStitcher.Stitchable
 
getId() - Method in enum class net.minecraft.component.type.FireworkExplosionComponent.Type
 
getId() - Method in enum class net.minecraft.component.type.MapPostProcessingComponent
 
getId() - Method in class net.minecraft.entity.ai.brain.Activity
 
getId() - Method in class net.minecraft.entity.attribute.EntityAttributeModifier
 
getId() - Method in enum class net.minecraft.entity.attribute.EntityAttributeModifier.Operation
 
getId() - Method in class net.minecraft.entity.boss.CommandBossBar
 
getId() - Method in class net.minecraft.entity.Entity
Returns the network ID of this entity.
getId() - Method in enum class net.minecraft.entity.passive.AxolotlEntity.Variant
 
getId() - Method in enum class net.minecraft.entity.passive.FoxEntity.Type
 
getId() - Method in enum class net.minecraft.entity.passive.HorseColor
 
getId() - Method in enum class net.minecraft.entity.passive.HorseMarking
 
getId() - Method in enum class net.minecraft.entity.passive.PandaEntity.Gene
 
getId() - Method in enum class net.minecraft.entity.passive.ParrotEntity.Variant
 
getId() - Method in enum class net.minecraft.entity.passive.RabbitEntity.RabbitType
 
getId() - Method in record class net.minecraft.entity.passive.TropicalFishEntity.Variant
 
getId() - Method in enum class net.minecraft.entity.passive.TropicalFishEntity.Variety
 
getId() - Method in interface net.minecraft.GameVersion
 
getId() - Method in enum class net.minecraft.item.map.MapIcon.Type
 
getId() - Method in class net.minecraft.loot.context.LootContextParameter
 
getId() - Method in class net.minecraft.loot.LootDataType
 
getId() - Method in class net.minecraft.MinecraftVersion
getId() - Method in enum class net.minecraft.network.message.ChatVisibility
getId() - Method in enum class net.minecraft.network.NetworkPhase
 
getId() - Method in record class net.minecraft.network.packet.BrandCustomPayload
getId() - Method in class net.minecraft.network.packet.c2s.common.KeepAliveC2SPacket
 
getId() - Method in enum class net.minecraft.network.packet.c2s.handshake.ConnectionIntent
 
getId() - Method in interface net.minecraft.network.packet.CustomPayload
 
getId() - Method in class net.minecraft.network.packet.s2c.common.KeepAliveS2CPacket
 
getId() - Method in record class net.minecraft.network.packet.s2c.custom.DebugBeeCustomPayload
getId() - Method in record class net.minecraft.network.packet.s2c.custom.DebugBrainCustomPayload
getId() - Method in record class net.minecraft.network.packet.s2c.custom.DebugBreezeCustomPayload
getId() - Method in record class net.minecraft.network.packet.s2c.custom.DebugGameEventCustomPayload
getId() - Method in record class net.minecraft.network.packet.s2c.custom.DebugGameEventListenersCustomPayload
getId() - Method in record class net.minecraft.network.packet.s2c.custom.DebugGameTestAddMarkerCustomPayload
getId() - Method in record class net.minecraft.network.packet.s2c.custom.DebugGameTestClearCustomPayload
getId() - Method in record class net.minecraft.network.packet.s2c.custom.DebugGoalSelectorCustomPayload
getId() - Method in record class net.minecraft.network.packet.s2c.custom.DebugHiveCustomPayload
getId() - Method in record class net.minecraft.network.packet.s2c.custom.DebugNeighborsUpdateCustomPayload
getId() - Method in record class net.minecraft.network.packet.s2c.custom.DebugPathCustomPayload
getId() - Method in record class net.minecraft.network.packet.s2c.custom.DebugPoiAddedCustomPayload
getId() - Method in record class net.minecraft.network.packet.s2c.custom.DebugPoiRemovedCustomPayload
getId() - Method in record class net.minecraft.network.packet.s2c.custom.DebugPoiTicketCountCustomPayload
getId() - Method in record class net.minecraft.network.packet.s2c.custom.DebugRaidsCustomPayload
getId() - Method in record class net.minecraft.network.packet.s2c.custom.DebugStructuresCustomPayload
getId() - Method in record class net.minecraft.network.packet.s2c.custom.DebugVillageSectionsCustomPayload
getId() - Method in record class net.minecraft.network.packet.s2c.custom.DebugWorldgenAttemptCustomPayload
getId() - Method in class net.minecraft.network.packet.s2c.play.EntityAnimationS2CPacket
 
getId() - Method in class net.minecraft.network.packet.s2c.play.EntityEquipmentUpdateS2CPacket
 
getId() - Method in class net.minecraft.network.packet.s2c.play.EntityPassengersSetS2CPacket
 
getId() - Method in class net.minecraft.network.packet.s2c.play.EntityPositionS2CPacket
 
getId() - Method in class net.minecraft.network.packet.s2c.play.EntitySpawnS2CPacket
 
getId() - Method in class net.minecraft.network.packet.s2c.play.EntityVelocityUpdateS2CPacket
 
getId() - Method in class net.minecraft.network.packet.s2c.play.ExperienceOrbSpawnS2CPacket
 
getId() - Method in record class net.minecraft.network.packet.UnknownCustomPayload
getId() - Method in interface net.minecraft.resource.ResourcePack
 
getId() - Method in class net.minecraft.resource.ResourcePackProfile
 
getId() - Method in class net.minecraft.SaveVersion
Returns the integer data version of this save version.
getId() - Method in enum class net.minecraft.scoreboard.ScoreboardDisplaySlot
 
getId() - Method in class net.minecraft.server.function.LazyContainer
 
getId() - Method in class net.minecraft.server.rcon.QueryResponseHandler.Query
 
getId() - Method in class net.minecraft.sound.SoundEvent
 
getId() - Method in class net.minecraft.structure.EndCityGenerator.Piece
getId() - Method in enum class net.minecraft.structure.pool.StructurePool.Projection
 
getId() - Method in enum class net.minecraft.structure.RuinedPortalStructurePiece.VerticalPlacement
 
getId() - Method in class net.minecraft.structure.SimpleStructurePiece
 
getId() - Method in class net.minecraft.structure.WoodlandMansionGenerator.Piece
getId() - Method in enum class net.minecraft.util.Arm
getId() - Method in enum class net.minecraft.util.DyeColor
Returns the integer ID of the dye color.
getId() - Method in enum class net.minecraft.util.math.Direction
 
getId() - Method in interface net.minecraft.util.TranslatableOption
 
getId() - Method in enum class net.minecraft.world.Difficulty
 
getId() - Method in interface net.minecraft.world.entity.EntityLike
Returns the network ID of this entity.
getId() - Method in enum class net.minecraft.world.GameMode
 
getId() - Method in class net.minecraft.world.storage.ChunkCompressionFormat
 
getId() - Method in class net.minecraft.world.timer.TimerCallback.Serializer
 
getId(String) - Static method in class net.minecraft.structure.EndCityGenerator.Piece
 
getId(String) - Static method in class net.minecraft.structure.WoodlandMansionGenerator.Piece
 
getId(Block) - Static method in class net.minecraft.data.client.TextureMap
 
getId(BlockState) - Method in class net.minecraft.structure.StructureTemplate.Palette
 
getId(BlockEntityType<?>) - Static method in class net.minecraft.block.entity.BlockEntityType
Returns the block entity type's ID, or null if it is unregistered.
getId(TrackedDataHandler<?>) - Static method in class net.minecraft.entity.data.TrackedDataHandlerRegistry
 
getId(EntityType<?>) - Static method in class net.minecraft.entity.EntityType
 
getId(Item) - Static method in class net.minecraft.data.client.TextureMap
 
getId(GameMode) - Static method in enum class net.minecraft.world.GameMode
 
getId(T) - Method in interface net.minecraft.registry.DefaultedRegistry
Returns the ID assigned to value, or null if it is not registered.
getId(T) - Method in interface net.minecraft.registry.Registry
Returns the ID assigned to value, or null if it is not registered.
getId(T) - Method in class net.minecraft.registry.SimpleDefaultedRegistry
Returns the ID assigned to value, or null if it is not registered.
getId(T) - Method in class net.minecraft.registry.SimpleRegistry
Returns the ID assigned to value, or null if it is not registered.
getIdAsString() - Method in interface net.minecraft.registry.entry.RegistryEntry
 
getIdealIndex(K) - Method in class net.minecraft.util.collection.Int2ObjectBiMap
 
getIdentifiedFunctions(CommandContext<ServerCommandSource>) - Method in interface net.minecraft.command.argument.CommandFunctionArgumentType.FunctionArgument
 
getIdentifiedFunctions(CommandContext<ServerCommandSource>, String) - Static method in class net.minecraft.command.argument.CommandFunctionArgumentType
 
getIdentifier() - Method in class net.minecraft.client.sound.Sound
 
getIdentifier(CommandContext<ServerCommandSource>, String) - Static method in class net.minecraft.command.argument.IdentifierArgumentType
 
getIdentifierPredicate() - Method in class net.minecraft.resource.metadata.BlockEntry
 
getIdentifierType() - Static method in class net.minecraft.datafixer.schema.IdentifierNormalizingSchema
 
getIdForCodec() - Method in class net.minecraft.registry.tag.TagEntry
 
getIdFromIndex(int) - Method in class net.minecraft.util.collection.Int2ObjectBiMap
 
getIdleTasks() - Static method in class net.minecraft.entity.mob.PiglinBruteBrain
 
getIds() - Method in class net.minecraft.command.DataCommandStorage
 
getIds() - Method in class net.minecraft.entity.boss.BossBarManager
 
getIds() - Method in interface net.minecraft.registry.Registry
Returns the set of all IDs registered in a registry.
getIds() - Method in class net.minecraft.registry.SimpleRegistry
Returns the set of all IDs registered in a registry.
getIds() - Method in class net.minecraft.resource.ResourcePackManager
 
getIds(String) - Method in class net.minecraft.command.DataCommandStorage.PersistentState
 
getIds(LootDataType<?>) - Method in class net.minecraft.loot.LootManager
 
getIdString() - Method in class net.minecraft.command.argument.ItemStackArgument
 
getIdText(MapIdComponent) - Static method in class net.minecraft.item.FilledMapItem
 
getIfContains(T) - Method in class net.minecraft.util.collection.SortedArraySet
 
getIfLoaded(long) - Method in class net.minecraft.world.storage.SerializingRegionBasedStorage
 
getImage() - Method in class net.minecraft.client.texture.NativeImageBackedTexture
 
getImage() - Method in class net.minecraft.client.texture.ResourceTexture.TextureData
 
getImmediateDespawnRange() - Method in enum class net.minecraft.entity.SpawnGroup
Returns the distance, of a mob of this group from a player, at which that mob will despawn immediately.
getImmediateProviders() - Method in record class net.minecraft.client.font.FontManager.FontEntry
 
getInboundHandlerName(boolean) - Static method in class net.minecraft.network.ClientConnection
 
getInChunk(Predicate<RegistryEntry<PointOfInterestType>>, ChunkPos, PointOfInterestStorage.OccupationStatus) - Method in class net.minecraft.world.poi.PointOfInterestStorage
 
getInCircle(Predicate<RegistryEntry<PointOfInterestType>>, BlockPos, int, PointOfInterestStorage.OccupationStatus) - Method in class net.minecraft.world.poi.PointOfInterestStorage
 
getIncreasedOxidationBlock(Block) - Static method in interface net.minecraft.block.Oxidizable
 
getIndent() - Method in class net.minecraft.client.gui.screen.report.ChatSelectionScreen.SelectionListWidget.MessageEntry
 
getIndex() - Method in class net.minecraft.client.gui.screen.advancement.AdvancementTab
 
getIndex() - Method in class net.minecraft.client.gui.screen.ingame.MerchantScreen.WidgetButtonPage
 
getIndex() - Method in enum class net.minecraft.client.render.model.json.ModelTransformationMode
 
getIndex() - Method in class net.minecraft.client.resource.metadata.AnimationFrameResourceMetadata
 
getIndex() - Method in enum class net.minecraft.entity.decoration.DisplayEntity.BillboardMode
 
getIndex() - Method in enum class net.minecraft.entity.EntityPose
 
getIndex() - Method in enum class net.minecraft.entity.passive.ArmadilloEntity.State
 
getIndex() - Method in enum class net.minecraft.entity.passive.LlamaEntity.Variant
 
getIndex() - Method in enum class net.minecraft.entity.passive.SnifferEntity.State
 
getIndex() - Method in enum class net.minecraft.item.map.MapIcon.Type
 
getIndex() - Method in enum class net.minecraft.recipe.book.CraftingRecipeCategory
 
getIndex() - Method in class net.minecraft.screen.slot.Slot
 
getIndex() - Method in class net.minecraft.world.chunk.ChunkStatus
 
getIndex() - Method in enum class net.minecraft.world.tick.TickPriority
 
getIndex(int, int) - Static method in enum class net.minecraft.client.render.model.ModelRotation
 
getIndex(int, int) - Method in class net.minecraft.client.world.ClientChunkManager.ClientChunkMap
 
getIndex(int, int, int) - Static method in class net.minecraft.structure.OceanMonumentGenerator.Piece
 
getIndex(int, int, int) - Method in class net.minecraft.util.shape.BitSetVoxelSet
 
getIndex(int, int, int) - Static method in class net.minecraft.world.chunk.ChunkNibbleArray
 
getIndex(int, int, int) - Method in class net.minecraft.world.gen.carver.CarvingMask
 
getIndex(ChunkPos) - Static method in class net.minecraft.world.storage.RegionFile
 
getIndex(Direction, Direction) - Static method in enum class net.minecraft.block.enums.Orientation
 
getIndex(T) - Method in class net.minecraft.registry.CombinedDynamicRegistries
 
getIndexBuffer() - Method in class net.minecraft.client.render.BufferBuilder.BuiltBuffer
 
getIndexBufferEnd() - Method in record class net.minecraft.client.render.BufferBuilder.DrawParameters
 
getIndexBufferSize() - Method in record class net.minecraft.client.render.BufferBuilder.DrawParameters
 
getIndexBufferStart() - Method in record class net.minecraft.client.render.BufferBuilder.DrawParameters
 
getIndexConsumer(int, VertexFormat.IndexType) - Method in class net.minecraft.client.render.BufferBuilder
 
getIndexConsumer(ByteBuffer) - Method in class com.mojang.blaze3d.systems.RenderSystem.ShapeIndexBuffer
 
getIndexCount(int) - Method in enum class net.minecraft.client.render.VertexFormat.DrawMode
 
getIndexedEntries() - Method in interface net.minecraft.registry.Registry
 
getIndexSize() - Method in class net.minecraft.server.world.ServerEntityManager
 
getIndexType() - Method in class com.mojang.blaze3d.systems.RenderSystem.ShapeIndexBuffer
 
getIndexType() - Method in class net.minecraft.client.gl.VertexBuffer
 
getIndicatorAt(double, double) - Method in class net.minecraft.client.gui.hud.ChatHud
 
getIndicatorX(ChatHudLine.Visible) - Method in class net.minecraft.client.gui.hud.ChatHud
 
getInetSocketAddress() - Method in interface net.minecraft.client.network.Address
 
getInflictedDamage(float, float) - Static method in class net.minecraft.entity.DamageUtil
 
getInfo() - Method in class net.minecraft.client.font.TrueTypeFont
 
getInfo() - Method in enum class net.minecraft.client.gui.screen.world.WorldCreator.Mode
 
getInfo() - Method in class net.minecraft.resource.AbstractFileResourcePack
getInfo() - Method in class net.minecraft.resource.DefaultResourcePack
getInfo() - Method in class net.minecraft.resource.OverlayResourcePack
getInfo() - Method in interface net.minecraft.resource.ResourcePack
 
getInfo() - Method in class net.minecraft.resource.ResourcePackProfile
 
getInfo() - Method in enum class net.minecraft.world.Difficulty
 
getInfo(String) - Method in class net.minecraft.util.profiler.DummyProfiler
getInfo(String) - Method in class net.minecraft.util.profiler.ProfileResultImpl
 
getInfo(String) - Method in class net.minecraft.util.profiler.ProfilerSystem
getInfo(String) - Method in interface net.minecraft.util.profiler.ReadableProfiler
 
getInfo(ChunkBuilder.BuiltChunk) - Method in class net.minecraft.client.render.ChunkRenderingDataPreparer.ChunkInfoList
 
getInformationText(boolean) - Method in class net.minecraft.resource.ResourcePackProfile
 
getInformationText(boolean, Text) - Method in record class net.minecraft.resource.ResourcePackInfo
 
getInfosForBlock(BlockPos, StructurePlacementData, Block) - Method in class net.minecraft.structure.StructureTemplate
 
getInfosForBlock(BlockPos, StructurePlacementData, Block, boolean) - Method in class net.minecraft.structure.StructureTemplate
 
getIngredients() - Method in class net.minecraft.recipe.AbstractCookingRecipe
Returns the ingredients accepted as inputs for this recipe.
getIngredients() - Method in class net.minecraft.recipe.CuttingRecipe
Returns the ingredients accepted as inputs for this recipe.
getIngredients() - Method in interface net.minecraft.recipe.Recipe
Returns the ingredients accepted as inputs for this recipe.
getIngredients() - Method in class net.minecraft.recipe.ShapedRecipe
Returns the ingredients accepted as inputs for this recipe.
getIngredients() - Method in class net.minecraft.recipe.ShapelessRecipe
Returns the ingredients accepted as inputs for this recipe.
getInhabitedTime() - Method in class net.minecraft.world.chunk.Chunk
 
getInherited() - Method in class net.minecraft.data.client.TextureMap
 
getInitedBlock() - Method in class net.minecraft.network.packet.s2c.play.LightData
 
getInitedSky() - Method in class net.minecraft.network.packet.s2c.play.LightData
 
getInitialCooldown() - Method in class net.minecraft.entity.mob.EvokerEntity.WololoGoal
getInitialCooldown() - Method in class net.minecraft.entity.mob.SpellcastingIllagerEntity.CastSpellGoal
 
getInitialLevel(long) - Method in class net.minecraft.server.world.ChunkTicketManager.DistanceFromNearestPlayerTracker
getInitialLevel(long) - Method in class net.minecraft.server.world.ChunkTicketManager.TicketDistanceLevelPropagator
getInitialLevel(long) - Method in class net.minecraft.world.ChunkPosDistanceLevelPropagator
 
getInitialLevel(long) - Method in class net.minecraft.world.poi.PointOfInterestStorage.PointOfInterestDistanceTracker
getInitialLevel(long) - Method in class net.minecraft.world.SectionDistanceLevelPropagator
 
getInitialLevel(long) - Method in class net.minecraft.world.SimulationDistanceLevelPropagator
getInitialPosition() - Method in class net.minecraft.resource.ResourcePackProfile
 
getInitialVerifier(boolean) - Static method in class net.minecraft.client.network.PlayerListEntry
 
getInkParticle() - Method in class net.minecraft.entity.passive.GlowSquidEntity
getInkParticle() - Method in class net.minecraft.entity.passive.SquidEntity
 
getInnermostMessage(Throwable) - Static method in class net.minecraft.util.Util
 
getInnerTexturedModelData() - Static method in class net.minecraft.client.render.entity.model.SlimeEntityModel
 
getInnerWidth() - Method in class net.minecraft.client.gui.widget.TextFieldWidget
 
getInputAreaShape() - Method in interface net.minecraft.block.entity.Hopper
 
getInputInventory() - Method in class net.minecraft.screen.CrafterScreenHandler
 
getInputInventory(World, Hopper, BlockPos, BlockState) - Static method in class net.minecraft.block.entity.HopperBlockEntity
 
getInputItemEntities(World, Hopper) - Static method in class net.minecraft.block.entity.HopperBlockEntity
 
getInputSlot(int) - Method in class net.minecraft.screen.slot.ForgingSlotsManager
 
getInputSlotCount() - Method in class net.minecraft.screen.slot.ForgingSlotsManager
 
getInputSlotIndices() - Method in class net.minecraft.screen.slot.ForgingSlotsManager
 
getInputSlots() - Method in class net.minecraft.screen.slot.ForgingSlotsManager
 
getInputStacks() - Method in class net.minecraft.screen.SmithingScreenHandler
 
getInputStream() - Method in class net.minecraft.resource.Resource
Returns the input stream of this resource.
getInputStream(ByteBuffer, int) - Static method in class net.minecraft.world.storage.RegionFile
 
getInputStream(ChunkPos, byte) - Method in class net.minecraft.world.storage.RegionFile
 
getInsertion() - Method in class net.minecraft.text.Style
Returns the insertion text of the style.
getInSquare(Predicate<RegistryEntry<PointOfInterestType>>, BlockPos, int, PointOfInterestStorage.OccupationStatus) - Method in class net.minecraft.world.poi.PointOfInterestStorage
 
getInstance() - Static method in class net.minecraft.client.gl.GlTimer
 
getInstance() - Static method in class net.minecraft.client.gui.screen.ingame.EnchantingPhrases
 
getInstance() - Static method in class net.minecraft.client.MinecraftClient
 
getInstance() - Static method in class net.minecraft.client.render.Tessellator
 
getInstance() - Method in class net.minecraft.client.toast.ToastManager.Entry
 
getInstance() - Static method in class net.minecraft.command.FallthroughCommandAction
 
getInstance() - Static method in class net.minecraft.util.Language
 
getInstance() - Static method in class net.minecraft.util.profiling.jfr.JfrProfiler
 
getInstance(SearchManager.Key<T>) - Method in class net.minecraft.client.search.SearchManager
 
getInstrument() - Method in class net.minecraft.block.AbstractBlock.AbstractBlockState
 
getInstrument(ItemStack) - Method in class net.minecraft.item.GoatHornItem
 
getInt(int) - Method in class net.minecraft.nbt.NbtList
Returns the integer at index, or 0 if the index is out of bounds or if this is not a list of integers.
getInt(int) - Method in class net.minecraft.network.PacketByteBuf
 
getInt(JsonObject, String) - Static method in class net.minecraft.util.JsonHelper
 
getInt(JsonObject, String, int) - Static method in class net.minecraft.util.JsonHelper
 
getInt(String) - Method in class net.minecraft.nbt.NbtCompound
Returns the int associated with key, or 0 if there is no number stored with the key.
getInt(String, int) - Method in class net.minecraft.server.dedicated.AbstractPropertiesHandler
 
getInt(BlockState, BlockRenderView, BlockPos) - Method in class net.minecraft.client.render.block.BlockModelRenderer.BrightnessCache
 
getInt(GameRules.Key<GameRules.IntRule>) - Method in class net.minecraft.world.GameRules
 
getIntArray() - Method in class net.minecraft.nbt.NbtIntArray
Returns the underlying int array.
getIntArray(int) - Method in class net.minecraft.nbt.NbtList
Returns the int array at index, or an empty int array if the index is out of bounds or if this is not a list of int arrays.
getIntArray(String) - Method in class net.minecraft.nbt.NbtCompound
Returns the int array associated with key, or an empty int array if there is no int array stored with the key.
getIntBE(byte[], int, int) - Static method in class net.minecraft.server.rcon.BufferHelper
 
getIntData() - Method in class net.minecraft.client.gl.GlUniform
 
getIntegrity() - Method in class net.minecraft.block.entity.StructureBlockBlockEntity
 
getIntegrity() - Method in class net.minecraft.network.packet.c2s.play.UpdateStructureBlockC2SPacket
 
getInteractionFailSound() - Method in class net.minecraft.block.entity.HangingSignBlockEntity
getInteractionFailSound() - Method in class net.minecraft.block.entity.SignBlockEntity
 
getInteractionHeight() - Method in class net.minecraft.entity.decoration.InteractionEntity
 
getInteractionTarget(LivingEntity) - Static method in class net.minecraft.entity.ai.brain.task.PlayWithVillagerBabiesTask
 
getInteractionWidth() - Method in class net.minecraft.entity.decoration.InteractionEntity
 
getInterpolationDuration() - Method in class net.minecraft.entity.decoration.DisplayEntity
 
getIntersecting(BlockBox) - Method in class net.minecraft.structure.StructurePiecesCollector
Returns an arbitrary piece in this holder that intersects the given box, or null if there is no such piece.
getIntersecting(BlockBox) - Method in interface net.minecraft.structure.StructurePiecesHolder
Returns an arbitrary piece in this holder that intersects the given box, or null if there is no such piece.
getIntersectionSize(Box, Direction, Box) - Static method in class net.minecraft.block.entity.PistonBlockEntity
 
getInterval(PathAwareEntity) - Method in class net.minecraft.entity.ai.goal.GoToBedAndSleepGoal
getInterval(PathAwareEntity) - Method in class net.minecraft.entity.ai.goal.MoveToTargetPosGoal
 
getIntLE(byte[], int) - Static method in class net.minecraft.server.rcon.BufferHelper
 
getIntLE(byte[], int, int) - Static method in class net.minecraft.server.rcon.BufferHelper
 
getIntLE(int) - Method in class net.minecraft.network.PacketByteBuf
 
getIntoBuffer(ByteBuffer, int, int, int, int) - Method in class net.minecraft.client.util.ScreenshotRecorder
Transports image data from data into ScreenshotRecorder.buffer.
getIntOperator(String) - Static method in class net.minecraft.command.argument.OperationArgumentType
 
getIntOr(String, JsonObject, int) - Static method in class net.minecraft.client.realms.util.JsonUtils
 
getIntPropertyByName(BlockState, String) - Static method in class net.minecraft.world.gen.stateprovider.RandomizedIntBlockStateProvider
 
getIntStream(Object) - Method in class net.minecraft.util.dynamic.RuntimeOps
 
getIntStream(NbtElement) - Method in class net.minecraft.nbt.NbtOps
 
getIntStream(T) - Method in class net.minecraft.util.dynamic.ForwardingDynamicOps
 
getInventory() - Method in interface net.minecraft.entity.InventoryOwner
 
getInventory() - Method in class net.minecraft.entity.mob.PiglinEntity
getInventory() - Method in class net.minecraft.entity.mob.PillagerEntity
getInventory() - Method in class net.minecraft.entity.passive.AbstractHorseEntity
 
getInventory() - Method in class net.minecraft.entity.passive.AllayEntity
getInventory() - Method in class net.minecraft.entity.passive.MerchantEntity
getInventory() - Method in class net.minecraft.entity.player.PlayerEntity
 
getInventory() - Method in class net.minecraft.entity.vehicle.ChestBoatEntity
getInventory() - Method in class net.minecraft.entity.vehicle.StorageMinecartEntity
getInventory() - Method in interface net.minecraft.entity.vehicle.VehicleInventory
 
getInventory() - Method in class net.minecraft.screen.GenericContainerScreenHandler
 
getInventory(BlockState, WorldAccess, BlockPos) - Method in class net.minecraft.block.ComposterBlock
getInventory(BlockState, WorldAccess, BlockPos) - Method in interface net.minecraft.block.InventoryProvider
 
getInventory(ChestBlock, BlockState, World, BlockPos, boolean) - Static method in class net.minecraft.block.ChestBlock
 
getInventoryAt(World, BlockPos) - Static method in class net.minecraft.block.entity.HopperBlockEntity
 
getInventoryAt(World, BlockPos, BlockState, double, double, double) - Static method in class net.minecraft.block.entity.HopperBlockEntity
 
getInventoryAtPos(ServerCommandSource, BlockPos, Dynamic3CommandExceptionType) - Static method in class net.minecraft.server.command.ItemCommand
 
getInventoryColumns() - Method in class net.minecraft.entity.passive.AbstractDonkeyEntity
 
getInventoryColumns() - Method in class net.minecraft.entity.passive.LlamaEntity
getInventorySize() - Method in class net.minecraft.entity.passive.AbstractDonkeyEntity
getInventorySize() - Method in class net.minecraft.entity.passive.AbstractHorseEntity
 
getInventorySize() - Method in class net.minecraft.entity.passive.LlamaEntity
getInventoryStack(int) - Method in interface net.minecraft.entity.vehicle.VehicleInventory
 
getInventoryStackReference(int) - Method in interface net.minecraft.entity.vehicle.VehicleInventory
 
getInvertYMouse() - Method in class net.minecraft.client.option.GameOptions
 
getInvoker(Method) - Static method in class net.minecraft.test.TestFunctions
 
getInvulnerableTimer() - Method in class net.minecraft.entity.boss.WitherEntity
 
getInWallBlockState(PlayerEntity) - Static method in class net.minecraft.client.gui.hud.InGameOverlayRenderer
 
getIoWorkerExecutor() - Static method in class net.minecraft.util.Util
Returns the executor for disk or network IO tasks.
getIp() - Method in class net.minecraft.server.network.ServerPlayerEntity
 
getIp(JsonObject) - Static method in class net.minecraft.server.BannedIpEntry
 
getIpBanList() - Method in class net.minecraft.server.PlayerManager
 
getIronGolemDispenserPattern() - Method in class net.minecraft.block.CarvedPumpkinBlock
 
getIronGolemPattern() - Method in class net.minecraft.block.CarvedPumpkinBlock
 
getItem() - Method in class net.minecraft.block.entity.BrushableBlockEntity
 
getItem() - Method in class net.minecraft.client.gui.screen.StatsScreen.ItemStatsListWidget.Entry
 
getItem() - Method in class net.minecraft.command.argument.ItemStackArgument
 
getItem() - Method in class net.minecraft.entity.EyeOfEnderEntity
 
getItem() - Method in class net.minecraft.entity.projectile.AbstractFireballEntity
 
getItem() - Method in class net.minecraft.item.ItemStack
Returns the item of this stack.
getItem(JsonObject, String) - Static method in class net.minecraft.util.JsonHelper
 
getItem(JsonObject, String, RegistryEntry<Item>) - Static method in class net.minecraft.util.JsonHelper
 
getItem(String, int) - Static method in class net.minecraft.datafixer.fix.ItemInstanceTheFlatteningFix
 
getItem(String) - Static method in class net.minecraft.datafixer.fix.StatsCounterFix
 
getItemAge() - Method in class net.minecraft.entity.ItemEntity
Returns the number of ticks since this item entity has been created.
getItemBarColor() - Method in class net.minecraft.item.ItemStack
Returns the color of the filled section of the durability bar.
getItemBarColor(ItemStack) - Method in class net.minecraft.item.BundleItem
Returns the RGB color of the item bar, usually used for durability display.
getItemBarColor(ItemStack) - Method in class net.minecraft.item.Item
Returns the RGB color of the item bar, usually used for durability display.
getItemBarStep() - Method in class net.minecraft.item.ItemStack
Returns the length of the filled section of the durability bar in pixels (out of 13).
getItemBarStep(ItemStack) - Method in class net.minecraft.item.BundleItem
Returns the step, or the length of the colored area of the item bar, for stack.
getItemBarStep(ItemStack) - Method in class net.minecraft.item.Item
Returns the step, or the length of the colored area of the item bar, for stack.
getItemCooldownManager() - Method in class net.minecraft.entity.player.PlayerEntity
 
getItemEntityTranslucentCull() - Static method in class net.minecraft.client.render.TexturedRenderLayers
 
getItemEntityTranslucentCull(Identifier) - Static method in class net.minecraft.client.render.RenderLayer
 
getItemFromStack(ItemEntity) - Static method in class net.minecraft.entity.mob.PiglinBrain
 
getItemGlintConsumer(VertexConsumerProvider, RenderLayer, boolean, boolean) - Static method in class net.minecraft.client.render.item.ItemRenderer
 
getItemId(ItemConvertible) - Static method in interface net.minecraft.data.server.recipe.CraftingRecipeJsonBuilder
 
getItemId(ItemStack) - Static method in class net.minecraft.recipe.RecipeMatcher
 
getItemLayer(ItemStack, boolean) - Static method in class net.minecraft.client.render.RenderLayers
 
getItemModelId(Item) - Static method in class net.minecraft.data.client.ModelIds
 
getItemModifierArgument(CommandContext<ServerCommandSource>, String) - Static method in class net.minecraft.command.argument.IdentifierArgumentType
 
getItemPath(ItemConvertible) - Static method in class net.minecraft.data.server.recipe.RecipeProvider
 
getItemPhaseData() - Static method in class net.minecraft.client.render.RenderLayer
 
getItemPickUpRangeExpander() - Method in class net.minecraft.entity.mob.MobEntity
 
getItemPickUpRangeExpander() - Method in class net.minecraft.entity.passive.AllayEntity
getItemRenderer() - Method in class net.minecraft.client.MinecraftClient
 
getItemRenderer() - Method in class net.minecraft.client.render.block.entity.BlockEntityRendererFactory.Context
 
getItemRenderer() - Method in class net.minecraft.client.render.entity.EntityRendererFactory.Context
 
getItemsBeingCooked() - Method in class net.minecraft.block.entity.CampfireBlockEntity
 
getItemSlot(CommandContext<ServerCommandSource>, String) - Static method in class net.minecraft.command.argument.ItemSlotArgumentType
 
getItemStack() - Method in class net.minecraft.entity.decoration.DisplayEntity.ItemDisplayEntity
 
getItemStack() - Method in class net.minecraft.entity.projectile.PersistentProjectileEntity
Returns the read-only item stack representing the projectile.
getItemStack() - Method in class net.minecraft.particle.ItemStackParticleEffect
 
getItemStack(DyeColor) - Static method in class net.minecraft.block.ShulkerBoxBlock
 
getItemStackArgument(CommandContext<S>, String) - Static method in class net.minecraft.command.argument.ItemStackArgumentType
 
getItemStackPredicate(CommandContext<ServerCommandSource>, String) - Static method in class net.minecraft.command.argument.ItemPredicateArgumentType
 
getItemsToEject() - Method in class net.minecraft.block.vault.VaultServerData
 
getItemSubModelId(Item, String) - Static method in class net.minecraft.data.client.ModelIds
 
getItemToDisplay() - Method in class net.minecraft.block.vault.VaultServerData
 
getItemToEject() - Method in class net.minecraft.block.vault.VaultServerData
 
getItemUseTime() - Method in class net.minecraft.entity.LivingEntity
 
getItemUseTimeLeft() - Method in class net.minecraft.entity.LivingEntity
 
getJapaneseGlyphVariants() - Method in class net.minecraft.client.option.GameOptions
 
getJoint() - Method in class net.minecraft.block.entity.JigsawBlockEntity
 
getJointType() - Method in class net.minecraft.network.packet.c2s.play.UpdateJigsawC2SPacket
 
getJumpBoostVelocityModifier() - Method in class net.minecraft.entity.LivingEntity
 
getJumpControl() - Method in class net.minecraft.entity.mob.MobEntity
 
getJumpCooldown() - Method in interface net.minecraft.entity.JumpingMount
 
getJumpCooldown() - Method in class net.minecraft.entity.passive.CamelEntity
getJumpingMount() - Method in class net.minecraft.client.network.ClientPlayerEntity
 
getJumpingVelocity(BreezeEntity, Random, Vec3d) - Static method in class net.minecraft.entity.ai.brain.task.BreezeJumpTask
 
getJumpingVelocity(MobEntity, Vec3d) - Method in class net.minecraft.entity.ai.brain.task.LongJumpTask
 
getJumpingVelocity(MobEntity, Vec3d, float, int, boolean) - Static method in class net.minecraft.util.math.LongJumpUtil
 
getJumpOnTopNode(int, int, int, int, double, Direction, PathNodeType, BlockPos.Mutable) - Method in class net.minecraft.entity.ai.pathing.LandPathNodeMaker
 
getJumpProgress(float) - Method in class net.minecraft.entity.passive.RabbitEntity
 
getJumpSound() - Method in class net.minecraft.entity.mob.MagmaCubeEntity
getJumpSound() - Method in class net.minecraft.entity.mob.SlimeEntity
 
getJumpSound() - Method in class net.minecraft.entity.passive.RabbitEntity
 
getJumpSoundPitch() - Method in class net.minecraft.entity.mob.SlimeEntity
 
getJumpVelocity() - Method in class net.minecraft.entity.LivingEntity
 
getJumpVelocity() - Method in class net.minecraft.entity.passive.RabbitEntity
getJumpVelocity(float) - Method in class net.minecraft.entity.LivingEntity
 
getJumpVelocityMultiplier() - Method in class net.minecraft.block.Block
 
getJumpVelocityMultiplier() - Method in class net.minecraft.entity.Entity
 
getJunctions() - Method in class net.minecraft.structure.PoolStructurePiece
 
getJVMFlags() - Static method in class net.minecraft.util.Util
Returns a stream of JVM flags passed when launching.
getKey() - Method in class net.minecraft.client.render.entity.feature.VillagerResourceMetadataReader
getKey() - Method in class net.minecraft.client.resource.metadata.AnimationResourceMetadataReader
getKey() - Method in class net.minecraft.client.resource.metadata.TextureResourceMetadataReader
getKey() - Method in record class net.minecraft.command.argument.RegistryPredicateArgumentType.RegistryKeyBased
getKey() - Method in interface net.minecraft.command.argument.RegistryPredicateArgumentType.RegistryPredicate
 
getKey() - Method in record class net.minecraft.command.argument.RegistryPredicateArgumentType.TagBased
getKey() - Method in record class net.minecraft.item.map.MapBannerMarker
 
getKey() - Method in class net.minecraft.item.map.MapFrameMarker
 
getKey() - Method in record class net.minecraft.registry.entry.RegistryEntry.Direct
Returns the registry key of this entry, or an empty optional if this is a direct entry.
getKey() - Method in interface net.minecraft.registry.entry.RegistryEntry
Returns the registry key of this entry, or an empty optional if this is a direct entry.
getKey() - Method in class net.minecraft.registry.entry.RegistryEntry.Reference
Returns the registry key of this entry, or an empty optional if this is a direct entry.
getKey() - Method in interface net.minecraft.registry.Registry
Returns the registry key that identifies this registry.
getKey() - Method in class net.minecraft.registry.SimpleRegistry
Returns the registry key that identifies this registry.
getKey() - Method in interface net.minecraft.resource.metadata.ResourceMetadataReader
 
getKey() - Method in class net.minecraft.server.network.JoinWorldTask
getKey() - Method in class net.minecraft.server.network.SendResourcePackTask
getKey() - Method in interface net.minecraft.server.network.ServerPlayerConfigurationTask
 
getKey() - Method in class net.minecraft.server.network.SynchronizeRegistriesTask
getKey() - Method in class net.minecraft.server.ServerConfigEntry
 
getKey() - Method in class net.minecraft.text.KeybindTextContent
 
getKey() - Method in class net.minecraft.text.TranslatableTextContent
 
getKey(long) - Static method in class net.minecraft.util.collection.LinkedBlockPosHashSet.Storage
Converts an individual position into a key representing the 2x cube region containing that position.
getKey(CommandContext<ServerCommandSource>, String, RegistryKey<Registry<T>>, DynamicCommandExceptionType) - Static method in class net.minecraft.command.argument.RegistryKeyArgumentType
 
getKey(Object) - Method in class net.minecraft.util.LowercaseEnumTypeAdapterFactory
 
getKey(BlockPos) - Static method in class net.minecraft.item.map.MapFrameMarker
 
getKey(T) - Method in interface net.minecraft.registry.Registry
Returns the registry key of value, or an empty optional if it is not registered.
getKey(T) - Method in class net.minecraft.registry.SimpleRegistry
Returns the registry key of value, or an empty optional if it is not registered.
getKeyOrValue() - Method in record class net.minecraft.registry.entry.RegistryEntry.Direct
Returns the object that identifies this registry key.
getKeyOrValue() - Method in interface net.minecraft.registry.entry.RegistryEntry
Returns the object that identifies this registry key.
getKeyOrValue() - Method in class net.minecraft.registry.entry.RegistryEntry.Reference
Returns the object that identifies this registry key.
getKeyPair() - Method in class net.minecraft.server.MinecraftServer
 
getKeyPair(Optional<PlayerKeyPair>) - Method in class net.minecraft.client.session.ProfileKeysImpl
Gets the key pair from the file cache, or if it is unavailable or expired, the Mojang server.
getKeys() - Method in class net.minecraft.client.sound.SoundManager
 
getKeys() - Method in class net.minecraft.nbt.NbtCompound
Returns the set of keys in this compound.
getKeys() - Method in interface net.minecraft.registry.Registry
Returns the set of all registry keys registered in a registry.
getKeys() - Method in class net.minecraft.registry.SimpleRegistry
Returns the set of all registry keys registered in a registry.
getKeys() - Static method in enum class net.minecraft.scoreboard.AbstractTeam.VisibilityRule
 
getKnockback(LivingEntity) - Static method in class net.minecraft.enchantment.EnchantmentHelper
 
getKnockbackModifier() - Method in class net.minecraft.entity.projectile.WindChargeEntity.WindChargeExplosionBehavior
getKnockbackModifier() - Method in class net.minecraft.world.explosion.ExplosionBehavior
 
getKnockbackResistance - Variable in record class net.minecraft.item.ArmorMaterial
The field for the getKnockbackResistance record component.
getKnockbackResistance() - Method in record class net.minecraft.item.ArmorMaterial
Returns the knockback resistance value of an ArmorItem piece using this ArmorMaterial.
getKnownPackInfo() - Method in class net.minecraft.resource.Resource
 
getKnownPackInfo() - Method in interface net.minecraft.resource.ResourcePack
 
getKnownScoreHolders() - Method in class net.minecraft.scoreboard.Scoreboard
 
getLandingBlockState() - Method in class net.minecraft.entity.Entity
Deprecated.
getLandingPos() - Method in class net.minecraft.entity.Entity
Deprecated.
getLandingState(BlockState) - Static method in class net.minecraft.block.AnvilBlock
 
getLandNodeType(class_9316, BlockPos.Mutable) - Static method in class net.minecraft.entity.ai.pathing.LandPathNodeMaker
 
getLanguage() - Method in class net.minecraft.client.resource.language.LanguageManager
 
getLanguage(String) - Method in class net.minecraft.client.resource.language.LanguageManager
 
getLanguageManager() - Method in class net.minecraft.client.MinecraftClient
 
getLanServerEntry() - Method in class net.minecraft.client.gui.screen.multiplayer.MultiplayerServerListWidget.LanServerEntry
 
getLapisCount() - Method in class net.minecraft.screen.EnchantmentScreenHandler
 
getLargestRectangle(BlockPos, Direction.Axis, int, Direction.Axis, int, Predicate<BlockPos>) - Static method in class net.minecraft.world.BlockLocating
Gets the largest rectangle of blocks along two axes for which all blocks meet a predicate.
getLargestUnit(long) - Static method in enum class net.minecraft.client.realms.SizeUnit
 
getLast() - Method in class net.minecraft.util.collection.ArrayListDeque
 
getLast(List<T>) - Static method in class net.minecraft.util.Util
Returns the last item of list.
getLast(AdvancementPositioner, AdvancementPositioner) - Method in class net.minecraft.advancement.AdvancementPositioner
 
getLastAccessed() - Method in class net.minecraft.util.UserCache.Entry
 
getLastAccessedEntries(int) - Method in class net.minecraft.util.UserCache
 
getLastActionTime() - Method in class net.minecraft.server.network.ServerPlayerEntity
 
getLastAttackedTime() - Method in class net.minecraft.entity.LivingEntity
 
getLastAttacker() - Method in interface net.minecraft.entity.Attackable
 
getLastAttacker() - Method in class net.minecraft.entity.decoration.InteractionEntity
getLastAttacker() - Method in class net.minecraft.entity.LivingEntity
getLastAttackTime() - Method in class net.minecraft.entity.LivingEntity
 
getLastChild() - Method in class net.minecraft.advancement.AdvancementPositioner
 
getLastClickedRecipe() - Method in class net.minecraft.client.gui.screen.recipebook.RecipeAlternativesWidget
 
getLastClickedRecipe() - Method in class net.minecraft.client.gui.screen.recipebook.RecipeBookResults
 
getLastClickedResults() - Method in class net.minecraft.client.gui.screen.recipebook.RecipeBookResults
 
getLastDeathPos() - Method in class net.minecraft.entity.player.PlayerEntity
 
getLastDisplayEntityRotation() - Method in class net.minecraft.block.spawner.TrialSpawnerData
 
getLastFailedUnlockTime() - Method in class net.minecraft.block.vault.VaultServerData
 
getLastFrameDuration() - Method in class net.minecraft.client.MinecraftClient
 
getLastInteractedSlot() - Method in class net.minecraft.block.entity.ChiseledBookshelfBlockEntity
 
getLastModifiedTime(boolean) - Method in class net.minecraft.world.level.storage.LevelStorage.Session
 
getLastModifiedTime(Path) - Static method in class net.minecraft.world.level.storage.LevelStorage
 
getLastModifiedTime(LevelStorage.LevelSave) - Static method in class net.minecraft.world.level.storage.LevelStorage
 
getLastNode() - Method in class net.minecraft.entity.ai.pathing.Path
 
getLastOutput() - Method in class net.minecraft.world.CommandBlockExecutor
 
getLastPlayed() - Method in class net.minecraft.world.level.storage.LevelSummary
 
getLastPlayed() - Method in class net.minecraft.world.level.storage.LevelSummary.RecoveryWarning
getLastPlayed() - Method in class net.minecraft.world.level.storage.LevelSummary.SymlinkLevelSummary
getLastPlayed() - Method in class net.minecraft.world.level.storage.SaveVersionInfo
 
getLastPlayed(LevelSummary) - Static method in class net.minecraft.client.realms.gui.screen.RealmsSelectFileToUploadScreen
 
getLastPoseTickDelta() - Method in class net.minecraft.entity.passive.CamelEntity
 
getLastProcessedQueue() - Method in class com.mojang.blaze3d.systems.RenderCallStorage
 
getLastRecipe() - Method in class net.minecraft.block.entity.AbstractFurnaceBlockEntity
getLastRecipe() - Method in class net.minecraft.inventory.CraftingResultInventory
getLastRecipe() - Method in interface net.minecraft.recipe.RecipeUnlocker
 
getLastRotation() - Method in class net.minecraft.block.spawner.MobSpawnerLogic
 
getLastTickDelta() - Method in class net.minecraft.client.render.Camera
 
getLastUpdateTick() - Method in class net.minecraft.client.render.BlockBreakingInfo
 
getLastVibrationFrequency() - Method in class net.minecraft.block.entity.SculkSensorBlockEntity
 
getLatency() - Method in class net.minecraft.client.network.PlayerListEntry
 
getLatency() - Method in class net.minecraft.server.network.ServerCommonNetworkHandler
 
getLauncherBrand() - Static method in class net.minecraft.client.MinecraftClient
 
getLavaLakes(RegistryEntryLookup<PlacedFeature>) - Static method in class net.minecraft.world.gen.chunk.FlatChunkGeneratorConfig
 
getLavaState() - Method in class net.minecraft.world.gen.carver.CarverDebugConfig
 
getLayer() - Method in class net.minecraft.client.render.block.entity.EndGatewayBlockEntityRenderer
getLayer() - Method in class net.minecraft.client.render.block.entity.EndPortalBlockEntityRenderer
 
getLayer(TextRenderer.TextLayerType) - Method in class net.minecraft.client.font.GlyphRenderer
 
getLayer(Identifier) - Method in class net.minecraft.client.model.Model
Returns the render layer for the corresponding texture.
getLayerBlocks() - Method in class net.minecraft.world.gen.chunk.FlatChunkGeneratorConfig
 
getLayerModelPart(EntityModelLayer) - Method in class net.minecraft.client.render.block.entity.BlockEntityRendererFactory.Context
 
getLayerName(int) - Static method in class net.minecraft.client.render.entity.model.SilverfishEntityModel
 
getLayerRenderDispatcher() - Method in class net.minecraft.client.render.block.entity.BlockEntityRendererFactory.Context
 
getLayers() - Static method in class net.minecraft.client.render.entity.model.EntityModelLayers
 
getLayers() - Method in class net.minecraft.world.gen.chunk.FlatChunkGeneratorConfig
 
getLeaningPitch(float) - Method in class net.minecraft.entity.LivingEntity
 
getLeash() - Static method in class net.minecraft.client.render.RenderLayer
 
getLeashOffset() - Method in class net.minecraft.entity.Entity
Returns the offset from the entity's position where the leash is attached to.
getLeashOffset() - Method in class net.minecraft.entity.passive.AllayEntity
Returns the offset from the entity's position where the leash is attached to.
getLeashOffset() - Method in class net.minecraft.entity.passive.BeeEntity
Returns the offset from the entity's position where the leash is attached to.
getLeashOffset() - Method in class net.minecraft.entity.passive.FoxEntity
Returns the offset from the entity's position where the leash is attached to.
getLeashOffset() - Method in class net.minecraft.entity.passive.IronGolemEntity
Returns the offset from the entity's position where the leash is attached to.
getLeashOffset() - Method in class net.minecraft.entity.passive.LlamaEntity
Returns the offset from the entity's position where the leash is attached to.
getLeashOffset() - Method in class net.minecraft.entity.passive.OcelotEntity
Returns the offset from the entity's position where the leash is attached to.
getLeashOffset() - Method in class net.minecraft.entity.passive.ParrotEntity
Returns the offset from the entity's position where the leash is attached to.
getLeashOffset() - Method in class net.minecraft.entity.passive.PigEntity
Returns the offset from the entity's position where the leash is attached to.
getLeashOffset() - Method in class net.minecraft.entity.passive.RabbitEntity
Returns the offset from the entity's position where the leash is attached to.
getLeashOffset() - Method in class net.minecraft.entity.passive.SnowGolemEntity
Returns the offset from the entity's position where the leash is attached to.
getLeashOffset() - Method in class net.minecraft.entity.passive.StriderEntity
Returns the offset from the entity's position where the leash is attached to.
getLeashOffset() - Method in class net.minecraft.entity.passive.WolfEntity
Returns the offset from the entity's position where the leash is attached to.
getLeashOffset(float) - Method in class net.minecraft.entity.Entity
 
getLeashOffset(float) - Method in class net.minecraft.entity.passive.CamelEntity
getLeashPos(float) - Method in class net.minecraft.client.network.ClientPlayerEntity
Returns the position of the leash this entity holds.
getLeashPos(float) - Method in class net.minecraft.entity.decoration.LeashKnotEntity
Returns the position of the leash this entity holds.
getLeashPos(float) - Method in class net.minecraft.entity.Entity
Returns the position of the leash this entity holds.
getLeashPos(float) - Method in class net.minecraft.entity.passive.MerchantEntity
Returns the position of the leash this entity holds.
getLeashPos(float) - Method in class net.minecraft.entity.player.PlayerEntity
Returns the position of the leash this entity holds.
getLeastPopularBabyInteractionTarget(List<LivingEntity>) - Static method in class net.minecraft.entity.ai.brain.task.PlayWithVillagerBabiesTask
 
getLeavesPositions() - Method in class net.minecraft.world.gen.treedecorator.TreeDecorator.Generator
 
getLeft() - Method in class net.minecraft.client.gui.screen.report.AbuseReportReasonScreen
 
getLeft() - Method in record class net.minecraft.client.gui.ScreenRect
 
getLeft() - Method in class net.minecraft.client.realms.gui.screen.BuyRealmsScreen
 
getLeft() - Method in record class net.minecraft.server.network.ChunkFilter.Cylindrical
 
getLeft() - Method in class net.minecraft.util.Pair
 
getLeft(int) - Static method in record class net.minecraft.client.font.UnihexFont.Dimensions
 
getLeftArmRotation() - Method in class net.minecraft.entity.decoration.ArmorStandEntity
 
getLeftDoubleTexturedModelData() - Static method in class net.minecraft.client.render.block.entity.ChestBlockEntityRenderer
 
getLeftLegRotation() - Method in class net.minecraft.entity.decoration.ArmorStandEntity
 
getLeftRotation() - Method in class net.minecraft.util.math.AffineTransformation
 
getLeftText() - Method in class net.minecraft.client.gui.hud.DebugHud
 
getLeggingsModelId(RegistryEntry<ArmorMaterial>) - Method in class net.minecraft.item.trim.ArmorTrim
 
getLength() - Method in record class net.minecraft.advancement.AdvancementRequirements
 
getLength() - Method in class net.minecraft.client.font.TextHandler.WidthLimitingVisitor
 
getLength() - Method in class net.minecraft.entity.ai.pathing.Path
 
getLength() - Method in interface net.minecraft.util.profiler.log.MultiValueDebugSampleLog
 
getLength() - Method in class net.minecraft.util.profiler.MultiValueDebugSampleLogImpl
getLength(NavigationAxis) - Method in record class net.minecraft.client.gui.ScreenRect
Returns the length of the rect in the given axis.
getLengthInTicks() - Method in enum class net.minecraft.entity.passive.ArmadilloEntity.State
 
getLengthX() - Method in class net.minecraft.util.math.Box
Returns the length of this box on the X axis.
getLengthY() - Method in class net.minecraft.util.math.Box
Returns the length of this box on the Y axis.
getLengthZ() - Method in class net.minecraft.util.math.Box
Returns the length of this box on the Z axis.
getLerpedPos(float) - Method in class net.minecraft.entity.Entity
 
getLerpedRenderState(DisplayEntity.RenderState, float) - Method in class net.minecraft.entity.decoration.DisplayEntity
 
getLerpedRenderState(DisplayEntity.TextDisplayEntity.Data, float) - Method in class net.minecraft.entity.decoration.DisplayEntity.TextDisplayEntity
 
getLerpProgress(double, double, double) - Static method in class net.minecraft.util.math.MathHelper
Gets the fraction of the way that value is between start and end.
getLerpProgress(float) - Method in class net.minecraft.entity.decoration.DisplayEntity
 
getLerpProgress(float, float, float) - Static method in class net.minecraft.util.math.MathHelper
 
getLerpTargetPitch() - Method in class net.minecraft.entity.decoration.DisplayEntity
getLerpTargetPitch() - Method in class net.minecraft.entity.Entity
 
getLerpTargetPitch() - Method in class net.minecraft.entity.LivingEntity
getLerpTargetPitch() - Method in class net.minecraft.entity.vehicle.AbstractMinecartEntity
getLerpTargetPitch() - Method in class net.minecraft.entity.vehicle.BoatEntity
getLerpTargetX() - Method in class net.minecraft.entity.decoration.DisplayEntity
getLerpTargetX() - Method in class net.minecraft.entity.Entity
 
getLerpTargetX() - Method in class net.minecraft.entity.LivingEntity
getLerpTargetX() - Method in class net.minecraft.entity.vehicle.AbstractMinecartEntity
getLerpTargetX() - Method in class net.minecraft.entity.vehicle.BoatEntity
getLerpTargetY() - Method in class net.minecraft.entity.decoration.DisplayEntity
getLerpTargetY() - Method in class net.minecraft.entity.Entity
 
getLerpTargetY() - Method in class net.minecraft.entity.LivingEntity
getLerpTargetY() - Method in class net.minecraft.entity.vehicle.AbstractMinecartEntity
getLerpTargetY() - Method in class net.minecraft.entity.vehicle.BoatEntity
getLerpTargetYaw() - Method in class net.minecraft.entity.decoration.DisplayEntity
getLerpTargetYaw() - Method in class net.minecraft.entity.Entity
 
getLerpTargetYaw() - Method in class net.minecraft.entity.LivingEntity
getLerpTargetYaw() - Method in class net.minecraft.entity.vehicle.AbstractMinecartEntity
getLerpTargetYaw() - Method in class net.minecraft.entity.vehicle.BoatEntity
getLerpTargetZ() - Method in class net.minecraft.entity.decoration.DisplayEntity
getLerpTargetZ() - Method in class net.minecraft.entity.Entity
 
getLerpTargetZ() - Method in class net.minecraft.entity.LivingEntity
getLerpTargetZ() - Method in class net.minecraft.entity.vehicle.AbstractMinecartEntity
getLerpTargetZ() - Method in class net.minecraft.entity.vehicle.BoatEntity
getLevel() - Method in class net.minecraft.client.render.model.json.ItemModelGenerator.Frame
 
getLevel() - Method in class net.minecraft.fluid.FluidState
 
getLevel() - Method in class net.minecraft.server.world.ChunkHolder
 
getLevel() - Method in class net.minecraft.server.world.ChunkTicket
 
getLevel() - Method in class net.minecraft.village.VillagerData
 
getLevel(long) - Method in class net.minecraft.server.world.ChunkTicketManager.DistanceFromNearestPlayerTracker
getLevel(long) - Method in class net.minecraft.server.world.ChunkTicketManager.TicketDistanceLevelPropagator
getLevel(long) - Method in class net.minecraft.world.chunk.light.LevelPropagator
 
getLevel(long) - Method in class net.minecraft.world.poi.PointOfInterestStorage.PointOfInterestDistanceTracker
getLevel(long) - Method in class net.minecraft.world.SimulationDistanceLevelPropagator
getLevel(Enchantment) - Method in class net.minecraft.component.type.ItemEnchantmentsComponent.Builder
 
getLevel(Enchantment) - Method in class net.minecraft.component.type.ItemEnchantmentsComponent
 
getLevel(Enchantment, ItemStack) - Static method in class net.minecraft.enchantment.EnchantmentHelper
Gets the level of an enchantment on an item stack.
getLevel(FluidState) - Method in class net.minecraft.fluid.EmptyFluid
getLevel(FluidState) - Method in class net.minecraft.fluid.FlowableFluid
getLevel(FluidState) - Method in class net.minecraft.fluid.Fluid
 
getLevel(FluidState) - Method in class net.minecraft.fluid.LavaFluid.Flowing
getLevel(FluidState) - Method in class net.minecraft.fluid.LavaFluid.Still
getLevel(FluidState) - Method in class net.minecraft.fluid.WaterFluid.Flowing
getLevel(FluidState) - Method in class net.minecraft.fluid.WaterFluid.Still
getLevel(SortedArraySet<ChunkTicket<?>>) - Static method in class net.minecraft.server.world.ChunkTicketManager
 
getLevel(SortedArraySet<ChunkTicket<?>>) - Method in class net.minecraft.world.SimulationDistanceLevelPropagator
 
getLevel(ChunkPos) - Method in class net.minecraft.world.SimulationDistanceLevelPropagator
 
getLevelCost() - Method in class net.minecraft.screen.AnvilScreenHandler
 
getLevelDatOldPath() - Method in record class net.minecraft.world.level.storage.LevelStorage.LevelSave
 
getLevelDatPath() - Method in record class net.minecraft.world.level.storage.LevelStorage.LevelSave
 
getLevelDecreasePerBlock(WorldView) - Method in class net.minecraft.fluid.FlowableFluid
 
getLevelDecreasePerBlock(WorldView) - Method in class net.minecraft.fluid.LavaFluid
getLevelDecreasePerBlock(WorldView) - Method in class net.minecraft.fluid.WaterFluid
getLevelDisplayName() - Method in class net.minecraft.client.gui.screen.world.WorldListWidget.WorldEntry
 
getLevelFormatVersion() - Method in class net.minecraft.world.level.storage.SaveVersionInfo
 
getLevelFromStatus(ChunkStatus) - Static method in class net.minecraft.server.world.ChunkLevels
 
getLevelFromType(ChunkLevelType) - Static method in class net.minecraft.server.world.ChunkLevels
 
getLevelInfo() - Method in class net.minecraft.world.level.LevelProperties
getLevelInfo() - Method in class net.minecraft.world.level.storage.LevelSummary
 
getLevelInfo() - Method in interface net.minecraft.world.SaveProperties
 
getLevelList() - Method in class net.minecraft.world.level.storage.LevelStorage
 
getLevelName() - Method in interface net.minecraft.server.dedicated.DedicatedServer
 
getLevelName() - Method in class net.minecraft.server.dedicated.MinecraftDedicatedServer
getLevelName() - Method in class net.minecraft.world.level.LevelInfo
 
getLevelName() - Method in class net.minecraft.world.level.LevelProperties
getLevelName() - Method in interface net.minecraft.world.level.ServerWorldProperties
 
getLevelName() - Method in class net.minecraft.world.level.UnmodifiableLevelProperties
getLevelName() - Method in interface net.minecraft.world.SaveProperties
 
getLevelPlayersFolder(MinecraftServer) - Static method in class net.minecraft.server.ServerConfigHandler
 
getLevelProgress() - Method in class net.minecraft.network.packet.s2c.play.SetTradeOffersS2CPacket
 
getLevelProgress() - Method in class net.minecraft.screen.MerchantScreenHandler
 
getLevelProperties() - Method in class net.minecraft.client.world.ClientWorld
 
getLevelProperties() - Method in class net.minecraft.world.ChunkRegion
getLevelProperties() - Method in class net.minecraft.world.World
getLevelProperties() - Method in interface net.minecraft.world.WorldAccess
 
getLevelRange() - Method in class net.minecraft.command.EntitySelectorReader
 
getLevelScreenProvider() - Method in class net.minecraft.client.gui.screen.world.WorldCreator
 
getLevelStorage() - Method in class net.minecraft.client.MinecraftClient
 
getLevelStorage() - Method in class net.minecraft.world.level.storage.LevelStorage.Session
 
getLevelSummary(Dynamic<?>) - Method in class net.minecraft.world.level.storage.LevelStorage.Session
 
getLevelType() - Method in class net.minecraft.server.world.ChunkHolder
 
getLevelType() - Method in class net.minecraft.world.chunk.EmptyChunk
getLevelType() - Method in class net.minecraft.world.chunk.WorldChunk
 
getLid() - Method in class net.minecraft.client.render.entity.model.ShulkerEntityModel
 
getLieOnBackAnimationProgress(float) - Method in class net.minecraft.entity.passive.PandaEntity
 
getLifecycle() - Method in interface net.minecraft.registry.Registry
 
getLifecycle() - Method in interface net.minecraft.registry.RegistryWrapper.Impl.Delegating
getLifecycle() - Method in interface net.minecraft.registry.RegistryWrapper.Impl
 
getLifecycle() - Method in class net.minecraft.registry.SimpleRegistry
getLifecycle() - Method in record class net.minecraft.world.dimension.DimensionOptionsRegistryHolder.DimensionsConfig
 
getLifecycle() - Method in class net.minecraft.world.level.LevelProperties
getLifecycle() - Method in interface net.minecraft.world.SaveProperties
 
getLifecycle(RegistryKey<DimensionOptions>, DimensionOptions) - Static method in record class net.minecraft.world.dimension.DimensionOptionsRegistryHolder
 
getLight(long) - Method in class net.minecraft.world.chunk.light.BlockLightStorage
getLight(long) - Method in class net.minecraft.world.chunk.light.LightStorage
 
getLight(long) - Method in class net.minecraft.world.chunk.light.SkyLightStorage
getLight(long, boolean) - Method in class net.minecraft.world.chunk.light.SkyLightStorage
 
getLight(E, float) - Method in class net.minecraft.client.render.entity.EntityRenderDispatcher
 
getLight(BlockPos, int) - Method in class net.minecraft.world.chunk.light.LightingProvider
 
getLight(BlockRenderView, BlockPos) - Method in class net.minecraft.client.render.block.FluidRenderer
 
getLight(T, float) - Method in class net.minecraft.client.render.entity.EntityRenderer
 
getLight(T, int, int) - Method in class net.minecraft.client.render.entity.ItemFrameEntityRenderer
 
getLightData() - Method in class net.minecraft.network.packet.s2c.play.ChunkDataS2CPacket
 
getLightingProvider() - Method in class net.minecraft.client.render.chunk.ChunkRendererRegion
getLightingProvider() - Method in class net.minecraft.client.world.ClientChunkManager
getLightingProvider() - Method in class net.minecraft.server.world.ServerChunkManager
 
getLightingProvider() - Method in class net.minecraft.server.world.ThreadedAnvilChunkStorage
 
getLightingProvider() - Method in interface net.minecraft.world.BlockRenderView
 
getLightingProvider() - Method in class net.minecraft.world.chunk.ChunkManager
 
getLightingProvider() - Method in class net.minecraft.world.ChunkRegion
getLightingProvider() - Method in class net.minecraft.world.World
getLightLevel(long) - Static method in class net.minecraft.world.chunk.light.ChunkLightProvider.class_8531
 
getLightLevel(BlockState, int) - Static method in class net.minecraft.block.RespawnAnchorBlock
 
getLightLevel(BlockPos) - Method in enum class net.minecraft.world.chunk.light.ChunkLightingView.Empty
getLightLevel(BlockPos) - Method in interface net.minecraft.world.chunk.light.ChunkLightingView
 
getLightLevel(BlockPos) - Method in class net.minecraft.world.chunk.light.ChunkLightProvider
getLightLevel(BlockPos) - Method in interface net.minecraft.world.WorldView
 
getLightLevel(BlockPos, int) - Method in interface net.minecraft.world.WorldView
 
getLightLevel(LightType, BlockPos) - Method in interface net.minecraft.world.BlockRenderView
 
getLightmapCoordinates(BlockRenderView, BlockState, BlockPos) - Static method in class net.minecraft.client.render.WorldRenderer
 
getLightmapCoordinates(BlockRenderView, BlockPos) - Static method in class net.minecraft.client.render.WorldRenderer
 
getLightmapTextureManager() - Method in class net.minecraft.client.render.GameRenderer
 
getLightning() - Static method in class net.minecraft.client.render.RenderLayer
 
getLightningPos(BlockPos) - Method in class net.minecraft.server.world.ServerWorld
 
getLightningRodPos(BlockPos) - Method in class net.minecraft.server.world.ServerWorld
 
getLightningTicksLeft() - Method in class net.minecraft.client.world.ClientWorld
 
getLightSection(long) - Method in class net.minecraft.world.chunk.light.LightStorage
 
getLightSection(long, boolean) - Method in class net.minecraft.world.chunk.light.LightStorage
 
getLightSection(M, long) - Method in class net.minecraft.world.chunk.light.LightStorage
 
getLightSection(ChunkSectionPos) - Method in enum class net.minecraft.world.chunk.light.ChunkLightingView.Empty
getLightSection(ChunkSectionPos) - Method in interface net.minecraft.world.chunk.light.ChunkLightingView
 
getLightSection(ChunkSectionPos) - Method in class net.minecraft.world.chunk.light.ChunkLightProvider
getLightSourceLuminance(long, BlockState) - Method in class net.minecraft.world.chunk.light.ChunkBlockLightProvider
 
getLikedLookTarget(LivingEntity) - Static method in class net.minecraft.entity.passive.AllayBrain
 
getLikedPlayer(LivingEntity) - Static method in class net.minecraft.entity.passive.AllayBrain
 
getLimit() - Method in class net.minecraft.command.EntitySelector
 
getLimitedStringLength(String, int, Style) - Method in class net.minecraft.client.font.TextHandler
 
getLimitPerChunk() - Method in class net.minecraft.entity.mob.GhastEntity
getLimitPerChunk() - Method in class net.minecraft.entity.mob.MobEntity
 
getLimitPerChunk() - Method in class net.minecraft.entity.mob.PillagerEntity
getLimitPerChunk() - Method in class net.minecraft.entity.passive.AbstractHorseEntity
getLimitPerChunk() - Method in class net.minecraft.entity.passive.FishEntity
getLimitPerChunk() - Method in class net.minecraft.entity.passive.SchoolingFishEntity
getLimitPerChunk() - Method in class net.minecraft.entity.passive.WolfEntity
getLimits() - Method in interface net.minecraft.client.session.report.AbuseReportSender
 
getLimits() - Method in record class net.minecraft.client.session.report.AbuseReportSender.Impl
getLine(int) - Method in class net.minecraft.client.gui.EditBox
Returns the line with index index.
getLineCount() - Method in class net.minecraft.client.gui.EditBox
Returns the number of total lines in the edit box.
getLineEnd(int) - Method in class net.minecraft.client.gui.screen.ingame.BookEditScreen.PageContent
 
getLineFromOffset(int[], int) - Static method in class net.minecraft.client.gui.screen.ingame.BookEditScreen
 
getLineHeight() - Method in class net.minecraft.client.gui.hud.ChatHud
 
getLines() - Method in class net.minecraft.client.gui.EditBox
Returns the lines of the edit box's text.
getLines() - Static method in class net.minecraft.client.render.RenderLayer
 
getLines(MinecraftClient) - Method in class net.minecraft.client.gui.tooltip.Tooltip
 
getLines(Text, int) - Method in class net.minecraft.client.render.entity.DisplayEntityRenderer.TextDisplayEntityRenderer
 
getLineSelectionRectangle(String, TextHandler, int, int, int, int) - Method in class net.minecraft.client.gui.screen.ingame.BookEditScreen
 
getLineStart(int) - Method in class net.minecraft.client.gui.screen.ingame.BookEditScreen.PageContent
 
getLineStrip() - Static method in class net.minecraft.client.render.RenderLayer
 
getLineWidth() - Method in class net.minecraft.entity.decoration.DisplayEntity.TextDisplayEntity
 
getLinkUrl() - Method in class net.minecraft.client.realms.util.TextRenderingUtils.LineSegment
 
getList() - Method in class net.minecraft.structure.processor.StructureProcessorList
 
getList(int) - Method in class net.minecraft.nbt.NbtList
Returns the list at index, or an empty list if the index is out of bounds or if this is not a list of lists.
getList(ShortList[], int) - Static method in class net.minecraft.world.chunk.Chunk
 
getList(Object) - Method in class net.minecraft.util.dynamic.RuntimeOps
 
getList(String, int) - Method in class net.minecraft.nbt.NbtCompound
Returns the list associated with key, or an empty list if there is no list stored with the key and the type.
getList(NbtCompound, String) - Static method in class net.minecraft.world.ChunkSerializer
 
getList(NbtElement) - Method in class net.minecraft.nbt.NbtOps
 
getList(T) - Method in class net.minecraft.util.dynamic.ForwardingDynamicOps
 
getListedPlayerListEntries() - Method in class net.minecraft.client.network.ClientPlayNetworkHandler
 
getListener() - Method in class net.minecraft.client.sound.SoundEngine
 
getListener() - Method in class net.minecraft.world.event.GameEvent.Message
 
getListener() - Method in class net.minecraft.world.event.listener.EntityGameEventHandler
 
getListeners() - Method in class net.minecraft.world.border.WorldBorder
 
getListenerTransform() - Method in class net.minecraft.client.sound.SoundManager
 
getListenerTransform() - Method in class net.minecraft.client.sound.SoundSystem
 
getListeningSound() - Method in enum class net.minecraft.entity.mob.Angriness
 
getLiteralString() - Method in interface net.minecraft.text.Text
Returns the string of the literal text, or null if this text is not a literal.
getLiveStats() - Method in class net.minecraft.client.realms.RealmsClient
 
getLivingEntity(Entity) - Static method in class net.minecraft.server.command.AttributeCommand
 
getLivingEntityWithAttribute(Entity, RegistryEntry<EntityAttribute>) - Static method in class net.minecraft.server.command.AttributeCommand
 
getLoadCompleteFuture() - Method in class net.minecraft.client.texture.AsyncTexture
 
getLoadedBlockPos(CommandContext<ServerCommandSource>, String) - Static method in class net.minecraft.command.argument.BlockPosArgumentType
 
getLoadedBlockPos(CommandContext<ServerCommandSource>, ServerWorld, String) - Static method in class net.minecraft.command.argument.BlockPosArgumentType
 
getLoadedChunkCount() - Method in class net.minecraft.client.world.ClientChunkManager
getLoadedChunkCount() - Method in class net.minecraft.server.world.ServerChunkManager
getLoadedChunkCount() - Method in class net.minecraft.server.world.ThreadedAnvilChunkStorage
 
getLoadedChunkCount() - Method in class net.minecraft.world.chunk.ChunkManager
 
getLoadedChunks() - Method in class net.minecraft.server.world.ServerEntityManager
 
getLoadedShaders() - Method in enum class net.minecraft.client.gl.ShaderStage.Type
Returns all loaded shaders of this type, keyed by their names.
getLoader(Lifecycle, Map<RegistryKey<?>, Exception>) - Method in record class net.minecraft.registry.RegistryLoader.Entry
 
getLoaderCodec() - Method in enum class net.minecraft.client.font.FontType
 
getLoadingException(LevelStorage.Session, boolean) - Method in class net.minecraft.client.gui.screen.world.RecoverWorldScreen
 
getLocalCoord(int) - Static method in class net.minecraft.util.math.ChunkSectionPos
Converts a world coordinate to the local coordinate system (0-15) of its corresponding chunk section.
getLocalDifficulty() - Method in class net.minecraft.world.LocalDifficulty
 
getLocalDifficulty(BlockPos) - Method in class net.minecraft.world.ChunkRegion
getLocalDifficulty(BlockPos) - Method in class net.minecraft.world.World
getLocalDifficulty(BlockPos) - Method in interface net.minecraft.world.WorldAccess
 
getLocalizedName(String) - Static method in class net.minecraft.client.option.KeyBinding
 
getLocalizedText() - Method in class net.minecraft.client.util.InputUtil.Key
 
getLocalProvider(SuggestionProvider<CommandSource>) - Static method in class net.minecraft.command.suggestion.SuggestionProviders
 
getLocalX(int) - Method in class net.minecraft.world.gen.chunk.AquiferSampler.Impl
 
getLocalY(int) - Method in class net.minecraft.world.gen.chunk.AquiferSampler.Impl
 
getLocalZ(int) - Method in class net.minecraft.world.gen.chunk.AquiferSampler.Impl
 
getLocateOffset() - Method in class net.minecraft.world.gen.chunk.placement.StructurePlacement
 
getLocatePos(ChunkPos) - Method in class net.minecraft.world.gen.chunk.placement.StructurePlacement
 
getLocation() - Method in class net.minecraft.client.gl.GlUniform
 
getLocation() - Method in class net.minecraft.client.render.model.json.ModelVariant
 
getLocation() - Method in class net.minecraft.client.sound.Sound
 
getLocation(Path, Path) - Static method in class net.minecraft.data.dev.NbtProvider
 
getLocation(EntityType<?>) - Static method in class net.minecraft.entity.SpawnRestriction
 
getLog() - Method in enum class net.minecraft.world.gen.structure.MineshaftStructure.Type
 
getLogAxis(BlockPos, BlockPos) - Method in class net.minecraft.world.gen.trunk.LargeOakTrunkPlacer
 
getLogger() - Method in class net.minecraft.client.session.telemetry.TelemetryLogManager
 
getLogger() - Method in class net.minecraft.client.session.telemetry.ThreadedLogWriter
 
getLogic() - Method in class net.minecraft.block.entity.MobSpawnerBlockEntity
 
getLogic() - Method in class net.minecraft.entity.vehicle.SpawnerMinecartEntity
 
getLogicalHeight() - Method in class net.minecraft.server.world.ServerWorld
 
getLogManager() - Method in class net.minecraft.client.session.telemetry.TelemetryManager
 
getLogPositions() - Method in class net.minecraft.world.gen.treedecorator.TreeDecorator.Generator
 
getLong(int) - Method in class net.minecraft.network.PacketByteBuf
 
getLong(JsonObject, String) - Static method in class net.minecraft.util.JsonHelper
 
getLong(JsonObject, String, long) - Static method in class net.minecraft.util.JsonHelper
 
getLong(String) - Method in class net.minecraft.nbt.NbtCompound
Returns the long associated with key, or 0L if there is no number stored with the key.
getLongArray() - Method in class net.minecraft.nbt.NbtLongArray
Returns the underlying long array.
getLongArray(int) - Method in class net.minecraft.nbt.NbtList
Returns the long array at index, or an empty int array if the index is out of bounds or if this is not a list of long arrays.
getLongArray(String) - Method in class net.minecraft.nbt.NbtCompound
Returns the long array associated with key, or an empty long array if there is no long array stored with the key.
getLongestSide(BlockPos) - Method in class net.minecraft.world.gen.trunk.LargeOakTrunkPlacer
 
getLongLE(int) - Method in class net.minecraft.network.PacketByteBuf
 
getLongOr(String, JsonObject, long) - Static method in class net.minecraft.client.realms.util.JsonUtils
 
getLongStream(Object) - Method in class net.minecraft.util.dynamic.RuntimeOps
 
getLongStream(NbtElement) - Method in class net.minecraft.nbt.NbtOps
 
getLongStream(T) - Method in class net.minecraft.util.dynamic.ForwardingDynamicOps
 
getLookControl() - Method in class net.minecraft.entity.mob.MobEntity
 
getLookDirectionForAxis(Entity, Direction.Axis) - Static method in enum class net.minecraft.util.math.Direction
 
getLookingAtVillagerTicks() - Method in class net.minecraft.entity.passive.IronGolemEntity
 
getLookingHeightFor(Entity) - Static method in class net.minecraft.entity.ai.control.LookControl
 
getLookTarget() - Method in class net.minecraft.entity.ai.brain.WalkTarget
 
getLookTarget(LivingEntity) - Static method in class net.minecraft.entity.passive.AllayBrain
 
getLookup() - Method in class net.minecraft.client.world.ClientEntityManager
 
getLookup() - Method in class net.minecraft.server.world.ServerEntityManager
 
getLookX() - Method in class net.minecraft.entity.ai.control.LookControl
 
getLookY() - Method in class net.minecraft.entity.ai.control.LookControl
 
getLookZ() - Method in class net.minecraft.entity.ai.control.LookControl
 
getLoopSound() - Method in class net.minecraft.world.biome.Biome
 
getLoopSound() - Method in class net.minecraft.world.biome.BiomeEffects
Returns the loop sound.
getLooting(LivingEntity) - Static method in class net.minecraft.enchantment.EnchantmentHelper
 
getLootManager() - Method in class net.minecraft.server.DataPackContents
 
getLootManager() - Method in class net.minecraft.server.MinecraftServer
 
getLootTable() - Method in class net.minecraft.entity.LivingEntity
 
getLootTable() - Method in class net.minecraft.entity.mob.MobEntity
getLootTable(Identifier) - Method in interface net.minecraft.loot.LootDataLookup
 
getLootTableId() - Method in class net.minecraft.block.AbstractBlock
 
getLootTableId() - Method in class net.minecraft.block.entity.DecoratedPotBlockEntity
Returns the loot table ID, or null if there is no associated loot table.
getLootTableId() - Method in class net.minecraft.block.entity.LootableContainerBlockEntity
Returns the loot table ID, or null if there is no associated loot table.
getLootTableId() - Method in class net.minecraft.entity.EntityType
 
getLootTableId() - Method in class net.minecraft.entity.mob.MobEntity
 
getLootTableId() - Method in class net.minecraft.entity.passive.SheepEntity
getLootTableId() - Method in class net.minecraft.entity.vehicle.ChestBoatEntity
getLootTableId() - Method in class net.minecraft.entity.vehicle.StorageMinecartEntity
getLootTableId() - Method in interface net.minecraft.entity.vehicle.VehicleInventory
 
getLootTableId() - Method in interface net.minecraft.inventory.LootableInventory
Returns the loot table ID, or null if there is no associated loot table.
getLootTableSeed() - Method in class net.minecraft.block.entity.DecoratedPotBlockEntity
Returns the loot table's seed.
getLootTableSeed() - Method in class net.minecraft.block.entity.LootableContainerBlockEntity
Returns the loot table's seed.
getLootTableSeed() - Method in class net.minecraft.entity.LivingEntity
 
getLootTableSeed() - Method in class net.minecraft.entity.mob.MobEntity
getLootTableSeed() - Method in class net.minecraft.entity.vehicle.ChestBoatEntity
getLootTableSeed() - Method in class net.minecraft.entity.vehicle.StorageMinecartEntity
getLootTableSeed() - Method in interface net.minecraft.entity.vehicle.VehicleInventory
 
getLootTableSeed() - Method in interface net.minecraft.inventory.LootableInventory
Returns the loot table's seed.
getLoveTicks() - Method in class net.minecraft.entity.passive.AnimalEntity
 
getLovingPlayer() - Method in class net.minecraft.entity.passive.AnimalEntity
 
getLowerCorner(BlockPos) - Method in class net.minecraft.world.dimension.NetherPortal
 
getLowerHalfContext(WorldView, BlockPos, BlockState) - Method in class net.minecraft.block.PitcherCropBlock
 
getLowerLevelExperience(int) - Static method in class net.minecraft.village.VillagerData
 
getLoyalty(ItemStack) - Static method in class net.minecraft.enchantment.EnchantmentHelper
 
getLuck() - Method in class net.minecraft.entity.player.PlayerEntity
 
getLuck() - Method in class net.minecraft.loot.context.LootContext
 
getLuck() - Method in class net.minecraft.loot.context.LootContextParameterSet
 
getLuckOfTheSea(ItemStack) - Static method in class net.minecraft.enchantment.EnchantmentHelper
 
getLuminance() - Method in class net.minecraft.block.AbstractBlock.AbstractBlockState
Returns the light level emitted by this block state.
getLuminance() - Method in enum class net.minecraft.block.enums.TrialSpawnerState
 
getLuminance() - Method in enum class net.minecraft.block.enums.VaultState
 
getLuminance(BlockPos) - Method in interface net.minecraft.world.BlockView
 
getLuminance(BlockPos) - Method in class net.minecraft.world.chunk.EmptyChunk
getLuminanceOffset() - Method in enum class net.minecraft.client.texture.NativeImage.Format
 
getLuminanceSupplier(int) - Static method in interface net.minecraft.block.CaveVines
Returns a function that receives a BlockState and returns the luminance for the state.
getLuminanceSupplier(int) - Static method in class net.minecraft.block.GlowLichenBlock
Returns a function that receives a BlockState and returns the luminance for the state.
getLunarTime() - Method in interface net.minecraft.world.LunarWorldView
 
getLunarTime() - Method in interface net.minecraft.world.WorldAccess
getLure(ItemStack) - Static method in class net.minecraft.enchantment.EnchantmentHelper
 
getLyingAngle(EndermiteEntity) - Method in class net.minecraft.client.render.entity.EndermiteEntityRenderer
 
getLyingAngle(SilverfishEntity) - Method in class net.minecraft.client.render.entity.SilverfishEntityRenderer
 
getLyingAngle(T) - Method in class net.minecraft.client.render.entity.LivingEntityRenderer
 
getLyingAngle(T) - Method in class net.minecraft.client.render.entity.SpiderEntityRenderer
 
getMacIcon(ResourcePack) - Method in enum class net.minecraft.client.util.Icons
 
getMagnitudeWeight(int, int, int) - Static method in class net.minecraft.world.gen.StructureWeightSampler
 
getMainArm() - Method in class net.minecraft.client.option.GameOptions
 
getMainArm() - Method in class net.minecraft.entity.decoration.ArmorStandEntity
getMainArm() - Method in class net.minecraft.entity.LivingEntity
 
getMainArm() - Method in class net.minecraft.entity.mob.MobEntity
getMainArm() - Method in class net.minecraft.entity.player.PlayerEntity
getMainGene() - Method in class net.minecraft.entity.passive.PandaEntity
 
getMainHandStack() - Method in class net.minecraft.entity.LivingEntity
 
getMainHandStack() - Method in class net.minecraft.entity.player.PlayerInventory
 
getMainPositioner() - Method in class net.minecraft.client.gui.widget.AxisGridWidget
 
getMainPositioner() - Method in class net.minecraft.client.gui.widget.DirectionalLayoutWidget
 
getMainPositioner() - Method in class net.minecraft.client.gui.widget.GridWidget.Adder
 
getMainPositioner() - Method in class net.minecraft.client.gui.widget.GridWidget
 
getMainPositioner() - Method in class net.minecraft.client.gui.widget.SimplePositioningWidget
 
getMainWorkerExecutor() - Static method in class net.minecraft.util.Util
Returns the main worker executor for miscellaneous asynchronous tasks.
getMainWorldProperties() - Method in class net.minecraft.world.level.LevelProperties
getMainWorldProperties() - Method in interface net.minecraft.world.SaveProperties
 
getManager() - Method in class net.minecraft.client.network.ClientAdvancementManager
 
getManager() - Method in class net.minecraft.server.ServerAdvancementLoader
 
getMangroveColor() - Static method in class net.minecraft.client.color.world.FoliageColors
 
getManhattanDistance(PathNode) - Method in class net.minecraft.entity.ai.pathing.PathNode
 
getManhattanDistance(BlockPos) - Method in class net.minecraft.entity.ai.pathing.PathNode
 
getManhattanDistance(BlockPos, double, double, double) - Static method in class net.minecraft.client.render.debug.PathfindingDebugRenderer
 
getManhattanDistance(Vec3i) - Method in class net.minecraft.util.math.Vec3i
Returns the Manhattan distance between here and vec.
getManhattanDistanceFromTarget() - Method in class net.minecraft.entity.ai.pathing.Path
 
getMap(Object) - Method in class net.minecraft.util.dynamic.RuntimeOps
 
getMap(NbtElement) - Method in class net.minecraft.nbt.NbtOps
 
getMap(T) - Method in class net.minecraft.util.dynamic.ForwardingDynamicOps
 
getMapAngle(float) - Method in class net.minecraft.client.render.item.HeldItemRenderer
 
getMapColor() - Method in enum class net.minecraft.util.DyeColor
Returns the corresponding map color.
getMapColor(BlockView, BlockPos) - Method in class net.minecraft.block.AbstractBlock.AbstractBlockState
 
getMapEntries(Object) - Method in class net.minecraft.util.dynamic.RuntimeOps
 
getMapEntries(NbtElement) - Method in class net.minecraft.nbt.NbtOps
 
getMapEntries(T) - Method in class net.minecraft.util.dynamic.ForwardingDynamicOps
 
getMapId() - Method in class net.minecraft.entity.decoration.ItemFrameEntity
 
getMapRenderer() - Method in class net.minecraft.client.render.GameRenderer
 
getMapState(MapIdComponent, World) - Static method in class net.minecraft.item.FilledMapItem
 
getMapState(MapIdComponent) - Method in class net.minecraft.client.world.ClientWorld
getMapState(MapIdComponent) - Method in class net.minecraft.server.world.ServerWorld
getMapState(MapIdComponent) - Method in class net.minecraft.world.World
 
getMapState(ItemStack, World) - Static method in class net.minecraft.item.FilledMapItem
 
getMapStates() - Method in class net.minecraft.client.world.ClientWorld
 
getMapTexture(MapIdComponent, MapState) - Method in class net.minecraft.client.render.MapRenderer
 
getMapUpdateData() - Method in class net.minecraft.item.map.MapState.PlayerUpdateTracker
 
getMapValues(Object) - Method in class net.minecraft.util.dynamic.RuntimeOps
 
getMapValues(NbtElement) - Method in class net.minecraft.nbt.NbtOps
 
getMapValues(T) - Method in class net.minecraft.util.dynamic.ForwardingDynamicOps
 
getMarking() - Method in class net.minecraft.entity.passive.HorseEntity
 
getMask() - Method in class net.minecraft.network.message.FilterMask
 
getMask() - Method in enum class net.minecraft.network.packet.s2c.play.PositionFlag
 
getMask() - Method in class net.minecraft.world.gen.carver.CarvingMask
 
getMask(String, JsonArray, TextFilterer.HashIgnorer) - Method in class net.minecraft.server.filter.TextFilterer
 
getMatchingItemIds() - Method in class net.minecraft.recipe.Ingredient
 
getMatchingStacks() - Method in class net.minecraft.recipe.Ingredient
 
getMaterial() - Method in class net.minecraft.item.ArmorItem
 
getMaterial() - Method in class net.minecraft.item.ToolItem
 
getMaterial() - Method in class net.minecraft.item.trim.ArmorTrim
 
getMaterialAssetNameFor(RegistryEntry<ArmorMaterial>) - Method in class net.minecraft.item.trim.ArmorTrim
 
getMatrices() - Method in class net.minecraft.client.gui.DrawContext
 
getMatrix() - Method in class net.minecraft.util.math.AffineTransformation
 
getMatrix() - Method in enum class net.minecraft.util.math.AxisTransformation
 
getMatrix() - Method in enum class net.minecraft.util.math.DirectionTransformation
 
getMax() - Method in class net.minecraft.client.render.model.json.ItemModelGenerator.Frame
 
getMax() - Method in class net.minecraft.util.math.floatprovider.ClampedNormalFloatProvider
getMax() - Method in class net.minecraft.util.math.floatprovider.ConstantFloatProvider
getMax() - Method in class net.minecraft.util.math.floatprovider.FloatProvider
 
getMax() - Method in class net.minecraft.util.math.floatprovider.TrapezoidFloatProvider
getMax() - Method in class net.minecraft.util.math.floatprovider.UniformFloatProvider
getMax() - Method in class net.minecraft.util.math.intprovider.BiasedToBottomIntProvider
getMax() - Method in class net.minecraft.util.math.intprovider.ClampedIntProvider
getMax() - Method in class net.minecraft.util.math.intprovider.ClampedNormalIntProvider
getMax() - Method in class net.minecraft.util.math.intprovider.ConstantIntProvider
getMax() - Method in class net.minecraft.util.math.intprovider.IntProvider
 
getMax() - Method in class net.minecraft.util.math.intprovider.UniformIntProvider
getMax() - Method in class net.minecraft.util.math.intprovider.WeightedListIntProvider
getMax() - Method in class net.minecraft.util.math.RotationCalculator
 
getMax() - Static method in class net.minecraft.util.math.RotationPropertyHelper
 
getMax(Direction.Axis) - Method in class net.minecraft.util.math.Box
Returns the maximum coordinate for the given axis of this box.
getMax(Direction.Axis) - Method in class net.minecraft.util.shape.BitSetVoxelSet
getMax(Direction.Axis) - Method in class net.minecraft.util.shape.CroppedVoxelSet
getMax(Direction.Axis) - Method in class net.minecraft.util.shape.VoxelSet
 
getMax(Direction.Axis) - Method in class net.minecraft.util.shape.VoxelShape
 
getMaxAbsorption() - Method in class net.minecraft.entity.LivingEntity
 
getMaxAcceptableBadOmenLevel() - Method in class net.minecraft.village.raid.Raid
 
getMaxAge() - Method in class net.minecraft.block.BeetrootsBlock
getMaxAge() - Method in class net.minecraft.block.CropBlock
 
getMaxAge() - Method in class net.minecraft.block.TorchflowerBlock
getMaxAge() - Method in class net.minecraft.client.particle.Particle
Returns the maximum age, in ticks, of this particle.
getMaxAir() - Method in class net.minecraft.entity.Entity
Returns the maximum amount of air the entity can hold, in ticks.
getMaxAir() - Method in class net.minecraft.entity.passive.AxolotlEntity
Returns the maximum amount of air the entity can hold, in ticks.
getMaxAir() - Method in class net.minecraft.entity.passive.DolphinEntity
Returns the maximum amount of air the entity can hold, in ticks.
getMaxAllowed(ItemStack) - Method in class net.minecraft.component.type.BundleContentsComponent.Builder
 
getMaxAllowedFloatingTicks(Entity) - Method in class net.minecraft.server.network.ServerPlayNetworkHandler
 
getMaxAttempts() - Method in class net.minecraft.test.GameTestState
 
getMaxBackgroundThreads() - Static method in class net.minecraft.util.Util
 
getMaxCaveCount() - Method in class net.minecraft.world.gen.carver.CaveCarver
 
getMaxCaveCount() - Method in class net.minecraft.world.gen.carver.NetherCaveCarver
getMaxChainedNeighborUpdates() - Method in class net.minecraft.server.dedicated.MinecraftDedicatedServer
getMaxChainedNeighborUpdates() - Method in class net.minecraft.server.MinecraftServer
 
getMaxCooldown() - Method in class net.minecraft.entity.ai.goal.MeleeAttackGoal
 
getMaxCount() - Method in class net.minecraft.client.particle.ParticleGroup
Returns the maximum count of particles from this group that can be rendered in a particle manager.
getMaxCount() - Method in class net.minecraft.item.Item
Returns the maximum stack count of any ItemStack with this item.
getMaxCount() - Method in class net.minecraft.item.ItemStack
 
getMaxCountPerStack() - Method in class net.minecraft.block.ComposterBlock.ComposterInventory
Returns the maximum number of items a stack can contain when placed inside this inventory.
getMaxCountPerStack() - Method in class net.minecraft.block.ComposterBlock.FullComposterInventory
Returns the maximum number of items a stack can contain when placed inside this inventory.
getMaxCountPerStack() - Method in class net.minecraft.block.entity.ChiseledBookshelfBlockEntity
Returns the maximum number of items a stack can contain when placed inside this inventory.
getMaxCountPerStack() - Method in class net.minecraft.block.entity.JukeboxBlockEntity
Returns the maximum number of items a stack can contain when placed inside this inventory.
getMaxCountPerStack() - Method in class net.minecraft.inventory.DoubleInventory
Returns the maximum number of items a stack can contain when placed inside this inventory.
getMaxCountPerStack() - Method in interface net.minecraft.inventory.Inventory
Returns the maximum number of items a stack can contain when placed inside this inventory.
getMaxDamage() - Method in class net.minecraft.item.Item
Returns the maximum durability of this item.
getMaxDamage() - Method in class net.minecraft.item.ItemStack
 
getMaxDamage(int) - Method in enum class net.minecraft.item.ArmorItem.Type
 
getMaxDelay() - Method in class net.minecraft.sound.MusicSound
 
getMaxDepth() - Method in class net.minecraft.network.packet.c2s.play.JigsawGeneratingC2SPacket
 
getMaxDistance() - Method in class net.minecraft.block.entity.SculkSpreadManager
 
getMaxDistanceFromFull() - Static method in class net.minecraft.world.chunk.ChunkStatus
 
getMaxFps() - Method in class net.minecraft.client.option.GameOptions
 
getMaxGroupSize() - Method in class net.minecraft.entity.passive.SalmonEntity
getMaxGroupSize() - Method in class net.minecraft.entity.passive.SchoolingFishEntity
 
getMaxHeadRotation() - Method in class net.minecraft.entity.mob.BreezeEntity
Returns the maximum degrees which the head yaw can differ from the body yaw.
getMaxHeadRotation() - Method in class net.minecraft.entity.mob.MobEntity
Returns the maximum degrees which the head yaw can differ from the body yaw.
getMaxHeadRotation() - Method in class net.minecraft.entity.mob.RavagerEntity
Returns the maximum degrees which the head yaw can differ from the body yaw.
getMaxHeadRotation() - Method in class net.minecraft.entity.mob.ShulkerEntity
Returns the maximum degrees which the head yaw can differ from the body yaw.
getMaxHeadRotation() - Method in class net.minecraft.entity.passive.ArmadilloEntity
Returns the maximum degrees which the head yaw can differ from the body yaw.
getMaxHeadRotation() - Method in class net.minecraft.entity.passive.AxolotlEntity
Returns the maximum degrees which the head yaw can differ from the body yaw.
getMaxHeadRotation() - Method in class net.minecraft.entity.passive.CamelEntity
Returns the maximum degrees which the head yaw can differ from the body yaw.
getMaxHeadRotation() - Method in class net.minecraft.entity.passive.DolphinEntity
Returns the maximum degrees which the head yaw can differ from the body yaw.
getMaxHeadRotation() - Method in class net.minecraft.entity.passive.FrogEntity
Returns the maximum degrees which the head yaw can differ from the body yaw.
getMaxHeadRotation() - Method in class net.minecraft.entity.passive.GoatEntity
Returns the maximum degrees which the head yaw can differ from the body yaw.
getMaxHeadRotation() - Method in class net.minecraft.entity.passive.SnifferEntity
Returns the maximum degrees which the head yaw can differ from the body yaw.
getMaxHealth() - Method in class net.minecraft.entity.LivingEntity
 
getMaxHorizontalModelOffset() - Method in class net.minecraft.block.AbstractBlock
 
getMaxHorizontalModelOffset() - Method in class net.minecraft.block.PointedDripstoneBlock
getMaximumCrafts() - Method in class net.minecraft.recipe.RecipeMatcher.Matcher
 
getMaxIndex() - Method in class net.minecraft.client.session.report.log.ChatLog
 
getMaxInputLevelSides(RedstoneView, BlockPos, BlockState) - Method in class net.minecraft.block.AbstractRedstoneGateBlock
 
getMaxIntensityColor(float) - Static method in class net.minecraft.client.render.WorldRenderer
 
getMaxItemCount() - Method in class net.minecraft.client.gui.screen.ingame.CreativeInventoryScreen.CreativeSlot
getMaxItemCount() - Method in class net.minecraft.screen.BeaconScreenHandler.PaymentSlot
getMaxItemCount() - Method in class net.minecraft.screen.BrewingStandScreenHandler.FuelSlot
getMaxItemCount() - Method in class net.minecraft.screen.BrewingStandScreenHandler.IngredientSlot
getMaxItemCount() - Method in class net.minecraft.screen.BrewingStandScreenHandler.PotionSlot
getMaxItemCount() - Method in class net.minecraft.screen.slot.Slot
 
getMaxItemCount(ItemStack) - Method in class net.minecraft.client.gui.screen.ingame.CreativeInventoryScreen.CreativeSlot
getMaxItemCount(ItemStack) - Method in class net.minecraft.screen.slot.FurnaceFuelSlot
getMaxItemCount(ItemStack) - Method in class net.minecraft.screen.slot.Slot
 
getMaxLength() - Method in class net.minecraft.client.gui.EditBox
Returns the maximum length of the edit box text in characters.
getMaxLength() - Method in class net.minecraft.client.gui.widget.TextFieldWidget
 
getMaxLevel() - Method in class net.minecraft.enchantment.DamageEnchantment
getMaxLevel() - Method in class net.minecraft.enchantment.DepthStriderEnchantment
getMaxLevel() - Method in class net.minecraft.enchantment.EfficiencyEnchantment
getMaxLevel() - Method in class net.minecraft.enchantment.Enchantment
 
getMaxLevel() - Method in class net.minecraft.enchantment.FireAspectEnchantment
getMaxLevel() - Method in class net.minecraft.enchantment.FrostWalkerEnchantment
getMaxLevel() - Method in class net.minecraft.enchantment.ImpalingEnchantment
getMaxLevel() - Method in class net.minecraft.enchantment.KnockbackEnchantment
getMaxLevel() - Method in class net.minecraft.enchantment.LoyaltyEnchantment
getMaxLevel() - Method in class net.minecraft.enchantment.LuckEnchantment
getMaxLevel() - Method in class net.minecraft.enchantment.LureEnchantment
getMaxLevel() - Method in class net.minecraft.enchantment.PiercingEnchantment
getMaxLevel() - Method in class net.minecraft.enchantment.PowerEnchantment
getMaxLevel() - Method in class net.minecraft.enchantment.ProtectionEnchantment
getMaxLevel() - Method in class net.minecraft.enchantment.PunchEnchantment
getMaxLevel() - Method in class net.minecraft.enchantment.QuickChargeEnchantment
getMaxLevel() - Method in class net.minecraft.enchantment.RespirationEnchantment
getMaxLevel() - Method in class net.minecraft.enchantment.RiptideEnchantment
getMaxLevel() - Method in class net.minecraft.enchantment.SoulSpeedEnchantment
getMaxLevel() - Method in class net.minecraft.enchantment.SweepingEnchantment
getMaxLevel() - Method in class net.minecraft.enchantment.SwiftSneakEnchantment
getMaxLevel() - Method in class net.minecraft.enchantment.ThornsEnchantment
getMaxLevel() - Method in class net.minecraft.enchantment.UnbreakingEnchantment
getMaxLightLevel() - Method in interface net.minecraft.world.BlockView
 
getMaxLightLevel() - Method in class net.minecraft.world.chunk.WrapperProtoChunk
getMaxLinesWithoutOverflow() - Method in class net.minecraft.client.gui.widget.EditBoxWidget
Returns the maximum amount of lines the widget can hold without overflowing.
getMaxLookPitchChange() - Method in class net.minecraft.entity.mob.GuardianEntity
Returns the maximum degrees which the pitch can change when looking.
getMaxLookPitchChange() - Method in class net.minecraft.entity.mob.MobEntity
Returns the maximum degrees which the pitch can change when looking.
getMaxLookPitchChange() - Method in class net.minecraft.entity.mob.ShulkerEntity
Returns the maximum degrees which the pitch can change when looking.
getMaxLookPitchChange() - Method in class net.minecraft.entity.mob.SlimeEntity
Returns the maximum degrees which the pitch can change when looking.
getMaxLookPitchChange() - Method in class net.minecraft.entity.passive.AxolotlEntity
Returns the maximum degrees which the pitch can change when looking.
getMaxLookPitchChange() - Method in class net.minecraft.entity.passive.DolphinEntity
Returns the maximum degrees which the pitch can change when looking.
getMaxLookPitchChange() - Method in class net.minecraft.entity.passive.WolfEntity
Returns the maximum degrees which the pitch can change when looking.
getMaxLookYawChange() - Method in class net.minecraft.entity.mob.BreezeEntity
Returns the maximum degrees which the yaw can change when looking.
getMaxLookYawChange() - Method in class net.minecraft.entity.mob.MobEntity
Returns the maximum degrees which the yaw can change when looking.
getMaxLookYawChange() - Method in class net.minecraft.entity.passive.FrogEntity
Returns the maximum degrees which the yaw can change when looking.
getMaxNetherPortalTime() - Method in class net.minecraft.entity.Entity
Returns how long entities can be inside the nether portal without teleporting, in ticks.
getMaxNetherPortalTime() - Method in class net.minecraft.entity.player.PlayerEntity
Returns how long entities can be inside the nether portal without teleporting, in ticks.
getMaxPassengers() - Method in class net.minecraft.entity.vehicle.BoatEntity
 
getMaxPassengers() - Method in class net.minecraft.entity.vehicle.ChestBoatEntity
getMaxPitch() - Method in class net.minecraft.client.sound.AbstractBeeSoundInstance
 
getMaxPlayerCount() - Method in interface net.minecraft.network.QueryableServer
 
getMaxPlayerCount() - Method in class net.minecraft.server.MinecraftServer
getMaxPlayerCount() - Method in class net.minecraft.server.PlayerManager
 
getMaxPosition() - Method in class net.minecraft.client.gui.widget.EntryListWidget
 
getMaxPosition() - Method in class net.minecraft.client.realms.gui.screen.RealmsBackupScreen.BackupObjectSelectionList
getMaxPosition() - Method in class net.minecraft.client.realms.gui.screen.RealmsMainScreen.RealmSelectionList
getMaxPosition() - Method in class net.minecraft.client.realms.gui.screen.RealmsPendingInvitesScreen.PendingInvitationSelectionList
getMaxPosition() - Method in class net.minecraft.client.realms.gui.screen.RealmsPlayerScreen.InvitedObjectSelectionList
getMaxPosition() - Method in class net.minecraft.client.realms.gui.screen.RealmsSelectFileToUploadScreen.WorldSelectionList
getMaxPosition() - Method in class net.minecraft.client.realms.gui.screen.RealmsSelectWorldTemplateScreen.WorldTemplateObjectSelectionList
getMaxPosition() - Method in class net.minecraft.client.realms.RealmsObjectSelectionList
getMaxPower(int) - Method in class net.minecraft.enchantment.AquaAffinityEnchantment
getMaxPower(int) - Method in class net.minecraft.enchantment.BindingCurseEnchantment
getMaxPower(int) - Method in class net.minecraft.enchantment.ChannelingEnchantment
getMaxPower(int) - Method in class net.minecraft.enchantment.DamageEnchantment
getMaxPower(int) - Method in class net.minecraft.enchantment.DepthStriderEnchantment
getMaxPower(int) - Method in class net.minecraft.enchantment.EfficiencyEnchantment
getMaxPower(int) - Method in class net.minecraft.enchantment.Enchantment
 
getMaxPower(int) - Method in class net.minecraft.enchantment.FireAspectEnchantment
getMaxPower(int) - Method in class net.minecraft.enchantment.FlameEnchantment
getMaxPower(int) - Method in class net.minecraft.enchantment.FrostWalkerEnchantment
getMaxPower(int) - Method in class net.minecraft.enchantment.ImpalingEnchantment
getMaxPower(int) - Method in class net.minecraft.enchantment.InfinityEnchantment
getMaxPower(int) - Method in class net.minecraft.enchantment.KnockbackEnchantment
getMaxPower(int) - Method in class net.minecraft.enchantment.LoyaltyEnchantment
getMaxPower(int) - Method in class net.minecraft.enchantment.LuckEnchantment
getMaxPower(int) - Method in class net.minecraft.enchantment.LureEnchantment
getMaxPower(int) - Method in class net.minecraft.enchantment.MendingEnchantment
getMaxPower(int) - Method in class net.minecraft.enchantment.MultishotEnchantment
getMaxPower(int) - Method in class net.minecraft.enchantment.PiercingEnchantment
getMaxPower(int) - Method in class net.minecraft.enchantment.PowerEnchantment
getMaxPower(int) - Method in class net.minecraft.enchantment.ProtectionEnchantment
getMaxPower(int) - Method in class net.minecraft.enchantment.PunchEnchantment
getMaxPower(int) - Method in class net.minecraft.enchantment.QuickChargeEnchantment
getMaxPower(int) - Method in class net.minecraft.enchantment.RespirationEnchantment
getMaxPower(int) - Method in class net.minecraft.enchantment.RiptideEnchantment
getMaxPower(int) - Method in class net.minecraft.enchantment.SilkTouchEnchantment
getMaxPower(int) - Method in class net.minecraft.enchantment.SoulSpeedEnchantment
getMaxPower(int) - Method in class net.minecraft.enchantment.SweepingEnchantment
getMaxPower(int) - Method in class net.minecraft.enchantment.SwiftSneakEnchantment
getMaxPower(int) - Method in class net.minecraft.enchantment.ThornsEnchantment
getMaxPower(int) - Method in class net.minecraft.enchantment.UnbreakingEnchantment
getMaxPower(int) - Method in class net.minecraft.enchantment.VanishingCurseEnchantment
getMaxProgress() - Method in class net.minecraft.entity.ai.goal.BreakDoorGoal
 
getMaxRadius() - Method in class net.minecraft.network.packet.s2c.play.WorldBorderInitializeS2CPacket
 
getMaxRadius() - Method in class net.minecraft.world.border.WorldBorder
Returns the maximum radius of this border, in blocks.
getMaxRelativeHeadRotation() - Method in class net.minecraft.entity.LivingEntity
Returns the maximum rotation of the head relative to the body in degrees.
getMaxRelativeHeadRotation() - Method in class net.minecraft.entity.player.PlayerEntity
Returns the maximum rotation of the head relative to the body in degrees.
getMaxScroll() - Method in class net.minecraft.client.gui.screen.ingame.StonecutterScreen
 
getMaxScroll() - Method in class net.minecraft.client.gui.widget.EntryListWidget
 
getMaxScrollY() - Method in class net.minecraft.client.gui.widget.ScrollableWidget
 
getMaxSourceCount() - Method in interface net.minecraft.client.sound.SoundEngine.SourceSet
 
getMaxSourceCount() - Method in class net.minecraft.client.sound.SoundEngine.SourceSetImpl
getMaxSpeed() - Method in class net.minecraft.entity.vehicle.AbstractMinecartEntity
 
getMaxSpeed() - Method in class net.minecraft.entity.vehicle.FurnaceMinecartEntity
getMaxSurfaceY() - Method in class net.minecraft.world.chunk.light.ChunkSkyLight
 
getMaxTemper() - Method in class net.minecraft.entity.passive.AbstractHorseEntity
 
getMaxTemper() - Method in class net.minecraft.entity.passive.LlamaEntity
getMaxTextureSize() - Method in class net.minecraft.client.texture.SpriteAtlasTexture
 
getMaxTextWidth() - Method in class net.minecraft.block.entity.HangingSignBlockEntity
getMaxTextWidth() - Method in class net.minecraft.block.entity.SignBlockEntity
 
getMaxTickTime() - Method in class net.minecraft.server.dedicated.MinecraftDedicatedServer
 
getMaxTime() - Method in interface net.minecraft.util.profiler.ProfileLocationInfo
 
getMaxTime() - Method in class net.minecraft.util.profiler.ProfilerSystem.LocatedInfo
getMaxTrackDistance() - Method in class net.minecraft.entity.EntityType
Returns the tracking distance, in chunks, of this type of entity for clients.
getMaxTrackDistance() - Method in class net.minecraft.server.world.ThreadedAnvilChunkStorage.EntityTracker
 
getMaxU() - Method in class net.minecraft.client.particle.BillboardParticle
Returns the upper U coordinate of the UV coordinates used to draw this particle.
getMaxU() - Method in class net.minecraft.client.particle.BlockDustParticle
Returns the upper U coordinate of the UV coordinates used to draw this particle.
getMaxU() - Method in class net.minecraft.client.particle.CrackParticle
Returns the upper U coordinate of the UV coordinates used to draw this particle.
getMaxU() - Method in class net.minecraft.client.particle.SpriteBillboardParticle
Returns the upper U coordinate of the UV coordinates used to draw this particle.
getMaxU() - Method in class net.minecraft.client.texture.Sprite
 
getMaxUses() - Method in class net.minecraft.village.TradeOffer
Returns the maximum number of times this trade offer can be used.
getMaxUseTime() - Method in class net.minecraft.item.ItemStack
 
getMaxUseTime(ItemStack) - Method in class net.minecraft.item.BowItem
Returns the maximum use (right-click) time of this item, in ticks.
getMaxUseTime(ItemStack) - Method in class net.minecraft.item.BrushItem
Returns the maximum use (right-click) time of this item, in ticks.
getMaxUseTime(ItemStack) - Method in class net.minecraft.item.CrossbowItem
Returns the maximum use (right-click) time of this item, in ticks.
getMaxUseTime(ItemStack) - Method in class net.minecraft.item.EnderEyeItem
Returns the maximum use (right-click) time of this item, in ticks.
getMaxUseTime(ItemStack) - Method in class net.minecraft.item.GoatHornItem
Returns the maximum use (right-click) time of this item, in ticks.
getMaxUseTime(ItemStack) - Method in class net.minecraft.item.HoneyBottleItem
Returns the maximum use (right-click) time of this item, in ticks.
getMaxUseTime(ItemStack) - Method in class net.minecraft.item.Item
Returns the maximum use (right-click) time of this item, in ticks.
getMaxUseTime(ItemStack) - Method in class net.minecraft.item.MilkBucketItem
Returns the maximum use (right-click) time of this item, in ticks.
getMaxUseTime(ItemStack) - Method in class net.minecraft.item.PotionItem
Returns the maximum use (right-click) time of this item, in ticks.
getMaxUseTime(ItemStack) - Method in class net.minecraft.item.ShieldItem
Returns the maximum use (right-click) time of this item, in ticks.
getMaxUseTime(ItemStack) - Method in class net.minecraft.item.SpyglassItem
Returns the maximum use (right-click) time of this item, in ticks.
getMaxUseTime(ItemStack) - Method in class net.minecraft.item.TridentItem
Returns the maximum use (right-click) time of this item, in ticks.
getMaxV() - Method in class net.minecraft.client.particle.BillboardParticle
Returns the upper V coordinate of the UV coordinates used to draw this particle.
getMaxV() - Method in class net.minecraft.client.particle.BlockDustParticle
Returns the upper V coordinate of the UV coordinates used to draw this particle.
getMaxV() - Method in class net.minecraft.client.particle.CrackParticle
Returns the upper V coordinate of the UV coordinates used to draw this particle.
getMaxV() - Method in class net.minecraft.client.particle.SpriteBillboardParticle
Returns the upper V coordinate of the UV coordinates used to draw this particle.
getMaxV() - Method in class net.minecraft.client.texture.Sprite
 
getMaxValidator(IntFunction<T>, int) - Static method in class net.minecraft.network.PacketByteBuf
 
getMaxValue() - Method in class net.minecraft.entity.attribute.ClampedEntityAttribute
 
getMaxValue() - Method in class net.minecraft.entity.boss.CommandBossBar
 
getMaxValue() - Method in class net.minecraft.util.math.noise.DoublePerlinNoiseSampler
 
getMaxValue() - Method in class net.minecraft.util.math.noise.OctavePerlinNoiseSampler
 
getMaxValue() - Method in record class net.minecraft.world.gen.densityfunction.DensityFunction.Noise
 
getMaxValue(ServerCommandSource, CommandBossBar) - Static method in class net.minecraft.server.command.BossBarCommand
 
getMaxWaves(Difficulty) - Method in class net.minecraft.village.raid.Raid
 
getMaxWidth() - Method in interface net.minecraft.client.font.MultilineText
 
getMaxWidth(TextHandler, List<StringVisitable>) - Static method in class net.minecraft.client.gui.screen.advancement.AdvancementWidget
 
getMaxWorldBorderRadius() - Method in class net.minecraft.server.dedicated.MinecraftDedicatedServer
getMaxWorldBorderRadius() - Method in class net.minecraft.server.MinecraftServer
 
getMaxX() - Method in class net.minecraft.util.math.BlockBox
 
getMaxX() - Method in class net.minecraft.util.math.ChunkSectionPos
 
getMaxY() - Method in class net.minecraft.util.math.BlockBox
 
getMaxY() - Method in class net.minecraft.util.math.ChunkSectionPos
 
getMaxYAcceleration() - Method in class net.minecraft.entity.boss.dragon.phase.AbstractPhase
getMaxYAcceleration() - Method in class net.minecraft.entity.boss.dragon.phase.ChargingPlayerPhase
getMaxYAcceleration() - Method in class net.minecraft.entity.boss.dragon.phase.DyingPhase
getMaxYAcceleration() - Method in class net.minecraft.entity.boss.dragon.phase.HoverPhase
getMaxYAcceleration() - Method in class net.minecraft.entity.boss.dragon.phase.LandingPhase
getMaxYAcceleration() - Method in interface net.minecraft.entity.boss.dragon.phase.Phase
 
getMaxZ() - Method in class net.minecraft.util.math.BlockBox
 
getMaxZ() - Method in class net.minecraft.util.math.ChunkSectionPos
 
getMBeanInfo() - Method in class net.minecraft.server.dedicated.ServerMBean
 
getMeasuringTimeMs() - Static method in class net.minecraft.util.Util
Returns the current time in milliseconds, to be used for measuring a duration.
getMeasuringTimeNano() - Static method in class net.minecraft.util.Util
Returns the current time in nanoseconds, to be used for measuring a duration.
getMedium(int) - Method in class net.minecraft.network.PacketByteBuf
 
getMediumDatePresentation(Date) - Method in class net.minecraft.client.realms.gui.screen.RealmsBackupScreen.BackupObjectSelectionListEntry
 
getMediumFunctionalRoom(Random, boolean) - Method in class net.minecraft.structure.WoodlandMansionGenerator.FirstFloorRoomPool
getMediumFunctionalRoom(Random, boolean) - Method in class net.minecraft.structure.WoodlandMansionGenerator.RoomPool
 
getMediumFunctionalRoom(Random, boolean) - Method in class net.minecraft.structure.WoodlandMansionGenerator.SecondFloorRoomPool
getMediumGenericRoom(Random, boolean) - Method in class net.minecraft.structure.WoodlandMansionGenerator.FirstFloorRoomPool
getMediumGenericRoom(Random, boolean) - Method in class net.minecraft.structure.WoodlandMansionGenerator.RoomPool
 
getMediumGenericRoom(Random, boolean) - Method in class net.minecraft.structure.WoodlandMansionGenerator.SecondFloorRoomPool
getMediumLE(int) - Method in class net.minecraft.network.PacketByteBuf
 
getMediumSecretRoom(Random) - Method in class net.minecraft.structure.WoodlandMansionGenerator.FirstFloorRoomPool
getMediumSecretRoom(Random) - Method in class net.minecraft.structure.WoodlandMansionGenerator.RoomPool
 
getMediumSecretRoom(Random) - Method in class net.minecraft.structure.WoodlandMansionGenerator.SecondFloorRoomPool
getMegaTreeFeature(Random) - Method in class net.minecraft.block.SaplingGenerator
 
getMeltedState() - Static method in class net.minecraft.block.IceBlock
 
getMemberName(Collection<ScoreHolder>) - Static method in class net.minecraft.server.command.TeamCommand
 
getMemories() - Method in class net.minecraft.entity.ai.brain.Brain
Deprecated.
getMemoryExpiry(MemoryModuleType<U>) - Method in class net.minecraft.entity.ai.brain.Brain
 
getMendingRepairAmount(int) - Method in class net.minecraft.entity.ExperienceOrbEntity
 
getMendingRepairCost(int) - Method in class net.minecraft.entity.ExperienceOrbEntity
 
getMenuBackgroundBlurriness() - Method in class net.minecraft.client.option.GameOptions
 
getMenuBackgroundBlurrinessValue() - Method in class net.minecraft.client.option.GameOptions
 
getMerchantExperience() - Method in class net.minecraft.village.TradeOffer
Returns the amount of experience that will be given to a merchant after this trade offer has been used.
getMerchantRewardedExperience() - Method in class net.minecraft.screen.MerchantScreenHandler
 
getMerchantRewardedExperience() - Method in class net.minecraft.village.MerchantInventory
 
getMessage() - Method in class net.minecraft.client.gui.widget.ClickableWidget
 
getMessage() - Method in exception class net.minecraft.client.realms.exception.RealmsServiceException
 
getMessage() - Method in enum class net.minecraft.entity.player.PlayerEntity.SleepFailureReason
Returns the action bar message that is sent to the player when sleeping fails with this reason.
getMessage() - Method in exception class net.minecraft.server.function.MacroException
 
getMessage() - Method in class net.minecraft.server.rcon.QueryResponseHandler.Query
 
getMessage() - Method in exception class net.minecraft.test.PositionedException
 
getMessage() - Method in exception class net.minecraft.util.crash.CrashException
 
getMessage() - Method in class net.minecraft.util.crash.CrashReport
 
getMessage() - Method in exception class net.minecraft.util.InvalidHierarchicalFileException
 
getMessage() - Method in record class net.minecraft.util.ModStatus
 
getMessage() - Method in exception class net.minecraft.util.path.SymlinkValidationException
 
getMessage(int, boolean) - Method in class net.minecraft.block.entity.SignText
 
getMessage(CommandContext<ServerCommandSource>, String) - Static method in class net.minecraft.command.argument.MessageArgumentType
 
getMessage(String) - Method in interface net.minecraft.network.message.SignedCommandArguments
 
getMessage(String) - Method in record class net.minecraft.network.message.SignedCommandArguments.Impl
getMessage(Path, List<SymlinkEntry>) - Static method in exception class net.minecraft.util.path.SymlinkValidationException
 
getMessageBytes() - Method in class net.minecraft.server.rcon.QueryResponseHandler.Query
 
getMessageBytes(SocketAddress) - Method in class net.minecraft.server.rcon.QueryResponseHandler
 
getMessageChainTaskQueue() - Method in class net.minecraft.server.command.ServerCommandSource
 
getMessageCount() - Method in class net.minecraft.network.message.AcknowledgmentValidator
 
getMessageCount() - Method in class net.minecraft.network.message.LastSeenMessagesCollector
 
getMessageDecorator() - Method in class net.minecraft.server.MinecraftServer
Returns the message decorator used by the server.
getMessageHandler() - Method in class net.minecraft.client.MinecraftClient
 
getMessageHistory() - Method in class net.minecraft.client.gui.hud.ChatHud
 
getMessageIndex(double, double) - Method in class net.minecraft.client.gui.hud.ChatHud
 
getMessageLineIndex(double, double) - Method in class net.minecraft.client.gui.hud.ChatHud
 
getMessageOpacityMultiplier(int) - Static method in class net.minecraft.client.gui.hud.ChatHud
 
getMessages(boolean) - Method in class net.minecraft.block.entity.SignText
 
getMessagesHeight() - Method in class net.minecraft.client.gui.screen.ConfirmScreen
 
getMessageText() - Method in exception class net.minecraft.util.TextifiedException
Returns the exception's message text.
getMessageText() - Method in exception class net.minecraft.world.level.storage.LevelStorageException
 
getMessageVerifier() - Method in class net.minecraft.client.network.PlayerListEntry
 
getMessageY() - Method in class net.minecraft.client.gui.screen.ConfirmScreen
 
getMetadata() - Method in class net.minecraft.block.entity.StructureBlockBlockEntity
 
getMetadata() - Method in class net.minecraft.client.texture.ResourceTexture.TextureData
 
getMetadata() - Method in class net.minecraft.client.texture.SpriteContents
 
getMetadata() - Method in class net.minecraft.network.packet.c2s.play.UpdateStructureBlockC2SPacket
 
getMetadata() - Method in class net.minecraft.resource.Resource
Returns the metadata for the resource.
getMetadataFileName(Identifier) - Static method in class net.minecraft.resource.NamespaceResourceManager
 
getMetadataPath(Identifier) - Static method in class net.minecraft.resource.NamespaceResourceManager
 
getMetadataSupplier(InputSupplier<InputStream>) - Static method in class net.minecraft.resource.NamespaceResourceManager
 
getMilkingSound() - Method in class net.minecraft.entity.passive.GoatEntity
 
getMillisPerTick() - Method in class net.minecraft.world.tick.TickManager
 
getMin() - Method in class net.minecraft.client.render.model.json.ItemModelGenerator.Frame
 
getMin() - Method in class net.minecraft.util.math.floatprovider.ClampedNormalFloatProvider
getMin() - Method in class net.minecraft.util.math.floatprovider.ConstantFloatProvider
getMin() - Method in class net.minecraft.util.math.floatprovider.FloatProvider
 
getMin() - Method in class net.minecraft.util.math.floatprovider.TrapezoidFloatProvider
getMin() - Method in class net.minecraft.util.math.floatprovider.UniformFloatProvider
getMin() - Method in class net.minecraft.util.math.intprovider.BiasedToBottomIntProvider
getMin() - Method in class net.minecraft.util.math.intprovider.ClampedIntProvider
getMin() - Method in class net.minecraft.util.math.intprovider.ClampedNormalIntProvider
getMin() - Method in class net.minecraft.util.math.intprovider.ConstantIntProvider
getMin() - Method in class net.minecraft.util.math.intprovider.IntProvider
 
getMin() - Method in class net.minecraft.util.math.intprovider.UniformIntProvider
getMin() - Method in class net.minecraft.util.math.intprovider.WeightedListIntProvider
getMin(Direction.Axis) - Method in class net.minecraft.util.math.Box
Returns the minimum coordinate for the given axis of this box.
getMin(Direction.Axis) - Method in class net.minecraft.util.shape.BitSetVoxelSet
getMin(Direction.Axis) - Method in class net.minecraft.util.shape.CroppedVoxelSet
getMin(Direction.Axis) - Method in class net.minecraft.util.shape.VoxelSet
 
getMin(Direction.Axis) - Method in class net.minecraft.util.shape.VoxelShape
 
getMinAmbientSoundDelay() - Method in class net.minecraft.entity.mob.GuardianEntity
getMinAmbientSoundDelay() - Method in class net.minecraft.entity.mob.MobEntity
 
getMinAmbientSoundDelay() - Method in class net.minecraft.entity.mob.WaterCreatureEntity
getMinAmbientSoundDelay() - Method in class net.minecraft.entity.passive.AbstractHorseEntity
getMinAmbientSoundDelay() - Method in class net.minecraft.entity.passive.AnimalEntity
getMinAmbientSoundDelay() - Method in class net.minecraft.entity.passive.CatEntity
getMinAmbientSoundDelay() - Method in class net.minecraft.entity.passive.GolemEntity
getMinAmbientSoundDelay() - Method in class net.minecraft.entity.passive.OcelotEntity
getMinAmbientSoundDelay() - Method in class net.minecraft.entity.passive.TurtleEntity
getMinAmbientStandDelay() - Method in class net.minecraft.entity.passive.AbstractHorseEntity
 
getMinClippedHeight() - Method in class net.minecraft.world.gen.feature.size.FeatureSize
 
getMinCornerHeight(Structure.Context, int, int) - Static method in class net.minecraft.world.gen.structure.Structure
 
getMinCornerHeight(Structure.Context, int, int, int, int) - Static method in class net.minecraft.world.gen.structure.Structure
 
getMinDelay() - Method in class net.minecraft.sound.MusicSound
 
getMinDelay(List<PeriodicNotificationManager.Entry>) - Method in class net.minecraft.client.resource.PeriodicNotificationManager
 
getMinDistance(Collection<? extends Entity>, ServerWorld, SpreadPlayersCommand.Pile[], int, boolean) - Static method in class net.minecraft.server.command.SpreadPlayersCommand
 
getMinecart() - Method in class net.minecraft.entity.vehicle.CommandBlockMinecartEntity.CommandExecutor
 
getMinecartCommandExecutor(World) - Method in class net.minecraft.network.packet.c2s.play.UpdateCommandBlockMinecartC2SPacket
 
getMinecartType() - Method in class net.minecraft.entity.vehicle.AbstractMinecartEntity
 
getMinecartType() - Method in class net.minecraft.entity.vehicle.ChestMinecartEntity
getMinecartType() - Method in class net.minecraft.entity.vehicle.CommandBlockMinecartEntity
getMinecartType() - Method in class net.minecraft.entity.vehicle.FurnaceMinecartEntity
getMinecartType() - Method in class net.minecraft.entity.vehicle.HopperMinecartEntity
getMinecartType() - Method in class net.minecraft.entity.vehicle.MinecartEntity
getMinecartType() - Method in class net.minecraft.entity.vehicle.SpawnerMinecartEntity
getMinecartType() - Method in class net.minecraft.entity.vehicle.TntMinecartEntity
getMinecraftNamespacedBlock(String) - Static method in class net.minecraft.data.client.ModelIds
Deprecated.
getMinecraftNamespacedItem(String) - Static method in class net.minecraft.data.client.ModelIds
 
getMinFreezeDamageTicks() - Method in class net.minecraft.entity.Entity
Returns how long it takes for the entity to be completely frozen and receive freezing damage, in ticks.
getMinigameName() - Method in class net.minecraft.client.realms.dto.RealmsServer
 
getMinimumY() - Method in class net.minecraft.world.gen.chunk.ChunkGenerator
 
getMinimumY() - Method in class net.minecraft.world.gen.chunk.DebugChunkGenerator
getMinimumY() - Method in class net.minecraft.world.gen.chunk.FlatChunkGenerator
getMinimumY() - Method in class net.minecraft.world.gen.chunk.NoiseChunkGenerator
getMinIndex() - Method in class net.minecraft.client.session.report.log.ChatLog
 
getMiningLevel() - Method in interface net.minecraft.item.ToolMaterial
Returns the mining level of a ToolItem using this ToolMaterial.
getMiningLevel() - Method in enum class net.minecraft.item.ToolMaterials
Returns the mining level of a ToolItem using this ToolMaterial.
getMiningSpeedMultiplier() - Method in interface net.minecraft.item.ToolMaterial
Returns the mining speed bonus applied when a ToolItem using this material is breaking an appropriate block.
getMiningSpeedMultiplier() - Method in enum class net.minecraft.item.ToolMaterials
Returns the mining speed bonus applied when a ToolItem using this material is breaking an appropriate block.
getMiningSpeedMultiplier(BlockState) - Method in class net.minecraft.item.ItemStack
 
getMiningSpeedMultiplier(ItemStack, BlockState) - Method in class net.minecraft.item.Item
Returns the multiplier applied to the mining speed of stack when mining state.
getMiningSpeedMultiplier(ItemStack, BlockState) - Method in class net.minecraft.item.MiningToolItem
Returns the multiplier applied to the mining speed of stack when mining state.
getMiningSpeedMultiplier(ItemStack, BlockState) - Method in class net.minecraft.item.ShearsItem
Returns the multiplier applied to the mining speed of stack when mining state.
getMiningSpeedMultiplier(ItemStack, BlockState) - Method in class net.minecraft.item.SwordItem
Returns the multiplier applied to the mining speed of stack when mining state.
getMinLevel() - Method in class net.minecraft.enchantment.Enchantment
 
getMinMaxFlag(boolean, boolean) - Static method in class net.minecraft.command.argument.ArgumentHelper
 
getMinPitch() - Method in class net.minecraft.client.sound.AbstractBeeSoundInstance
 
getMinPos() - Method in class net.minecraft.util.math.ChunkSectionPos
 
getMinPower(int) - Method in class net.minecraft.enchantment.AquaAffinityEnchantment
getMinPower(int) - Method in class net.minecraft.enchantment.BindingCurseEnchantment
getMinPower(int) - Method in class net.minecraft.enchantment.ChannelingEnchantment
getMinPower(int) - Method in class net.minecraft.enchantment.DamageEnchantment
getMinPower(int) - Method in class net.minecraft.enchantment.DepthStriderEnchantment
getMinPower(int) - Method in class net.minecraft.enchantment.EfficiencyEnchantment
getMinPower(int) - Method in class net.minecraft.enchantment.Enchantment
 
getMinPower(int) - Method in class net.minecraft.enchantment.FireAspectEnchantment
getMinPower(int) - Method in class net.minecraft.enchantment.FlameEnchantment
getMinPower(int) - Method in class net.minecraft.enchantment.FrostWalkerEnchantment
getMinPower(int) - Method in class net.minecraft.enchantment.ImpalingEnchantment
getMinPower(int) - Method in class net.minecraft.enchantment.InfinityEnchantment
getMinPower(int) - Method in class net.minecraft.enchantment.KnockbackEnchantment
getMinPower(int) - Method in class net.minecraft.enchantment.LoyaltyEnchantment
getMinPower(int) - Method in class net.minecraft.enchantment.LuckEnchantment
getMinPower(int) - Method in class net.minecraft.enchantment.LureEnchantment
getMinPower(int) - Method in class net.minecraft.enchantment.MendingEnchantment
getMinPower(int) - Method in class net.minecraft.enchantment.MultishotEnchantment
getMinPower(int) - Method in class net.minecraft.enchantment.PiercingEnchantment
getMinPower(int) - Method in class net.minecraft.enchantment.PowerEnchantment
getMinPower(int) - Method in class net.minecraft.enchantment.ProtectionEnchantment
getMinPower(int) - Method in class net.minecraft.enchantment.PunchEnchantment
getMinPower(int) - Method in class net.minecraft.enchantment.QuickChargeEnchantment
getMinPower(int) - Method in class net.minecraft.enchantment.RespirationEnchantment
getMinPower(int) - Method in class net.minecraft.enchantment.RiptideEnchantment
getMinPower(int) - Method in class net.minecraft.enchantment.SilkTouchEnchantment
getMinPower(int) - Method in class net.minecraft.enchantment.SoulSpeedEnchantment
getMinPower(int) - Method in class net.minecraft.enchantment.SweepingEnchantment
getMinPower(int) - Method in class net.minecraft.enchantment.SwiftSneakEnchantment
getMinPower(int) - Method in class net.minecraft.enchantment.ThornsEnchantment
getMinPower(int) - Method in class net.minecraft.enchantment.UnbreakingEnchantment
getMinPower(int) - Method in class net.minecraft.enchantment.VanishingCurseEnchantment
getMinReferencedStructureReferenceCount() - Method in class net.minecraft.structure.StructureStart
 
getMinSectionY() - Method in class net.minecraft.world.chunk.light.SkyLightStorage
 
getMinU() - Method in class net.minecraft.client.particle.BillboardParticle
Returns the lower U coordinate of the UV coordinates used to draw this particle.
getMinU() - Method in class net.minecraft.client.particle.BlockDustParticle
Returns the lower U coordinate of the UV coordinates used to draw this particle.
getMinU() - Method in class net.minecraft.client.particle.CrackParticle
Returns the lower U coordinate of the UV coordinates used to draw this particle.
getMinU() - Method in class net.minecraft.client.particle.SpriteBillboardParticle
Returns the lower U coordinate of the UV coordinates used to draw this particle.
getMinU() - Method in class net.minecraft.client.texture.Sprite
 
getMinV() - Method in class net.minecraft.client.particle.BillboardParticle
Returns the lower V coordinate of the UV coordinates used to draw this particle.
getMinV() - Method in class net.minecraft.client.particle.BlockDustParticle
Returns the lower V coordinate of the UV coordinates used to draw this particle.
getMinV() - Method in class net.minecraft.client.particle.CrackParticle
Returns the lower V coordinate of the UV coordinates used to draw this particle.
getMinV() - Method in class net.minecraft.client.particle.SpriteBillboardParticle
Returns the lower V coordinate of the UV coordinates used to draw this particle.
getMinV() - Method in class net.minecraft.client.texture.Sprite
 
getMinValue() - Method in class net.minecraft.entity.attribute.ClampedEntityAttribute
 
getMinX() - Method in class net.minecraft.util.math.BlockBox
 
getMinX() - Method in class net.minecraft.util.math.ChunkSectionPos
 
getMinY() - Method in class net.minecraft.util.math.BlockBox
 
getMinY() - Method in class net.minecraft.util.math.ChunkSectionPos
 
getMinY() - Method in class net.minecraft.world.gen.HeightContext
 
getMinZ() - Method in class net.minecraft.util.math.BlockBox
 
getMinZ() - Method in class net.minecraft.util.math.ChunkSectionPos
 
getMipmapLevels() - Method in class net.minecraft.client.option.GameOptions
 
getMipmapLevelsImages(NativeImage[], int) - Static method in class net.minecraft.client.texture.MipmapHelper
 
getMirror() - Method in class net.minecraft.block.entity.StructureBlockBlockEntity
 
getMirror() - Method in class net.minecraft.network.packet.c2s.play.UpdateStructureBlockC2SPacket
 
getMirror() - Method in class net.minecraft.structure.StructurePiece
 
getMirror() - Method in class net.minecraft.structure.StructurePlacementData
 
getMirrorCopyOffsets(float) - Method in class net.minecraft.entity.mob.IllusionerEntity
 
getMissingModel() - Method in class net.minecraft.client.render.model.BakedModelManager
 
getMissingSprite() - Method in class net.minecraft.client.render.model.SpriteAtlasManager.AtlasPreparation
 
getMissingSpriteId() - Static method in class net.minecraft.client.texture.MissingSprite
 
getMissingSpriteTexture() - Static method in class net.minecraft.client.texture.MissingSprite
 
getMissingTranslations() - Static method in class net.minecraft.Bootstrap
 
getMobSpawnablePlayers(ChunkPos) - Method in class net.minecraft.world.SpawnDensityCapper
 
getMobSpawnerEntity(Random) - Method in class net.minecraft.world.gen.feature.DungeonFeature
 
getMode() - Method in class net.minecraft.block.entity.StructureBlockBlockEntity
 
getMode() - Method in class net.minecraft.network.packet.c2s.play.ClientCommandC2SPacket
 
getMode() - Method in class net.minecraft.network.packet.c2s.play.ClientStatusC2SPacket
 
getMode() - Method in class net.minecraft.network.packet.c2s.play.UpdateStructureBlockC2SPacket
 
getMode() - Method in class net.minecraft.network.packet.s2c.play.ScoreboardObjectiveUpdateS2CPacket
 
getModeFromString(String) - Static method in class net.minecraft.client.gl.GlBlendState
 
getModel() - Method in interface net.minecraft.client.render.entity.feature.FeatureRendererContext
 
getModel() - Method in class net.minecraft.client.render.entity.LivingEntityRenderer
getModel() - Method in class net.minecraft.client.render.model.json.MultipartModelComponent
 
getModel() - Method in class net.minecraft.data.client.TexturedModel
 
getModel(BlockState) - Method in class net.minecraft.client.render.block.BlockModels
 
getModel(BlockState) - Method in class net.minecraft.client.render.block.BlockRenderManager
 
getModel(ModelIdentifier) - Method in class net.minecraft.client.render.model.BakedModelManager
 
getModel(EquipmentSlot) - Method in class net.minecraft.client.render.entity.feature.ArmorFeatureRenderer
 
getModel(Item) - Method in class net.minecraft.client.render.item.ItemModels
 
getModel(ItemStack) - Method in class net.minecraft.client.render.item.ItemModels
 
getModel(ItemStack, World, LivingEntity, int) - Method in class net.minecraft.client.render.item.ItemRenderer
 
getModelAngles() - Method in interface net.minecraft.entity.AngledModelEntity
 
getModelAngles() - Method in class net.minecraft.entity.passive.AxolotlEntity
getModelData() - Static method in class net.minecraft.client.render.entity.model.PiglinHeadEntityModel
 
getModelData() - Static method in class net.minecraft.client.render.entity.model.SkullEntityModel
 
getModelData() - Static method in class net.minecraft.client.render.entity.model.VillagerResemblingModel
 
getModelData(int, Dilation) - Static method in class net.minecraft.client.render.entity.model.QuadrupedEntityModel
 
getModelData(Dilation) - Static method in class net.minecraft.client.render.entity.model.ArmorEntityModel
 
getModelData(Dilation) - Static method in class net.minecraft.client.render.entity.model.HorseEntityModel
 
getModelData(Dilation) - Static method in class net.minecraft.client.render.entity.model.OcelotEntityModel
 
getModelData(Dilation) - Static method in class net.minecraft.client.render.entity.model.PiglinEntityModel
 
getModelData(Dilation, float) - Static method in class net.minecraft.client.render.entity.model.BipedEntityModel
 
getModelDependencies() - Method in class net.minecraft.client.render.model.json.JsonUnbakedModel
getModelDependencies() - Method in class net.minecraft.client.render.model.json.WeightedUnbakedModel
getModelDependencies() - Method in class net.minecraft.client.render.model.MultipartUnbakedModel
getModelDependencies() - Method in interface net.minecraft.client.render.model.UnbakedModel
 
getModelId() - Method in class net.minecraft.client.render.model.json.ModelOverride
 
getModelId(BlockState) - Static method in class net.minecraft.client.render.block.BlockModels
 
getModelId(Item) - Static method in class net.minecraft.client.render.item.ItemModels
 
getModelId(Identifier, BlockState) - Static method in class net.minecraft.client.render.block.BlockModels
 
getModelId(T, ItemStack) - Method in class net.minecraft.client.render.entity.ItemFrameEntityRenderer
 
getModelLoader() - Method in class net.minecraft.client.render.entity.EntityRendererFactory.Context
 
getModelManager() - Method in class net.minecraft.client.render.block.BlockModels
 
getModelManager() - Method in class net.minecraft.client.render.entity.EntityRendererFactory.Context
 
getModelManager() - Method in class net.minecraft.client.render.item.ItemModels
 
getModelOffset(BlockView, BlockPos) - Method in class net.minecraft.block.AbstractBlock.AbstractBlockState
 
getModelPart(EntityModelLayer) - Method in class net.minecraft.client.render.entity.model.EntityModelLoader
 
getModelParticleSprite(BlockState) - Method in class net.minecraft.client.render.block.BlockModels
 
getModelRenderer() - Method in class net.minecraft.client.render.block.BlockRenderManager
 
getModels() - Method in class net.minecraft.client.render.block.BlockRenderManager
 
getModels() - Static method in class net.minecraft.client.render.entity.model.EntityModels
 
getModels() - Method in class net.minecraft.client.render.item.ItemRenderer
 
getModels() - Method in class net.minecraft.client.render.model.MultipartUnbakedModel
 
getModels(EntityModelLoader) - Static method in class net.minecraft.client.render.block.entity.SkullBlockEntityRenderer
 
getModelViewMatrix() - Static method in class com.mojang.blaze3d.systems.RenderSystem
 
getModelViewStack() - Static method in class com.mojang.blaze3d.systems.RenderSystem
 
getModifiedGrassColor(double, double, int) - Method in enum class net.minecraft.world.biome.BiomeEffects.GrassColorModifier
 
getModifiedStacks() - Method in class net.minecraft.network.packet.c2s.play.ClickSlotC2SPacket
 
getModifiedTemperature(BlockPos, float) - Method in enum class net.minecraft.world.biome.Biome.TemperatureModifier
 
getModifier(UUID) - Method in class net.minecraft.entity.attribute.EntityAttributeInstance
 
getModifiers() - Method in class net.minecraft.entity.attribute.EntityAttributeInstance
 
getModifiers(EntityAttributeModifier.Operation) - Method in class net.minecraft.entity.attribute.EntityAttributeInstance
 
getModifiersByOperation(EntityAttributeModifier.Operation) - Method in class net.minecraft.entity.attribute.EntityAttributeInstance
 
getModifierValue(RegistryEntry<EntityAttribute>, UUID) - Method in class net.minecraft.entity.attribute.AttributeContainer
 
getModifierValue(RegistryEntry<EntityAttribute>, UUID) - Method in class net.minecraft.entity.attribute.DefaultAttributeContainer
 
getModStatus() - Static method in class net.minecraft.client.MinecraftClient
 
getModStatus() - Method in class net.minecraft.server.integrated.IntegratedServer
getModStatus() - Method in class net.minecraft.server.MinecraftServer
 
getMoistness() - Method in class net.minecraft.entity.passive.DolphinEntity
 
getMonitor() - Method in class net.minecraft.client.util.Window
 
getMonitor(long) - Method in class net.minecraft.client.util.MonitorTracker
 
getMonitor(Window) - Method in class net.minecraft.client.util.MonitorTracker
 
getMonochromeLogo() - Method in class net.minecraft.client.option.GameOptions
 
getMonoSourceCount() - Method in class net.minecraft.client.sound.SoundEngine
 
getMoodPercentage() - Method in class net.minecraft.client.network.ClientPlayerEntity
Returns the percentage for the biome mood sound for the debug HUD to display.
getMoodPercentage() - Method in class net.minecraft.client.sound.BiomeEffectSoundPlayer
 
getMoodSound() - Method in class net.minecraft.world.biome.Biome
 
getMoodSound() - Method in class net.minecraft.world.biome.BiomeEffects
Returns the mood sound.
getMoonPhase() - Method in interface net.minecraft.world.LunarWorldView
Gets the moon phase index of Minecraft's moon.
getMoonPhase(long) - Method in record class net.minecraft.world.dimension.DimensionType
Gets the moon phase index of Minecraft's moon.
getMoonSize() - Method in interface net.minecraft.world.LunarWorldView
Gets the current size of the moon in the world.
getMotd() - Method in class net.minecraft.client.network.LanServerInfo
 
getMotd() - Method in interface net.minecraft.server.dedicated.DedicatedServer
 
getMotd() - Method in class net.minecraft.server.dedicated.MinecraftDedicatedServer
getMotdNarration() - Method in class net.minecraft.client.gui.screen.multiplayer.MultiplayerServerListWidget.LanServerEntry
 
getMotionDirection() - Method in class net.minecraft.block.piston.PistonHandler
 
getMountainSlopeBiome(int, int, MultiNoiseUtil.ParameterRange) - Method in class net.minecraft.world.biome.source.util.VanillaBiomeParameters
Returns a mountain slope biome for the given temperature, humidity and weirdness.
getMountainStartBiome(int, int, MultiNoiseUtil.ParameterRange) - Method in class net.minecraft.world.biome.source.util.VanillaBiomeParameters
Returns a slope biome if temperature is 0, otherwise a regular biome.
getMountJumpHeight() - Method in class net.minecraft.network.packet.c2s.play.ClientCommandC2SPacket
 
getMountJumpStrength() - Method in class net.minecraft.client.network.ClientPlayerEntity
 
getMouseSensitivity() - Method in class net.minecraft.client.option.GameOptions
 
getMouseWheelSensitivity() - Method in class net.minecraft.client.option.GameOptions
 
getMoveControl() - Method in class net.minecraft.entity.mob.MobEntity
 
getMovedBlocks() - Method in class net.minecraft.block.piston.PistonHandler
 
getMoveEffect() - Method in class net.minecraft.entity.decoration.EndCrystalEntity
Returns the possible effect(s) of an entity moving.
getMoveEffect() - Method in class net.minecraft.entity.Entity
Returns the possible effect(s) of an entity moving.
getMoveEffect() - Method in class net.minecraft.entity.ExperienceOrbEntity
Returns the possible effect(s) of an entity moving.
getMoveEffect() - Method in class net.minecraft.entity.FallingBlockEntity
Returns the possible effect(s) of an entity moving.
getMoveEffect() - Method in class net.minecraft.entity.ItemEntity
Returns the possible effect(s) of an entity moving.
getMoveEffect() - Method in class net.minecraft.entity.mob.BreezeEntity
Returns the possible effect(s) of an entity moving.
getMoveEffect() - Method in class net.minecraft.entity.mob.EndermiteEntity
Returns the possible effect(s) of an entity moving.
getMoveEffect() - Method in class net.minecraft.entity.mob.GuardianEntity
Returns the possible effect(s) of an entity moving.
getMoveEffect() - Method in class net.minecraft.entity.mob.ShulkerEntity
Returns the possible effect(s) of an entity moving.
getMoveEffect() - Method in class net.minecraft.entity.mob.SilverfishEntity
Returns the possible effect(s) of an entity moving.
getMoveEffect() - Method in class net.minecraft.entity.passive.BatEntity
Returns the possible effect(s) of an entity moving.
getMoveEffect() - Method in class net.minecraft.entity.passive.SquidEntity
Returns the possible effect(s) of an entity moving.
getMoveEffect() - Method in class net.minecraft.entity.player.PlayerEntity
Returns the possible effect(s) of an entity moving.
getMoveEffect() - Method in class net.minecraft.entity.projectile.FishingBobberEntity
Returns the possible effect(s) of an entity moving.
getMoveEffect() - Method in class net.minecraft.entity.projectile.PersistentProjectileEntity
Returns the possible effect(s) of an entity moving.
getMoveEffect() - Method in class net.minecraft.entity.TntEntity
Returns the possible effect(s) of an entity moving.
getMoveEffect() - Method in class net.minecraft.entity.vehicle.AbstractMinecartEntity
Returns the possible effect(s) of an entity moving.
getMoveEffect() - Method in class net.minecraft.entity.vehicle.BoatEntity
Returns the possible effect(s) of an entity moving.
getMoveGoalTicks() - Method in class net.minecraft.entity.passive.BeeEntity
 
getMovementCooldownTicks() - Method in interface net.minecraft.entity.mob.Hoglin
 
getMovementCooldownTicks() - Method in class net.minecraft.entity.mob.HoglinEntity
getMovementCooldownTicks() - Method in class net.minecraft.entity.mob.ZoglinEntity
getMovementDirection() - Method in class net.minecraft.block.entity.PistonBlockEntity
 
getMovementDirection() - Method in class net.minecraft.entity.Entity
 
getMovementDirection() - Method in class net.minecraft.entity.vehicle.AbstractMinecartEntity
getMovementDirection() - Method in class net.minecraft.entity.vehicle.BoatEntity
getMovementInput() - Method in class net.minecraft.client.input.Input
 
getMovementMultiplier(boolean, boolean) - Static method in class net.minecraft.client.input.KeyboardInput
 
getMovementSpeed() - Method in class net.minecraft.entity.LivingEntity
 
getMovementSpeed() - Method in class net.minecraft.entity.player.PlayerEntity
getMovementSpeed(float) - Method in class net.minecraft.entity.LivingEntity
 
getMovementSpeedMultiplier() - Method in class net.minecraft.entity.SaddledComponent
 
getMovingBlockLayer(BlockState) - Static method in class net.minecraft.client.render.RenderLayers
 
getMultiNoiseSampler() - Method in class net.minecraft.world.gen.noise.NoiseConfig
 
getMultipartModel() - Method in class net.minecraft.client.render.model.json.ModelVariantMap
 
getMultiplayerBanDetails() - Method in class net.minecraft.client.MinecraftClient
 
getMultiplayerDisabledText() - Method in class net.minecraft.client.gui.screen.TitleScreen
 
getMultiplier(int) - Static method in class net.minecraft.enchantment.SweepingEnchantment
 
getMushroomState() - Method in enum class net.minecraft.entity.passive.MooshroomEntity.Type
 
getMusic() - Method in class net.minecraft.client.gui.screen.CreditsScreen
getMusic() - Method in class net.minecraft.client.gui.screen.Screen
 
getMusic() - Method in class net.minecraft.world.biome.Biome
 
getMusic() - Method in class net.minecraft.world.biome.BiomeEffects
 
getMusicTracker() - Method in class net.minecraft.client.MinecraftClient
 
getMusicType() - Method in class net.minecraft.client.MinecraftClient
 
getName() - Method in class net.minecraft.block.Block
 
getName() - Method in class net.minecraft.block.entity.BannerBlockEntity
Returns the name of this object.
getName() - Method in class net.minecraft.block.entity.BeaconBlockEntity
Returns the name of this object.
getName() - Method in class net.minecraft.block.entity.EnchantingTableBlockEntity
Returns the name of this object.
getName() - Method in class net.minecraft.block.entity.JigsawBlockEntity
 
getName() - Method in class net.minecraft.block.entity.LockableContainerBlockEntity
Returns the name of this object.
getName() - Method in enum class net.minecraft.block.enums.RailShape
 
getName() - Method in class net.minecraft.client.gl.GlUniform
 
getName() - Method in class net.minecraft.client.gl.JsonEffectShaderProgram
 
getName() - Method in class net.minecraft.client.gl.PostEffectPass
 
getName() - Method in class net.minecraft.client.gl.PostEffectProcessor
 
getName() - Method in class net.minecraft.client.gl.ShaderProgram
 
getName() - Method in class net.minecraft.client.gl.ShaderStage
 
getName() - Method in enum class net.minecraft.client.gl.ShaderStage.Type
 
getName() - Method in class net.minecraft.client.gui.hud.spectator.SpectatorMenu.ChangePageSpectatorMenuCommand
getName() - Method in class net.minecraft.client.gui.hud.spectator.SpectatorMenu.CloseSpectatorMenuCommand
getName() - Method in interface net.minecraft.client.gui.hud.spectator.SpectatorMenuCommand
 
getName() - Method in class net.minecraft.client.gui.hud.spectator.TeamTeleportSpectatorMenu
getName() - Method in class net.minecraft.client.gui.hud.spectator.TeamTeleportSpectatorMenu.TeleportToSpecificTeamCommand
getName() - Method in class net.minecraft.client.gui.hud.spectator.TeleportSpectatorMenu
getName() - Method in class net.minecraft.client.gui.hud.spectator.TeleportToSpecificPlayerSpectatorCommand
getName() - Method in class net.minecraft.client.gui.screen.multiplayer.SocialInteractionsPlayerListEntry
 
getName() - Method in class net.minecraft.client.gui.screen.pack.PackListWidget.ResourcePackEntry
 
getName() - Method in class net.minecraft.client.gui.screen.pack.ResourcePackOrganizer.AbstractPack
getName() - Method in interface net.minecraft.client.gui.screen.pack.ResourcePackOrganizer.Pack
 
getName() - Method in record class net.minecraft.client.gui.screen.world.WorldCreator.WorldType
 
getName() - Method in enum class net.minecraft.client.network.ServerInfo.ResourcePackPolicy
 
getName() - Method in enum class net.minecraft.client.option.NarratorMode
Returns the human-readable name of this mode.
getName() - Method in class net.minecraft.client.realms.dto.PlayerInfo
 
getName() - Method in class net.minecraft.client.realms.dto.RealmsServer
 
getName() - Method in class net.minecraft.client.render.chunk.ChunkBuilder.BuiltChunk.RebuildTask
getName() - Method in class net.minecraft.client.render.chunk.ChunkBuilder.BuiltChunk.SortTask
getName() - Method in class net.minecraft.client.render.chunk.ChunkBuilder.BuiltChunk.Task
 
getName() - Method in enum class net.minecraft.client.render.entity.feature.VillagerResourceMetadata.HatType
 
getName() - Method in class net.minecraft.client.render.entity.model.EntityModelLayer
 
getName() - Method in enum class net.minecraft.client.render.entity.PlayerModelPart
 
getName() - Method in enum class net.minecraft.client.render.VertexFormatElement.ComponentType
 
getName() - Method in enum class net.minecraft.client.render.VertexFormatElement.Type
 
getName() - Method in enum class net.minecraft.client.session.report.AbuseReportType
 
getName() - Method in enum class net.minecraft.client.session.Session.AccountType
 
getName() - Method in enum class net.minecraft.client.tutorial.TutorialStep
 
getName() - Method in enum class net.minecraft.client.util.SkinTextures.Model
 
getName() - Method in enum class net.minecraft.component.type.FireworkExplosionComponent.Type
 
getName() - Method in class net.minecraft.data.client.ModelProvider
getName() - Method in class net.minecraft.data.client.TextureKey
 
getName() - Method in interface net.minecraft.data.DataProvider
 
getName() - Method in class net.minecraft.data.dev.NbtProvider
getName() - Method in enum class net.minecraft.data.family.BlockFamily.Variant
 
getName() - Method in class net.minecraft.data.MetadataProvider
getName() - Method in class net.minecraft.data.report.BlockListProvider
getName() - Method in class net.minecraft.data.report.CommandSyntaxProvider
getName() - Method in class net.minecraft.data.report.DynamicRegistriesProvider
getName() - Method in class net.minecraft.data.report.ItemListProvider
getName() - Method in class net.minecraft.data.report.RegistryDumpProvider
getName() - Method in class net.minecraft.data.server.advancement.AdvancementProvider
getName() - Method in class net.minecraft.data.server.BiomeParametersProvider
getName() - Method in class net.minecraft.data.server.loottable.LootTableProvider
getName() - Method in class net.minecraft.data.server.recipe.RecipeProvider
getName() - Method in class net.minecraft.data.server.tag.TagProvider
getName() - Method in class net.minecraft.data.SnbtProvider
getName() - Method in class net.minecraft.entity.ai.brain.task.CompositeTask
getName() - Method in class net.minecraft.entity.ai.brain.task.MultiTickTask
getName() - Method in class net.minecraft.entity.ai.brain.task.SingleTickTask
getName() - Method in interface net.minecraft.entity.ai.brain.task.Task
 
getName() - Method in class net.minecraft.entity.ai.brain.task.WaitTask
getName() - Method in enum class net.minecraft.entity.boss.BossBar.Color
 
getName() - Method in class net.minecraft.entity.boss.BossBar
 
getName() - Method in enum class net.minecraft.entity.boss.BossBar.Style
 
getName() - Method in class net.minecraft.entity.damage.DamageSource
 
getName() - Method in class net.minecraft.entity.effect.StatusEffect
 
getName() - Method in class net.minecraft.entity.Entity
Returns the name of this object.
getName() - Method in class net.minecraft.entity.EntityType
 
getName() - Method in enum class net.minecraft.entity.EquipmentSlot
Returns the unique name of this equipment slot.
getName() - Method in class net.minecraft.entity.ItemEntity
Returns the name of this object.
getName() - Method in enum class net.minecraft.entity.passive.AxolotlEntity.Variant
 
getName() - Method in class net.minecraft.entity.player.PlayerEntity
Returns the name of this object.
getName() - Method in class net.minecraft.entity.player.PlayerInventory
Returns the name of this object.
getName() - Method in enum class net.minecraft.entity.SpawnGroup
Returns the name of this spawn group.
getName() - Method in enum class net.minecraft.entity.vehicle.BoatEntity.Type
 
getName() - Method in interface net.minecraft.GameVersion
 
getName() - Method in enum class net.minecraft.item.ArmorItem.Type
 
getName() - Method in class net.minecraft.item.Item
 
getName() - Method in class net.minecraft.item.ItemStack
Returns the custom name of the stack if it exists, or the item's name.
getName() - Method in interface net.minecraft.loot.provider.nbt.ContextLootNbtProvider.Target
 
getName() - Method in class net.minecraft.MinecraftVersion
getName() - Method in enum class net.minecraft.network.NetworkSide
 
getName() - Method in class net.minecraft.network.packet.c2s.play.RenameItemC2SPacket
 
getName() - Method in class net.minecraft.network.packet.c2s.play.UpdateJigsawC2SPacket
 
getName() - Method in record class net.minecraft.network.packet.s2c.custom.DebugBeeCustomPayload.Bee
 
getName() - Method in record class net.minecraft.network.packet.s2c.custom.DebugBreezeCustomPayload.BreezeInfo
 
getName() - Method in class net.minecraft.network.packet.s2c.play.OpenScreenS2CPacket
 
getName() - Method in class net.minecraft.network.packet.s2c.play.ScoreboardDisplayS2CPacket
 
getName() - Method in class net.minecraft.network.packet.s2c.play.ScoreboardObjectiveUpdateS2CPacket
 
getName() - Method in enum class net.minecraft.recipe.book.RecipeCategory
 
getName() - Method in interface net.minecraft.resource.ResourceReloader
Returns a user-friendly name for logging.
getName() - Method in class net.minecraft.scoreboard.AbstractTeam
 
getName() - Method in class net.minecraft.scoreboard.ScoreboardCriterion
 
getName() - Method in enum class net.minecraft.scoreboard.ScoreboardCriterion.RenderType
 
getName() - Method in class net.minecraft.scoreboard.ScoreboardObjective
 
getName() - Method in class net.minecraft.scoreboard.Team
getName() - Method in class net.minecraft.server.command.ServerCommandSource
 
getName() - Method in enum class net.minecraft.sound.SoundCategory
 
getName() - Method in class net.minecraft.stat.StatType
 
getName() - Method in class net.minecraft.state.property.Property
Returns the name of this property.
getName() - Method in class net.minecraft.text.ScoreTextContent
 
getName() - Method in class net.minecraft.text.TextColor
Gets the name of this color, used for converting the color to JSON format.
getName() - Method in enum class net.minecraft.util.BlockMirror
 
getName() - Method in class net.minecraft.util.crash.CrashReportSection.Element
 
getName() - Method in enum class net.minecraft.util.DyeColor
Returns the name of the dye color.
getName() - Method in enum class net.minecraft.util.Formatting
Returns the name of the formatting.
getName() - Method in class net.minecraft.util.InvalidHierarchicalFileException.File
 
getName() - Method in enum class net.minecraft.util.math.Direction.Axis
 
getName() - Method in enum class net.minecraft.util.math.Direction
 
getName() - Method in interface net.minecraft.util.Nameable
Returns the name of this object.
getName() - Method in class net.minecraft.util.profiler.Sampler
 
getName() - Method in enum class net.minecraft.util.profiler.SampleType
 
getName() - Method in enum class net.minecraft.util.profiling.jfr.InstanceType
 
getName() - Method in interface net.minecraft.util.thread.MessageListener
 
getName() - Method in class net.minecraft.util.thread.TaskExecutor
getName() - Method in class net.minecraft.util.thread.ThreadExecutor
getName() - Method in enum class net.minecraft.util.Util.OperatingSystem
 
getName() - Method in enum class net.minecraft.village.raid.Raid.Status
 
getName() - Method in enum class net.minecraft.world.biome.Biome.TemperatureModifier
 
getName() - Method in enum class net.minecraft.world.biome.BiomeEffects.GrassColorModifier
 
getName() - Method in interface net.minecraft.world.chunk.BlockEntityTickInvoker
 
getName() - Method in class net.minecraft.world.chunk.WorldChunk.DirectBlockEntityTickInvoker
getName() - Method in class net.minecraft.world.chunk.WorldChunk.WrappedBlockEntityTickInvoker
getName() - Method in enum class net.minecraft.world.Difficulty
 
getName() - Method in enum class net.minecraft.world.GameMode
 
getName() - Method in class net.minecraft.world.GameRules.Key
 
getName() - Method in enum class net.minecraft.world.gen.GenerationStep.Carver
 
getName() - Method in enum class net.minecraft.world.gen.GenerationStep.Feature
 
getName() - Method in enum class net.minecraft.world.gen.structure.MineshaftStructure.Type
 
getName() - Method in enum class net.minecraft.world.gen.structure.OceanRuinStructure.BiomeTemperature
 
getName() - Method in enum class net.minecraft.world.Heightmap.Type
 
getName() - Method in class net.minecraft.world.level.storage.LevelSummary
 
getName(int) - Method in class net.minecraft.enchantment.Enchantment
 
getName(int) - Method in class net.minecraft.resource.fs.ResourcePath
 
getName(Dynamic<?>) - Static method in class net.minecraft.datafixer.fix.ChunkPalettedStorageFix
 
getName(Field) - Static method in class net.minecraft.client.realms.dto.ValueObject
 
getName(ItemStack) - Method in class net.minecraft.item.Item
 
getName(ItemStack) - Method in class net.minecraft.item.PlayerHeadItem
getName(ItemStack) - Method in class net.minecraft.item.WrittenBookItem
getName(RegistryEntry<EntityAttribute>) - Static method in class net.minecraft.server.command.AttributeCommand
 
getName(StatType<T>, T) - Static method in class net.minecraft.stat.Stat
 
getName(Identifier) - Static method in class net.minecraft.stat.Stat
 
getNameCount() - Method in class net.minecraft.resource.fs.ResourcePath
 
getNameForScoreboard() - Method in class net.minecraft.entity.Entity
Returns the name uniquely identifying the score holder.
getNameForScoreboard() - Method in class net.minecraft.entity.player.PlayerEntity
Returns the name uniquely identifying the score holder.
getNameForScoreboard() - Method in interface net.minecraft.scoreboard.ScoreHolder
Returns the name uniquely identifying the score holder.
getNameFromIdentity(AdvancementEntry) - Static method in record class net.minecraft.advancement.Advancement
 
getNames() - Method in record class net.minecraft.advancement.AdvancementRequirements
 
getNames() - Method in class net.minecraft.resource.fs.ResourcePath
 
getNames() - Method in class net.minecraft.server.BannedPlayerList
getNames() - Method in class net.minecraft.server.OperatorList
getNames() - Method in class net.minecraft.server.ServerConfigList
 
getNames() - Method in class net.minecraft.server.Whitelist
getNames(boolean, boolean) - Static method in enum class net.minecraft.util.Formatting
Returns the list of formattings matching the given condition.
getNames(List<? extends Entity>) - Static method in class net.minecraft.command.EntitySelector
 
getNames(ServerCommandSource) - Method in interface net.minecraft.command.argument.GameProfileArgumentType.GameProfileArgument
 
getNames(ServerCommandSource) - Method in class net.minecraft.command.argument.GameProfileArgumentType.SelectorBacked
getNames(ServerCommandSource, Supplier<Collection<ScoreHolder>>) - Method in interface net.minecraft.command.argument.ScoreHolderArgumentType.ScoreHolders
 
getNames(ServerCommandSource, Supplier<Collection<ScoreHolder>>) - Method in class net.minecraft.command.argument.ScoreHolderArgumentType.SelectorScoreHolders
getNamesOfJobSitePotentialOwners(VillageDebugRenderer.PointOfInterest) - Method in class net.minecraft.client.render.debug.VillageDebugRenderer
 
getNamesOfPointOfInterestTicketHolders(VillageDebugRenderer.PointOfInterest) - Method in class net.minecraft.client.render.debug.VillageDebugRenderer
 
getNamespace() - Method in class net.minecraft.util.Identifier
Returns the namespace of the identifier.
getNamespace(String, String) - Static method in class net.minecraft.resource.ZipResourcePack
 
getNamespacePredicate() - Method in class net.minecraft.resource.metadata.BlockEntry
 
getNamespaces(ResourceType) - Method in class net.minecraft.resource.DefaultResourcePack
getNamespaces(ResourceType) - Method in class net.minecraft.resource.DirectoryResourcePack
getNamespaces(ResourceType) - Method in class net.minecraft.resource.OverlayResourcePack
getNamespaces(ResourceType) - Method in interface net.minecraft.resource.ResourcePack
 
getNamespaces(ResourceType) - Method in class net.minecraft.resource.ZipResourcePack
getNameTagVisibilityRule() - Method in class net.minecraft.network.packet.s2c.play.TeamS2CPacket.SerializableTeam
 
getNameTagVisibilityRule() - Method in class net.minecraft.scoreboard.AbstractTeam
 
getNameTagVisibilityRule() - Method in class net.minecraft.scoreboard.Team
getNameX(int) - Method in class net.minecraft.client.realms.gui.screen.RealmsMainScreen.Entry
 
getNameY(int) - Method in class net.minecraft.client.realms.gui.screen.RealmsMainScreen.Entry
 
getNanosPerTick() - Method in class net.minecraft.world.tick.TickManager
 
getNarratedTitle() - Method in class net.minecraft.client.gui.screen.ConfirmScreen
getNarratedTitle() - Method in class net.minecraft.client.gui.screen.DialogScreen
getNarratedTitle() - Method in class net.minecraft.client.gui.screen.DisconnectedScreen
getNarratedTitle() - Method in class net.minecraft.client.gui.screen.multiplayer.SocialInteractionsScreen
getNarratedTitle() - Method in class net.minecraft.client.gui.screen.NoticeScreen
getNarratedTitle() - Method in class net.minecraft.client.gui.screen.option.TelemetryInfoScreen
getNarratedTitle() - Method in class net.minecraft.client.gui.screen.pack.ExperimentalWarningScreen
getNarratedTitle() - Method in class net.minecraft.client.gui.screen.PopupScreen
getNarratedTitle() - Method in class net.minecraft.client.gui.screen.report.AbuseReportTypeScreen
getNarratedTitle() - Method in class net.minecraft.client.gui.screen.report.ChatSelectionScreen
getNarratedTitle() - Method in class net.minecraft.client.gui.screen.Screen
 
getNarratedTitle() - Method in class net.minecraft.client.gui.screen.TaskScreen
getNarratedTitle() - Method in class net.minecraft.client.gui.screen.WarningScreen
getNarratedTitle() - Method in class net.minecraft.client.gui.screen.world.RecoverWorldScreen
getNarratedTitle() - Method in class net.minecraft.client.gui.screen.world.SymlinkWarningScreen
getNarratedTitle() - Method in class net.minecraft.client.realms.gui.screen.DisconnectedRealmsScreen
getNarratedTitle() - Method in class net.minecraft.client.realms.gui.screen.RealmsBrokenWorldScreen
getNarratedTitle() - Method in class net.minecraft.client.realms.gui.screen.RealmsCreateWorldScreen
getNarratedTitle() - Method in class net.minecraft.client.realms.gui.screen.RealmsGenericErrorScreen
getNarratedTitle() - Method in class net.minecraft.client.realms.gui.screen.RealmsLongConfirmationScreen
getNarratedTitle() - Method in class net.minecraft.client.realms.gui.screen.RealmsMainScreen
getNarratedTitle() - Method in class net.minecraft.client.realms.gui.screen.RealmsParentalConsentScreen
getNarratedTitle() - Method in class net.minecraft.client.realms.gui.screen.RealmsSelectFileToUploadScreen
getNarratedTitle() - Method in class net.minecraft.client.realms.gui.screen.RealmsSelectWorldTemplateScreen
getNarratedTitle() - Method in class net.minecraft.client.realms.gui.screen.RealmsSlotOptionsScreen
getNarratedTitle() - Method in class net.minecraft.client.realms.gui.screen.RealmsSubscriptionInfoScreen
getNarratedTitle() - Method in class net.minecraft.client.realms.gui.screen.RealmsTermsScreen
getNarration() - Method in class net.minecraft.client.gui.screen.ChatInputSuggestor
 
getNarration() - Method in class net.minecraft.client.gui.screen.ChatInputSuggestor.SuggestionWindow
 
getNarration() - Method in class net.minecraft.client.gui.screen.multiplayer.MultiplayerServerListWidget.LanServerEntry
getNarration() - Method in class net.minecraft.client.gui.screen.multiplayer.MultiplayerServerListWidget.ScanningEntry
getNarration() - Method in class net.minecraft.client.gui.screen.multiplayer.MultiplayerServerListWidget.ServerEntry
getNarration() - Method in class net.minecraft.client.gui.screen.option.LanguageOptionsScreen.LanguageSelectionListWidget.LanguageEntry
getNarration() - Method in class net.minecraft.client.gui.screen.pack.ExperimentalWarningScreen.DetailsScreen.PackListWidgetEntry
getNarration() - Method in class net.minecraft.client.gui.screen.pack.PackListWidget.ResourcePackEntry
getNarration() - Method in class net.minecraft.client.gui.screen.report.AbuseReportReasonScreen.ReasonListWidget.ReasonEntry
getNarration() - Method in class net.minecraft.client.gui.screen.report.ChatSelectionScreen.SelectionListWidget.Entry
getNarration() - Method in class net.minecraft.client.gui.screen.report.ChatSelectionScreen.SelectionListWidget.MessageEntry
getNarration() - Method in class net.minecraft.client.gui.screen.report.ChatSelectionScreen.SelectionListWidget.TextEntry
getNarration() - Method in class net.minecraft.client.gui.screen.StatsScreen.EntityStatsListWidget.Entry
getNarration() - Method in class net.minecraft.client.gui.screen.StatsScreen.GeneralStatsListWidget.Entry
getNarration() - Method in class net.minecraft.client.gui.screen.StatsScreen.ItemStatsListWidget.Entry
getNarration() - Method in class net.minecraft.client.gui.screen.world.CustomizeBuffetLevelScreen.BuffetBiomesListWidget.BuffetBiomeItem
getNarration() - Method in class net.minecraft.client.gui.screen.world.CustomizeFlatLevelScreen.SuperflatLayersListWidget.SuperflatLayerEntry
getNarration() - Method in class net.minecraft.client.gui.screen.world.PresetsScreen.SuperflatPresetsListWidget.SuperflatPresetEntry
getNarration() - Method in class net.minecraft.client.gui.screen.world.WorldListWidget.LoadingEntry
getNarration() - Method in class net.minecraft.client.gui.screen.world.WorldListWidget.WorldEntry
getNarration() - Method in class net.minecraft.client.gui.widget.AlwaysSelectedEntryListWidget.Entry
 
getNarration() - Method in class net.minecraft.client.realms.gui.screen.RealmsBackupInfoScreen.BackupInfoListEntry
getNarration() - Method in class net.minecraft.client.realms.gui.screen.RealmsDownloadLatestWorldScreen
 
getNarration() - Method in class net.minecraft.client.realms.gui.screen.RealmsMainScreen.EmptyEntry
getNarration() - Method in class net.minecraft.client.realms.gui.screen.RealmsMainScreen.ParentRealmSelectionListEntry
getNarration() - Method in class net.minecraft.client.realms.gui.screen.RealmsMainScreen.RealmSelectionListEntry
getNarration() - Method in class net.minecraft.client.realms.gui.screen.RealmsMainScreen.SnapshotEntry
getNarration() - Method in class net.minecraft.client.realms.gui.screen.RealmsMainScreen.VisitButtonEntry
getNarration() - Method in class net.minecraft.client.realms.gui.screen.RealmsMainScreen.VisitUrlNotification
getNarration() - Method in class net.minecraft.client.realms.gui.screen.RealmsPendingInvitesScreen.PendingInvitationSelectionListEntry
getNarration() - Method in class net.minecraft.client.realms.gui.screen.RealmsSelectFileToUploadScreen.WorldListEntry
getNarration() - Method in class net.minecraft.client.realms.gui.screen.RealmsSelectWorldTemplateScreen.WorldTemplateObjectSelectionListEntry
getNarration() - Method in class net.minecraft.client.realms.gui.screen.RealmsUploadScreen
 
getNarration() - Method in record class net.minecraft.client.session.report.log.ReceivedMessage.ChatMessage
Returns the narration of the message (by default, the content).
getNarration() - Method in interface net.minecraft.client.session.report.log.ReceivedMessage
Returns the narration of the message (by default, the content).
getNarrationMessage() - Method in class net.minecraft.client.gui.screen.ingame.BeaconScreen.EffectButtonWidget
getNarrationMessage() - Method in class net.minecraft.client.gui.widget.ButtonWidget
getNarrationMessage() - Method in class net.minecraft.client.gui.widget.ClickableWidget
 
getNarrationMessage() - Method in class net.minecraft.client.gui.widget.CyclingButtonWidget
getNarrationMessage() - Method in class net.minecraft.client.gui.widget.LockButtonWidget
getNarrationMessage() - Method in class net.minecraft.client.gui.widget.SliderWidget
getNarrationMessage() - Method in class net.minecraft.client.gui.widget.TextFieldWidget
getNarrationMessage(MutableText) - Method in class net.minecraft.client.gui.screen.multiplayer.SocialInteractionsPlayerListEntry
 
getNarrationMessage(Text) - Static method in class net.minecraft.client.gui.widget.ClickableWidget
 
getNarrator() - Method in class net.minecraft.client.option.GameOptions
 
getNarratorHotkey() - Method in class net.minecraft.client.option.GameOptions
 
getNarratorManager() - Method in class net.minecraft.client.MinecraftClient
 
getNarratorMode() - Method in class net.minecraft.client.util.NarratorManager
Returns the current narrator mode of the client.
getNavigation() - Method in class net.minecraft.entity.mob.MobEntity
 
getNavigationFocus() - Method in interface net.minecraft.client.gui.Element
 
getNavigationFocus() - Method in class net.minecraft.client.gui.screen.Screen
getNavigationFocus() - Method in class net.minecraft.client.gui.widget.ClickableWidget
getNavigationFocus() - Method in class net.minecraft.client.gui.widget.TabNavigationWidget
getNavigationFocus() - Method in interface net.minecraft.client.gui.widget.Widget
 
getNavigationOrder() - Method in interface net.minecraft.client.gui.navigation.Navigable
 
getNavigationOrder() - Method in class net.minecraft.client.gui.widget.ClickableWidget
getNavigationPath(GuiNavigation) - Method in interface net.minecraft.client.gui.Element
 
getNavigationPath(GuiNavigation) - Method in interface net.minecraft.client.gui.ParentElement
getNavigationPath(GuiNavigation) - Method in class net.minecraft.client.gui.screen.option.ControlsListWidget.CategoryEntry
getNavigationPath(GuiNavigation) - Method in class net.minecraft.client.gui.widget.AlwaysSelectedEntryListWidget
getNavigationPath(GuiNavigation) - Method in class net.minecraft.client.gui.widget.ClickableWidget
getNavigationPath(GuiNavigation) - Method in class net.minecraft.client.gui.widget.ContainerWidget
getNavigationPath(GuiNavigation) - Method in class net.minecraft.client.gui.widget.ElementListWidget.Entry
getNavigationPath(GuiNavigation) - Method in class net.minecraft.client.gui.widget.ElementListWidget
getNavigationPath(GuiNavigation) - Method in class net.minecraft.client.gui.widget.IconWidget
getNavigationPath(GuiNavigation) - Method in class net.minecraft.client.gui.widget.PlayerSkinWidget
getNavigationPath(GuiNavigation) - Method in class net.minecraft.client.gui.widget.TabNavigationWidget
getNavigationPath(GuiNavigation) - Method in class net.minecraft.client.realms.gui.RealmsLoadingWidget
getNavigationPath(GuiNavigation, int) - Method in class net.minecraft.client.gui.widget.ElementListWidget.Entry
 
getNavigationType() - Method in class net.minecraft.client.MinecraftClient
 
getNbt() - Method in record class net.minecraft.block.spawner.MobSpawnerEntry
 
getNbt() - Method in class net.minecraft.command.BlockDataObject
getNbt() - Method in interface net.minecraft.command.DataCommandObject
 
getNbt() - Method in class net.minecraft.command.EntityDataObject
getNbt() - Method in class net.minecraft.command.StorageDataObject
getNbt() - Method in class net.minecraft.component.type.NbtComponent
Deprecated.
getNbt() - Method in class net.minecraft.network.packet.s2c.play.BlockEntityUpdateS2CPacket
 
getNbt() - Method in class net.minecraft.network.packet.s2c.play.NbtQueryResponseS2CPacket
 
getNbt(NbtPathArgumentType.NbtPath, DataCommandObject) - Static method in class net.minecraft.server.command.DataCommand
 
getNbt(LootContext) - Method in class net.minecraft.loot.provider.nbt.ContextLootNbtProvider
getNbt(LootContext) - Method in interface net.minecraft.loot.provider.nbt.ContextLootNbtProvider.Target
 
getNbt(LootContext) - Method in interface net.minecraft.loot.provider.nbt.LootNbtProvider
 
getNbt(LootContext) - Method in record class net.minecraft.loot.provider.nbt.StorageLootNbtProvider
getNbt(ChunkPos) - Method in class net.minecraft.world.storage.VersionedChunkStorage
 
getNbtCompound(CommandContext<S>, String) - Static method in class net.minecraft.command.argument.NbtCompoundArgumentType
 
getNbtElement(CommandContext<S>, String) - Static method in class net.minecraft.command.argument.NbtElementArgumentType
 
getNbtPath(CommandContext<ServerCommandSource>, String) - Static method in class net.minecraft.command.argument.NbtPathArgumentType
 
getNbtType() - Method in class net.minecraft.nbt.NbtByte
Returns the NBT type definition of this NBT element.
getNbtType() - Method in class net.minecraft.nbt.NbtByteArray
Returns the NBT type definition of this NBT element.
getNbtType() - Method in class net.minecraft.nbt.NbtCompound
Returns the NBT type definition of this NBT element.
getNbtType() - Method in class net.minecraft.nbt.NbtDouble
Returns the NBT type definition of this NBT element.
getNbtType() - Method in interface net.minecraft.nbt.NbtElement
Returns the NBT type definition of this NBT element.
getNbtType() - Method in class net.minecraft.nbt.NbtEnd
Returns the NBT type definition of this NBT element.
getNbtType() - Method in class net.minecraft.nbt.NbtFloat
Returns the NBT type definition of this NBT element.
getNbtType() - Method in class net.minecraft.nbt.NbtInt
Returns the NBT type definition of this NBT element.
getNbtType() - Method in class net.minecraft.nbt.NbtIntArray
Returns the NBT type definition of this NBT element.
getNbtType() - Method in class net.minecraft.nbt.NbtList
Returns the NBT type definition of this NBT element.
getNbtType() - Method in class net.minecraft.nbt.NbtLong
Returns the NBT type definition of this NBT element.
getNbtType() - Method in class net.minecraft.nbt.NbtLongArray
Returns the NBT type definition of this NBT element.
getNbtType() - Method in class net.minecraft.nbt.NbtShort
Returns the NBT type definition of this NBT element.
getNbtType() - Method in class net.minecraft.nbt.NbtString
Returns the NBT type definition of this NBT element.
getNearbyFreeHives() - Method in class net.minecraft.entity.passive.BeeEntity.FindHiveGoal
 
getNearbyPiglins(AbstractPiglinEntity) - Static method in class net.minecraft.entity.mob.PiglinBrain
 
getNearbySlipperiness() - Method in class net.minecraft.entity.vehicle.BoatEntity
 
getNearbySpawnPos(WorldView, BlockPos, int) - Method in class net.minecraft.world.WanderingTraderManager
 
getNearbyVisiblePiglins(PiglinEntity) - Static method in class net.minecraft.entity.mob.PiglinBrain
 
getNearestBed(MobEntity) - Method in class net.minecraft.entity.ai.brain.task.JumpInBedTask
 
getNearestDetectedPlayer(AbstractPiglinEntity) - Static method in class net.minecraft.entity.mob.PiglinBrain
 
getNearestNode() - Method in class net.minecraft.entity.ai.pathing.TargetPathNode
 
getNearestPathNodeIndex() - Method in class net.minecraft.entity.boss.dragon.EnderDragonEntity
 
getNearestPathNodeIndex(double, double, double) - Method in class net.minecraft.entity.boss.dragon.EnderDragonEntity
 
getNearestPlayerIfHero(VillagerEntity) - Method in class net.minecraft.entity.ai.brain.task.GiveGiftsToHeroTask
 
getNearestPosition(Predicate<RegistryEntry<PointOfInterestType>>, Predicate<BlockPos>, BlockPos, int, PointOfInterestStorage.OccupationStatus) - Method in class net.minecraft.world.poi.PointOfInterestStorage
 
getNearestPosition(Predicate<RegistryEntry<PointOfInterestType>>, BlockPos, int, PointOfInterestStorage.OccupationStatus) - Method in class net.minecraft.world.poi.PointOfInterestStorage
 
getNearestTypeAndPosition(Predicate<RegistryEntry<PointOfInterestType>>, BlockPos, int, PointOfInterestStorage.OccupationStatus) - Method in class net.minecraft.world.poi.PointOfInterestStorage
 
getNearestVisibleLivingEntity(LivingEntity) - Method in class net.minecraft.entity.ai.brain.sensor.NearestVisibleLivingEntitySensor
 
getNearestVisibleTargetablePlayer(HoglinEntity) - Static method in class net.minecraft.entity.mob.HoglinBrain
 
getNearestZombifiedPiglin(PiglinEntity) - Static method in class net.minecraft.entity.mob.PiglinBrain
 
getNearMountainBiome(int, int, MultiNoiseUtil.ParameterRange) - Method in class net.minecraft.world.biome.source.util.VanillaBiomeParameters
Returns a biome to generate near mountains..
getNeckAngle(float) - Method in class net.minecraft.entity.passive.SheepEntity
 
getNeededLoadStatus(T, EntityTrackingStatus) - Static method in class net.minecraft.server.world.ServerEntityManager
 
getNegatedPitch(Camera) - Static method in class net.minecraft.client.render.entity.DisplayEntityRenderer
 
getNegativeDirection() - Method in enum class net.minecraft.client.gui.navigation.NavigationAxis
 
getNeighborChestDirection(ItemPlacementContext, Direction) - Method in class net.minecraft.block.ChestBlock
 
getNeighborCount() - Method in class net.minecraft.block.RailPlacementHelper
 
getNeighborCount(byte) - Static method in class net.minecraft.world.chunk.light.LightStorage.PropagationFlags
 
getNeighboringEntry(NavigationDirection) - Method in class net.minecraft.client.gui.screen.report.ChatSelectionScreen.SelectionListWidget
 
getNeighboringEntry(NavigationDirection) - Method in class net.minecraft.client.gui.widget.EntryListWidget
 
getNeighboringEntry(NavigationDirection, Predicate<E>) - Method in class net.minecraft.client.gui.widget.EntryListWidget
 
getNeighboringEntry(NavigationDirection, Predicate<E>, E) - Method in class net.minecraft.client.gui.widget.EntryListWidget
 
getNeighboringRail(BlockPos) - Method in class net.minecraft.block.RailPlacementHelper
 
getNeighborPosition(Direction) - Method in class net.minecraft.client.render.chunk.ChunkBuilder.BuiltChunk
 
getNeighbors() - Method in class net.minecraft.block.RailPlacementHelper
 
getNetheriteUpgradeEmptyAdditionsSlotTextures() - Static method in class net.minecraft.item.SmithingTemplateItem
 
getNetheriteUpgradeEmptyBaseSlotTextures() - Static method in class net.minecraft.item.SmithingTemplateItem
 
getNetherTeleportTarget(ServerWorld, BlockLocating.Rectangle, Direction.Axis, Vec3d, Entity, Vec3d, float, float) - Static method in class net.minecraft.world.dimension.NetherPortal
Determines a TeleportTarget based on a specific portal.
getNetworkCompressionThreshold() - Method in class net.minecraft.server.dedicated.MinecraftDedicatedServer
getNetworkCompressionThreshold() - Method in class net.minecraft.server.MinecraftServer
 
getNetworkHandler() - Method in class net.minecraft.client.MinecraftClient
 
getNetworkIo() - Method in class net.minecraft.server.MinecraftServer
 
getNetworkProxy() - Method in class net.minecraft.client.MinecraftClient
 
getNewDirectoryPath(Path) - Static method in class net.minecraft.world.updater.WorldUpdater
 
getNewPortal(WorldAccess, BlockPos, Direction.Axis) - Static method in class net.minecraft.world.dimension.NetherPortal
 
getNews() - Method in class net.minecraft.client.realms.RealmsClient
 
getNewScreen() - Method in class net.minecraft.client.realms.gui.screen.RealmsConfigureWorldScreen
 
getNewsLink() - Method in class net.minecraft.client.realms.RealmsNewsUpdater
 
getNext(Class<?>) - Method in class net.minecraft.util.collection.Class2IntMap
 
getNext(Collection<T>, T) - Static method in class net.minecraft.state.State
 
getNextAirOnLand(int) - Method in class net.minecraft.entity.LivingEntity
 
getNextAirOnLand(int) - Method in class net.minecraft.entity.passive.DolphinEntity
getNextAirUnderwater(int) - Method in class net.minecraft.entity.LivingEntity
 
getNextAirUnderwater(int) - Method in class net.minecraft.entity.passive.IronGolemEntity
getNextAngle(float, float, float) - Method in class net.minecraft.entity.boss.WitherEntity
 
getNextCost(int) - Static method in class net.minecraft.screen.AnvilScreenHandler
 
getNextDisplayName(Collection<ScoreHolder>) - Static method in class net.minecraft.server.command.ScoreboardCommand
 
getNextGiftDelay(ServerWorld) - Static method in class net.minecraft.entity.ai.brain.task.GiveGiftsToHeroTask
 
getNextLevelExperience() - Method in class net.minecraft.entity.player.PlayerEntity
 
getNextMapId() - Method in class net.minecraft.client.world.ClientWorld
getNextMapId() - Method in class net.minecraft.server.world.ServerWorld
getNextMapId() - Method in class net.minecraft.world.IdCountsState
 
getNextMapId() - Method in class net.minecraft.world.World
 
getNextScuteShedCooldown() - Method in class net.minecraft.entity.passive.ArmadilloEntity
 
getNextTickDelay(World, BlockPos, FluidState, FluidState) - Method in class net.minecraft.fluid.FlowableFluid
 
getNextTickDelay(World, BlockPos, FluidState, FluidState) - Method in class net.minecraft.fluid.LavaFluid
getNextUniqueName(Path, String, String) - Static method in class net.minecraft.util.PathUtil
Returns a filename, prefixed with name, that does not currently exist inside path.
getNextWordAtCursor() - Method in class net.minecraft.client.gui.EditBox
Returns the substring of a word whose start position is after the cursor.
getNightSkippingRequirement(int) - Method in class net.minecraft.server.world.SleepManager
Returns the number of sleepers needed to skip a night with the given percentage.
getNightVisionStrength(LivingEntity, float) - Static method in class net.minecraft.client.render.GameRenderer
 
getNoBlending() - Static method in class net.minecraft.world.gen.chunk.Blender
 
getNode(double, double, double) - Method in class net.minecraft.entity.ai.pathing.AmphibiousPathNodeMaker
getNode(double, double, double) - Method in class net.minecraft.entity.ai.pathing.BirdPathNodeMaker
getNode(double, double, double) - Method in class net.minecraft.entity.ai.pathing.LandPathNodeMaker
getNode(double, double, double) - Method in class net.minecraft.entity.ai.pathing.PathNodeMaker
 
getNode(double, double, double) - Method in class net.minecraft.entity.ai.pathing.WaterPathNodeMaker
getNode(int) - Method in class net.minecraft.entity.ai.pathing.Path
 
getNode(int) - Method in class net.minecraft.network.packet.s2c.play.CommandTreeS2CPacket.CommandTree
 
getNode(int, int, int) - Method in class net.minecraft.entity.ai.pathing.PathNodeMaker
 
getNode(BlockPos) - Method in class net.minecraft.entity.ai.pathing.PathNodeMaker
 
getNodeMaker() - Method in class net.minecraft.entity.ai.pathing.EntityNavigation
 
getNodeName() - Method in record class net.minecraft.command.argument.SignedArgumentList.ParsedArgument
 
getNodePos(int) - Method in class net.minecraft.entity.ai.pathing.Path
 
getNodePosition(Entity) - Method in class net.minecraft.entity.ai.pathing.Path
 
getNodePosition(Entity, int) - Method in class net.minecraft.entity.ai.pathing.Path
 
getNodeReachProximity() - Method in class net.minecraft.entity.ai.pathing.EntityNavigation
 
getNodes() - Method in class net.minecraft.entity.ai.pathing.PathMinHeap
 
getNodeType(int, int, int) - Method in class net.minecraft.entity.ai.pathing.BirdPathNodeMaker
getNodeType(int, int, int) - Method in class net.minecraft.entity.ai.pathing.LandPathNodeMaker
 
getNodeType(class_9316, int, int, int, MobEntity) - Method in class net.minecraft.entity.ai.pathing.LandPathNodeMaker
Gets the path node type at the given position without adjusting the node type according to whether the entity can enter or open doors
getNodeType(class_9316, int, int, int, MobEntity) - Method in class net.minecraft.entity.ai.pathing.PathNodeMaker
Gets the path node type at the given position without adjusting the node type according to whether the entity can enter or open doors
getNodeType(class_9316, int, int, int, MobEntity) - Method in class net.minecraft.entity.ai.pathing.WaterPathNodeMaker
Gets the path node type at the given position without adjusting the node type according to whether the entity can enter or open doors
getNodeTypeFromNeighbors(class_9316, int, int, int, PathNodeType) - Static method in class net.minecraft.entity.ai.pathing.LandPathNodeMaker
 
getNodeWith(int, int, int, PathNodeType) - Method in class net.minecraft.entity.ai.pathing.LandPathNodeMaker
 
getNodeWith(int, int, int, PathNodeType, float) - Method in class net.minecraft.entity.ai.pathing.LandPathNodeMaker
 
getNoiseBasedFluidLevel(int, int, int, int) - Method in class net.minecraft.world.gen.chunk.AquiferSampler.Impl
 
getNoiseConfig() - Method in class net.minecraft.server.world.ServerChunkManager
 
getNoiseConfig() - Method in class net.minecraft.server.world.ThreadedAnvilChunkStorage
 
getNoiseConfig() - Method in class net.minecraft.world.gen.carver.CarverContext
 
getNoiseConfig() - Method in class net.minecraft.world.gen.chunk.placement.StructurePlacementCalculator
 
getNoiseRangeIndex(double, MultiNoiseUtil.ParameterRange[]) - Static method in class net.minecraft.world.biome.source.util.VanillaBiomeParameters
 
getNoiseRouter() - Method in class net.minecraft.world.gen.noise.NoiseConfig
 
getNoiseValue(BlockPos, double) - Method in class net.minecraft.world.gen.stateprovider.AbstractNoiseBlockStateProvider
 
getNoiseValueList() - Method in record class net.minecraft.world.biome.source.util.MultiNoiseUtil.NoiseValuePoint
 
getNonce() - Method in class net.minecraft.network.packet.s2c.login.LoginHelloS2CPacket
 
getNonemptyColumnBitmask() - Method in interface net.minecraft.client.font.UnihexFont.BitmapGlyph
 
getNonSpectatingEntities(Class<T>, Box) - Method in interface net.minecraft.world.EntityView
 
getNonWaterNodeBelow(int, int, int, PathNode) - Method in class net.minecraft.entity.ai.pathing.LandPathNodeMaker
 
getNormalMatrix() - Method in class net.minecraft.client.util.math.MatrixStack.Entry
Returns the matrix used to transform normal vectors.
getNormalWorldTypes() - Method in class net.minecraft.client.gui.screen.world.WorldCreator
 
getNorthWestIndex(int, int) - Static method in class net.minecraft.world.gen.chunk.BlendingData
Gets the north east index for the given chunk-local biome coordinates.
getNose() - Method in class net.minecraft.client.render.entity.model.WitchEntityModel
 
getNoteBlockSound() - Method in class net.minecraft.block.entity.SkullBlockEntity
 
getNotePitch(int) - Static method in class net.minecraft.block.NoteBlock
 
getNotification() - Method in enum class net.minecraft.resource.ResourcePackCompatibility
 
getNotificationCount() - Method in class net.minecraft.client.realms.gui.screen.RealmsMainScreen.NotificationButtonWidget
 
getNotificationDisplayTime() - Method in class net.minecraft.client.option.GameOptions
 
getNotificationDisplayTimeMultiplier() - Method in class net.minecraft.client.toast.ToastManager
 
getNullable(String, JsonObject, Function<JsonObject, T>) - Static method in class net.minecraft.client.realms.util.JsonUtils
 
getNullableObjective(String) - Method in class net.minecraft.scoreboard.Scoreboard
 
getNullableStringOr(String, JsonObject, String) - Static method in class net.minecraft.client.realms.util.JsonUtils
 
getNumberFormat() - Method in class net.minecraft.network.packet.s2c.play.ScoreboardObjectiveUpdateS2CPacket
 
getNumberFormat() - Method in interface net.minecraft.scoreboard.ReadableScoreboardScore
 
getNumberFormat() - Method in class net.minecraft.scoreboard.ScoreboardObjective
 
getNumberFormat() - Method in class net.minecraft.scoreboard.ScoreboardScore
getNumberFormatOr(NumberFormat) - Method in class net.minecraft.scoreboard.ScoreboardObjective
 
getNumberOfSectionsBelowPos(long) - Method in class net.minecraft.world.chunk.light.ChunkSkyLightProvider
 
getNumberValue(Object) - Method in class net.minecraft.util.dynamic.RuntimeOps
 
getNumberValue(NbtElement) - Method in class net.minecraft.nbt.NbtOps
 
getNumberValue(T) - Method in class net.minecraft.util.dynamic.ForwardingDynamicOps
 
getNumericalBlockId(String) - Static method in class net.minecraft.datafixer.fix.EntityBlockStateFix
 
getObfuscatedGlyphRenderer(Glyph) - Method in class net.minecraft.client.font.FontStorage
 
getObject(JsonObject, String) - Static method in class net.minecraft.util.JsonHelper
 
getObject(JsonObject, String, JsonObject) - Static method in class net.minecraft.util.JsonHelper
 
getObject(CommandContext<ServerCommandSource>) - Method in interface net.minecraft.server.command.DataCommand.ObjectType
 
getObjectCount(T) - Method in class net.minecraft.client.render.entity.feature.StuckArrowsFeatureRenderer
getObjectCount(T) - Method in class net.minecraft.client.render.entity.feature.StuckObjectsFeatureRenderer
 
getObjectCount(T) - Method in class net.minecraft.client.render.entity.feature.StuckStingersFeatureRenderer
getObjective() - Method in class net.minecraft.text.ScoreTextContent
 
getObjective(CommandContext<ServerCommandSource>, String) - Static method in class net.minecraft.command.argument.ScoreboardObjectiveArgumentType
 
getObjectiveForSlot(ScoreboardDisplaySlot) - Method in class net.minecraft.scoreboard.Scoreboard
 
getObjectiveNames() - Method in class net.minecraft.scoreboard.Scoreboard
 
getObjectives() - Method in class net.minecraft.scoreboard.Scoreboard
 
getObtainedCriteria() - Method in class net.minecraft.advancement.AdvancementProgress
 
getObtainedTime() - Method in class net.minecraft.advancement.criterion.CriterionProgress
 
getOccupancy() - Method in class net.minecraft.component.type.BundleContentsComponent.Builder
 
getOccupancy() - Method in class net.minecraft.component.type.BundleContentsComponent
 
getOccupancy(ItemStack) - Static method in class net.minecraft.component.type.BundleContentsComponent
 
getOccupiedPointOfInterestDistance(ChunkSectionPos) - Method in class net.minecraft.server.world.ServerWorld
 
getOccupiedSlotWithRoomForStack(ItemStack) - Method in class net.minecraft.entity.player.PlayerInventory
 
getOctave(int) - Method in class net.minecraft.util.math.noise.OctavePerlinNoiseSampler
 
getOffers() - Method in class net.minecraft.entity.passive.MerchantEntity
getOffers() - Method in class net.minecraft.network.packet.s2c.play.SetTradeOffersS2CPacket
 
getOffers() - Method in interface net.minecraft.village.Merchant
 
getOffers() - Method in class net.minecraft.village.SimpleMerchant
getOffGroundSpeed() - Method in class net.minecraft.entity.LivingEntity
 
getOffGroundSpeed() - Method in class net.minecraft.entity.player.PlayerEntity
getOffHandStack() - Method in class net.minecraft.entity.LivingEntity
 
getOfflinePlayerProfile(String) - Static method in class net.minecraft.util.UserCache
 
getOfflinePlayerProfile(String) - Static method in class net.minecraft.util.Uuids
 
getOfflinePlayerUuid(String) - Static method in class net.minecraft.util.Uuids
 
getOffset() - Method in class net.minecraft.block.entity.StructureBlockBlockEntity
 
getOffset() - Method in enum class net.minecraft.datafixer.fix.ChunkPalettedStorageFix.Facing.Direction
 
getOffset() - Method in class net.minecraft.network.packet.c2s.play.UpdateStructureBlockC2SPacket
 
getOffset() - Method in enum class net.minecraft.util.math.VerticalSurfaceType
 
getOffset() - Method in class net.minecraft.world.gen.heightprovider.ConstantHeightProvider
 
getOffset(int) - Static method in class net.minecraft.world.storage.RegionFile
 
getOffsetEntitySlotId(int) - Method in enum class net.minecraft.entity.EquipmentSlot
Returns the index of the inventory slot this slot should occupy, plus the passed in offset amount.
getOffsetLine(int) - Method in class net.minecraft.client.gui.EditBox
Returns the line offset by offsetFromCurrent from the cursor's line.
getOffsetPos(int, int) - Static method in class net.minecraft.util.math.ChunkSectionPos
 
getOffsetValue(float, float, float) - Static method in class net.minecraft.world.biome.source.util.VanillaTerrainParametersCreator
 
getOffsetX() - Method in enum class net.minecraft.client.render.model.json.ItemModelGenerator.Side
 
getOffsetX() - Method in class net.minecraft.network.packet.s2c.play.ParticleS2CPacket
 
getOffsetX() - Method in enum class net.minecraft.util.math.Direction
 
getOffsetX() - Method in enum class net.minecraft.util.math.EightWayDirection
 
getOffsetX(int) - Method in class net.minecraft.util.math.ChunkPos
 
getOffsetY() - Method in enum class net.minecraft.client.render.model.json.ItemModelGenerator.Side
 
getOffsetY() - Method in class net.minecraft.network.packet.s2c.play.ParticleS2CPacket
 
getOffsetY() - Method in enum class net.minecraft.util.math.Direction
 
getOffsetY(int, int, int) - Static method in class net.minecraft.client.gui.tooltip.WidgetTooltipPositioner
 
getOffsetZ() - Method in class net.minecraft.network.packet.s2c.play.ParticleS2CPacket
 
getOffsetZ() - Method in enum class net.minecraft.util.math.Direction
 
getOffsetZ() - Method in enum class net.minecraft.util.math.EightWayDirection
 
getOffsetZ(int) - Method in class net.minecraft.util.math.ChunkPos
 
getOffshootPositions(BlockPos, Direction, Random, BlockPos) - Method in class net.minecraft.world.gen.root.MangroveRootPlacer
 
getOldHeightLimit() - Method in class net.minecraft.world.gen.chunk.BlendingData
 
getOminousBanner() - Static method in class net.minecraft.village.raid.Raid
 
getOnBedOffsets(Direction) - Static method in class net.minecraft.block.BedBlock
 
getOneAboveBottomHalfSectionY() - Method in class net.minecraft.world.gen.chunk.BlendingData
 
getOnlyShowSecureChat() - Method in class net.minecraft.client.option.GameOptions
 
getOpacity(int, int) - Method in class net.minecraft.client.texture.NativeImage
 
getOpacity(BlockState, BlockPos) - Method in class net.minecraft.world.chunk.light.ChunkLightProvider
 
getOpacity(BlockState, BlockView, BlockPos) - Method in class net.minecraft.block.AbstractBlock
 
getOpacity(BlockState, BlockView, BlockPos) - Method in class net.minecraft.block.LeavesBlock
getOpacity(BlockState, BlockView, BlockPos) - Method in class net.minecraft.block.TintedGlassBlock
getOpacity(BlockView, BlockPos) - Method in class net.minecraft.block.AbstractBlock.AbstractBlockState
 
getOpacityChannelOffset() - Method in enum class net.minecraft.client.texture.NativeImage.Format
 
getOpaqueShape(BlockState, long, Direction) - Method in class net.minecraft.world.chunk.light.ChunkLightProvider
 
getOpaqueShape(BlockView, BlockPos, BlockState, Direction) - Static method in class net.minecraft.world.chunk.light.ChunkLightProvider
 
getOpenFaces(int) - Method in class net.minecraft.client.render.chunk.ChunkOcclusionDataBuilder
 
getOpenGLVersionString() - Static method in class com.mojang.blaze3d.platform.GLX
 
getOpenNode(int, int, int) - Method in class net.minecraft.entity.ai.pathing.LandPathNodeMaker
 
getOpenProgress(float) - Method in class net.minecraft.entity.mob.ShulkerEntity
 
getOpenSlotCount() - Method in class net.minecraft.block.entity.ChiseledBookshelfBlockEntity
 
getOpenStat() - Method in class net.minecraft.block.ChestBlock
 
getOpenStat() - Method in class net.minecraft.block.TrappedChestBlock
getOperatingSystem() - Static method in class net.minecraft.util.Util
Returns the operating system instance for the current platform.
getOperation() - Method in class net.minecraft.entity.attribute.EntityAttributeModifier
 
getOperation(CommandContext<ServerCommandSource>, String) - Static method in class net.minecraft.command.argument.OperationArgumentType
 
getOperator(String) - Static method in class net.minecraft.command.argument.OperationArgumentType
 
getOperatorItemsTab() - Method in class net.minecraft.client.option.GameOptions
 
getOpinionComments() - Method in class net.minecraft.client.session.report.AbuseReport.Builder
 
getOpList() - Method in class net.minecraft.server.PlayerManager
 
getOpNames() - Method in class net.minecraft.server.PlayerManager
 
getOpPermissionLevel() - Method in class net.minecraft.server.dedicated.MinecraftDedicatedServer
getOpPermissionLevel() - Method in class net.minecraft.server.integrated.IntegratedServer
getOpPermissionLevel() - Method in class net.minecraft.server.MinecraftServer
 
getOpPermissionLevel() - Method in class net.minecraft.test.TestServer
getOpposite() - Method in enum class net.minecraft.block.enums.ChestType
 
getOpposite() - Method in enum class net.minecraft.client.gui.navigation.NavigationDirection
 
getOpposite() - Method in enum class net.minecraft.network.NetworkSide
 
getOpposite() - Method in enum class net.minecraft.util.Arm
Returns the arm on the opposite side.
getOpposite() - Method in enum class net.minecraft.util.math.Direction.AxisDirection
 
getOpposite() - Method in enum class net.minecraft.util.math.Direction
 
getOppositeDirection() - Method in enum class net.minecraft.block.enums.DoubleBlockHalf
 
getOppositeList() - Method in class net.minecraft.client.gui.screen.pack.ResourcePackOrganizer.AbstractPack
 
getOppositeList() - Method in class net.minecraft.client.gui.screen.pack.ResourcePackOrganizer.DisabledPack
getOppositeList() - Method in class net.minecraft.client.gui.screen.pack.ResourcePackOrganizer.EnabledPack
getOppositePartDirection(BlockState) - Static method in class net.minecraft.block.BedBlock
 
getOppositeRotationVector(float) - Method in class net.minecraft.entity.Entity
 
getOppositeRotationVector(float, float) - Method in class net.minecraft.entity.Entity
 
getOppositeSide() - Method in class net.minecraft.network.ClientConnection
Returns the opposite side of this connection, or the direction of the packets sent by this connection.
getOps(DynamicOps<V>) - Method in interface net.minecraft.registry.RegistryWrapper.WrapperLookup
 
getOption(OptionSet, OptionSpec<T>) - Static method in class net.minecraft.client.main.Main
 
getOptional(LootContextParameter<T>) - Method in class net.minecraft.loot.context.LootContextParameterSet.Builder
 
getOptional(LootContextParameter<T>) - Method in class net.minecraft.loot.context.LootContextParameterSet
 
getOptional(RegistryKey<? extends Registry<? extends E>>) - Method in interface net.minecraft.registry.DynamicRegistryManager
 
getOptional(RegistryKey<? extends Registry<? extends E>>) - Method in class net.minecraft.registry.DynamicRegistryManager.ImmutableImpl
getOptional(RegistryKey<? extends Registry<? extends T>>) - Method in interface net.minecraft.registry.RegistryEntryLookup.RegistryLookup
 
getOptional(RegistryKey<Object>) - Method in class net.minecraft.registry.RegistryBuilder.StandAloneEntryCreatingLookup
getOptional(RegistryKey<T>) - Method in interface net.minecraft.registry.RegistryEntryLookup
 
getOptional(RegistryKey<T>) - Method in interface net.minecraft.registry.RegistryWrapper.Impl.Delegating
getOptional(TagKey<T>) - Method in class net.minecraft.registry.RegistryBuilder.EntryListCreatingLookup
getOptional(TagKey<T>) - Method in interface net.minecraft.registry.RegistryEntryLookup
 
getOptional(TagKey<T>) - Method in interface net.minecraft.registry.RegistryWrapper.Impl.Delegating
getOptionalDistanceFromLog(BlockState) - Static method in class net.minecraft.block.LeavesBlock
 
getOptionalEntities(CommandContext<ServerCommandSource>, String) - Static method in class net.minecraft.command.argument.EntityArgumentType
 
getOptionalHeight() - Method in class net.minecraft.world.gen.feature.util.CaveSurface.Bounded
getOptionalHeight() - Method in class net.minecraft.world.gen.feature.util.CaveSurface.Empty
getOptionalHeight() - Method in class net.minecraft.world.gen.feature.util.CaveSurface
 
getOptionalHeight() - Method in class net.minecraft.world.gen.feature.util.CaveSurface.Half
getOptionalMemory(MemoryModuleType<U>) - Method in class net.minecraft.entity.ai.brain.Brain
 
getOptionalPlayers(CommandContext<ServerCommandSource>, String) - Static method in class net.minecraft.command.argument.EntityArgumentType
 
getOptionalRegisteredMemory(MemoryModuleType<U>) - Method in class net.minecraft.entity.ai.brain.Brain
 
getOptionalTests() - Method in class net.minecraft.test.TestSet
 
getOptionalValue(MemoryQueryResult<OptionalBox.Mu, Value>) - Method in class net.minecraft.entity.ai.brain.task.TaskTriggerer.TaskContext
 
getOptionalWrapper(RegistryKey<? extends Registry<? extends T>>) - Method in interface net.minecraft.registry.DynamicRegistryManager
getOptionalWrapper(RegistryKey<? extends Registry<? extends T>>) - Method in interface net.minecraft.registry.RegistryWrapper.WrapperLookup
 
getOptionalWrapper(RegistryKey<? extends Registry<? extends T>>) - Method in class net.minecraft.server.DataPackContents.ConfigurableWrapperLookup
getOptionName() - Method in enum class net.minecraft.client.render.entity.PlayerModelPart
 
getOptions() - Method in class net.minecraft.network.packet.s2c.play.UnlockRecipesS2CPacket
 
getOptions() - Method in class net.minecraft.recipe.book.RecipeBook
 
getOptions(GameOptions) - Static method in class net.minecraft.client.gui.screen.option.AccessibilityOptionsScreen
 
getOptions(GameOptions) - Static method in class net.minecraft.client.gui.screen.option.FontOptionsScreen
 
getOptions(GameOptions) - Static method in class net.minecraft.client.gui.screen.option.MouseOptionsScreen
 
getOptions(GameOptions) - Static method in class net.minecraft.client.gui.screen.option.SoundOptionsScreen
 
getOptions(GameOptions) - Static method in class net.minecraft.client.gui.screen.option.VideoOptionsScreen
 
getOptionsFile() - Method in class net.minecraft.client.option.GameOptions
 
getOrbSize() - Method in class net.minecraft.entity.ExperienceOrbEntity
 
getOrComputeBlendingStatus(int, int) - Method in class net.minecraft.world.storage.StorageIoWorker
 
getOrCopy(Entity) - Method in class net.minecraft.client.particle.ItemPickupParticle
 
getOrCreate(long) - Method in class net.minecraft.world.storage.SerializingRegionBasedStorage
 
getOrCreate(RegistryKey<T>) - Method in class net.minecraft.registry.RegistryBuilder.StandAloneEntryCreatingLookup
 
getOrCreate(ScoreboardObjective, Consumer<ScoreboardScore>) - Method in class net.minecraft.scoreboard.Scores
 
getOrCreate(Identifier) - Method in class net.minecraft.util.math.random.RandomSequencesState
 
getOrCreate(PersistentState.Type<T>, String) - Method in class net.minecraft.world.PersistentStateManager
 
getOrCreate(World, BlockPos) - Static method in class net.minecraft.entity.decoration.LeashKnotEntity
 
getOrCreateCarvingMask(ChunkPos, GenerationStep.Carver) - Method in class net.minecraft.world.gen.feature.FeaturePlacementContext
 
getOrCreateCarvingMask(GenerationStep.Carver) - Method in class net.minecraft.world.chunk.ProtoChunk
 
getOrCreateCarvingMask(GenerationStep.Carver) - Method in class net.minecraft.world.chunk.WrapperProtoChunk
getOrCreateChunkNoiseSampler(Function<Chunk, ChunkNoiseSampler>) - Method in class net.minecraft.world.chunk.Chunk
 
getOrCreateEntry(RegistryKey<T>) - Method in class net.minecraft.registry.SimpleRegistry
 
getOrCreateEntryList(TagKey<T>) - Method in interface net.minecraft.registry.Registry
 
getOrCreateEntryList(TagKey<T>) - Method in class net.minecraft.registry.SimpleRegistry
getOrCreateGenerationSettings(Supplier<GenerationSettings>) - Method in class net.minecraft.world.chunk.Chunk
Deprecated.
getOrCreateRaid(ServerWorld, BlockPos) - Method in class net.minecraft.village.raid.RaidManager
 
getOrCreateRandom(Identifier) - Method in class net.minecraft.server.world.ServerWorld
 
getOrCreateRandomDeriver(Identifier) - Method in class net.minecraft.world.gen.noise.NoiseConfig
 
getOrCreateSampler(RegistryKey<DoublePerlinNoiseSampler.NoiseParameters>) - Method in class net.minecraft.world.gen.noise.NoiseConfig
 
getOrCreateScore(ScoreHolder, ScoreboardObjective) - Method in class net.minecraft.scoreboard.Scoreboard
 
getOrCreateScore(ScoreHolder, ScoreboardObjective, boolean) - Method in class net.minecraft.scoreboard.Scoreboard
 
getOrCreateStat(T) - Method in class net.minecraft.stat.StatType
 
getOrCreateStat(T, StatFormatter) - Method in class net.minecraft.stat.StatType
 
getOrCreateStatCriterion(String) - Static method in class net.minecraft.scoreboard.ScoreboardCriterion
 
getOrCreateStatCriterion(StatType<T>, Identifier) - Static method in class net.minecraft.scoreboard.ScoreboardCriterion
 
getOrCreateSummaryRecorder(SocketAddress) - Method in class net.minecraft.util.profiling.jfr.JfrProfiler
 
getOrCreateTagBuilder(TagKey<T>) - Method in class net.minecraft.data.server.tag.TagProvider
 
getOrCreateTagBuilder(TagKey<T>) - Method in class net.minecraft.data.server.tag.ValueLookupTagProvider
 
getOrCreateTranslationKey() - Method in class net.minecraft.enchantment.Enchantment
 
getOrCreateTranslationKey() - Method in class net.minecraft.item.Item
 
getOrDefault(DataComponentType<? extends T>, T) - Method in interface net.minecraft.component.ComponentHolder
 
getOrDefault(DataComponentType<? extends T>, T) - Method in interface net.minecraft.component.ComponentMap
 
getOrDefault(Identifier, AbstractTexture) - Method in class net.minecraft.client.texture.TextureManager
 
getOrderedMessages(boolean, Function<Text, OrderedText>) - Method in class net.minecraft.block.entity.SignText
 
getOrderedResults() - Method in class net.minecraft.client.recipebook.ClientRecipeBook
 
getOrEmpty(RegistryKey<T>) - Method in interface net.minecraft.registry.Registry
Returns the value that is assigned key, or an empty optional if there is none.
getOrEmpty(RegistryKey<DimensionOptions>) - Method in record class net.minecraft.world.dimension.DimensionOptionsRegistryHolder
 
getOrEmpty(Property<T>) - Method in class net.minecraft.state.State
 
getOrEmpty(Identifier) - Method in interface net.minecraft.registry.Registry
Returns the value that is assigned id, or an empty optional if there is none.
getOrEmpty(Identifier) - Method in class net.minecraft.registry.SimpleDefaultedRegistry
Returns the value that is assigned id, or an empty optional if there is none.
getOrEmpty(Random) - Method in class net.minecraft.util.collection.Pool
 
getOrEmpty(WorldAccess, BlockPos, Predicate<NetherPortal>, Direction.Axis) - Static method in class net.minecraft.world.dimension.NetherPortal
 
getOreRandomDeriver() - Method in class net.minecraft.world.gen.noise.NoiseConfig
 
getOrigin() - Method in class net.minecraft.client.render.chunk.ChunkBuilder.BuiltChunk
 
getOrigin() - Method in class net.minecraft.world.gen.feature.util.FeatureContext
 
getOriginalFirstBuyItem() - Method in class net.minecraft.village.TradeOffer
Returns the first buy item of this trade offer.
getOriginY(WorldView, BlockPos, boolean, Box) - Static method in class net.minecraft.entity.EntityType
 
getOrInit(List<NbtElement>, Supplier<NbtElement>) - Method in interface net.minecraft.command.argument.NbtPathArgumentType.PathNode
 
getOrInit(NbtElement, Supplier<NbtElement>) - Method in class net.minecraft.command.argument.NbtPathArgumentType.NbtPath
 
getOrInit(NbtElement, Supplier<NbtElement>, List<NbtElement>) - Method in class net.minecraft.command.argument.NbtPathArgumentType.AllListElementNode
getOrInit(NbtElement, Supplier<NbtElement>, List<NbtElement>) - Method in class net.minecraft.command.argument.NbtPathArgumentType.FilteredListElementNode
getOrInit(NbtElement, Supplier<NbtElement>, List<NbtElement>) - Method in class net.minecraft.command.argument.NbtPathArgumentType.FilteredNamedNode
getOrInit(NbtElement, Supplier<NbtElement>, List<NbtElement>) - Method in class net.minecraft.command.argument.NbtPathArgumentType.FilteredRootNode
getOrInit(NbtElement, Supplier<NbtElement>, List<NbtElement>) - Method in class net.minecraft.command.argument.NbtPathArgumentType.IndexedListElementNode
getOrInit(NbtElement, Supplier<NbtElement>, List<NbtElement>) - Method in class net.minecraft.command.argument.NbtPathArgumentType.NamedNode
getOrInit(NbtElement, Supplier<NbtElement>, List<NbtElement>) - Method in interface net.minecraft.command.argument.NbtPathArgumentType.PathNode
 
getOrLoadModel(Identifier) - Method in interface net.minecraft.client.render.model.Baker
 
getOrLoadModel(Identifier) - Method in class net.minecraft.client.render.model.ModelLoader.BakerImpl
getOrLoadModel(Identifier) - Method in class net.minecraft.client.render.model.ModelLoader
 
getOrNull(int) - Static method in enum class net.minecraft.world.GameMode
 
getOrThrow(int) - Method in interface net.minecraft.util.collection.IndexedIterable
Returns the value at index.
getOrThrow(RegistryKey<? extends Registry<? extends T>>) - Method in interface net.minecraft.registry.RegistryEntryLookup.RegistryLookup
 
getOrThrow(RegistryKey<T>) - Method in interface net.minecraft.registry.Registry
Returns the value that is assigned key.
getOrThrow(RegistryKey<T>) - Method in interface net.minecraft.registry.RegistryEntryLookup
 
getOrThrow(TagKey<T>) - Method in interface net.minecraft.registry.RegistryEntryLookup
 
getOther() - Method in enum class net.minecraft.client.gui.navigation.NavigationAxis
 
getOtherAxisCoordinate(Widget) - Method in enum class net.minecraft.client.gui.widget.AxisGridWidget.DisplayAxis
 
getOtherAxisLength(AxisGridWidget.Element) - Method in enum class net.minecraft.client.gui.widget.AxisGridWidget.DisplayAxis
 
getOtherAxisLength(Widget) - Method in enum class net.minecraft.client.gui.widget.AxisGridWidget.DisplayAxis
 
getOtherEntities(Entity, Box) - Method in interface net.minecraft.world.EntityView
Computes a list of entities within some box, excluding the given entity, that are not spectators.
getOtherEntities(Entity, Box, Predicate<? super Entity>) - Method in class net.minecraft.world.ChunkRegion
Computes a list of entities within some box, excluding the given entity, that satisfy the given predicate.
getOtherEntities(Entity, Box, Predicate<? super Entity>) - Method in interface net.minecraft.world.EntityView
Computes a list of entities within some box, excluding the given entity, that satisfy the given predicate.
getOtherEntities(Entity, Box, Predicate<? super Entity>) - Method in class net.minecraft.world.World
Computes a list of entities within some box, excluding the given entity, that satisfy the given predicate.
getOtherHalf() - Method in enum class net.minecraft.block.enums.DoubleBlockHalf
 
getOtherRules(Activity) - Method in class net.minecraft.entity.ai.brain.Schedule
 
getOthersInRange() - Method in class net.minecraft.entity.ai.goal.UniversalAngerGoal
 
getOutboundHandlerName(boolean) - Static method in class net.minecraft.network.ClientConnection
 
getOuterTexturedModelData() - Static method in class net.minecraft.client.render.entity.model.SlimeEntityModel
 
getOutline(Identifier) - Static method in class net.minecraft.client.render.RenderLayer
 
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.AbstractBlock
 
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.AbstractCauldronBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.AbstractFireBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.AbstractPlantPartBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.AbstractPressurePlateBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.AbstractRailBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.AbstractRedstoneGateBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.AbstractSignBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.AbstractTorchBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.AirBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.AmethystClusterBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.AnvilBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.AttachedStemBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.AzaleaBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.BambooBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.BambooShootBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.BannerBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.BedBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.BeetrootsBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.BellBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.BigDripleafBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.BigDripleafStemBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.BrewingStandBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.BubbleColumnBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.ButtonBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.CactusBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.CakeBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.CampfireBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.CandleBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.CandleCakeBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.CarpetBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.CarrotsBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.ChainBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.ChestBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.CocoaBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.ComposterBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.ConduitBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.ConnectingBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.CoralBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.CoralParentBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.CropBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.DaylightDetectorBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.DeadBushBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.DeadCoralBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.DeadCoralFanBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.DeadCoralWallFanBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.DecoratedPotBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.DirtPathBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.DoorBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.DragonEggBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.EnchantingTableBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.EnderChestBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.EndPortalBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.EndPortalFrameBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.FarmlandBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.FenceGateBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.FireBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.FlowerbedBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.FlowerBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.FlowerPotBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.FluidBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.FrogspawnBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.FungusBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.GrindstoneBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.HangingRootsBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.HangingSignBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.HopperBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.HorizontalConnectingBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.LadderBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.LanternBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.LecternBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.LeverBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.LightBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.LilyPadBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.MultifaceGrowthBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.MushroomPlantBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.NetherPortalBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.NetherWartBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.PistonBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.PistonExtensionBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.PistonHeadBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.PitcherCropBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.PointedDripstoneBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.PotatoesBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.PropaguleBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.RedstoneWireBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.RodBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.RootsBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.SaplingBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.ScaffoldingBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.SculkSensorBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.SeagrassBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.SeaPickleBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.ShortPlantBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.ShulkerBoxBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.SkullBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.SlabBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.SmallDripleafBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.SnifferEggBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.SnowBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.SporeBlossomBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.SproutsBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.StairsBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.StemBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.StonecutterBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.StructureVoidBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.SugarCaneBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.SweetBerryBushBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.TallSeagrassBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.TorchflowerBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.TrapdoorBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.TripwireBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.TripwireHookBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.TurtleEggBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.VineBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.WallBannerBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.WallBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.WallHangingSignBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.WallPiglinHeadBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.WallRedstoneTorchBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.WallSignBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.WallSkullBlock
getOutlineShape(BlockState, BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.WallTorchBlock
getOutlineShape(BlockView, BlockPos) - Method in class net.minecraft.block.AbstractBlock.AbstractBlockState
 
getOutlineShape(BlockView, BlockPos, ShapeContext) - Method in class net.minecraft.block.AbstractBlock.AbstractBlockState
 
getOutlineVertexConsumers() - Method in class net.minecraft.client.render.BufferBuilderStorage
 
getOutOfRaidCounter() - Method in class net.minecraft.entity.raid.RaiderEntity
 
getOutputInventory(World, BlockPos, HopperBlockEntity) - Static method in class net.minecraft.block.entity.HopperBlockEntity
 
getOutputItem() - Method in class net.minecraft.data.server.recipe.CookingRecipeJsonBuilder
getOutputItem() - Method in interface net.minecraft.data.server.recipe.CraftingRecipeJsonBuilder
 
getOutputItem() - Method in class net.minecraft.data.server.recipe.ShapedRecipeJsonBuilder
getOutputItem() - Method in class net.minecraft.data.server.recipe.ShapelessRecipeJsonBuilder
getOutputItem() - Method in class net.minecraft.data.server.recipe.SingleItemRecipeJsonBuilder
getOutputLevel(BlockView, BlockPos, BlockState) - Method in class net.minecraft.block.AbstractRedstoneGateBlock
 
getOutputLevel(BlockView, BlockPos, BlockState) - Method in class net.minecraft.block.ComparatorBlock
getOutputLocation(BlockPointer) - Static method in class net.minecraft.block.DispenserBlock
 
getOutputMemoryModule() - Method in class net.minecraft.entity.ai.brain.sensor.AxolotlAttackablesSensor
getOutputMemoryModule() - Method in class net.minecraft.entity.ai.brain.sensor.FrogAttackablesSensor
getOutputMemoryModule() - Method in class net.minecraft.entity.ai.brain.sensor.NearestVisibleLivingEntitySensor
 
getOutputMemoryModule() - Method in class net.minecraft.entity.ai.brain.sensor.VillagerHostilesSensor
getOutputMemoryModules() - Method in class net.minecraft.entity.ai.brain.sensor.ArmadilloScareDetectedSensor
getOutputMemoryModules() - Method in class net.minecraft.entity.ai.brain.sensor.BreezeAttackablesSensor
getOutputMemoryModules() - Method in class net.minecraft.entity.ai.brain.sensor.DummySensor
getOutputMemoryModules() - Method in class net.minecraft.entity.ai.brain.sensor.GolemLastSeenSensor
getOutputMemoryModules() - Method in class net.minecraft.entity.ai.brain.sensor.HoglinSpecificSensor
getOutputMemoryModules() - Method in class net.minecraft.entity.ai.brain.sensor.HurtBySensor
getOutputMemoryModules() - Method in class net.minecraft.entity.ai.brain.sensor.IsInWaterSensor
getOutputMemoryModules() - Method in class net.minecraft.entity.ai.brain.sensor.NearestBedSensor
getOutputMemoryModules() - Method in class net.minecraft.entity.ai.brain.sensor.NearestItemsSensor
getOutputMemoryModules() - Method in class net.minecraft.entity.ai.brain.sensor.NearestLivingEntitiesSensor
getOutputMemoryModules() - Method in class net.minecraft.entity.ai.brain.sensor.NearestPlayersSensor
getOutputMemoryModules() - Method in class net.minecraft.entity.ai.brain.sensor.NearestVisibleAdultSensor
getOutputMemoryModules() - Method in class net.minecraft.entity.ai.brain.sensor.NearestVisibleLivingEntitySensor
getOutputMemoryModules() - Method in class net.minecraft.entity.ai.brain.sensor.PiglinBruteSpecificSensor
getOutputMemoryModules() - Method in class net.minecraft.entity.ai.brain.sensor.PiglinSpecificSensor
getOutputMemoryModules() - Method in class net.minecraft.entity.ai.brain.sensor.SecondaryPointsOfInterestSensor
getOutputMemoryModules() - Method in class net.minecraft.entity.ai.brain.sensor.Sensor
 
getOutputMemoryModules() - Method in class net.minecraft.entity.ai.brain.sensor.TemptationsSensor
getOutputMemoryModules() - Method in class net.minecraft.entity.ai.brain.sensor.VillagerBabiesSensor
getOutputMemoryModules() - Method in class net.minecraft.entity.ai.brain.sensor.WardenAttackablesSensor
getOutputNbt(Random, NbtCompound) - Method in class net.minecraft.structure.processor.StructureProcessorRule
 
getOutputSignal() - Method in class net.minecraft.block.entity.ComparatorBlockEntity
 
getOutputSlot() - Method in class net.minecraft.screen.LoomScreenHandler
 
getOutputState() - Method in class net.minecraft.structure.processor.StructureProcessorRule
 
getOverflowRows() - Method in class net.minecraft.client.gui.screen.ingame.CreativeInventoryScreen.CreativeScreenHandler
 
getOverlay() - Method in class net.minecraft.client.MinecraftClient
 
getOverlay(LivingEntity, float) - Static method in class net.minecraft.client.render.entity.LivingEntityRenderer
Returns the packed overlay color for an entity.
getOverlayTexture() - Method in class net.minecraft.client.render.GameRenderer
 
getOverlayTexture() - Method in class net.minecraft.item.AnimalArmorItem
 
getOverrides() - Method in interface net.minecraft.client.render.model.BakedModel
 
getOverrides() - Method in class net.minecraft.client.render.model.BasicBakedModel
getOverrides() - Method in class net.minecraft.client.render.model.BuiltinBakedModel
getOverrides() - Method in class net.minecraft.client.render.model.json.JsonUnbakedModel
 
getOverrides() - Method in class net.minecraft.client.render.model.MultipartBakedModel
getOverrides() - Method in class net.minecraft.client.render.model.WeightedBakedModel
getOversample() - Method in interface net.minecraft.client.font.RenderableGlyph
 
getOverworld() - Method in class net.minecraft.server.MinecraftServer
 
getOverworld() - Method in class net.minecraft.world.gen.WorldPreset
 
getOverworldEntries(Function<RegistryKey<Biome>, T>) - Static method in record class net.minecraft.world.biome.source.MultiNoiseBiomeSourceParameterList.Preset
 
getOwnedNonExpiredWorldIds() - Method in class net.minecraft.client.realms.gui.screen.RealmsMainScreen
 
getOwner() - Method in class net.minecraft.block.entity.SkullBlockEntity
 
getOwner() - Method in class net.minecraft.entity.AreaEffectCloudEntity
 
getOwner() - Method in class net.minecraft.entity.ItemEntity
getOwner() - Method in class net.minecraft.entity.mob.EvokerFangsEntity
 
getOwner() - Method in class net.minecraft.entity.mob.VexEntity
 
getOwner() - Method in interface net.minecraft.entity.Ownable
 
getOwner() - Method in class net.minecraft.entity.projectile.ProjectileEntity
getOwner() - Method in interface net.minecraft.entity.Tameable
 
getOwner() - Method in class net.minecraft.entity.TntEntity
 
getOwner() - Method in class net.minecraft.state.StateManager
 
getOwner(RegistryKey<? extends Registry<? extends E>>) - Method in class net.minecraft.registry.RegistryOps
 
getOwner(ServerWorld) - Method in record class net.minecraft.world.event.listener.Vibration
 
getOwnerUuid() - Method in class net.minecraft.entity.passive.AbstractHorseEntity
getOwnerUuid() - Method in class net.minecraft.entity.passive.TameableEntity
getOwnerUuid() - Method in interface net.minecraft.entity.Tameable
 
getOwnerUuid(Entity) - Static method in record class net.minecraft.world.event.listener.Vibration
 
getOwnWorld(long) - Method in class net.minecraft.client.realms.RealmsClient
 
getPack() - Method in class net.minecraft.resource.Resource
 
getPackContainer(CommandContext<ServerCommandSource>, String, boolean) - Static method in class net.minecraft.server.command.DatapackCommand
 
getPackedBlockEntityNbt(BlockPos, RegistryWrapper.WrapperLookup) - Method in class net.minecraft.world.chunk.Chunk
 
getPackedBlockEntityNbt(BlockPos, RegistryWrapper.WrapperLookup) - Method in class net.minecraft.world.chunk.ProtoChunk
getPackedBlockEntityNbt(BlockPos, RegistryWrapper.WrapperLookup) - Method in class net.minecraft.world.chunk.WorldChunk
getPackedBlockEntityNbt(BlockPos, RegistryWrapper.WrapperLookup) - Method in class net.minecraft.world.chunk.WrapperProtoChunk
getPackedDimensions() - Method in interface net.minecraft.client.font.UnihexFont.BitmapGlyph
 
getPackedIndex(int, int) - Static method in class net.minecraft.world.chunk.light.ChunkSkyLight
 
getPackedSectionRelative(BlockPos) - Static method in class net.minecraft.world.chunk.ProtoChunk
 
getPackedX(long) - Static method in class net.minecraft.util.math.ChunkPos
 
getPackedZ(long) - Static method in class net.minecraft.util.math.ChunkPos
 
getPacker(Signer) - Method in class net.minecraft.network.message.MessageChain
 
getPacket(MapIdComponent) - Method in class net.minecraft.item.map.MapState.PlayerUpdateTracker
 
getPacketCodec() - Method in class net.minecraft.component.DataComponentType.Builder.SimpleDataComponentType
getPacketCodec() - Method in interface net.minecraft.component.DataComponentType
 
getPacketCodec() - Method in class net.minecraft.particle.DefaultParticleType
getPacketCodec() - Method in class net.minecraft.particle.ParticleType
 
getPacketCodec() - Method in interface net.minecraft.scoreboard.number.NumberFormatType
 
getPacketCodec() - Method in class net.minecraft.stat.StatType
 
getPacketCodec() - Method in class net.minecraft.world.event.BlockPositionSource.Type
getPacketCodec() - Method in class net.minecraft.world.event.EntityPositionSource.Type
getPacketCodec() - Method in interface net.minecraft.world.event.PositionSourceType
 
getPacketId() - Method in class net.minecraft.network.packet.BundlePacket
getPacketId() - Method in class net.minecraft.network.packet.BundleSplitterPacket
getPacketId() - Method in record class net.minecraft.network.packet.c2s.common.ClientOptionsC2SPacket
getPacketId() - Method in class net.minecraft.network.packet.c2s.common.CommonPongC2SPacket
getPacketId() - Method in record class net.minecraft.network.packet.c2s.common.CookieResponseC2SPacket
getPacketId() - Method in record class net.minecraft.network.packet.c2s.common.CustomPayloadC2SPacket
getPacketId() - Method in class net.minecraft.network.packet.c2s.common.KeepAliveC2SPacket
getPacketId() - Method in record class net.minecraft.network.packet.c2s.common.ResourcePackStatusC2SPacket
getPacketId() - Method in class net.minecraft.network.packet.c2s.config.ReadyC2SPacket
getPacketId() - Method in record class net.minecraft.network.packet.c2s.config.SelectKnownPacksC2SPacket
getPacketId() - Method in record class net.minecraft.network.packet.c2s.handshake.HandshakeC2SPacket
getPacketId() - Method in class net.minecraft.network.packet.c2s.login.EnterConfigurationC2SPacket
getPacketId() - Method in record class net.minecraft.network.packet.c2s.login.LoginHelloC2SPacket
getPacketId() - Method in class net.minecraft.network.packet.c2s.login.LoginKeyC2SPacket
getPacketId() - Method in record class net.minecraft.network.packet.c2s.login.LoginQueryResponseC2SPacket
getPacketId() - Method in record class net.minecraft.network.packet.c2s.play.AcknowledgeChunksC2SPacket
getPacketId() - Method in class net.minecraft.network.packet.c2s.play.AcknowledgeReconfigurationC2SPacket
getPacketId() - Method in class net.minecraft.network.packet.c2s.play.AdvancementTabC2SPacket
getPacketId() - Method in class net.minecraft.network.packet.c2s.play.BoatPaddleStateC2SPacket
getPacketId() - Method in record class net.minecraft.network.packet.c2s.play.BookUpdateC2SPacket
getPacketId() - Method in class net.minecraft.network.packet.c2s.play.ButtonClickC2SPacket
getPacketId() - Method in record class net.minecraft.network.packet.c2s.play.ChatMessageC2SPacket
getPacketId() - Method in class net.minecraft.network.packet.c2s.play.ClickSlotC2SPacket
getPacketId() - Method in class net.minecraft.network.packet.c2s.play.ClientCommandC2SPacket
getPacketId() - Method in class net.minecraft.network.packet.c2s.play.ClientStatusC2SPacket
getPacketId() - Method in class net.minecraft.network.packet.c2s.play.CloseHandledScreenC2SPacket
getPacketId() - Method in record class net.minecraft.network.packet.c2s.play.CommandExecutionC2SPacket
getPacketId() - Method in class net.minecraft.network.packet.c2s.play.CraftRequestC2SPacket
getPacketId() - Method in class net.minecraft.network.packet.c2s.play.CreativeInventoryActionC2SPacket
getPacketId() - Method in record class net.minecraft.network.packet.c2s.play.DebugSampleSubscriptionC2SPacket
getPacketId() - Method in class net.minecraft.network.packet.c2s.play.HandSwingC2SPacket
getPacketId() - Method in class net.minecraft.network.packet.c2s.play.JigsawGeneratingC2SPacket
getPacketId() - Method in record class net.minecraft.network.packet.c2s.play.MessageAcknowledgmentC2SPacket
getPacketId() - Method in class net.minecraft.network.packet.c2s.play.PickFromInventoryC2SPacket
getPacketId() - Method in class net.minecraft.network.packet.c2s.play.PlayerActionC2SPacket
getPacketId() - Method in class net.minecraft.network.packet.c2s.play.PlayerInputC2SPacket
getPacketId() - Method in class net.minecraft.network.packet.c2s.play.PlayerInteractBlockC2SPacket
getPacketId() - Method in class net.minecraft.network.packet.c2s.play.PlayerInteractEntityC2SPacket
getPacketId() - Method in class net.minecraft.network.packet.c2s.play.PlayerInteractItemC2SPacket
getPacketId() - Method in class net.minecraft.network.packet.c2s.play.PlayerMoveC2SPacket.Full
getPacketId() - Method in class net.minecraft.network.packet.c2s.play.PlayerMoveC2SPacket
getPacketId() - Method in class net.minecraft.network.packet.c2s.play.PlayerMoveC2SPacket.LookAndOnGround
getPacketId() - Method in class net.minecraft.network.packet.c2s.play.PlayerMoveC2SPacket.OnGroundOnly
getPacketId() - Method in class net.minecraft.network.packet.c2s.play.PlayerMoveC2SPacket.PositionAndOnGround
getPacketId() - Method in record class net.minecraft.network.packet.c2s.play.PlayerSessionC2SPacket
getPacketId() - Method in class net.minecraft.network.packet.c2s.play.QueryBlockNbtC2SPacket
getPacketId() - Method in class net.minecraft.network.packet.c2s.play.QueryEntityNbtC2SPacket
getPacketId() - Method in class net.minecraft.network.packet.c2s.play.RecipeBookDataC2SPacket
getPacketId() - Method in class net.minecraft.network.packet.c2s.play.RecipeCategoryOptionsC2SPacket
getPacketId() - Method in class net.minecraft.network.packet.c2s.play.RenameItemC2SPacket
getPacketId() - Method in class net.minecraft.network.packet.c2s.play.RequestCommandCompletionsC2SPacket
getPacketId() - Method in class net.minecraft.network.packet.c2s.play.SelectMerchantTradeC2SPacket
getPacketId() - Method in record class net.minecraft.network.packet.c2s.play.SlotChangedStateC2SPacket
getPacketId() - Method in class net.minecraft.network.packet.c2s.play.SpectatorTeleportC2SPacket
getPacketId() - Method in class net.minecraft.network.packet.c2s.play.TeleportConfirmC2SPacket
getPacketId() - Method in record class net.minecraft.network.packet.c2s.play.UpdateBeaconC2SPacket
getPacketId() - Method in class net.minecraft.network.packet.c2s.play.UpdateCommandBlockC2SPacket
getPacketId() - Method in class net.minecraft.network.packet.c2s.play.UpdateCommandBlockMinecartC2SPacket
getPacketId() - Method in class net.minecraft.network.packet.c2s.play.UpdateDifficultyC2SPacket
getPacketId() - Method in class net.minecraft.network.packet.c2s.play.UpdateDifficultyLockC2SPacket
getPacketId() - Method in class net.minecraft.network.packet.c2s.play.UpdateJigsawC2SPacket
getPacketId() - Method in class net.minecraft.network.packet.c2s.play.UpdatePlayerAbilitiesC2SPacket
getPacketId() - Method in class net.minecraft.network.packet.c2s.play.UpdateSelectedSlotC2SPacket
getPacketId() - Method in class net.minecraft.network.packet.c2s.play.UpdateSignC2SPacket
getPacketId() - Method in class net.minecraft.network.packet.c2s.play.UpdateStructureBlockC2SPacket
getPacketId() - Method in class net.minecraft.network.packet.c2s.play.VehicleMoveC2SPacket
getPacketId() - Method in class net.minecraft.network.packet.c2s.query.QueryPingC2SPacket
getPacketId() - Method in class net.minecraft.network.packet.c2s.query.QueryRequestC2SPacket
getPacketId() - Method in interface net.minecraft.network.packet.Packet
 
getPacketId() - Method in class net.minecraft.network.packet.s2c.common.CommonPingS2CPacket
getPacketId() - Method in record class net.minecraft.network.packet.s2c.common.CookieRequestS2CPacket
getPacketId() - Method in record class net.minecraft.network.packet.s2c.common.CustomPayloadS2CPacket
getPacketId() - Method in record class net.minecraft.network.packet.s2c.common.DisconnectS2CPacket
getPacketId() - Method in class net.minecraft.network.packet.s2c.common.KeepAliveS2CPacket
getPacketId() - Method in record class net.minecraft.network.packet.s2c.common.ResourcePackRemoveS2CPacket
getPacketId() - Method in record class net.minecraft.network.packet.s2c.common.ResourcePackSendS2CPacket
getPacketId() - Method in record class net.minecraft.network.packet.s2c.common.ServerTransferS2CPacket
getPacketId() - Method in record class net.minecraft.network.packet.s2c.common.StoreCookieS2CPacket
getPacketId() - Method in class net.minecraft.network.packet.s2c.common.SynchronizeTagsS2CPacket
getPacketId() - Method in record class net.minecraft.network.packet.s2c.config.DynamicRegistriesS2CPacket
getPacketId() - Method in record class net.minecraft.network.packet.s2c.config.FeaturesS2CPacket
getPacketId() - Method in class net.minecraft.network.packet.s2c.config.ReadyS2CPacket
getPacketId() - Method in record class net.minecraft.network.packet.s2c.config.SelectKnownPacksS2CPacket
getPacketId() - Method in class net.minecraft.network.packet.s2c.login.LoginCompressionS2CPacket
getPacketId() - Method in class net.minecraft.network.packet.s2c.login.LoginDisconnectS2CPacket
getPacketId() - Method in class net.minecraft.network.packet.s2c.login.LoginHelloS2CPacket
getPacketId() - Method in record class net.minecraft.network.packet.s2c.login.LoginQueryRequestS2CPacket
getPacketId() - Method in record class net.minecraft.network.packet.s2c.login.LoginSuccessS2CPacket
getPacketId() - Method in class net.minecraft.network.packet.s2c.play.AdvancementUpdateS2CPacket
getPacketId() - Method in class net.minecraft.network.packet.s2c.play.BlockBreakingProgressS2CPacket
getPacketId() - Method in class net.minecraft.network.packet.s2c.play.BlockEntityUpdateS2CPacket
getPacketId() - Method in class net.minecraft.network.packet.s2c.play.BlockEventS2CPacket
getPacketId() - Method in class net.minecraft.network.packet.s2c.play.BlockUpdateS2CPacket
getPacketId() - Method in class net.minecraft.network.packet.s2c.play.BossBarS2CPacket
getPacketId() - Method in class net.minecraft.network.packet.s2c.play.BundleDelimiterS2CPacket
getPacketId() - Method in class net.minecraft.network.packet.s2c.play.BundleS2CPacket
getPacketId() - Method in record class net.minecraft.network.packet.s2c.play.ChatMessageS2CPacket
getPacketId() - Method in record class net.minecraft.network.packet.s2c.play.ChatSuggestionsS2CPacket
getPacketId() - Method in record class net.minecraft.network.packet.s2c.play.ChunkBiomeDataS2CPacket
getPacketId() - Method in class net.minecraft.network.packet.s2c.play.ChunkDataS2CPacket
getPacketId() - Method in class net.minecraft.network.packet.s2c.play.ChunkDeltaUpdateS2CPacket
getPacketId() - Method in class net.minecraft.network.packet.s2c.play.ChunkLoadDistanceS2CPacket
getPacketId() - Method in class net.minecraft.network.packet.s2c.play.ChunkRenderDistanceCenterS2CPacket
getPacketId() - Method in record class net.minecraft.network.packet.s2c.play.ChunkSentS2CPacket
getPacketId() - Method in class net.minecraft.network.packet.s2c.play.ClearTitleS2CPacket
getPacketId() - Method in class net.minecraft.network.packet.s2c.play.CloseScreenS2CPacket
getPacketId() - Method in record class net.minecraft.network.packet.s2c.play.CommandSuggestionsS2CPacket
getPacketId() - Method in class net.minecraft.network.packet.s2c.play.CommandTreeS2CPacket
getPacketId() - Method in record class net.minecraft.network.packet.s2c.play.CooldownUpdateS2CPacket
getPacketId() - Method in class net.minecraft.network.packet.s2c.play.CraftFailedResponseS2CPacket
getPacketId() - Method in record class net.minecraft.network.packet.s2c.play.DamageTiltS2CPacket
getPacketId() - Method in record class net.minecraft.network.packet.s2c.play.DeathMessageS2CPacket
getPacketId() - Method in record class net.minecraft.network.packet.s2c.play.DebugSampleS2CPacket
getPacketId() - Method in class net.minecraft.network.packet.s2c.play.DifficultyS2CPacket
getPacketId() - Method in class net.minecraft.network.packet.s2c.play.EndCombatS2CPacket
getPacketId() - Method in class net.minecraft.network.packet.s2c.play.EnterCombatS2CPacket
getPacketId() - Method in class net.minecraft.network.packet.s2c.play.EnterReconfigurationS2CPacket
getPacketId() - Method in class net.minecraft.network.packet.s2c.play.EntitiesDestroyS2CPacket
getPacketId() - Method in class net.minecraft.network.packet.s2c.play.EntityAnimationS2CPacket
getPacketId() - Method in class net.minecraft.network.packet.s2c.play.EntityAttachS2CPacket
getPacketId() - Method in class net.minecraft.network.packet.s2c.play.EntityAttributesS2CPacket
getPacketId() - Method in record class net.minecraft.network.packet.s2c.play.EntityDamageS2CPacket
getPacketId() - Method in class net.minecraft.network.packet.s2c.play.EntityEquipmentUpdateS2CPacket
getPacketId() - Method in class net.minecraft.network.packet.s2c.play.EntityPassengersSetS2CPacket
getPacketId() - Method in class net.minecraft.network.packet.s2c.play.EntityPositionS2CPacket
getPacketId() - Method in class net.minecraft.network.packet.s2c.play.EntityS2CPacket
getPacketId() - Method in class net.minecraft.network.packet.s2c.play.EntityS2CPacket.MoveRelative
getPacketId() - Method in class net.minecraft.network.packet.s2c.play.EntityS2CPacket.Rotate
getPacketId() - Method in class net.minecraft.network.packet.s2c.play.EntityS2CPacket.RotateAndMoveRelative
getPacketId() - Method in class net.minecraft.network.packet.s2c.play.EntitySetHeadYawS2CPacket
getPacketId() - Method in class net.minecraft.network.packet.s2c.play.EntitySpawnS2CPacket
getPacketId() - Method in class net.minecraft.network.packet.s2c.play.EntityStatusEffectS2CPacket
getPacketId() - Method in class net.minecraft.network.packet.s2c.play.EntityStatusS2CPacket
getPacketId() - Method in record class net.minecraft.network.packet.s2c.play.EntityTrackerUpdateS2CPacket
getPacketId() - Method in class net.minecraft.network.packet.s2c.play.EntityVelocityUpdateS2CPacket
getPacketId() - Method in class net.minecraft.network.packet.s2c.play.ExperienceBarUpdateS2CPacket
getPacketId() - Method in class net.minecraft.network.packet.s2c.play.ExperienceOrbSpawnS2CPacket
getPacketId() - Method in class net.minecraft.network.packet.s2c.play.ExplosionS2CPacket
getPacketId() - Method in record class net.minecraft.network.packet.s2c.play.GameJoinS2CPacket
getPacketId() - Method in record class net.minecraft.network.packet.s2c.play.GameMessageS2CPacket
getPacketId() - Method in class net.minecraft.network.packet.s2c.play.GameStateChangeS2CPacket
getPacketId() - Method in class net.minecraft.network.packet.s2c.play.HealthUpdateS2CPacket
getPacketId() - Method in class net.minecraft.network.packet.s2c.play.InventoryS2CPacket
getPacketId() - Method in class net.minecraft.network.packet.s2c.play.ItemPickupAnimationS2CPacket
getPacketId() - Method in class net.minecraft.network.packet.s2c.play.LightUpdateS2CPacket
getPacketId() - Method in class net.minecraft.network.packet.s2c.play.LookAtS2CPacket
getPacketId() - Method in record class net.minecraft.network.packet.s2c.play.MapUpdateS2CPacket
getPacketId() - Method in class net.minecraft.network.packet.s2c.play.NbtQueryResponseS2CPacket
getPacketId() - Method in class net.minecraft.network.packet.s2c.play.OpenHorseScreenS2CPacket
getPacketId() - Method in class net.minecraft.network.packet.s2c.play.OpenScreenS2CPacket
getPacketId() - Method in class net.minecraft.network.packet.s2c.play.OpenWrittenBookS2CPacket
getPacketId() - Method in record class net.minecraft.network.packet.s2c.play.OverlayMessageS2CPacket
getPacketId() - Method in class net.minecraft.network.packet.s2c.play.ParticleS2CPacket
getPacketId() - Method in class net.minecraft.network.packet.s2c.play.PlayerAbilitiesS2CPacket
getPacketId() - Method in record class net.minecraft.network.packet.s2c.play.PlayerActionResponseS2CPacket
getPacketId() - Method in record class net.minecraft.network.packet.s2c.play.PlayerListHeaderS2CPacket
getPacketId() - Method in class net.minecraft.network.packet.s2c.play.PlayerListS2CPacket
getPacketId() - Method in class net.minecraft.network.packet.s2c.play.PlayerPositionLookS2CPacket
getPacketId() - Method in record class net.minecraft.network.packet.s2c.play.PlayerRemoveS2CPacket
getPacketId() - Method in record class net.minecraft.network.packet.s2c.play.PlayerRespawnS2CPacket
getPacketId() - Method in class net.minecraft.network.packet.s2c.play.PlayerSpawnPositionS2CPacket
getPacketId() - Method in class net.minecraft.network.packet.s2c.play.PlaySoundFromEntityS2CPacket
getPacketId() - Method in class net.minecraft.network.packet.s2c.play.PlaySoundS2CPacket
getPacketId() - Method in record class net.minecraft.network.packet.s2c.play.ProfilelessChatMessageS2CPacket
getPacketId() - Method in record class net.minecraft.network.packet.s2c.play.RemoveEntityStatusEffectS2CPacket
getPacketId() - Method in record class net.minecraft.network.packet.s2c.play.RemoveMessageS2CPacket
getPacketId() - Method in class net.minecraft.network.packet.s2c.play.ScoreboardDisplayS2CPacket
getPacketId() - Method in class net.minecraft.network.packet.s2c.play.ScoreboardObjectiveUpdateS2CPacket
getPacketId() - Method in record class net.minecraft.network.packet.s2c.play.ScoreboardScoreResetS2CPacket
getPacketId() - Method in record class net.minecraft.network.packet.s2c.play.ScoreboardScoreUpdateS2CPacket
getPacketId() - Method in class net.minecraft.network.packet.s2c.play.ScreenHandlerPropertyUpdateS2CPacket
getPacketId() - Method in class net.minecraft.network.packet.s2c.play.ScreenHandlerSlotUpdateS2CPacket
getPacketId() - Method in class net.minecraft.network.packet.s2c.play.SelectAdvancementTabS2CPacket
getPacketId() - Method in record class net.minecraft.network.packet.s2c.play.ServerMetadataS2CPacket
getPacketId() - Method in class net.minecraft.network.packet.s2c.play.SetCameraEntityS2CPacket
getPacketId() - Method in class net.minecraft.network.packet.s2c.play.SetTradeOffersS2CPacket
getPacketId() - Method in class net.minecraft.network.packet.s2c.play.SignEditorOpenS2CPacket
getPacketId() - Method in record class net.minecraft.network.packet.s2c.play.SimulationDistanceS2CPacket
getPacketId() - Method in class net.minecraft.network.packet.s2c.play.StartChunkSendS2CPacket
getPacketId() - Method in record class net.minecraft.network.packet.s2c.play.StatisticsS2CPacket
getPacketId() - Method in class net.minecraft.network.packet.s2c.play.StopSoundS2CPacket
getPacketId() - Method in record class net.minecraft.network.packet.s2c.play.SubtitleS2CPacket
getPacketId() - Method in class net.minecraft.network.packet.s2c.play.SynchronizeRecipesS2CPacket
getPacketId() - Method in class net.minecraft.network.packet.s2c.play.TeamS2CPacket
getPacketId() - Method in record class net.minecraft.network.packet.s2c.play.TickStepS2CPacket
getPacketId() - Method in class net.minecraft.network.packet.s2c.play.TitleFadeS2CPacket
getPacketId() - Method in record class net.minecraft.network.packet.s2c.play.TitleS2CPacket
getPacketId() - Method in record class net.minecraft.network.packet.s2c.play.UnloadChunkS2CPacket
getPacketId() - Method in class net.minecraft.network.packet.s2c.play.UnlockRecipesS2CPacket
getPacketId() - Method in class net.minecraft.network.packet.s2c.play.UpdateSelectedSlotS2CPacket
getPacketId() - Method in record class net.minecraft.network.packet.s2c.play.UpdateTickRateS2CPacket
getPacketId() - Method in class net.minecraft.network.packet.s2c.play.VehicleMoveS2CPacket
getPacketId() - Method in class net.minecraft.network.packet.s2c.play.WorldBorderCenterChangedS2CPacket
getPacketId() - Method in class net.minecraft.network.packet.s2c.play.WorldBorderInitializeS2CPacket
getPacketId() - Method in class net.minecraft.network.packet.s2c.play.WorldBorderInterpolateSizeS2CPacket
getPacketId() - Method in class net.minecraft.network.packet.s2c.play.WorldBorderSizeChangedS2CPacket
getPacketId() - Method in class net.minecraft.network.packet.s2c.play.WorldBorderWarningBlocksChangedS2CPacket
getPacketId() - Method in class net.minecraft.network.packet.s2c.play.WorldBorderWarningTimeChangedS2CPacket
getPacketId() - Method in class net.minecraft.network.packet.s2c.play.WorldEventS2CPacket
getPacketId() - Method in class net.minecraft.network.packet.s2c.play.WorldTimeUpdateS2CPacket
getPacketId() - Method in record class net.minecraft.network.packet.s2c.query.PingResultS2CPacket
getPacketId() - Method in record class net.minecraft.network.packet.s2c.query.QueryResponseS2CPacket
getPacketListener() - Method in class net.minecraft.network.ClientConnection
 
getPackets() - Method in class net.minecraft.network.packet.BundlePacket
 
getPacketSize() - Method in class net.minecraft.world.chunk.ArrayPalette
Returns the serialized size of this palette in a byte buf, in bytes.
getPacketSize() - Method in class net.minecraft.world.chunk.BiMapPalette
Returns the serialized size of this palette in a byte buf, in bytes.
getPacketSize() - Method in class net.minecraft.world.chunk.ChunkSection
 
getPacketSize() - Method in class net.minecraft.world.chunk.IdListPalette
Returns the serialized size of this palette in a byte buf, in bytes.
getPacketSize() - Method in interface net.minecraft.world.chunk.Palette
Returns the serialized size of this palette in a byte buf, in bytes.
getPacketSize() - Method in record class net.minecraft.world.chunk.PalettedContainer.Data
Returns the size of this data, in bytes, when written to a packet.
getPacketSize() - Method in class net.minecraft.world.chunk.PalettedContainer
getPacketSize() - Method in interface net.minecraft.world.chunk.ReadableContainer
 
getPacketSize() - Method in class net.minecraft.world.chunk.SingularPalette
Returns the serialized size of this palette in a byte buf, in bytes.
getPacketSizeLog() - Method in class net.minecraft.client.gui.hud.DebugHud
 
getPackIconTexture(ResourcePackProfile) - Method in class net.minecraft.client.gui.screen.pack.PackScreen
 
getPackId() - Method in class net.minecraft.resource.Resource
Returns the ID of the pack this resource is from.
getPackLoadFuture(UUID) - Method in class net.minecraft.client.resource.server.ServerResourcePackLoader
 
getPackProvider(List<ResourcePackProfile>) - Static method in class net.minecraft.client.resource.server.ServerResourcePackLoader
 
getPacks() - Method in interface net.minecraft.client.resource.server.ReloadScheduler.ReloadContext
 
getPadding() - Method in class net.minecraft.client.gui.widget.ScrollableWidget
 
getPaddingDoubled() - Method in class net.minecraft.client.gui.widget.ScrollableWidget
 
getPaddleSoundEvent() - Method in class net.minecraft.entity.vehicle.BoatEntity
 
getPage() - Method in class net.minecraft.screen.LecternScreenHandler
 
getPage(int) - Method in record class net.minecraft.client.gui.screen.ingame.BookScreen.Contents
 
getPageContent() - Method in class net.minecraft.client.gui.screen.ingame.BookEditScreen
 
getPageCount() - Method in record class net.minecraft.client.gui.screen.ingame.BookScreen.Contents
 
getPageCount() - Method in class net.minecraft.client.gui.screen.ingame.BookScreen
 
getPageCount(ItemStack) - Static method in class net.minecraft.block.entity.LecternBlockEntity
 
getPages(boolean) - Method in record class net.minecraft.component.type.WrittenBookContentComponent
 
getPaintingManager() - Method in class net.minecraft.client.MinecraftClient
 
getPaintingSprite(PaintingVariant) - Method in class net.minecraft.client.texture.PaintingManager
 
getPairs() - Method in class net.minecraft.util.shape.DisjointPairList
getPairs() - Method in class net.minecraft.util.shape.FractionalPairList
getPairs() - Method in class net.minecraft.util.shape.IdentityPairList
getPairs() - Method in interface net.minecraft.util.shape.PairList
 
getPairs() - Method in class net.minecraft.util.shape.SimplePairList
getPanoramaSpeed() - Method in class net.minecraft.client.option.GameOptions
 
getParameter() - Method in enum class net.minecraft.loot.context.LootContext.EntityTarget
 
getParameter() - Method in class net.minecraft.network.packet.c2s.common.CommonPongC2SPacket
 
getParameter() - Method in class net.minecraft.network.packet.s2c.common.CommonPingS2CPacket
 
getParameters() - Method in class net.minecraft.client.render.BufferBuilder.BuiltBuffer
 
getParameters() - Method in class net.minecraft.network.packet.s2c.play.ParticleS2CPacket
 
getParameters() - Method in record class net.minecraft.world.biome.source.util.MultiNoiseUtil.NoiseHypercube
 
getParametersFactory() - Method in class net.minecraft.particle.ParticleType
 
getParent() - Method in class net.minecraft.advancement.PlacedAdvancement
 
getParent() - Method in class net.minecraft.client.gui.screen.world.WorldListWidget
 
getParent() - Method in class net.minecraft.data.client.TextureKey
 
getParent() - Method in class net.minecraft.data.client.VariantSetting.Value
 
getParent() - Method in class net.minecraft.resource.fs.ResourcePath
 
getParent(PlacedAdvancement) - Method in class net.minecraft.client.gui.screen.advancement.AdvancementWidget
 
getParsedResourcePackUrl(String) - Static method in class net.minecraft.client.network.ClientCommonNetworkHandler
 
getPart() - Method in class net.minecraft.client.render.entity.model.AllayEntityModel
getPart() - Method in class net.minecraft.client.render.entity.model.ArmadilloEntityModel
getPart() - Method in class net.minecraft.client.render.entity.model.BatEntityModel
getPart() - Method in class net.minecraft.client.render.entity.model.BlazeEntityModel
getPart() - Method in class net.minecraft.client.render.entity.model.BreezeEntityModel
getPart() - Method in class net.minecraft.client.render.entity.model.CamelEntityModel
getPart() - Method in class net.minecraft.client.render.entity.model.CodEntityModel
getPart() - Method in class net.minecraft.client.render.entity.model.CreeperEntityModel
getPart() - Method in class net.minecraft.client.render.entity.model.DolphinEntityModel
getPart() - Method in class net.minecraft.client.render.entity.model.EndermiteEntityModel
getPart() - Method in class net.minecraft.client.render.entity.model.EvokerFangsEntityModel
getPart() - Method in class net.minecraft.client.render.entity.model.FrogEntityModel
getPart() - Method in class net.minecraft.client.render.entity.model.GhastEntityModel
getPart() - Method in class net.minecraft.client.render.entity.model.GuardianEntityModel
getPart() - Method in class net.minecraft.client.render.entity.model.IllagerEntityModel
getPart() - Method in class net.minecraft.client.render.entity.model.IronGolemEntityModel
getPart() - Method in class net.minecraft.client.render.entity.model.LargePufferfishEntityModel
getPart() - Method in class net.minecraft.client.render.entity.model.LargeTropicalFishEntityModel
getPart() - Method in class net.minecraft.client.render.entity.model.LeashKnotEntityModel
getPart() - Method in class net.minecraft.client.render.entity.model.LlamaSpitEntityModel
getPart() - Method in class net.minecraft.client.render.entity.model.MagmaCubeEntityModel
getPart() - Method in class net.minecraft.client.render.entity.model.MediumPufferfishEntityModel
getPart() - Method in class net.minecraft.client.render.entity.model.MinecartEntityModel
getPart() - Method in class net.minecraft.client.render.entity.model.ParrotEntityModel
getPart() - Method in class net.minecraft.client.render.entity.model.PhantomEntityModel
getPart() - Method in class net.minecraft.client.render.entity.model.RavagerEntityModel
getPart() - Method in class net.minecraft.client.render.entity.model.SalmonEntityModel
getPart() - Method in class net.minecraft.client.render.entity.model.ShulkerBulletEntityModel
getPart() - Method in class net.minecraft.client.render.entity.model.SilverfishEntityModel
getPart() - Method in class net.minecraft.client.render.entity.model.SinglePartEntityModel
 
getPart() - Method in class net.minecraft.client.render.entity.model.SlimeEntityModel
getPart() - Method in class net.minecraft.client.render.entity.model.SmallPufferfishEntityModel
getPart() - Method in class net.minecraft.client.render.entity.model.SmallTropicalFishEntityModel
getPart() - Method in class net.minecraft.client.render.entity.model.SnifferEntityModel
getPart() - Method in class net.minecraft.client.render.entity.model.SnowGolemEntityModel
getPart() - Method in class net.minecraft.client.render.entity.model.SpiderEntityModel
getPart() - Method in class net.minecraft.client.render.entity.model.SquidEntityModel
getPart() - Method in class net.minecraft.client.render.entity.model.StriderEntityModel
getPart() - Method in class net.minecraft.client.render.entity.model.VexEntityModel
getPart() - Method in class net.minecraft.client.render.entity.model.VillagerResemblingModel
getPart() - Method in class net.minecraft.client.render.entity.model.WardenEntityModel
getPart() - Method in class net.minecraft.client.render.entity.model.WindChargeEntityModel
getPart() - Method in class net.minecraft.client.render.entity.model.WitherEntityModel
getPart(EntityModelLayer) - Method in class net.minecraft.client.render.entity.EntityRendererFactory.Context
 
getPartialCommand() - Method in class net.minecraft.network.packet.c2s.play.RequestCommandCompletionsC2SPacket
 
getParticle() - Method in class net.minecraft.fluid.Fluid
 
getParticle() - Method in class net.minecraft.fluid.FluidState
 
getParticle() - Method in class net.minecraft.fluid.LavaFluid
getParticle() - Method in class net.minecraft.fluid.WaterFluid
getParticle() - Method in class net.minecraft.network.packet.s2c.play.ExplosionS2CPacket
 
getParticle() - Method in class net.minecraft.world.biome.BiomeParticleConfig
 
getParticle() - Method in class net.minecraft.world.explosion.Explosion
 
getParticle(CommandContext<ServerCommandSource>, String) - Static method in class net.minecraft.command.argument.ParticleEffectArgumentType
 
getParticleColor(BlockState, World, BlockPos) - Method in class net.minecraft.client.color.block.BlockColors
Returns the particle color of the block state.
getParticleConfig() - Method in class net.minecraft.world.biome.Biome
 
getParticleConfig() - Method in class net.minecraft.world.biome.BiomeEffects
 
getParticleOffsets(BlockState) - Method in class net.minecraft.block.AbstractCandleBlock
 
getParticleOffsets(BlockState) - Method in class net.minecraft.block.CandleBlock
getParticleOffsets(BlockState) - Method in class net.minecraft.block.CandleCakeBlock
getParticleParameters() - Method in class net.minecraft.entity.projectile.thrown.SnowballEntity
 
getParticleProgram() - Static method in class net.minecraft.client.render.GameRenderer
 
getParticles() - Method in class net.minecraft.client.option.GameOptions
 
getParticles() - Method in class net.minecraft.entity.mob.MagmaCubeEntity
getParticles() - Method in class net.minecraft.entity.mob.SlimeEntity
 
getParticlesFramebuffer() - Method in class net.minecraft.client.render.WorldRenderer
 
getParticleSprite() - Method in interface net.minecraft.client.render.model.BakedModel
Returns a texture that represents the model.
getParticleSprite() - Method in class net.minecraft.client.render.model.BasicBakedModel
Returns a texture that represents the model.
getParticleSprite() - Method in class net.minecraft.client.render.model.BuiltinBakedModel
Returns a texture that represents the model.
getParticleSprite() - Method in class net.minecraft.client.render.model.MultipartBakedModel
Returns a texture that represents the model.
getParticleSprite() - Method in class net.minecraft.client.render.model.WeightedBakedModel
Returns a texture that represents the model.
getParticleType() - Method in class net.minecraft.entity.AreaEffectCloudEntity
 
getParticleType() - Method in class net.minecraft.entity.projectile.AbstractWindChargeEntity
getParticleType() - Method in class net.minecraft.entity.projectile.DragonFireballEntity
getParticleType() - Method in class net.minecraft.entity.projectile.ExplosiveProjectileEntity
 
getParticleX(double) - Method in class net.minecraft.entity.Entity
 
getParticleZ(double) - Method in class net.minecraft.entity.Entity
 
getParts() - Method in class net.minecraft.client.render.entity.model.BoatEntityModel
 
getParts() - Method in class net.minecraft.client.render.entity.model.CompositeEntityModel
 
getParts() - Method in class net.minecraft.client.render.entity.model.RaftEntityModel
 
getParts() - Method in class net.minecraft.client.render.entity.model.ShulkerEntityModel
getParts(ModelPart) - Method in class net.minecraft.client.render.entity.model.BoatEntityModel
 
getParts(ModelPart) - Method in class net.minecraft.client.render.entity.model.ChestBoatEntityModel
getParts(ModelPart) - Method in class net.minecraft.client.render.entity.model.ChestRaftEntityModel
getParts(ModelPart) - Method in class net.minecraft.client.render.entity.model.RaftEntityModel
 
getPartsToDraw(M) - Method in interface net.minecraft.client.render.entity.feature.WardenFeatureRenderer.ModelPartVisibility
 
getPassableNode(int, int, int) - Method in class net.minecraft.entity.ai.pathing.BirdPathNodeMaker
 
getPassableNode(int, int, int) - Method in class net.minecraft.entity.ai.pathing.WaterPathNodeMaker
 
getPassengerAttachmentPos(Entity, EntityDimensions, float) - Method in class net.minecraft.entity.Entity
 
getPassengerAttachmentPos(Entity, EntityDimensions, float) - Method in class net.minecraft.entity.mob.SlimeEntity
getPassengerAttachmentPos(Entity, EntityDimensions, float) - Method in class net.minecraft.entity.passive.AbstractHorseEntity
getPassengerAttachmentPos(Entity, EntityDimensions, float) - Method in class net.minecraft.entity.passive.CamelEntity
getPassengerAttachmentPos(Entity, EntityDimensions, float) - Method in class net.minecraft.entity.passive.LlamaEntity
getPassengerAttachmentPos(Entity, EntityDimensions, float) - Method in class net.minecraft.entity.passive.StriderEntity
getPassengerAttachmentPos(Entity, EntityDimensions, float) - Method in class net.minecraft.entity.vehicle.AbstractMinecartEntity
getPassengerAttachmentPos(Entity, EntityDimensions, float) - Method in class net.minecraft.entity.vehicle.BoatEntity
getPassengerAttachmentPos(Entity, Entity, EntityAttachments) - Static method in class net.minecraft.entity.Entity
 
getPassengerAttachmentY(boolean, float, EntityDimensions, float) - Method in class net.minecraft.entity.passive.CamelEntity
 
getPassengerDismountOffset(double, double, float) - Static method in class net.minecraft.entity.Entity
Returns the offset for dismounting the passenger.
getPassengerHorizontalOffset() - Method in class net.minecraft.entity.vehicle.BoatEntity
 
getPassengerHorizontalOffset() - Method in class net.minecraft.entity.vehicle.ChestBoatEntity
getPassengerIds() - Method in class net.minecraft.network.packet.s2c.play.EntityPassengersSetS2CPacket
 
getPassengerList() - Method in class net.minecraft.entity.Entity
Returns the list of passengers of this entity.
getPassengerRidingPos(Entity) - Method in class net.minecraft.entity.Entity
 
getPassengerRidingPos(Entity) - Method in class net.minecraft.entity.LivingEntity
getPassengersDeep() - Method in class net.minecraft.entity.Entity
Returns an iterable of all passengers.
getPassthroughPackProvider() - Method in class net.minecraft.client.resource.server.ServerResourcePackLoader
 
getPath() - Method in class net.minecraft.data.DataOutput
 
getPath() - Method in class net.minecraft.text.NbtTextContent
 
getPath() - Method in class net.minecraft.util.ErrorReporter.Impl
 
getPath() - Method in class net.minecraft.util.Identifier
Returns the path of the identifier.
getPath() - Method in class net.minecraft.world.storage.RegionFile
 
getPath(String) - Method in class net.minecraft.data.DataCache
 
getPath(String, String[]) - Method in class net.minecraft.resource.fs.ResourceFileSystem
 
getPath(URI) - Method in class net.minecraft.resource.fs.ResourceFileSystemProvider
 
getPath(Path, List<String>) - Static method in class net.minecraft.util.PathUtil
Returns paths resolved as a path from root.
getPath(RegistryKey<? extends Registry<?>>) - Static method in class net.minecraft.registry.tag.TagManagerLoader
 
getPath(Identifier) - Static method in class net.minecraft.registry.RegistryLoader
 
getPath(WorldSavePath) - Method in record class net.minecraft.world.level.storage.LevelStorage.LevelSave
 
getPathfindingFavor(BlockPos) - Method in class net.minecraft.entity.mob.PathAwareEntity
 
getPathfindingFavor(BlockPos, WorldView) - Method in class net.minecraft.entity.mob.GiantEntity
getPathfindingFavor(BlockPos, WorldView) - Method in class net.minecraft.entity.mob.GuardianEntity
getPathfindingFavor(BlockPos, WorldView) - Method in class net.minecraft.entity.mob.HoglinEntity
getPathfindingFavor(BlockPos, WorldView) - Method in class net.minecraft.entity.mob.HostileEntity
getPathfindingFavor(BlockPos, WorldView) - Method in class net.minecraft.entity.mob.PathAwareEntity
 
getPathfindingFavor(BlockPos, WorldView) - Method in class net.minecraft.entity.mob.PillagerEntity
getPathfindingFavor(BlockPos, WorldView) - Method in class net.minecraft.entity.mob.SilverfishEntity
getPathfindingFavor(BlockPos, WorldView) - Method in class net.minecraft.entity.mob.WardenEntity
getPathfindingFavor(BlockPos, WorldView) - Method in class net.minecraft.entity.passive.AnimalEntity
getPathfindingFavor(BlockPos, WorldView) - Method in class net.minecraft.entity.passive.AxolotlEntity
getPathfindingFavor(BlockPos, WorldView) - Method in class net.minecraft.entity.passive.BeeEntity
getPathfindingFavor(BlockPos, WorldView) - Method in class net.minecraft.entity.passive.MooshroomEntity
getPathfindingFavor(BlockPos, WorldView) - Method in class net.minecraft.entity.passive.StriderEntity
getPathfindingFavor(BlockPos, WorldView) - Method in class net.minecraft.entity.passive.TurtleEntity
getPathfindingPenalty(PathNodeType) - Method in class net.minecraft.entity.mob.MobEntity
 
getPathfindingY() - Method in class net.minecraft.entity.ai.pathing.MobNavigation
The y-position to act as if the entity is at for pathfinding purposes
getPathMatcher(String) - Method in class net.minecraft.resource.fs.ResourceFileSystem
 
getPathNode(int, int, int, int, double, Direction, PathNodeType) - Method in class net.minecraft.entity.ai.pathing.LandPathNodeMaker
 
getPathOfAllPredecessors(PathNode, PathNode) - Method in class net.minecraft.entity.boss.dragon.EnderDragonEntity
 
getPathPredicate() - Method in class net.minecraft.resource.metadata.BlockEntry
 
getPathString() - Method in class net.minecraft.resource.fs.ResourcePath
 
getPathTarget() - Method in class net.minecraft.entity.boss.dragon.phase.AbstractPhase
getPathTarget() - Method in class net.minecraft.entity.boss.dragon.phase.ChargingPlayerPhase
getPathTarget() - Method in class net.minecraft.entity.boss.dragon.phase.DyingPhase
getPathTarget() - Method in class net.minecraft.entity.boss.dragon.phase.HoldingPatternPhase
getPathTarget() - Method in class net.minecraft.entity.boss.dragon.phase.HoverPhase
getPathTarget() - Method in class net.minecraft.entity.boss.dragon.phase.LandingApproachPhase
getPathTarget() - Method in class net.minecraft.entity.boss.dragon.phase.LandingPhase
getPathTarget() - Method in interface net.minecraft.entity.boss.dragon.phase.Phase
 
getPathTarget() - Method in class net.minecraft.entity.boss.dragon.phase.StrafePlayerPhase
getPathTarget() - Method in class net.minecraft.entity.boss.dragon.phase.TakeoffPhase
getPatrolTarget() - Method in class net.minecraft.entity.mob.PatrolEntity
Returns the position this patrol entity is walking to.
getPattern() - Method in class net.minecraft.block.pattern.BlockPattern
 
getPattern() - Method in class net.minecraft.item.BannerPatternItem
 
getPattern() - Method in class net.minecraft.item.trim.ArmorTrim
 
getPattern() - Method in class net.minecraft.text.SelectorTextContent
 
getPatternColorComponents() - Method in class net.minecraft.entity.passive.TropicalFishEntity
 
getPatternDyeColor(int) - Static method in class net.minecraft.entity.passive.TropicalFishEntity
 
getPatterns() - Method in class net.minecraft.block.entity.BannerBlockEntity
 
getPatternsFor(ItemStack) - Method in class net.minecraft.screen.LoomScreenHandler
 
getPatternSlot() - Method in class net.minecraft.screen.LoomScreenHandler
 
getPeakBiome(int, int, MultiNoiseUtil.ParameterRange) - Method in class net.minecraft.world.biome.source.util.VanillaBiomeParameters
Returns a peak biome for the given temperature, humidity and weirdness.
getPeaksValleysDescription(double) - Static method in class net.minecraft.world.biome.source.util.VanillaBiomeParameters
 
getPeaksValleysNoise(float) - Static method in class net.minecraft.world.gen.densityfunction.DensityFunctions
 
getPeaksValleysParameters() - Method in class net.minecraft.world.biome.source.util.VanillaBiomeParameters
 
getPeekAmount() - Method in class net.minecraft.entity.mob.ShulkerEntity
 
getPendingTasks() - Method in class net.minecraft.server.world.ServerChunkManager
 
getPendingUpdateCount() - Method in class net.minecraft.world.chunk.light.LevelPropagator
 
getPendingUpdateManager() - Method in class net.minecraft.client.world.ClientWorld
 
getPercent() - Method in class net.minecraft.client.gui.hud.ClientBossBar
getPercent() - Method in class net.minecraft.entity.boss.BossBar
 
getPercentage() - Method in class net.minecraft.client.gui.screen.world.LevelLoadingScreen
 
getPercentValueText(Text, double) - Static method in class net.minecraft.client.option.GameOptions
 
getPeriod(List<PeriodicNotificationManager.Entry>, long) - Method in class net.minecraft.client.resource.PeriodicNotificationManager
 
getPermissionLevel() - Method in class net.minecraft.client.network.ClientPlayerEntity
Returns the permission level of this entity.
getPermissionLevel() - Method in class net.minecraft.entity.Entity
Returns the permission level of this entity.
getPermissionLevel() - Method in class net.minecraft.server.network.ServerPlayerEntity
Returns the permission level of this entity.
getPermissionLevel() - Method in class net.minecraft.server.OperatorEntry
 
getPermissionLevel(GameProfile) - Method in class net.minecraft.server.MinecraftServer
 
getPersistentStateManager() - Method in class net.minecraft.server.world.ServerChunkManager
 
getPersistentStateManager() - Method in class net.minecraft.server.world.ServerWorld
 
getPersistentStateType() - Static method in class net.minecraft.item.map.MapState
 
getPersistentStateType() - Method in class net.minecraft.scoreboard.ServerScoreboard
 
getPersistentStateType() - Static method in class net.minecraft.world.ChunkUpdateState
 
getPersistentStateType() - Static method in class net.minecraft.world.ForcedChunkState
 
getPersistentStateType() - Static method in class net.minecraft.world.IdCountsState
 
getPersistentStateType(long) - Static method in class net.minecraft.util.math.random.RandomSequencesState
 
getPersistentStateType(String) - Method in class net.minecraft.command.DataCommandStorage
 
getPersistentStateType(ServerWorld) - Static method in class net.minecraft.village.raid.RaidManager
 
getPerspective() - Method in class net.minecraft.client.option.GameOptions
 
getPhantomSize() - Method in class net.minecraft.entity.mob.PhantomEntity
 
getPhase() - Method in interface net.minecraft.network.listener.ClientConfigurationPacketListener
getPhase() - Method in interface net.minecraft.network.listener.ClientLoginPacketListener
getPhase() - Method in interface net.minecraft.network.listener.ClientPlayPacketListener
getPhase() - Method in interface net.minecraft.network.listener.ClientQueryPacketListener
getPhase() - Method in interface net.minecraft.network.listener.PacketListener
 
getPhase() - Method in interface net.minecraft.network.listener.ServerConfigurationPacketListener
getPhase() - Method in interface net.minecraft.network.listener.ServerHandshakePacketListener
getPhase() - Method in interface net.minecraft.network.listener.ServerLoginPacketListener
getPhase() - Method in interface net.minecraft.network.listener.ServerPlayPacketListener
getPhase() - Method in interface net.minecraft.network.listener.ServerQueryPacketListener
getPhase(BlockState) - Static method in class net.minecraft.block.SculkSensorBlock
 
getPhaseManager() - Method in class net.minecraft.entity.boss.dragon.EnderDragonEntity
 
getPhases() - Method in class net.minecraft.client.render.RenderLayer.MultiPhase
 
getPhototaxisFavor(BlockPos) - Method in interface net.minecraft.world.WorldView
 
getPickBlockStack() - Method in class net.minecraft.entity.boss.dragon.EnderDragonPart
Returns the stack for creative "pick block" functionality, or null if there is none.
getPickBlockStack() - Method in class net.minecraft.entity.decoration.ArmorStandEntity
Returns the stack for creative "pick block" functionality, or null if there is none.
getPickBlockStack() - Method in class net.minecraft.entity.decoration.EndCrystalEntity
Returns the stack for creative "pick block" functionality, or null if there is none.
getPickBlockStack() - Method in class net.minecraft.entity.decoration.ItemFrameEntity
Returns the stack for creative "pick block" functionality, or null if there is none.
getPickBlockStack() - Method in class net.minecraft.entity.decoration.LeashKnotEntity
Returns the stack for creative "pick block" functionality, or null if there is none.
getPickBlockStack() - Method in class net.minecraft.entity.decoration.painting.PaintingEntity
Returns the stack for creative "pick block" functionality, or null if there is none.
getPickBlockStack() - Method in class net.minecraft.entity.Entity
Returns the stack for creative "pick block" functionality, or null if there is none.
getPickBlockStack() - Method in class net.minecraft.entity.mob.MobEntity
Returns the stack for creative "pick block" functionality, or null if there is none.
getPickBlockStack() - Method in class net.minecraft.entity.vehicle.AbstractMinecartEntity
Returns the stack for creative "pick block" functionality, or null if there is none.
getPickBlockStack() - Method in class net.minecraft.entity.vehicle.BoatEntity
Returns the stack for creative "pick block" functionality, or null if there is none.
getPickStack() - Method in class net.minecraft.block.entity.BannerBlockEntity
 
getPickStack(WorldView, BlockPos, BlockState) - Method in class net.minecraft.block.AbstractBannerBlock
Returns the new item stack when using pick block functionality.
getPickStack(WorldView, BlockPos, BlockState) - Method in class net.minecraft.block.AbstractPlantBlock
Returns the new item stack when using pick block functionality.
getPickStack(WorldView, BlockPos, BlockState) - Method in class net.minecraft.block.AttachedStemBlock
Returns the new item stack when using pick block functionality.
getPickStack(WorldView, BlockPos, BlockState) - Method in class net.minecraft.block.BambooShootBlock
Returns the new item stack when using pick block functionality.
getPickStack(WorldView, BlockPos, BlockState) - Method in class net.minecraft.block.BigDripleafStemBlock
Returns the new item stack when using pick block functionality.
getPickStack(WorldView, BlockPos, BlockState) - Method in class net.minecraft.block.Block
Returns the new item stack when using pick block functionality.
getPickStack(WorldView, BlockPos, BlockState) - Method in class net.minecraft.block.CandleCakeBlock
Returns the new item stack when using pick block functionality.
getPickStack(WorldView, BlockPos, BlockState) - Method in class net.minecraft.block.CaveVinesBodyBlock
Returns the new item stack when using pick block functionality.
getPickStack(WorldView, BlockPos, BlockState) - Method in class net.minecraft.block.CaveVinesHeadBlock
Returns the new item stack when using pick block functionality.
getPickStack(WorldView, BlockPos, BlockState) - Method in class net.minecraft.block.CropBlock
Returns the new item stack when using pick block functionality.
getPickStack(WorldView, BlockPos, BlockState) - Method in class net.minecraft.block.DecoratedPotBlock
Returns the new item stack when using pick block functionality.
getPickStack(WorldView, BlockPos, BlockState) - Method in class net.minecraft.block.EndGatewayBlock
Returns the new item stack when using pick block functionality.
getPickStack(WorldView, BlockPos, BlockState) - Method in class net.minecraft.block.EndPortalBlock
Returns the new item stack when using pick block functionality.
getPickStack(WorldView, BlockPos, BlockState) - Method in class net.minecraft.block.FlowerPotBlock
Returns the new item stack when using pick block functionality.
getPickStack(WorldView, BlockPos, BlockState) - Method in class net.minecraft.block.FrostedIceBlock
Returns the new item stack when using pick block functionality.
getPickStack(WorldView, BlockPos, BlockState) - Method in class net.minecraft.block.LightBlock
Returns the new item stack when using pick block functionality.
getPickStack(WorldView, BlockPos, BlockState) - Method in class net.minecraft.block.NetherPortalBlock
Returns the new item stack when using pick block functionality.
getPickStack(WorldView, BlockPos, BlockState) - Method in class net.minecraft.block.NetherWartBlock
Returns the new item stack when using pick block functionality.
getPickStack(WorldView, BlockPos, BlockState) - Method in class net.minecraft.block.PistonExtensionBlock
Returns the new item stack when using pick block functionality.
getPickStack(WorldView, BlockPos, BlockState) - Method in class net.minecraft.block.PistonHeadBlock
Returns the new item stack when using pick block functionality.
getPickStack(WorldView, BlockPos, BlockState) - Method in class net.minecraft.block.ShulkerBoxBlock
Returns the new item stack when using pick block functionality.
getPickStack(WorldView, BlockPos, BlockState) - Method in class net.minecraft.block.StemBlock
Returns the new item stack when using pick block functionality.
getPickStack(WorldView, BlockPos, BlockState) - Method in class net.minecraft.block.SweetBerryBushBlock
Returns the new item stack when using pick block functionality.
getPickStack(WorldView, BlockPos, BlockState) - Method in class net.minecraft.block.TallSeagrassBlock
Returns the new item stack when using pick block functionality.
getPierceLevel() - Method in class net.minecraft.entity.projectile.PersistentProjectileEntity
 
getPiglinModel(EntityModelLoader, EntityModelLayer, boolean) - Static method in class net.minecraft.client.render.entity.PiglinEntityRenderer
 
getPileCountRespectingTeams(Collection<? extends Entity>) - Static method in class net.minecraft.server.command.SpreadPlayersCommand
 
getPing() - Method in class net.minecraft.client.realms.dto.RegionPingResult
 
getPingLog() - Method in class net.minecraft.client.gui.hud.DebugHud
 
getPistonBehavior() - Method in class net.minecraft.block.AbstractBlock.AbstractBlockState
 
getPistonBehavior() - Method in class net.minecraft.entity.AreaEffectCloudEntity
Returns the behavior of the piston for this entity.
getPistonBehavior() - Method in class net.minecraft.entity.decoration.ArmorStandEntity
Returns the behavior of the piston for this entity.
getPistonBehavior() - Method in class net.minecraft.entity.decoration.DisplayEntity
Returns the behavior of the piston for this entity.
getPistonBehavior() - Method in class net.minecraft.entity.decoration.InteractionEntity
Returns the behavior of the piston for this entity.
getPistonBehavior() - Method in class net.minecraft.entity.Entity
Returns the behavior of the piston for this entity.
getPistonBehavior() - Method in class net.minecraft.entity.MarkerEntity
Returns the behavior of the piston for this entity.
getPistonBlockEntity(BlockView, BlockPos) - Method in class net.minecraft.block.PistonExtensionBlock
 
getPitch() - Method in class net.minecraft.client.render.Camera
 
getPitch() - Method in class net.minecraft.client.sound.AbstractSoundInstance
getPitch() - Method in class net.minecraft.client.sound.Sound
 
getPitch() - Method in interface net.minecraft.client.sound.SoundInstance
 
getPitch() - Method in class net.minecraft.entity.Entity
 
getPitch() - Method in class net.minecraft.network.packet.c2s.play.VehicleMoveC2SPacket
 
getPitch() - Method in class net.minecraft.network.packet.s2c.play.EntityPositionS2CPacket
 
getPitch() - Method in class net.minecraft.network.packet.s2c.play.EntityS2CPacket
 
getPitch() - Method in class net.minecraft.network.packet.s2c.play.EntitySpawnS2CPacket
 
getPitch() - Method in class net.minecraft.network.packet.s2c.play.PlayerPositionLookS2CPacket
 
getPitch() - Method in class net.minecraft.network.packet.s2c.play.PlaySoundFromEntityS2CPacket
 
getPitch() - Method in class net.minecraft.network.packet.s2c.play.PlaySoundS2CPacket
 
getPitch() - Method in class net.minecraft.network.packet.s2c.play.VehicleMoveS2CPacket
 
getPitch() - Method in class net.minecraft.sound.BlockSoundGroup
 
getPitch() - Method in class net.minecraft.util.math.EulerAngle
 
getPitch(float) - Method in class net.minecraft.client.network.ClientPlayerEntity
getPitch(float) - Method in class net.minecraft.entity.Entity
 
getPitch(float) - Method in class net.minecraft.network.packet.c2s.play.PlayerMoveC2SPacket
 
getPitchRange() - Method in class net.minecraft.command.EntitySelectorReader
 
getPixelColor(SpriteContents.Animation, int, int, int, int) - Method in class net.minecraft.client.texture.SpriteContents.Interpolation
Returns the pixel color at frame frameIndex within mipmap layer at sprite relative coordinates.
getPixels(int) - Method in interface net.minecraft.client.font.UnihexFont.BitmapGlyph
 
getPixels(int) - Method in record class net.minecraft.client.font.UnihexFont.FontImage16x16
getPixels(int) - Method in record class net.minecraft.client.font.UnihexFont.FontImage32x16
getPixels(int) - Method in record class net.minecraft.client.font.UnihexFont.FontImage8x16
getPixelValueText(Text, int) - Static method in class net.minecraft.client.option.GameOptions
 
getPlacedFeature() - Method in class net.minecraft.world.gen.feature.FeaturePlacementContext
 
getPlacementContext(ItemPlacementContext) - Method in class net.minecraft.item.BlockItem
 
getPlacementContext(ItemPlacementContext) - Method in class net.minecraft.item.ScaffoldingItem
getPlacementData() - Method in class net.minecraft.structure.SimpleStructurePiece
 
getPlacementDirections() - Method in class net.minecraft.item.AutomaticItemPlacementContext
getPlacementDirections() - Method in class net.minecraft.item.ItemPlacementContext
 
getPlacementPositions(ConcentricRingsStructurePlacement) - Method in class net.minecraft.world.gen.chunk.placement.StructurePlacementCalculator
 
getPlacementPriority() - Method in class net.minecraft.block.entity.JigsawBlockEntity
 
getPlacementPriority() - Method in class net.minecraft.network.packet.c2s.play.UpdateJigsawC2SPacket
 
getPlacements(RegistryEntry<Structure>) - Method in class net.minecraft.world.gen.chunk.placement.StructurePlacementCalculator
 
getPlacementShape(BlockState, BlockView, BlockPos) - Method in class net.minecraft.block.VineBlock
 
getPlacementSide(BlockState) - Static method in class net.minecraft.block.BellBlock
 
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.AbstractFireBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.AbstractFurnaceBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.AbstractPlantPartBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.AbstractRailBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.AbstractRedstoneGateBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.AbstractSkullBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.AmethystClusterBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.AnvilBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.BambooBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.BannerBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.BarrelBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.BarrierBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.BedBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.BeehiveBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.BellBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.BigDripleafBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.Block
 
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.CalibratedSculkSensorBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.CampfireBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.CandleBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.CarvedPumpkinBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.ChainBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.ChestBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.ChiseledBookshelfBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.ChorusPlantBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.CocoaBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.CommandBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.ConcretePowderBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.ConduitBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.CoralBlockBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.CoralParentBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.CrafterBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.DeadCoralWallFanBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.DecoratedPotBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.DirtPathBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.DispenserBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.DoorBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.EnderChestBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.EndPortalFrameBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.EndRodBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.FarmlandBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.FenceBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.FenceGateBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.FireBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.FlowerbedBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.GlazedTerracottaBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.GrateBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.HangingRootsBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.HangingSignBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.HopperBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.JigsawBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.KelpBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.LadderBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.LanternBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.LeavesBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.LecternBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.LightningRodBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.LoomBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.MangroveRootsBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.MultifaceGrowthBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.MushroomBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.NoteBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.ObserverBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.PaneBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.PillarBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.PistonBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.PitcherCropBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.PointedDripstoneBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.PropaguleBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.RedstoneLampBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.RedstoneWireBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.RepeaterBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.RotatedInfestedBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.ScaffoldingBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.SculkSensorBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.SculkShriekerBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.SeagrassBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.SeaPickleBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.ShulkerBoxBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.SignBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.SkullBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.SlabBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.SmallDripleafBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.SnowBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.SnowyBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.StairsBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.StonecutterBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.TallPlantBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.TallSeagrassBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.TrapdoorBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.TripwireBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.TripwireHookBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.TurtleEggBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.VaultBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.VineBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.WallBannerBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.WallBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.WallHangingSignBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.WallMountedBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.WallRedstoneTorchBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.WallSignBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.WallSkullBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.block.WallTorchBlock
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.item.BlockItem
 
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.item.OperatorOnlyBlockItem
getPlacementState(ItemPlacementContext) - Method in class net.minecraft.item.VerticallyAttachableBlockItem
getPlacementState(BlockView, BlockState, BlockPos) - Method in class net.minecraft.block.RedstoneWireBlock
 
getPlaceSound() - Method in class net.minecraft.entity.decoration.GlowItemFrameEntity
getPlaceSound() - Method in class net.minecraft.entity.decoration.ItemFrameEntity
 
getPlaceSound() - Method in class net.minecraft.sound.BlockSoundGroup
 
getPlaceSound(BlockState) - Method in class net.minecraft.item.BlockItem
 
getPlaceSound(BlockState) - Method in class net.minecraft.item.PowderSnowBucketItem
getPlains(RegistryEntryLookup<Biome>) - Static method in class net.minecraft.world.gen.chunk.FlatChunkGeneratorConfig
 
getPlainTexturedModelData() - Static method in class net.minecraft.client.render.block.entity.ConduitBlockEntityRenderer
 
getPlanks() - Method in enum class net.minecraft.world.gen.structure.MineshaftStructure.Type
 
getPlant() - Method in class net.minecraft.block.AbstractPlantBlock
getPlant() - Method in class net.minecraft.block.AbstractPlantPartBlock
 
getPlant() - Method in class net.minecraft.block.CaveVinesHeadBlock
getPlant() - Method in class net.minecraft.block.KelpBlock
getPlant() - Method in class net.minecraft.block.TwistingVinesBlock
getPlant() - Method in class net.minecraft.block.WeepingVinesBlock
getPlate() - Method in class net.minecraft.client.render.entity.model.ShieldEntityModel
 
getPlayer() - Method in class net.minecraft.item.ItemUsageContext
 
getPlayer() - Method in class net.minecraft.server.command.ServerCommandSource
Returns the player from this command source, or null if the source is not a player.
getPlayer() - Method in interface net.minecraft.server.network.PlayerAssociatedNetworkHandler
 
getPlayer() - Method in class net.minecraft.server.network.ServerPlayNetworkHandler
getPlayer(CommandContext<ServerCommandSource>, String) - Static method in class net.minecraft.command.argument.EntityArgumentType
 
getPlayer(String) - Method in class net.minecraft.server.PlayerManager
 
getPlayer(UUID) - Method in class net.minecraft.server.PlayerManager
 
getPlayer(ServerCommandSource) - Method in class net.minecraft.command.EntitySelector
 
getPlayerActivities(long) - Method in class net.minecraft.client.realms.RealmsClient
 
getPlayerAdditionEntries() - Method in class net.minecraft.network.packet.s2c.play.PlayerListS2CPacket
 
getPlayerByUuid(UUID) - Method in interface net.minecraft.world.EntityView
 
getPlayerData() - Method in class net.minecraft.world.level.LevelProperties
getPlayerData() - Method in interface net.minecraft.world.SaveProperties
 
getPlayerHotbarEndIndex() - Method in class net.minecraft.screen.ForgingScreenHandler
 
getPlayerHotbarStartIndex() - Method in class net.minecraft.screen.ForgingScreenHandler
 
getPlayerIdleTimeout() - Method in class net.minecraft.server.MinecraftServer
 
getPlayerInteractionManager(ServerPlayerEntity) - Method in class net.minecraft.server.MinecraftServer
 
getPlayerInventoryEndIndex() - Method in class net.minecraft.screen.ForgingScreenHandler
 
getPlayerInventoryStartIndex() - Method in class net.minecraft.screen.ForgingScreenHandler
 
getPlayerList() - Method in class net.minecraft.client.network.ClientPlayNetworkHandler
 
getPlayerList() - Method in class net.minecraft.scoreboard.AbstractTeam
 
getPlayerList() - Method in class net.minecraft.scoreboard.Team
getPlayerList() - Method in class net.minecraft.server.PlayerManager
Gets a list of all players on a Minecraft server.
getPlayerListBottom() - Method in class net.minecraft.client.gui.screen.multiplayer.SocialInteractionsScreen
 
getPlayerListEntry() - Method in class net.minecraft.client.network.AbstractClientPlayerEntity
 
getPlayerListEntry(String) - Method in class net.minecraft.client.network.ClientPlayNetworkHandler
 
getPlayerListEntry(UUID) - Method in class net.minecraft.client.network.ClientPlayNetworkHandler
 
getPlayerListHud() - Method in class net.minecraft.client.gui.hud.InGameHud
 
getPlayerListName() - Method in class net.minecraft.server.network.ServerPlayerEntity
 
getPlayerListOperation() - Method in class net.minecraft.network.packet.s2c.play.TeamS2CPacket
 
getPlayerLookDirection() - Method in class net.minecraft.item.AutomaticItemPlacementContext
getPlayerLookDirection() - Method in class net.minecraft.item.ItemPlacementContext
 
getPlayerManager() - Method in class net.minecraft.server.dedicated.MinecraftDedicatedServer
 
getPlayerManager() - Method in class net.minecraft.server.MinecraftServer
 
getPlayerMarkerPacket(MapIdComponent, PlayerEntity) - Method in class net.minecraft.item.map.MapState
 
getPlayerName(PlayerListEntry) - Method in class net.minecraft.client.gui.hud.PlayerListHud
Returns the player name rendered by this HUD.
getPlayerNames() - Method in class net.minecraft.client.network.ClientCommandSource
getPlayerNames() - Method in interface net.minecraft.command.CommandSource
 
getPlayerNames() - Method in class net.minecraft.network.packet.s2c.play.TeamS2CPacket
 
getPlayerNames() - Method in class net.minecraft.server.command.ServerCommandSource
getPlayerNames() - Method in interface net.minecraft.server.dedicated.DedicatedServer
 
getPlayerNames() - Method in class net.minecraft.server.MinecraftServer
 
getPlayerNames() - Method in class net.minecraft.server.PlayerManager
 
getPlayerOrThrow() - Method in class net.minecraft.server.command.ServerCommandSource
Returns the player from this command source.
getPlayerOwner() - Method in class net.minecraft.entity.projectile.FishingBobberEntity
 
getPlayerPassengers() - Method in class net.minecraft.entity.Entity
 
getPlayers() - Method in class net.minecraft.client.world.ClientWorld
getPlayers() - Method in class net.minecraft.entity.boss.ServerBossBar
 
getPlayers() - Method in class net.minecraft.server.world.ServerWorld
getPlayers() - Method in class net.minecraft.world.ChunkRegion
getPlayers() - Method in interface net.minecraft.world.EntityView
 
getPlayers(CommandContext<ServerCommandSource>, String) - Static method in class net.minecraft.command.argument.EntityArgumentType
 
getPlayers(Predicate<? super ServerPlayerEntity>) - Method in class net.minecraft.server.world.ServerWorld
Returns the list of players filtered using predicate.
getPlayers(Predicate<? super ServerPlayerEntity>, int) - Method in class net.minecraft.server.world.ServerWorld
Returns the list of players filtered using predicate, up to limit.
getPlayers(TargetPredicate, LivingEntity, Box) - Method in interface net.minecraft.world.EntityView
 
getPlayers(ServerCommandSource) - Method in class net.minecraft.command.EntitySelector
 
getPlayers(ServerCommandSource, CommandBossBar) - Static method in class net.minecraft.server.command.BossBarCommand
 
getPlayers(ServerWorld, Predicate<? super PlayerEntity>) - Method in interface net.minecraft.block.spawner.EntityDetector.Selector
 
getPlayersByIp(String) - Method in class net.minecraft.server.PlayerManager
 
getPlayerSimulationLevel() - Method in class net.minecraft.server.world.ChunkTicketManager
 
getPlayersInRange(ServerWorld, BlockPos) - Static method in class net.minecraft.block.entity.SculkShriekerWarningManager
 
getPlayersLookingInChestCount(BlockView, BlockPos) - Static method in class net.minecraft.block.entity.ChestBlockEntity
 
getPlayersWatchingChunk() - Method in class net.minecraft.server.world.PlayerChunkWatchingManager
 
getPlayersWatchingChunk(ChunkPos) - Method in class net.minecraft.server.world.ThreadedAnvilChunkStorage
 
getPlayersWatchingChunk(ChunkPos, boolean) - Method in interface net.minecraft.server.world.ChunkHolder.PlayersWatchingChunkProvider
 
getPlayersWatchingChunk(ChunkPos, boolean) - Method in class net.minecraft.server.world.ThreadedAnvilChunkStorage
getPlayerSyncData(PlayerEntity) - Method in class net.minecraft.item.map.MapState
 
getPlayerUuidByName(MinecraftServer, String) - Static method in class net.minecraft.server.ServerConfigHandler
 
getPlayerUuids() - Method in class net.minecraft.client.network.ClientPlayNetworkHandler
 
getPlayerVelocityX() - Method in class net.minecraft.network.packet.s2c.play.ExplosionS2CPacket
 
getPlayerVelocityY() - Method in class net.minecraft.network.packet.s2c.play.ExplosionS2CPacket
 
getPlayerVelocityZ() - Method in class net.minecraft.network.packet.s2c.play.ExplosionS2CPacket
 
getPlayerYaw() - Method in class net.minecraft.item.AutomaticItemPlacementContext
getPlayerYaw() - Method in class net.minecraft.item.ItemUsageContext
 
getPlugins() - Method in interface net.minecraft.server.dedicated.DedicatedServer
 
getPlugins() - Method in class net.minecraft.server.dedicated.MinecraftDedicatedServer
getPoint(EntityAttachmentType, int, float) - Method in class net.minecraft.entity.EntityAttachments
 
getPointNullable(EntityAttachmentType, int, float) - Method in class net.minecraft.entity.EntityAttachments
 
getPointOfInterestStorage() - Method in class net.minecraft.server.world.ServerChunkManager
 
getPointOfInterestStorage() - Method in class net.minecraft.server.world.ServerWorld
 
getPointOfInterestStorage() - Method in class net.minecraft.server.world.ThreadedAnvilChunkStorage
 
getPointOrDefault(EntityAttachmentType, int, float) - Method in class net.minecraft.entity.EntityAttachments
 
getPointPosition(Direction.Axis, int) - Method in class net.minecraft.util.shape.VoxelShape
 
getPointPositions(Direction.Axis) - Method in class net.minecraft.util.shape.ArrayVoxelShape
getPointPositions(Direction.Axis) - Method in class net.minecraft.util.shape.SimpleVoxelShape
getPointPositions(Direction.Axis) - Method in class net.minecraft.util.shape.SlicedVoxelShape
getPointPositions(Direction.Axis) - Method in class net.minecraft.util.shape.VoxelShape
 
getPool() - Method in class net.minecraft.block.entity.JigsawBlockEntity
 
getPool() - Method in class net.minecraft.network.packet.c2s.play.UpdateJigsawC2SPacket
 
getPoolAliasBindings() - Method in class net.minecraft.world.gen.structure.JigsawStructure
 
getPoolElement() - Method in class net.minecraft.structure.PoolStructurePiece
 
getPort() - Method in interface net.minecraft.client.network.Address
 
getPort() - Method in class net.minecraft.client.network.ServerAddress
 
getPort() - Method in interface net.minecraft.server.dedicated.DedicatedServer
 
getPort() - Method in class net.minecraft.server.dedicated.MinecraftDedicatedServer
getPort(int, int) - Static method in class net.minecraft.client.realms.dto.UploadInfo
 
getPortalCooldown() - Method in class net.minecraft.entity.Entity
 
getPortalForcer() - Method in class net.minecraft.server.world.ServerWorld
 
getPortalRect(ServerWorld, BlockPos, boolean, WorldBorder) - Method in class net.minecraft.entity.Entity
Returns the portal rect at destPos.
getPortalRect(ServerWorld, BlockPos, boolean, WorldBorder) - Method in class net.minecraft.server.network.ServerPlayerEntity
Returns the portal rect at destPos.
getPortalRect(BlockPos, boolean, WorldBorder) - Method in class net.minecraft.world.PortalForcer
 
getPos() - Method in class net.minecraft.block.entity.BlockEntity
Returns the block entity's position.
getPos() - Method in class net.minecraft.block.entity.SculkSpreadManager.Cursor
 
getPos() - Method in class net.minecraft.client.render.BlockBreakingInfo
 
getPos() - Method in class net.minecraft.client.render.Camera
 
getPos() - Method in class net.minecraft.entity.ai.brain.BlockPosLookTarget
getPos() - Method in class net.minecraft.entity.ai.brain.EntityLookTarget
getPos() - Method in interface net.minecraft.entity.ai.brain.LookTarget
 
getPos() - Method in class net.minecraft.entity.ai.brain.task.LongJumpTask.Target
 
getPos() - Method in class net.minecraft.entity.ai.pathing.AmphibiousSwimNavigation
The position to act as if the entity is at for pathfinding purposes
getPos() - Method in class net.minecraft.entity.ai.pathing.BirdNavigation
The position to act as if the entity is at for pathfinding purposes
getPos() - Method in class net.minecraft.entity.ai.pathing.EntityNavigation
The position to act as if the entity is at for pathfinding purposes
getPos() - Method in class net.minecraft.entity.ai.pathing.MobNavigation
The position to act as if the entity is at for pathfinding purposes
getPos() - Method in class net.minecraft.entity.ai.pathing.PathNode
 
getPos() - Method in class net.minecraft.entity.ai.pathing.SwimNavigation
The position to act as if the entity is at for pathfinding purposes
getPos() - Method in class net.minecraft.entity.Entity
Returns the exact position of the entity.
getPos() - Method in class net.minecraft.entity.LimbAnimator
 
getPos() - Method in class net.minecraft.entity.vehicle.CommandBlockMinecartEntity.CommandExecutor
getPos() - Method in interface net.minecraft.entity.vehicle.VehicleInventory
 
getPos() - Method in interface net.minecraft.inventory.LootableInventory
 
getPos() - Method in class net.minecraft.item.map.MapFrameMarker
 
getPos() - Method in class net.minecraft.network.packet.c2s.play.JigsawGeneratingC2SPacket
 
getPos() - Method in class net.minecraft.network.packet.c2s.play.PlayerActionC2SPacket
 
getPos() - Method in class net.minecraft.network.packet.c2s.play.QueryBlockNbtC2SPacket
 
getPos() - Method in class net.minecraft.network.packet.c2s.play.UpdateCommandBlockC2SPacket
 
getPos() - Method in class net.minecraft.network.packet.c2s.play.UpdateJigsawC2SPacket
 
getPos() - Method in class net.minecraft.network.packet.c2s.play.UpdateSignC2SPacket
 
getPos() - Method in class net.minecraft.network.packet.c2s.play.UpdateStructureBlockC2SPacket
 
getPos() - Method in class net.minecraft.network.packet.s2c.play.BlockBreakingProgressS2CPacket
 
getPos() - Method in class net.minecraft.network.packet.s2c.play.BlockEntityUpdateS2CPacket
 
getPos() - Method in class net.minecraft.network.packet.s2c.play.BlockEventS2CPacket
 
getPos() - Method in class net.minecraft.network.packet.s2c.play.BlockUpdateS2CPacket
 
getPos() - Method in class net.minecraft.network.packet.s2c.play.PlayerSpawnPositionS2CPacket
 
getPos() - Method in class net.minecraft.network.packet.s2c.play.SignEditorOpenS2CPacket
 
getPos() - Method in class net.minecraft.network.packet.s2c.play.WorldEventS2CPacket
 
getPos() - Method in class net.minecraft.server.world.ChunkHolder
 
getPos() - Method in class net.minecraft.structure.PoolStructurePiece
 
getPos() - Method in class net.minecraft.structure.SimpleStructurePiece
 
getPos() - Method in class net.minecraft.structure.StructureStart
 
getPos() - Method in class net.minecraft.test.GameTestState
 
getPos() - Method in exception class net.minecraft.test.PositionedException
 
getPos() - Method in class net.minecraft.util.hit.HitResult
 
getPos() - Method in interface net.minecraft.world.chunk.BlockEntityTickInvoker
 
getPos() - Method in class net.minecraft.world.chunk.Chunk
 
getPos() - Method in class net.minecraft.world.chunk.WorldChunk.DirectBlockEntityTickInvoker
getPos() - Method in class net.minecraft.world.chunk.WorldChunk.WrappedBlockEntityTickInvoker
getPos() - Method in class net.minecraft.world.chunk.WrapperProtoChunk
getPos() - Method in class net.minecraft.world.CommandBlockExecutor
 
getPos() - Method in class net.minecraft.world.gen.feature.EndSpikeFeatureConfig
 
getPos() - Method in class net.minecraft.world.poi.PointOfInterest
 
getPos(float) - Method in class net.minecraft.entity.LimbAnimator
 
getPos(JsonReader) - Static method in class net.minecraft.util.JsonReaderUtils
 
getPos(ClientWorld, ItemStack, Entity) - Method in interface net.minecraft.client.item.CompassAnglePredicateProvider.CompassTarget
 
getPos(World) - Method in class net.minecraft.client.render.debug.GameEventDebugRenderer.Listener
 
getPos(World) - Method in class net.minecraft.world.event.BlockPositionSource
getPos(World) - Method in class net.minecraft.world.event.EntityPositionSource
getPos(World) - Method in interface net.minecraft.world.event.PositionSource
 
getPosArgument(CommandContext<ServerCommandSource>, String) - Static method in class net.minecraft.command.argument.Vec3ArgumentType
 
getPosClosestToOccupiedPointOfInterest(ServerWorld, ChunkSectionPos, int) - Static method in class net.minecraft.entity.ai.brain.task.LookTargetUtil
 
getPose() - Method in class net.minecraft.entity.Entity
 
getPose(ParrotEntity) - Static method in class net.minecraft.client.render.entity.model.ParrotEntityModel
 
getPoses() - Method in class net.minecraft.entity.LivingEntity
 
getPoses() - Method in class net.minecraft.entity.player.PlayerEntity
getPosition() - Method in class net.minecraft.client.gui.hud.SubtitlesHud.SubtitleEntry
 
getPosition() - Method in class net.minecraft.entity.damage.DamageSource
 
getPosition() - Method in class net.minecraft.resource.ResourcePackProfile
 
getPosition() - Method in class net.minecraft.server.command.ServerCommandSource
 
getPosition() - Method in class net.minecraft.structure.StructurePlacementData
 
getPosition() - Method in class net.minecraft.world.explosion.Explosion
 
getPosition(float, float) - Method in class net.minecraft.client.render.Camera.Projection
 
getPosition(int, int, int, int, int, int) - Method in class net.minecraft.client.gui.tooltip.FocusedTooltipPositioner
getPosition(int, int, int, int, int, int) - Method in class net.minecraft.client.gui.tooltip.HoveredTooltipPositioner
getPosition(int, int, int, int, int, int) - Method in interface net.minecraft.client.gui.tooltip.TooltipPositioner
 
getPosition(int, int, int, int, int, int) - Method in class net.minecraft.client.gui.tooltip.WidgetTooltipPositioner
getPosition(Predicate<RegistryEntry<PointOfInterestType>>, BiPredicate<RegistryEntry<PointOfInterestType>, BlockPos>, BlockPos, int) - Method in class net.minecraft.world.poi.PointOfInterestStorage
 
getPosition(Predicate<RegistryEntry<PointOfInterestType>>, Predicate<BlockPos>, BlockPos, int, PointOfInterestStorage.OccupationStatus) - Method in class net.minecraft.world.poi.PointOfInterestStorage
 
getPosition(Predicate<RegistryEntry<PointOfInterestType>>, Predicate<BlockPos>, PointOfInterestStorage.OccupationStatus, BlockPos, int, Random) - Method in class net.minecraft.world.poi.PointOfInterestStorage
 
getPositionColorLightmapProgram() - Static method in class net.minecraft.client.render.GameRenderer
 
getPositionColorProgram() - Static method in class net.minecraft.client.render.GameRenderer
 
getPositionColorTexLightmapProgram() - Static method in class net.minecraft.client.render.GameRenderer
 
getPositionColorTexProgram() - Static method in class net.minecraft.client.render.GameRenderer
 
getPositionMatrix() - Method in class net.minecraft.client.util.math.MatrixStack.Entry
Returns the matrix used to transform positions.
getPositionMatrix(Vector3f, Vector3f) - Method in class net.minecraft.client.render.model.BakedQuadFactory
 
getPositionOffset(AbstractClientPlayerEntity, float) - Method in class net.minecraft.client.render.entity.PlayerEntityRenderer
 
getPositionOffset(EndermanEntity, float) - Method in class net.minecraft.client.render.entity.EndermanEntityRenderer
 
getPositionOffset(ShulkerEntity, float) - Method in class net.minecraft.client.render.entity.ShulkerEntityRenderer
 
getPositionOffset(T, float) - Method in class net.minecraft.client.render.entity.EntityRenderer
 
getPositionOffset(T, float) - Method in class net.minecraft.client.render.entity.ItemFrameEntityRenderer
 
getPositionPredicate(Vec3d) - Method in class net.minecraft.command.EntitySelector
 
getPositionProgram() - Static method in class net.minecraft.client.render.GameRenderer
 
getPositions(Predicate<RegistryEntry<PointOfInterestType>>, Predicate<BlockPos>, BlockPos, int, PointOfInterestStorage.OccupationStatus) - Method in class net.minecraft.world.poi.PointOfInterestStorage
 
getPositions(FeaturePlacementContext, Random, BlockPos) - Method in class net.minecraft.world.gen.placementmodifier.AbstractConditionalPlacementModifier
Applies this placement modifier to the given position.
getPositions(FeaturePlacementContext, Random, BlockPos) - Method in class net.minecraft.world.gen.placementmodifier.AbstractCountPlacementModifier
Applies this placement modifier to the given position.
getPositions(FeaturePlacementContext, Random, BlockPos) - Method in class net.minecraft.world.gen.placementmodifier.CarvingMaskPlacementModifier
Applies this placement modifier to the given position.
getPositions(FeaturePlacementContext, Random, BlockPos) - Method in class net.minecraft.world.gen.placementmodifier.CountMultilayerPlacementModifier
Deprecated.
Applies this placement modifier to the given position.
getPositions(FeaturePlacementContext, Random, BlockPos) - Method in class net.minecraft.world.gen.placementmodifier.EnvironmentScanPlacementModifier
Applies this placement modifier to the given position.
getPositions(FeaturePlacementContext, Random, BlockPos) - Method in class net.minecraft.world.gen.placementmodifier.HeightmapPlacementModifier
Applies this placement modifier to the given position.
getPositions(FeaturePlacementContext, Random, BlockPos) - Method in class net.minecraft.world.gen.placementmodifier.HeightRangePlacementModifier
Applies this placement modifier to the given position.
getPositions(FeaturePlacementContext, Random, BlockPos) - Method in class net.minecraft.world.gen.placementmodifier.PlacementModifier
Applies this placement modifier to the given position.
getPositions(FeaturePlacementContext, Random, BlockPos) - Method in class net.minecraft.world.gen.placementmodifier.RandomOffsetPlacementModifier
Applies this placement modifier to the given position.
getPositions(FeaturePlacementContext, Random, BlockPos) - Method in class net.minecraft.world.gen.placementmodifier.SquarePlacementModifier
Applies this placement modifier to the given position.
getPositionSource() - Method in class net.minecraft.block.entity.SculkCatalystBlockEntity.Listener
Returns the position source of this listener.
getPositionSource() - Method in class net.minecraft.block.entity.SculkSensorBlockEntity.VibrationCallback
getPositionSource() - Method in class net.minecraft.block.entity.SculkShriekerBlockEntity.VibrationCallback
getPositionSource() - Method in class net.minecraft.client.render.debug.GameEventDebugRenderer.Listener
Returns the position source of this listener.
getPositionSource() - Method in class net.minecraft.entity.mob.WardenEntity.VibrationCallback
getPositionSource() - Method in class net.minecraft.entity.passive.AllayEntity.JukeboxEventListener
Returns the position source of this listener.
getPositionSource() - Method in class net.minecraft.entity.passive.AllayEntity.VibrationCallback
getPositionSource() - Method in interface net.minecraft.world.event.listener.GameEventListener
Returns the position source of this listener.
getPositionSource() - Method in interface net.minecraft.world.event.Vibrations.Callback
 
getPositionSource() - Method in class net.minecraft.world.event.Vibrations.VibrationListener
Returns the position source of this listener.
getPositionString(DebugBeeCustomPayload.Bee, BlockPos) - Method in class net.minecraft.client.render.debug.BeeDebugRenderer
 
getPositionSuggestions() - Method in class net.minecraft.client.network.ClientCommandSource
getPositionSuggestions() - Method in interface net.minecraft.command.CommandSource
 
getPositionTarget() - Method in class net.minecraft.entity.mob.MobEntity
 
getPositionTargetRange() - Method in class net.minecraft.entity.mob.MobEntity
 
getPositionTexColorProgram() - Static method in class net.minecraft.client.render.GameRenderer
 
getPositionTexProgram() - Static method in class net.minecraft.client.render.GameRenderer
 
getPositionType(BlockPos) - Method in class net.minecraft.entity.projectile.FishingBobberEntity
 
getPositionType(BlockPos, BlockPos) - Method in class net.minecraft.entity.projectile.FishingBobberEntity
 
getPositiveDirection() - Method in enum class net.minecraft.client.gui.navigation.NavigationAxis
 
getPosixFullPath(String) - Static method in class net.minecraft.util.PathUtil
Returns the full path of path with directory separator normalized to /.
getPosOffset(Identifier, BlockPos, int) - Static method in class net.minecraft.structure.IglooGenerator.Piece
 
getPossibleActivities() - Method in class net.minecraft.entity.ai.brain.Brain
Deprecated.
getPossibleEntries(int, ItemStack, boolean) - Static method in class net.minecraft.enchantment.EnchantmentHelper
Gets all the possible entries for enchanting the stack at the given power.
getPossibleHives() - Method in class net.minecraft.entity.passive.BeeEntity
 
getPosToJumpTo(LivingEntity, Vec3d) - Static method in class net.minecraft.entity.ai.brain.task.BreezeJumpTask
 
getPostProcessedChunk() - Method in class net.minecraft.server.world.ChunkHolder
 
getPostProcessedChunk(long) - Method in class net.minecraft.server.world.ThreadedAnvilChunkStorage
 
getPostProcessingFuture() - Method in class net.minecraft.server.world.ChunkHolder
 
getPostProcessingLists() - Method in class net.minecraft.world.chunk.Chunk
 
getPostProcessor() - Method in class net.minecraft.client.render.GameRenderer
 
getPosWithYOffset(float) - Method in class net.minecraft.entity.Entity
 
getPotentialEscapePositions(MobEntity) - Method in class net.minecraft.entity.ai.pathing.BirdPathNodeMaker
Returns the iterable of positions that the entity should try to pathfind to when escaping.
getPotentialHeight(BlockPos.Mutable) - Method in class net.minecraft.world.dimension.NetherPortal
 
getPotentialSuspiciousSandPositions() - Method in class net.minecraft.structure.DesertTempleGenerator
 
getPower() - Method in class net.minecraft.world.explosion.Explosion
 
getPower(World, BlockPos, BlockState) - Method in class net.minecraft.block.AbstractRedstoneGateBlock
 
getPower(World, BlockPos, BlockState) - Method in class net.minecraft.block.ComparatorBlock
getPoweredTicks(float) - Method in class net.minecraft.block.entity.SkullBlockEntity
 
getPowerPerLevel() - Method in enum class net.minecraft.enchantment.ProtectionEnchantment.Type
 
getPrecedingRegistryManagers(T) - Method in class net.minecraft.registry.CombinedDynamicRegistries
 
getPrecipitation(BlockPos) - Method in class net.minecraft.world.biome.Biome
 
getPredicate() - Method in enum class net.minecraft.world.poi.PointOfInterestStorage.OccupationStatus
 
getPredicate(CommandContext<ServerCommandSource>, String, RegistryKey<Registry<T>>, DynamicCommandExceptionType) - Static method in class net.minecraft.command.argument.RegistryPredicateArgumentType
 
getPredicate(NbtCompound) - Static method in class net.minecraft.command.argument.NbtPathArgumentType
 
getPredicate(StateManager<Block, BlockState>) - Method in class net.minecraft.client.render.model.json.AndMultipartModelSelector
getPredicate(StateManager<Block, BlockState>) - Method in class net.minecraft.client.render.model.json.MultipartModelComponent
 
getPredicate(StateManager<Block, BlockState>) - Method in interface net.minecraft.client.render.model.json.MultipartModelSelector
 
getPredicate(StateManager<Block, BlockState>) - Method in class net.minecraft.client.render.model.json.OrMultipartModelSelector
getPredicate(StateManager<Block, BlockState>) - Method in class net.minecraft.client.render.model.json.SimpleMultipartModelSelector
getPredicateArgument(CommandContext<ServerCommandSource>, String) - Static method in class net.minecraft.command.argument.IdentifierArgumentType
 
getPreferredArm(T) - Method in class net.minecraft.client.render.entity.model.BipedEntityModel
 
getPreferredBiomes() - Method in class net.minecraft.world.gen.chunk.placement.ConcentricRingsStructurePlacement
 
getPreferredEquipmentSlot(ItemStack) - Static method in class net.minecraft.entity.LivingEntity
 
getPreferredTarget(PiglinEntity) - Static method in class net.minecraft.entity.mob.PiglinBrain
 
getPrefix() - Method in class net.minecraft.network.packet.s2c.play.TeamS2CPacket.SerializableTeam
 
getPrefix() - Method in class net.minecraft.scoreboard.Team
 
getPrereleaseEligibleServers() - Method in class net.minecraft.client.realms.RealmsClient
 
getPresetToEntriesMap() - Static method in class net.minecraft.world.biome.source.MultiNoiseBiomeSourceParameterList
 
getPrevFoodLevel() - Method in class net.minecraft.entity.player.HungerManager
 
getPrevious() - Method in class net.minecraft.world.chunk.ChunkStatus
 
getPreviousDisplayRotation() - Method in class net.minecraft.block.vault.VaultClientData
 
getPreviousGameMode() - Method in class net.minecraft.client.gui.screen.GameModeSelectionScreen
 
getPreviousGameMode() - Method in class net.minecraft.client.network.ClientPlayerInteractionManager
 
getPreviousGameMode() - Method in class net.minecraft.server.network.ServerPlayerInteractionManager
 
getPreviousWordAtCursor() - Method in class net.minecraft.client.gui.EditBox
Returns the substring of a word whose start position is before the cursor.
getPrevScore() - Method in class net.minecraft.client.gui.hud.PlayerListHud.Heart
 
getPriceMultiplier() - Method in class net.minecraft.village.TradeOffer
Returns the price multiplier of this trade offer.
getPrimaryEffect() - Method in class net.minecraft.screen.BeaconScreenHandler
 
getPrimeAdversary() - Method in class net.minecraft.entity.LivingEntity
 
getPrimeSuspect() - Method in class net.minecraft.entity.ai.WardenAngerManager
 
getPrimeSuspect() - Method in class net.minecraft.entity.mob.WardenEntity
 
getPrimeSuspectInternal() - Method in class net.minecraft.entity.ai.WardenAngerManager
 
getPriority() - Method in class net.minecraft.entity.ai.brain.ScheduleRuleEntry
 
getPriority() - Method in class net.minecraft.entity.ai.goal.PrioritizedGoal
 
getPriority() - Method in class net.minecraft.util.thread.TaskQueue.PrioritizedTask
 
getPriority(int) - Method in class net.minecraft.entity.ai.brain.ScheduleRule
 
getProcessingQueue() - Method in class com.mojang.blaze3d.systems.RenderCallStorage
 
getProcessors() - Method in enum class net.minecraft.structure.pool.StructurePool.Projection
 
getProcessors() - Method in class net.minecraft.structure.StructurePlacementData
 
getProductGene() - Method in class net.minecraft.entity.passive.PandaEntity
 
getProductGene(PandaEntity.Gene, PandaEntity.Gene) - Static method in enum class net.minecraft.entity.passive.PandaEntity.Gene
 
getProfession() - Method in class net.minecraft.village.VillagerData
 
getProfile() - Method in class net.minecraft.client.network.ClientPlayNetworkHandler
 
getProfile() - Method in class net.minecraft.client.network.PlayerListEntry
 
getProfile() - Method in class net.minecraft.server.network.ServerCommonNetworkHandler
 
getProfile() - Method in class net.minecraft.server.network.ServerConfigurationNetworkHandler
getProfile() - Method in class net.minecraft.server.network.ServerPlayNetworkHandler
getProfile() - Method in class net.minecraft.util.UserCache.Entry
 
getProfile(String) - Method in class net.minecraft.resource.ResourcePackManager
 
getProfileArgument(CommandContext<ServerCommandSource>, String) - Static method in class net.minecraft.command.argument.GameProfileArgumentType
 
getProfileFromJson(JsonObject) - Static method in class net.minecraft.server.OperatorEntry
 
getProfileKeys() - Method in class net.minecraft.client.MinecraftClient
 
getProfiler() - Method in class net.minecraft.client.MinecraftClient
 
getProfiler() - Method in class net.minecraft.command.CommandExecutionContext
 
getProfiler() - Method in class net.minecraft.server.MinecraftServer
 
getProfiler() - Method in class net.minecraft.util.profiler.DebugRecorder
getProfiler() - Method in class net.minecraft.util.profiler.DummyRecorder
getProfiler() - Method in interface net.minecraft.util.profiler.Recorder
 
getProfiler() - Method in class net.minecraft.util.profiler.TickTimeTracker
 
getProfiler() - Method in class net.minecraft.world.chunk.ChunkCache
 
getProfiler() - Method in class net.minecraft.world.World
 
getProfilerSupplier() - Method in class net.minecraft.world.World
 
getProfiles() - Method in class net.minecraft.resource.ResourcePackManager
 
getProgram() - Method in class net.minecraft.client.gl.PostEffectPass
 
getProgram(String) - Method in class net.minecraft.client.render.GameRenderer
 
getProgress() - Method in class net.minecraft.network.packet.s2c.play.BlockBreakingProgressS2CPacket
 
getProgress() - Method in interface net.minecraft.resource.ResourceReload
Returns a fraction between 0 and 1 indicating the progress of this reload.
getProgress() - Method in class net.minecraft.resource.SimpleResourceReload
Returns a fraction between 0 and 1 indicating the progress of this reload.
getProgress() - Method in class net.minecraft.world.updater.WorldUpdater
 
getProgress(float) - Method in class net.minecraft.block.entity.ChestLidAnimator
 
getProgress(float) - Method in class net.minecraft.block.entity.PistonBlockEntity
 
getProgress(AdvancementEntry) - Method in class net.minecraft.advancement.PlayerAdvancementTracker
 
getProgress(RegistryKey<World>) - Method in class net.minecraft.world.updater.WorldUpdater
 
getProgressBarFraction() - Method in class net.minecraft.advancement.AdvancementProgress
 
getProgressBarPercentage() - Method in class net.minecraft.advancement.AdvancementProgress
 
getProgressPercentage() - Method in class net.minecraft.server.WorldGenerationProgressLogger
 
getProgressPercentage() - Method in class net.minecraft.server.WorldGenerationProgressTracker
 
getProjectile(ItemStack, ItemStack, LivingEntity, boolean) - Static method in class net.minecraft.item.RangedWeaponItem
 
getProjectileDeflector(ProjectileEntity) - Method in class net.minecraft.entity.Entity
 
getProjectileDeflector(ProjectileEntity) - Method in class net.minecraft.entity.mob.BreezeEntity
getProjectiles() - Method in class net.minecraft.component.type.ChargedProjectilesComponent
 
getProjectiles() - Method in class net.minecraft.item.BowItem
getProjectiles() - Method in class net.minecraft.item.CrossbowItem
getProjectiles() - Method in class net.minecraft.item.RangedWeaponItem
 
getProjectileType(ItemStack) - Method in class net.minecraft.entity.LivingEntity
 
getProjectileType(ItemStack) - Method in class net.minecraft.entity.mob.HostileEntity
getProjectileType(ItemStack) - Method in class net.minecraft.entity.player.PlayerEntity
getProjection() - Method in class net.minecraft.client.render.Camera
Returns the field of vision of this camera.
getProjection() - Method in class net.minecraft.structure.pool.StructurePoolElement
 
getProjectionMatrix() - Static method in class com.mojang.blaze3d.systems.RenderSystem
 
getPrompt() - Method in class net.minecraft.client.gui.hud.spectator.RootSpectatorCommandGroup
getPrompt() - Method in interface net.minecraft.client.gui.hud.spectator.SpectatorMenuCommandGroup
 
getPrompt() - Method in class net.minecraft.client.gui.hud.spectator.TeamTeleportSpectatorMenu
getPrompt() - Method in class net.minecraft.client.gui.hud.spectator.TeleportSpectatorMenu
getPrompt(Text, Text) - Static method in class net.minecraft.client.network.ClientCommonNetworkHandler
 
getPropagatedLevel(long, long, int) - Method in class net.minecraft.world.chunk.light.LevelPropagator
 
getPropagatedLevel(long, long, int) - Method in class net.minecraft.world.ChunkPosDistanceLevelPropagator
getPropagatedLevel(long, long, int) - Method in class net.minecraft.world.SectionDistanceLevelPropagator
getProperties() - Method in class net.minecraft.client.session.telemetry.TelemetryEventType
 
getProperties() - Method in class net.minecraft.command.argument.BlockStateArgument
 
getProperties() - Method in class net.minecraft.data.client.BlockStateVariantMap.DoubleProperty
getProperties() - Method in class net.minecraft.data.client.BlockStateVariantMap
 
getProperties() - Method in class net.minecraft.data.client.BlockStateVariantMap.QuadrupleProperty
getProperties() - Method in class net.minecraft.data.client.BlockStateVariantMap.QuintupleProperty
getProperties() - Method in class net.minecraft.data.client.BlockStateVariantMap.SingleProperty
getProperties() - Method in class net.minecraft.data.client.BlockStateVariantMap.TripleProperty
getProperties() - Method in class net.minecraft.screen.BeaconScreenHandler
 
getProperties() - Method in interface net.minecraft.server.dedicated.DedicatedServer
 
getProperties() - Method in class net.minecraft.server.dedicated.MinecraftDedicatedServer
getProperties() - Method in class net.minecraft.state.State
 
getProperties() - Method in class net.minecraft.state.StateManager
 
getProperties(Block) - Method in class net.minecraft.client.color.block.BlockColors
 
getPropertiesHandler() - Method in class net.minecraft.server.dedicated.ServerPropertiesLoader
 
getProperty(Dynamic<?>, String) - Static method in class net.minecraft.datafixer.fix.ChunkPalettedStorageFix
 
getProperty(String) - Method in class net.minecraft.state.StateManager
 
getProperty(Direction) - Static method in class net.minecraft.block.MultifaceGrowthBlock
 
getPropertyId() - Method in class net.minecraft.network.packet.s2c.play.ScreenHandlerPropertyUpdateS2CPacket
 
getPropertyValue(Property<T>, String) - Static method in class net.minecraft.client.render.model.ModelLoader
 
getProtection() - Method in class net.minecraft.item.ArmorItem
 
getProtection(ArmorItem.Type) - Method in record class net.minecraft.item.ArmorMaterial
Returns the amount of armor protection points offered by an ArmorItem using this ArmorMaterial while it is worn by a player.
getProtectionAmount(int, DamageSource) - Method in class net.minecraft.enchantment.Enchantment
 
getProtectionAmount(int, DamageSource) - Method in class net.minecraft.enchantment.ProtectionEnchantment
getProtectionAmount(Iterable<ItemStack>, DamageSource) - Static method in class net.minecraft.enchantment.EnchantmentHelper
 
getProtoChunk(ChunkPos) - Method in class net.minecraft.server.world.ThreadedAnvilChunkStorage
 
getProtocolVersion() - Method in interface net.minecraft.GameVersion
 
getProtocolVersion() - Method in class net.minecraft.MinecraftVersion
getProtocolVersion() - Static method in class net.minecraft.SharedConstants
 
getProvidedGlyphs() - Method in class net.minecraft.client.font.BitmapFont
Returns the set of code points for which this font can provide glyphs.
getProvidedGlyphs() - Method in class net.minecraft.client.font.BlankFont
Returns the set of code points for which this font can provide glyphs.
getProvidedGlyphs() - Method in interface net.minecraft.client.font.Font
Returns the set of code points for which this font can provide glyphs.
getProvidedGlyphs() - Method in class net.minecraft.client.font.GlyphContainer
 
getProvidedGlyphs() - Method in class net.minecraft.client.font.SpaceFont
Returns the set of code points for which this font can provide glyphs.
getProvidedGlyphs() - Method in class net.minecraft.client.font.TrueTypeFont
Returns the set of code points for which this font can provide glyphs.
getProvidedGlyphs() - Method in class net.minecraft.client.font.UnihexFont
Returns the set of code points for which this font can provide glyphs.
getProvider(ScreenHandlerType<T>) - Static method in class net.minecraft.client.gui.screen.ingame.HandledScreens
 
getProxy() - Static method in class net.minecraft.client.realms.RealmsClientConfig
 
getProxy() - Method in class net.minecraft.server.MinecraftServer
 
getPublicKey() - Method in class net.minecraft.network.packet.s2c.login.LoginHelloS2CPacket
 
getPuffState() - Method in class net.minecraft.entity.passive.PufferfishEntity
 
getPullProgress(int) - Static method in class net.minecraft.item.BowItem
 
getPullProgress(int, ItemStack) - Static method in class net.minecraft.item.CrossbowItem
 
getPullTime(ItemStack) - Static method in class net.minecraft.item.CrossbowItem
 
getPunch() - Method in class net.minecraft.entity.projectile.PersistentProjectileEntity
 
getPushedBlock() - Method in class net.minecraft.block.entity.PistonBlockEntity
 
getQuadDimensions(BlockRenderView, BlockState, BlockPos, int[], Direction, float[], BitSet) - Method in class net.minecraft.client.render.block.BlockModelRenderer
 
getQuads(BlockState, Direction, Random) - Method in interface net.minecraft.client.render.model.BakedModel
 
getQuads(BlockState, Direction, Random) - Method in class net.minecraft.client.render.model.BasicBakedModel
getQuads(BlockState, Direction, Random) - Method in class net.minecraft.client.render.model.BuiltinBakedModel
getQuads(BlockState, Direction, Random) - Method in class net.minecraft.client.render.model.MultipartBakedModel
getQuads(BlockState, Direction, Random) - Method in class net.minecraft.client.render.model.WeightedBakedModel
getQueriesLeft() - Method in class net.minecraft.nbt.scanner.SelectiveNbtCollector
 
getQueue(MessageListener<T>) - Method in class net.minecraft.server.world.ChunkTaskPrioritySystem
 
getQueueAsStream() - Method in class net.minecraft.world.tick.ChunkTickScheduler
 
getQueueSize() - Method in class net.minecraft.util.thread.TaskExecutor
 
getQuickChargeSound(int) - Method in class net.minecraft.item.CrossbowItem
 
getQuickMoveSlot(ItemStack) - Method in class net.minecraft.screen.SmithingScreenHandler
 
getQuickMoveSlot(SmithingRecipe, ItemStack) - Static method in class net.minecraft.screen.SmithingScreenHandler
 
getQuickPlayLogger() - Method in class net.minecraft.client.MinecraftClient
 
getRadius() - Method in class net.minecraft.entity.AreaEffectCloudEntity
 
getRadius() - Method in class net.minecraft.network.packet.s2c.play.ExplosionS2CPacket
 
getRadius() - Method in class net.minecraft.world.gen.feature.EndSpikeFeature.Spike
 
getRadius() - Method in class net.minecraft.world.gen.feature.ReplaceBlobsFeatureConfig
 
getRadius(int, int) - Method in class net.minecraft.world.gen.feature.size.FeatureSize
The radius that the tree needs to be empty or replaceable in order for it to generate.
getRadius(int, int) - Method in class net.minecraft.world.gen.feature.size.ThreeLayersFeatureSize
The radius that the tree needs to be empty or replaceable in order for it to generate.
getRadius(int, int) - Method in class net.minecraft.world.gen.feature.size.TwoLayersFeatureSize
The radius that the tree needs to be empty or replaceable in order for it to generate.
getRadiusGrowth() - Method in class net.minecraft.entity.AreaEffectCloudEntity
 
getRadiusOnUse() - Method in class net.minecraft.entity.AreaEffectCloudEntity
 
getRaid() - Method in class net.minecraft.entity.raid.RaiderEntity
 
getRaid(int) - Method in class net.minecraft.village.raid.RaidManager
 
getRaid(ServerPlayerEntity) - Static method in class net.minecraft.server.command.RaidCommand
 
getRaidAt(BlockPos) - Method in class net.minecraft.server.world.ServerWorld
Returns the raid occurring within 96 block radius, or null if there is none.
getRaidAt(BlockPos, int) - Method in class net.minecraft.village.raid.RaidManager
 
getRaiderCount() - Method in class net.minecraft.village.raid.Raid
 
getRaidId() - Method in class net.minecraft.village.raid.Raid
 
getRaidManager() - Method in class net.minecraft.server.world.ServerWorld
 
getRainGradient(float) - Method in class net.minecraft.world.World
 
getRainTime() - Method in class net.minecraft.world.level.LevelProperties
getRainTime() - Method in interface net.minecraft.world.level.ServerWorldProperties
 
getRainTime() - Method in class net.minecraft.world.level.UnmodifiableLevelProperties
getRandom() - Method in class net.minecraft.entity.LivingEntity
 
getRandom() - Method in class net.minecraft.loot.context.LootContext
 
getRandom() - Method in class net.minecraft.world.ChunkRegion
getRandom() - Method in class net.minecraft.world.gen.feature.util.FeatureContext
 
getRandom() - Method in class net.minecraft.world.gen.treedecorator.TreeDecorator.Generator
 
getRandom() - Method in class net.minecraft.world.World
getRandom() - Method in interface net.minecraft.world.WorldAccess
 
getRandom(int[], Random) - Static method in class net.minecraft.util.Util
Returns a random integer from array.
getRandom(List<T>, Random) - Static method in class net.minecraft.util.Util
Returns a random item from list.
getRandom(BlockPos) - Method in class net.minecraft.structure.StructurePlacementData
 
getRandom(Random) - Method in interface net.minecraft.registry.entry.RegistryEntryList
Returns a random entry of the list, or an empty optional if this list is empty.
getRandom(Random) - Method in class net.minecraft.registry.entry.RegistryEntryList.ListBacked
Returns a random entry of the list, or an empty optional if this list is empty.
getRandom(Random) - Method in interface net.minecraft.registry.Registry
Returns a random registry entry from this registry, or an empty optional if the registry is empty.
getRandom(Random) - Method in class net.minecraft.registry.SimpleDefaultedRegistry
Returns a random registry entry from this registry, or an empty optional if the registry is empty.
getRandom(Random) - Method in class net.minecraft.registry.SimpleRegistry
Returns a random registry entry from this registry, or an empty optional if the registry is empty.
getRandom(Random, boolean) - Static method in enum class net.minecraft.entity.passive.AxolotlEntity.Variant
 
getRandom(Random, String[]) - Static method in class net.minecraft.util.NameGenerator
 
getRandom(Random, List<T>) - Static method in class net.minecraft.util.collection.Weighting
 
getRandom(Random, List<T>, int) - Static method in class net.minecraft.util.collection.Weighting
 
getRandom(T[], Random) - Static method in class net.minecraft.util.Util
Returns a random item from array.
getRandomAlivePlayer() - Method in class net.minecraft.server.world.ServerWorld
Returns a randomly selected alive player, or null if there is none.
getRandomBigWarmRuin(Random) - Static method in class net.minecraft.structure.OceanRuinGenerator
 
getRandomBlockInfos(List<StructureTemplate.PalettedBlockInfoList>, BlockPos) - Method in class net.minecraft.structure.StructurePlacementData
 
getRandomBodyY() - Method in class net.minecraft.entity.Entity
 
getRandomCuboid(Random) - Method in class net.minecraft.client.model.ModelPart
 
getRandomElement(Random) - Method in class net.minecraft.structure.pool.StructurePool
 
getRandomEntrance(Random) - Method in class net.minecraft.structure.StrongholdGenerator.Piece
 
getRandomEntry(TagKey<T>, Random) - Method in interface net.minecraft.registry.Registry
Returns a random entry from tag, or an empty Optional if the tag is empty.
getRandomGene() - Method in class net.minecraft.entity.passive.PandaEntity
 
getRandomGrowthState(WorldAccess) - Method in class net.minecraft.block.AbstractPlantPartBlock
 
getRandomGrowthState(WorldAccess) - Method in class net.minecraft.block.AbstractPlantStemBlock
getRandomHeight(Random, int, TreeFeatureConfig) - Method in class net.minecraft.world.gen.foliage.AcaciaFoliagePlacer
getRandomHeight(Random, int, TreeFeatureConfig) - Method in class net.minecraft.world.gen.foliage.BlobFoliagePlacer
getRandomHeight(Random, int, TreeFeatureConfig) - Method in class net.minecraft.world.gen.foliage.CherryFoliagePlacer
getRandomHeight(Random, int, TreeFeatureConfig) - Method in class net.minecraft.world.gen.foliage.DarkOakFoliagePlacer
getRandomHeight(Random, int, TreeFeatureConfig) - Method in class net.minecraft.world.gen.foliage.FoliagePlacer
 
getRandomHeight(Random, int, TreeFeatureConfig) - Method in class net.minecraft.world.gen.foliage.JungleFoliagePlacer
getRandomHeight(Random, int, TreeFeatureConfig) - Method in class net.minecraft.world.gen.foliage.MegaPineFoliagePlacer
getRandomHeight(Random, int, TreeFeatureConfig) - Method in class net.minecraft.world.gen.foliage.PineFoliagePlacer
getRandomHeight(Random, int, TreeFeatureConfig) - Method in class net.minecraft.world.gen.foliage.RandomSpreadFoliagePlacer
getRandomHeight(Random, int, TreeFeatureConfig) - Method in class net.minecraft.world.gen.foliage.SpruceFoliagePlacer
getRandomHorizontalDirection(Random) - Static method in class net.minecraft.structure.StructurePiece
 
getRandomInt(int, int) - Method in class net.minecraft.entity.ai.goal.FollowOwnerGoal
 
getRandomLocation() - Method in class net.minecraft.entity.passive.BeeEntity.BeeWanderAroundGoal
 
getRandomNatural(Random) - Static method in enum class net.minecraft.entity.passive.AxolotlEntity.Variant
 
getRandomOffset() - Method in class net.minecraft.entity.passive.BeeEntity.PollinateGoal
 
getRandomOffset(Random) - Method in class net.minecraft.world.gen.foliage.FoliagePlacer
 
getRandomOrEmpty(List<T>, Random) - Static method in class net.minecraft.util.Util
Returns an Optional of a random item from list, or an empty optional if the list is empty.
getRandomPart(Random) - Method in class net.minecraft.client.render.entity.model.PlayerEntityModel
 
getRandomParticleSpawnChance(boolean) - Method in class net.minecraft.client.render.WorldRenderer
 
getRandomPosBehindTarget(LivingEntity, Random) - Static method in class net.minecraft.entity.ai.brain.task.BreezeMovementUtil
 
getRandomPosInChunk(int, int, int, int) - Method in class net.minecraft.world.World
 
getRandomPosInChunkSection(World, WorldChunk) - Static method in class net.minecraft.world.SpawnHelper
 
getRandomPosInMediumRange(BreezeEntity, LivingEntity) - Static method in class net.minecraft.entity.ai.brain.task.BreezeSlideTowardsTargetTask
 
getRandomProvider() - Method in record class net.minecraft.world.gen.chunk.ChunkGeneratorSettings
 
getRandomRadius(Random, int) - Method in class net.minecraft.world.gen.foliage.FoliagePlacer
 
getRandomRadius(Random, int) - Method in class net.minecraft.world.gen.foliage.PineFoliagePlacer
getRandomSeed() - Static method in class net.minecraft.world.gen.GeneratorOptions
 
getRandomSequences() - Method in class net.minecraft.server.world.ServerWorld
 
getRandomSound(World, Random) - Static method in class net.minecraft.entity.passive.ParrotEntity
 
getRandomUnnatural(Random) - Static method in enum class net.minecraft.entity.passive.AxolotlEntity.Variant
 
getRandomVariant(Random) - Method in class net.minecraft.entity.passive.AxolotlEntity.AxolotlData
 
getRandomVelocity(Random) - Static method in class net.minecraft.client.util.ParticleUtil
 
getRandomWarmRuin(Random) - Static method in class net.minecraft.structure.OceanRuinGenerator
 
getRange() - Method in class net.minecraft.block.entity.CalibratedSculkSensorBlockEntity.Callback
getRange() - Method in class net.minecraft.block.entity.SculkCatalystBlockEntity.Listener
Returns the range, in blocks, of the listener.
getRange() - Method in class net.minecraft.block.entity.SculkSensorBlockEntity.VibrationCallback
getRange() - Method in class net.minecraft.block.entity.SculkShriekerBlockEntity.VibrationCallback
getRange() - Method in class net.minecraft.client.render.debug.GameEventDebugRenderer.Listener
Returns the range, in blocks, of the listener.
getRange() - Method in class net.minecraft.entity.mob.WardenEntity.VibrationCallback
getRange() - Method in class net.minecraft.entity.passive.AllayEntity.JukeboxEventListener
Returns the range, in blocks, of the listener.
getRange() - Method in class net.minecraft.entity.passive.AllayEntity.VibrationCallback
getRange() - Method in class net.minecraft.item.BowItem
getRange() - Method in class net.minecraft.item.CrossbowItem
getRange() - Method in class net.minecraft.item.RangedWeaponItem
 
getRange() - Method in interface net.minecraft.world.event.listener.GameEventListener
Returns the range, in blocks, of the listener.
getRange() - Method in interface net.minecraft.world.event.Vibrations.Callback
 
getRange() - Method in class net.minecraft.world.event.Vibrations.VibrationListener
Returns the range, in blocks, of the listener.
getRangeArgument(CommandContext<ServerCommandSource>, String) - Static method in class net.minecraft.command.argument.NumberRangeArgumentType.FloatRangeArgumentType
 
getRangeArgument(CommandContext<ServerCommandSource>, String) - Static method in class net.minecraft.command.argument.NumberRangeArgumentType.IntRangeArgumentType
 
getRangeLengthSum(MultiNoiseUtil.ParameterRange[]) - Static method in class net.minecraft.world.biome.source.util.MultiNoiseUtil.SearchTree
 
getRarity() - Method in class net.minecraft.enchantment.Enchantment
 
getRarity() - Method in class net.minecraft.item.ItemStack
 
getRarity(ItemStack) - Method in class net.minecraft.item.Item
Returns this item's rarity, which changes the color of its name.
getRateLimit() - Method in class net.minecraft.server.dedicated.MinecraftDedicatedServer
getRateLimit() - Method in class net.minecraft.server.integrated.IntegratedServer
getRateLimit() - Method in class net.minecraft.server.MinecraftServer
 
getRateLimit() - Method in class net.minecraft.test.TestServer
getRavagerSpawnLocation(int, int) - Method in class net.minecraft.village.raid.Raid
 
getRaw(int) - Method in class net.minecraft.util.collection.ArrayListDeque
 
getRawCombined() - Method in class net.minecraft.client.util.TextCollector
 
getRawId() - Method in enum class net.minecraft.client.session.telemetry.TelemetryEventProperty.GameMode
 
getRawId(K) - Method in class net.minecraft.util.collection.Int2ObjectBiMap
getRawId(Item) - Static method in class net.minecraft.item.Item
Returns the raw ID of item, or 0 if passed null.
getRawId(T) - Method in class net.minecraft.util.collection.IdList
getRawId(T) - Method in interface net.minecraft.util.collection.IndexedIterable
 
getRawId(T) - Method in interface net.minecraft.registry.Registry
getRawId(T) - Method in class net.minecraft.registry.SimpleDefaultedRegistry
getRawId(T) - Method in class net.minecraft.registry.SimpleRegistry
getRawIdForStatusEffect(RegistryEntry<StatusEffect>) - Static method in class net.minecraft.screen.BeaconScreenHandler
 
getRawIdFromState(BlockState) - Static method in class net.minecraft.block.Block
 
getRawIdOrThrow(T) - Method in interface net.minecraft.util.collection.IndexedIterable
 
getRawIndex(int) - Method in class net.minecraft.datafixer.fix.ChunkPalettedStorageFix.ChunkNibbleArray
 
getRawLevelDatPath(LocalDateTime) - Method in record class net.minecraft.world.level.storage.LevelStorage.LevelSave
 
getRawMouseInput() - Method in class net.minecraft.client.option.GameOptions
 
getRaycastShape(BlockState, BlockView, BlockPos) - Method in class net.minecraft.block.AbstractBlock
 
getRaycastShape(BlockState, BlockView, BlockPos) - Method in class net.minecraft.block.AbstractCauldronBlock
getRaycastShape(BlockState, BlockView, BlockPos) - Method in class net.minecraft.block.ComposterBlock
getRaycastShape(BlockState, BlockView, BlockPos) - Method in class net.minecraft.block.HopperBlock
getRaycastShape(BlockState, BlockView, BlockPos) - Method in class net.minecraft.block.ScaffoldingBlock
getRaycastShape(BlockView, BlockPos) - Method in class net.minecraft.block.AbstractBlock.AbstractBlockState
 
getRaycastShapeType() - Method in class net.minecraft.entity.projectile.AbstractWindChargeEntity
getRaycastShapeType() - Method in class net.minecraft.entity.projectile.ExplosiveProjectileEntity
 
getReach() - Method in class net.minecraft.world.gen.feature.BasaltColumnsFeatureConfig
 
getReachableHome(ServerWorld, VillagerEntity) - Method in class net.minecraft.entity.ai.brain.task.VillagerBreedTask
 
getReader() - Method in class net.minecraft.command.EntitySelectorReader
 
getReader() - Method in class net.minecraft.resource.Resource
 
getReader() - Method in record class net.minecraft.util.logging.LogFileCompressor.Compressed
getReader() - Method in interface net.minecraft.util.logging.LogFileCompressor.LogFile
 
getReader() - Method in record class net.minecraft.util.logging.LogFileCompressor.Uncompressed
getReader() - Method in class net.minecraft.util.logging.LogWriter
 
getReadOnlyTickScheduler() - Static method in class net.minecraft.world.tick.EmptyTickSchedulers
 
getReadOnlyWrapper() - Method in interface net.minecraft.registry.Registry
Returns a registry wrapper that does not mutate the backing registry under any circumstances.
getReadOnlyWrapper() - Method in class net.minecraft.registry.SimpleRegistry
Returns a registry wrapper that does not mutate the backing registry under any circumstances.
getRealisticOpacity(BlockView, BlockState, BlockPos, BlockState, BlockPos, Direction, int) - Static method in class net.minecraft.world.chunk.light.ChunkLightProvider
 
getRealms32BitWarningChecker() - Method in class net.minecraft.client.MinecraftClient
 
getRealmsNotifications() - Method in class net.minecraft.client.option.GameOptions
 
getRealmsPeriodicCheckers() - Method in class net.minecraft.client.MinecraftClient
 
getRealmsServer() - Method in class net.minecraft.client.realms.gui.screen.RealmsMainScreen.RealmSelectionListEntry
 
getReason() - Method in class net.minecraft.client.gui.screen.report.AbuseReportReasonScreen.ReasonListWidget.ReasonEntry
 
getReason() - Method in class net.minecraft.client.session.report.AbuseReport.Builder
 
getReason() - Method in class net.minecraft.network.packet.s2c.login.LoginDisconnectS2CPacket
 
getReason() - Method in class net.minecraft.network.packet.s2c.play.GameStateChangeS2CPacket
 
getReason() - Method in class net.minecraft.server.BanEntry
 
getReasonListHeight() - Method in class net.minecraft.client.gui.screen.report.AbuseReportReasonScreen
 
getReasonText(BanDetails) - Static method in class net.minecraft.client.session.Bans
 
getReceivedRedstonePower(BlockPos) - Method in interface net.minecraft.world.RedstoneView
 
getReceivedRedstonePower(World, BlockPos) - Method in class net.minecraft.block.RedstoneWireBlock
 
getReceivedStrongRedstonePower(BlockPos) - Method in interface net.minecraft.world.RedstoneView
 
getRecentDamageSource() - Method in class net.minecraft.entity.LivingEntity
 
getRecentlyGeneratedBeamHeight(float) - Method in class net.minecraft.block.entity.EndGatewayBlockEntity
 
getRecipe() - Method in class net.minecraft.client.gui.screen.recipebook.RecipeBookGhostSlots
 
getRecipe() - Method in class net.minecraft.network.packet.c2s.play.CraftRequestC2SPacket
 
getRecipe(World, RecipeInputInventory) - Method in class net.minecraft.recipe.RecipeCache
 
getRecipeArgument(CommandContext<ServerCommandSource>, String) - Static method in class net.minecraft.command.argument.IdentifierArgumentType
 
getRecipeBook() - Method in class net.minecraft.client.gui.screen.recipebook.RecipeBookResults
 
getRecipeBook() - Method in class net.minecraft.client.network.ClientPlayerEntity
 
getRecipeBook() - Method in class net.minecraft.server.network.ServerPlayerEntity
 
getRecipeBookWidget() - Method in class net.minecraft.client.gui.screen.ingame.AbstractFurnaceScreen
getRecipeBookWidget() - Method in class net.minecraft.client.gui.screen.ingame.CraftingScreen
getRecipeBookWidget() - Method in class net.minecraft.client.gui.screen.ingame.InventoryScreen
getRecipeBookWidget() - Method in interface net.minecraft.client.gui.screen.recipebook.RecipeBookProvider
 
getRecipeFor(ItemStack) - Method in class net.minecraft.block.entity.CampfireBlockEntity
 
getRecipeId() - Method in class net.minecraft.network.packet.c2s.play.RecipeBookDataC2SPacket
 
getRecipeId() - Method in class net.minecraft.network.packet.s2c.play.CraftFailedResponseS2CPacket
 
getRecipeIds() - Method in class net.minecraft.client.network.ClientCommandSource
getRecipeIds() - Method in interface net.minecraft.command.CommandSource
 
getRecipeIds() - Method in class net.minecraft.server.command.ServerCommandSource
getRecipeIdsToChange() - Method in class net.minecraft.network.packet.s2c.play.UnlockRecipesS2CPacket
 
getRecipeIdsToInit() - Method in class net.minecraft.network.packet.s2c.play.UnlockRecipesS2CPacket
 
getRecipeManager() - Method in class net.minecraft.client.network.ClientPlayNetworkHandler
 
getRecipeManager() - Method in class net.minecraft.client.world.ClientWorld
getRecipeManager() - Method in class net.minecraft.server.DataPackContents
 
getRecipeManager() - Method in class net.minecraft.server.MinecraftServer
 
getRecipeManager() - Method in class net.minecraft.server.world.ServerWorld
getRecipeManager() - Method in class net.minecraft.world.World
 
getRecipeName(ItemConvertible) - Static method in class net.minecraft.data.server.recipe.RecipeProvider
 
getRecipeRemainder() - Method in class net.minecraft.item.Item
Gets the remainder item that should be left behind when this item is used as a crafting ingredient.
getRecipes() - Method in class net.minecraft.network.packet.s2c.play.SynchronizeRecipesS2CPacket
 
getRecipes() - Method in class net.minecraft.screen.MerchantScreenHandler
 
getRecipes(boolean) - Method in class net.minecraft.client.gui.screen.recipebook.RecipeResultCollection
 
getRecipesUsedAndDropExperience(ServerWorld, Vec3d) - Method in class net.minecraft.block.entity.AbstractFurnaceBlockEntity
 
getRecordingQueue() - Method in class com.mojang.blaze3d.systems.RenderCallStorage
 
getRectangleRenderer() - Method in class net.minecraft.client.font.FontStorage
 
getRectFromCorners(BookEditScreen.Position, BookEditScreen.Position) - Method in class net.minecraft.client.gui.screen.ingame.BookEditScreen
 
getRed() - Method in class net.minecraft.client.render.debug.GameTestDebugRenderer.Marker
 
getRed(int) - Static method in class net.minecraft.util.math.ColorHelper.Abgr
 
getRed(int) - Static method in class net.minecraft.util.math.ColorHelper.Argb
Returns the red value of argb.
getRed(int, int) - Method in class net.minecraft.client.texture.NativeImage
 
getRedBits() - Method in class net.minecraft.client.util.VideoMode
 
getRedChannelOffset() - Method in enum class net.minecraft.client.texture.NativeImage.Format
 
getRedOffset() - Method in enum class net.minecraft.client.texture.NativeImage.Format
 
getRedstoneOutput(BlockState) - Method in class net.minecraft.block.AbstractPressurePlateBlock
 
getRedstoneOutput(BlockState) - Method in class net.minecraft.block.PressurePlateBlock
getRedstoneOutput(BlockState) - Method in class net.minecraft.block.WeightedPressurePlateBlock
getRedstoneOutput(World, BlockPos) - Method in class net.minecraft.block.AbstractPressurePlateBlock
 
getRedstoneOutput(World, BlockPos) - Method in class net.minecraft.block.PressurePlateBlock
getRedstoneOutput(World, BlockPos) - Method in class net.minecraft.block.WeightedPressurePlateBlock
getReducedDebugInfo() - Method in class net.minecraft.client.option.GameOptions
 
getReferenceEntryCodec() - Method in interface net.minecraft.registry.Registry
 
getReferences() - Method in class net.minecraft.structure.StructureStart
 
getRefreshRate() - Method in class net.minecraft.client.util.VideoMode
 
getRefreshRate() - Method in class net.minecraft.client.util.Window
 
getRegion(ChunkHolder, int, IntFunction<ChunkStatus>) - Method in class net.minecraft.server.world.ThreadedAnvilChunkStorage
 
getRegionFile(ChunkPos) - Method in class net.minecraft.world.storage.RegionBasedStorage
 
getRegionRelativeX() - Method in class net.minecraft.util.math.ChunkPos
 
getRegionRelativeZ() - Method in class net.minecraft.util.math.ChunkPos
 
getRegionX() - Method in class net.minecraft.util.math.ChunkPos
 
getRegionZ() - Method in class net.minecraft.util.math.ChunkPos
 
getRegistrationType() - Method in class net.minecraft.client.sound.Sound
 
getRegistry() - Method in class net.minecraft.registry.RegistryKey
 
getRegistry() - Method in class net.minecraft.stat.StatType
 
getRegistry(CommandContext<ServerCommandSource>, RegistryKey<? extends Registry<T>>) - Static method in class net.minecraft.command.argument.RegistryKeyArgumentType
 
getRegistryEntry() - Method in class net.minecraft.block.AbstractBlock.AbstractBlockState
 
getRegistryEntry() - Method in class net.minecraft.block.Block
Deprecated.
getRegistryEntry() - Method in class net.minecraft.block.entity.BlockEntityType
 
getRegistryEntry() - Method in class net.minecraft.enchantment.Enchantment
Deprecated.
getRegistryEntry() - Method in class net.minecraft.entity.EntityType
Deprecated.
getRegistryEntry() - Method in class net.minecraft.fluid.Fluid
Deprecated.
getRegistryEntry() - Method in class net.minecraft.fluid.FluidState
 
getRegistryEntry() - Method in class net.minecraft.item.Item
Deprecated.
getRegistryEntry() - Method in class net.minecraft.item.ItemStack
 
getRegistryEntry(CommandContext<ServerCommandSource>, String, RegistryKey<Registry<T>>) - Static method in class net.minecraft.command.argument.RegistryEntryArgumentType
 
getRegistryEntry(CommandContext<ServerCommandSource>, String, RegistryKey<Registry<T>>, DynamicCommandExceptionType) - Static method in class net.minecraft.command.argument.RegistryKeyArgumentType
 
getRegistryEntryPredicate(CommandContext<ServerCommandSource>, String, RegistryKey<Registry<T>>) - Static method in class net.minecraft.command.argument.RegistryEntryPredicateArgumentType
 
getRegistryInfo(RegistryKey<? extends Registry<? extends T>>) - Method in interface net.minecraft.registry.RegistryOps.RegistryInfoGetter
 
getRegistryKey() - Method in interface net.minecraft.registry.RegistryWrapper.Impl.Delegating
getRegistryKey() - Method in interface net.minecraft.registry.RegistryWrapper.Impl
 
getRegistryKey() - Method in class net.minecraft.world.World
 
getRegistryLifecycle() - Method in interface net.minecraft.registry.DynamicRegistryManager
 
getRegistryLookup(RegistryKey<? extends Registry<? extends S>>) - Method in interface net.minecraft.registry.Registerable
 
getRegistryLookupFuture() - Method in class net.minecraft.data.server.tag.ItemTagProvider
getRegistryLookupFuture() - Method in class net.minecraft.data.server.tag.TagProvider
 
getRegistryManager() - Method in class net.minecraft.client.gui.screen.recipebook.RecipeResultCollection
 
getRegistryManager() - Method in class net.minecraft.client.network.ClientCommandSource
getRegistryManager() - Method in class net.minecraft.client.network.ClientPlayNetworkHandler
 
getRegistryManager() - Method in interface net.minecraft.command.CommandSource
 
getRegistryManager() - Method in class net.minecraft.entity.Entity
 
getRegistryManager() - Method in class net.minecraft.network.RegistryByteBuf
 
getRegistryManager() - Method in class net.minecraft.server.command.ServerCommandSource
getRegistryManager() - Method in class net.minecraft.server.MinecraftServer
 
getRegistryManager() - Method in class net.minecraft.world.ChunkRegion
getRegistryManager() - Method in class net.minecraft.world.gen.carver.CarverContext
Deprecated.
getRegistryManager() - Method in class net.minecraft.world.gen.StructureAccessor
 
getRegistryManager() - Method in class net.minecraft.world.World
getRegistryManager() - Method in interface net.minecraft.world.WorldView
 
getRegistryTags() - Method in class net.minecraft.registry.tag.TagManagerLoader
 
getRegularAttackInterval() - Method in class net.minecraft.entity.mob.AbstractSkeletonEntity
 
getRegularAttackInterval() - Method in class net.minecraft.entity.mob.BoggedEntity
getRegularBiome(int, int, MultiNoiseUtil.ParameterRange) - Method in class net.minecraft.world.biome.source.util.VanillaBiomeParameters
Returns a regular biome..
getRegularBlock() - Method in class net.minecraft.block.InfestedBlock
 
getRegularEntityCount() - Method in class net.minecraft.client.world.ClientWorld
 
getRegularParticlesPos(BlockPos, Random) - Static method in class net.minecraft.block.entity.VaultBlockEntity.Client
 
getRelative(Vec3d) - Method in class net.minecraft.test.TestContext
 
getRelativePath() - Method in class net.minecraft.util.WorldSavePath
 
getRelativePos() - Method in exception class net.minecraft.test.PositionedException
 
getRelativePos(BlockPos) - Method in class net.minecraft.test.TestContext
 
getRelativeTestBox() - Method in class net.minecraft.test.TestContext
 
getRelativeTopY(Heightmap.Type, int, int) - Method in class net.minecraft.test.TestContext
 
getReloadScheduler() - Method in class net.minecraft.client.resource.server.ServerResourcePackLoader
 
getRemainder(C) - Method in interface net.minecraft.recipe.Recipe
Returns the remaining stacks to be left in the inventory after the recipe is used.
getRemainder(RecipeInputInventory) - Method in class net.minecraft.recipe.BannerDuplicateRecipe
 
getRemainder(RecipeInputInventory) - Method in class net.minecraft.recipe.BookCloningRecipe
 
getRemainingStacks(RecipeType<T>, C, World) - Method in class net.minecraft.recipe.RecipeManager
Returns the remainder of a recipe of the given type that match the given inventory and world, or a shallow copy of the inventory.
getRemovalReason() - Method in class net.minecraft.entity.Entity
Returns the reason for the entity's removal, or null if it is not removed.
getRemovedFeatures() - Method in class net.minecraft.world.level.LevelProperties
getRemovedFeatures() - Method in interface net.minecraft.world.SaveProperties
 
getRemoveItemSound() - Method in class net.minecraft.entity.decoration.GlowItemFrameEntity
getRemoveItemSound() - Method in class net.minecraft.entity.decoration.ItemFrameEntity
 
getRenderColor(int) - Static method in class net.minecraft.block.MapColor
 
getRenderColor(MapColor.Brightness) - Method in class net.minecraft.block.MapColor
 
getRenderColorByte(MapColor.Brightness) - Method in class net.minecraft.block.MapColor
 
getRenderConnectionType(BlockView, BlockPos, Direction) - Method in class net.minecraft.block.RedstoneWireBlock
 
getRenderConnectionType(BlockView, BlockPos, Direction, boolean) - Method in class net.minecraft.block.RedstoneWireBlock
 
getRenderDispatcher() - Method in class net.minecraft.client.render.block.entity.BlockEntityRendererFactory.Context
 
getRenderDispatcher() - Method in class net.minecraft.client.render.entity.EntityRendererFactory.Context
 
getRenderDistance() - Method in class net.minecraft.client.render.block.entity.BeaconBlockEntityRenderer
getRenderDistance() - Method in interface net.minecraft.client.render.block.entity.BlockEntityRenderer
 
getRenderDistance() - Method in class net.minecraft.client.render.block.entity.EndGatewayBlockEntityRenderer
getRenderDistance() - Method in class net.minecraft.client.render.block.entity.PistonBlockEntityRenderer
getRenderDistance() - Method in class net.minecraft.client.render.block.entity.StructureBlockBlockEntityRenderer
getRenderDistanceMultiplier() - Static method in class net.minecraft.entity.Entity
Returns the entity render distance multiplier.
getRenderedAmount(int) - Static method in class net.minecraft.client.render.entity.ItemEntityRenderer
 
getRenderedChatMessage(String) - Static method in class net.minecraft.client.util.ChatMessages
 
getRenderedChunk() - Method in class net.minecraft.client.render.chunk.ChunkRendererRegionBuilder.ClientChunk
 
getRenderedChunk(BlockPos) - Method in class net.minecraft.client.render.BuiltChunkStorage
 
getRenderedEntity(World, BlockPos) - Method in class net.minecraft.block.spawner.MobSpawnerLogic
 
getRenderer() - Static method in class com.mojang.blaze3d.platform.GlDebugInfo
 
getRenderer(T) - Method in class net.minecraft.client.render.entity.EntityRenderDispatcher
 
getRendererWarning() - Method in class net.minecraft.client.resource.VideoWarningManager
 
getRenderingSeed(BlockState, BlockPos) - Method in class net.minecraft.block.AbstractBlock
Returns the seed value for rendering.
getRenderingSeed(BlockState, BlockPos) - Method in class net.minecraft.block.BedBlock
Returns the seed value for rendering.
getRenderingSeed(BlockState, BlockPos) - Method in class net.minecraft.block.DoorBlock
Returns the seed value for rendering.
getRenderingSeed(BlockState, BlockPos) - Method in class net.minecraft.block.TallPlantBlock
Returns the seed value for rendering.
getRenderingSeed(BlockPos) - Method in class net.minecraft.block.AbstractBlock.AbstractBlockState
 
getRenderLayer(Function<Identifier, RenderLayer>) - Method in class net.minecraft.client.util.SpriteIdentifier
 
getRenderLayer(SkullBlock.SkullType, GameProfile) - Static method in class net.minecraft.client.render.block.entity.SkullBlockEntityRenderer
 
getRenderLayer(TextRenderer.TextLayerType) - Method in record class net.minecraft.client.font.TextRenderLayerSet
 
getRenderLayer(ArmorStandEntity, boolean, boolean, boolean) - Method in class net.minecraft.client.render.entity.ArmorStandEntityRenderer
 
getRenderLayer(T, boolean, boolean, boolean) - Method in class net.minecraft.client.render.entity.LivingEntityRenderer
Gets the render layer appropriate for rendering the passed entity.
getRenderManager() - Method in class net.minecraft.client.render.block.entity.BlockEntityRendererFactory.Context
 
getRenderOffsetX(float) - Method in class net.minecraft.block.entity.PistonBlockEntity
 
getRenderOffsetY(float) - Method in class net.minecraft.block.entity.PistonBlockEntity
 
getRenderOffsetZ(float) - Method in class net.minecraft.block.entity.PistonBlockEntity
 
getRenderPositionOffset(float) - Method in class net.minecraft.entity.mob.ShulkerEntity
 
getRenderState() - Method in class net.minecraft.entity.decoration.DisplayEntity
 
getRenderTime() - Method in class net.minecraft.client.MinecraftClient
 
getRenderType() - Method in class net.minecraft.block.AbstractBlock.AbstractBlockState
 
getRenderType() - Method in class net.minecraft.scoreboard.ScoreboardObjective
 
getRenderType(BlockState) - Method in class net.minecraft.block.AbstractBlock
Returns the block's render type (invisible, animated, model).
getRenderType(BlockState) - Method in class net.minecraft.block.AbstractFurnaceBlock
Returns the block's render type (invisible, animated, model).
getRenderType(BlockState) - Method in class net.minecraft.block.AirBlock
Returns the block's render type (invisible, animated, model).
getRenderType(BlockState) - Method in class net.minecraft.block.BarrelBlock
Returns the block's render type (invisible, animated, model).
getRenderType(BlockState) - Method in class net.minecraft.block.BarrierBlock
Returns the block's render type (invisible, animated, model).
getRenderType(BlockState) - Method in class net.minecraft.block.BeaconBlock
Returns the block's render type (invisible, animated, model).
getRenderType(BlockState) - Method in class net.minecraft.block.BedBlock
Returns the block's render type (invisible, animated, model).
getRenderType(BlockState) - Method in class net.minecraft.block.BeehiveBlock
Returns the block's render type (invisible, animated, model).
getRenderType(BlockState) - Method in class net.minecraft.block.BellBlock
Returns the block's render type (invisible, animated, model).
getRenderType(BlockState) - Method in class net.minecraft.block.BlockWithEntity
Returns the block's render type (invisible, animated, model).
getRenderType(BlockState) - Method in class net.minecraft.block.BrewingStandBlock
Returns the block's render type (invisible, animated, model).
getRenderType(BlockState) - Method in class net.minecraft.block.BrushableBlock
Returns the block's render type (invisible, animated, model).
getRenderType(BlockState) - Method in class net.minecraft.block.BubbleColumnBlock
Returns the block's render type (invisible, animated, model).
getRenderType(BlockState) - Method in class net.minecraft.block.CampfireBlock
Returns the block's render type (invisible, animated, model).
getRenderType(BlockState) - Method in class net.minecraft.block.ChestBlock
Returns the block's render type (invisible, animated, model).
getRenderType(BlockState) - Method in class net.minecraft.block.ChiseledBookshelfBlock
Returns the block's render type (invisible, animated, model).
getRenderType(BlockState) - Method in class net.minecraft.block.CommandBlock
Returns the block's render type (invisible, animated, model).
getRenderType(BlockState) - Method in class net.minecraft.block.ConduitBlock
Returns the block's render type (invisible, animated, model).
getRenderType(BlockState) - Method in class net.minecraft.block.CrafterBlock
Returns the block's render type (invisible, animated, model).
getRenderType(BlockState) - Method in class net.minecraft.block.DaylightDetectorBlock
Returns the block's render type (invisible, animated, model).
getRenderType(BlockState) - Method in class net.minecraft.block.DispenserBlock
Returns the block's render type (invisible, animated, model).
getRenderType(BlockState) - Method in class net.minecraft.block.EnchantingTableBlock
Returns the block's render type (invisible, animated, model).
getRenderType(BlockState) - Method in class net.minecraft.block.EnderChestBlock
Returns the block's render type (invisible, animated, model).
getRenderType(BlockState) - Method in class net.minecraft.block.FluidBlock
Returns the block's render type (invisible, animated, model).
getRenderType(BlockState) - Method in class net.minecraft.block.GrindstoneBlock
Returns the block's render type (invisible, animated, model).
getRenderType(BlockState) - Method in class net.minecraft.block.HopperBlock
Returns the block's render type (invisible, animated, model).
getRenderType(BlockState) - Method in class net.minecraft.block.JukeboxBlock
Returns the block's render type (invisible, animated, model).
getRenderType(BlockState) - Method in class net.minecraft.block.LecternBlock
Returns the block's render type (invisible, animated, model).
getRenderType(BlockState) - Method in class net.minecraft.block.LightBlock
Returns the block's render type (invisible, animated, model).
getRenderType(BlockState) - Method in class net.minecraft.block.SculkCatalystBlock
Returns the block's render type (invisible, animated, model).
getRenderType(BlockState) - Method in class net.minecraft.block.SculkSensorBlock
Returns the block's render type (invisible, animated, model).
getRenderType(BlockState) - Method in class net.minecraft.block.SculkShriekerBlock
Returns the block's render type (invisible, animated, model).
getRenderType(BlockState) - Method in class net.minecraft.block.ShulkerBoxBlock
Returns the block's render type (invisible, animated, model).
getRenderType(BlockState) - Method in class net.minecraft.block.SpawnerBlock
Returns the block's render type (invisible, animated, model).
getRenderType(BlockState) - Method in class net.minecraft.block.StonecutterBlock
Returns the block's render type (invisible, animated, model).
getRenderType(BlockState) - Method in class net.minecraft.block.StructureBlock
Returns the block's render type (invisible, animated, model).
getRenderType(BlockState) - Method in class net.minecraft.block.StructureVoidBlock
Returns the block's render type (invisible, animated, model).
getRenderType(BlockState) - Method in class net.minecraft.block.TrialSpawnerBlock
Returns the block's render type (invisible, animated, model).
getRenderType(BlockState) - Method in class net.minecraft.block.VaultBlock
Returns the block's render type (invisible, animated, model).
getRenderTypeArmorCutoutNoCullProgram() - Static method in class net.minecraft.client.render.GameRenderer
 
getRenderTypeArmorEntityGlintProgram() - Static method in class net.minecraft.client.render.GameRenderer
 
getRenderTypeArmorGlintProgram() - Static method in class net.minecraft.client.render.GameRenderer
 
getRenderTypeBeaconBeamProgram() - Static method in class net.minecraft.client.render.GameRenderer
 
getRenderTypeBreezeWindProgram() - Static method in class net.minecraft.client.render.GameRenderer
 
getRenderTypeCloudsProgram() - Static method in class net.minecraft.client.render.GameRenderer
 
getRenderTypeCrumblingProgram() - Static method in class net.minecraft.client.render.GameRenderer
 
getRenderTypeCutoutMippedProgram() - Static method in class net.minecraft.client.render.GameRenderer
 
getRenderTypeCutoutProgram() - Static method in class net.minecraft.client.render.GameRenderer
 
getRenderTypeEndGatewayProgram() - Static method in class net.minecraft.client.render.GameRenderer
 
getRenderTypeEndPortalProgram() - Static method in class net.minecraft.client.render.GameRenderer
 
getRenderTypeEnergySwirlProgram() - Static method in class net.minecraft.client.render.GameRenderer
 
getRenderTypeEntityAlphaProgram() - Static method in class net.minecraft.client.render.GameRenderer
 
getRenderTypeEntityCutoutNoNullProgram() - Static method in class net.minecraft.client.render.GameRenderer
 
getRenderTypeEntityCutoutNoNullZOffsetProgram() - Static method in class net.minecraft.client.render.GameRenderer
 
getRenderTypeEntityCutoutProgram() - Static method in class net.minecraft.client.render.GameRenderer
 
getRenderTypeEntityDecalProgram() - Static method in class net.minecraft.client.render.GameRenderer
 
getRenderTypeEntityGlintDirectProgram() - Static method in class net.minecraft.client.render.GameRenderer
 
getRenderTypeEntityGlintProgram() - Static method in class net.minecraft.client.render.GameRenderer
 
getRenderTypeEntityNoOutlineProgram() - Static method in class net.minecraft.client.render.GameRenderer
 
getRenderTypeEntityShadowProgram() - Static method in class net.minecraft.client.render.GameRenderer
 
getRenderTypeEntitySmoothCutoutProgram() - Static method in class net.minecraft.client.render.GameRenderer
 
getRenderTypeEntitySolidProgram() - Static method in class net.minecraft.client.render.GameRenderer
 
getRenderTypeEntityTranslucentCullProgram() - Static method in class net.minecraft.client.render.GameRenderer
 
getRenderTypeEntityTranslucentEmissiveProgram() - Static method in class net.minecraft.client.render.GameRenderer
 
getRenderTypeEntityTranslucentProgram() - Static method in class net.minecraft.client.render.GameRenderer
 
getRenderTypeEyesProgram() - Static method in class net.minecraft.client.render.GameRenderer
 
getRenderTypeGlintDirectProgram() - Static method in class net.minecraft.client.render.GameRenderer
 
getRenderTypeGlintProgram() - Static method in class net.minecraft.client.render.GameRenderer
 
getRenderTypeGlintTranslucentProgram() - Static method in class net.minecraft.client.render.GameRenderer
 
getRenderTypeGuiGhostRecipeOverlayProgram() - Static method in class net.minecraft.client.render.GameRenderer
 
getRenderTypeGuiOverlayProgram() - Static method in class net.minecraft.client.render.GameRenderer
 
getRenderTypeGuiProgram() - Static method in class net.minecraft.client.render.GameRenderer
 
getRenderTypeGuiTextHighlightProgram() - Static method in class net.minecraft.client.render.GameRenderer
 
getRenderTypeItemEntityTranslucentCullProgram() - Static method in class net.minecraft.client.render.GameRenderer
 
getRenderTypeLeashProgram() - Static method in class net.minecraft.client.render.GameRenderer
 
getRenderTypeLightningProgram() - Static method in class net.minecraft.client.render.GameRenderer
 
getRenderTypeLinesProgram() - Static method in class net.minecraft.client.render.GameRenderer
Returns the rendertype_lines shader program.
getRenderTypeOutlineProgram() - Static method in class net.minecraft.client.render.GameRenderer
 
getRenderTypeSolidProgram() - Static method in class net.minecraft.client.render.GameRenderer
 
getRenderTypeTextBackgroundProgram() - Static method in class net.minecraft.client.render.GameRenderer
 
getRenderTypeTextBackgroundSeeThroughProgram() - Static method in class net.minecraft.client.render.GameRenderer
 
getRenderTypeTextIntensityProgram() - Static method in class net.minecraft.client.render.GameRenderer
 
getRenderTypeTextIntensitySeeThroughProgram() - Static method in class net.minecraft.client.render.GameRenderer
 
getRenderTypeTextProgram() - Static method in class net.minecraft.client.render.GameRenderer
 
getRenderTypeTextSeeThroughProgram() - Static method in class net.minecraft.client.render.GameRenderer
 
getRenderTypeTranslucentMovingBlockProgram() - Static method in class net.minecraft.client.render.GameRenderer
 
getRenderTypeTranslucentProgram() - Static method in class net.minecraft.client.render.GameRenderer
 
getRenderTypeTripwireProgram() - Static method in class net.minecraft.client.render.GameRenderer
 
getRenderTypeWaterMaskProgram() - Static method in class net.minecraft.client.render.GameRenderer
 
getRepairIngredient - Variable in record class net.minecraft.item.ArmorMaterial
The field for the getRepairIngredient record component.
getRepairIngredient() - Method in record class net.minecraft.item.ArmorMaterial
Returns the Ingredient used to repair items using this ArmorMaterial.
getRepairIngredient() - Method in interface net.minecraft.item.ToolMaterial
Returns the Ingredient used to repair items using this ToolMaterial.
getRepairIngredient() - Method in enum class net.minecraft.item.ToolMaterials
Returns the Ingredient used to repair items using this ToolMaterial.
getRepeatDelay() - Method in class net.minecraft.client.sound.AbstractSoundInstance
getRepeatDelay() - Method in interface net.minecraft.client.sound.SoundInstance
 
getReplaceableTag() - Method in class net.minecraft.block.entity.SculkSpreadManager
 
getReplacement() - Method in class net.minecraft.client.sound.AbstractBeeSoundInstance
 
getReplacement() - Method in class net.minecraft.client.sound.AggressiveBeeSoundInstance
getReplacement() - Method in class net.minecraft.client.sound.PassiveBeeSoundInstance
getReplyBuf() - Method in class net.minecraft.server.rcon.QueryResponseHandler.Query
 
getReport() - Method in class net.minecraft.client.session.report.AbuseReport.Builder
 
getReport() - Method in exception class net.minecraft.util.crash.CrashException
 
getReportButtonTooltip() - Method in class net.minecraft.client.gui.screen.multiplayer.SocialInteractionsPlayerListEntry
 
getReportedPlayerUuid() - Method in class net.minecraft.client.session.report.AbuseReport.Builder
 
getReputation(PlayerEntity) - Method in class net.minecraft.entity.passive.VillagerEntity
 
getReputationCount(VillageGossipType, DoublePredicate) - Method in class net.minecraft.village.VillagerGossips
 
getReputationFor(UUID) - Method in class net.minecraft.village.VillagerGossips
 
getReputationFor(UUID, Predicate<VillageGossipType>) - Method in class net.minecraft.village.VillagerGossips
 
getRequestedFeatures() - Method in class net.minecraft.resource.ResourcePackManager
 
getRequestedFeatures() - Method in class net.minecraft.resource.ResourcePackProfile
 
getRequired() - Method in class net.minecraft.loot.context.LootContextType
 
getRequiredFeatures() - Method in class net.minecraft.block.AbstractBlock
getRequiredFeatures() - Method in class net.minecraft.entity.EntityType
getRequiredFeatures() - Method in class net.minecraft.item.BlockItem
getRequiredFeatures() - Method in class net.minecraft.item.Item
getRequiredFeatures() - Method in class net.minecraft.item.SpawnEggItem
getRequiredFeatures() - Method in interface net.minecraft.resource.featuretoggle.ToggleableFeature
 
getRequiredFeatures() - Method in class net.minecraft.screen.ScreenHandlerType
getRequiredFontProviders(Function<Identifier, List<Font.FontFilterPair>>) - Method in record class net.minecraft.client.font.FontManager.FontEntry
 
getRequiredFontProviders(List<FontManager.FontEntry>) - Method in class net.minecraft.client.font.FontManager
 
getRequiredParameters() - Method in class net.minecraft.class_9317
getRequiredParameters() - Method in record class net.minecraft.loot.condition.BlockStatePropertyLootCondition
getRequiredParameters() - Method in record class net.minecraft.loot.condition.DamageSourcePropertiesLootCondition
getRequiredParameters() - Method in record class net.minecraft.loot.condition.EntityPropertiesLootCondition
getRequiredParameters() - Method in record class net.minecraft.loot.condition.EntityScoresLootCondition
getRequiredParameters() - Method in record class net.minecraft.loot.condition.InvertedLootCondition
getRequiredParameters() - Method in class net.minecraft.loot.condition.KilledByPlayerLootCondition
getRequiredParameters() - Method in record class net.minecraft.loot.condition.MatchToolLootCondition
getRequiredParameters() - Method in record class net.minecraft.loot.condition.RandomChanceWithLootingLootCondition
getRequiredParameters() - Method in class net.minecraft.loot.condition.SurvivesExplosionLootCondition
getRequiredParameters() - Method in record class net.minecraft.loot.condition.TableBonusLootCondition
getRequiredParameters() - Method in record class net.minecraft.loot.condition.TimeCheckLootCondition
getRequiredParameters() - Method in record class net.minecraft.loot.condition.ValueCheckLootCondition
getRequiredParameters() - Method in interface net.minecraft.loot.context.LootContextAware
 
getRequiredParameters() - Method in class net.minecraft.loot.function.ApplyBonusLootFunction
getRequiredParameters() - Method in class net.minecraft.loot.function.CopyNameLootFunction
getRequiredParameters() - Method in class net.minecraft.loot.function.CopyNbtLootFunction
getRequiredParameters() - Method in class net.minecraft.loot.function.CopyStateFunction
getRequiredParameters() - Method in class net.minecraft.loot.function.EnchantWithLevelsLootFunction
getRequiredParameters() - Method in class net.minecraft.loot.function.ExplorationMapLootFunction
getRequiredParameters() - Method in class net.minecraft.loot.function.FillPlayerHeadLootFunction
getRequiredParameters() - Method in class net.minecraft.loot.function.LimitCountLootFunction
getRequiredParameters() - Method in class net.minecraft.loot.function.LootingEnchantLootFunction
getRequiredParameters() - Method in class net.minecraft.loot.function.SetAttributesLootFunction
getRequiredParameters() - Method in class net.minecraft.loot.function.SetCountLootFunction
getRequiredParameters() - Method in class net.minecraft.loot.function.SetDamageLootFunction
getRequiredParameters() - Method in class net.minecraft.loot.function.SetEnchantmentsLootFunction
getRequiredParameters() - Method in class net.minecraft.loot.function.SetLoreLootFunction
getRequiredParameters() - Method in class net.minecraft.loot.function.SetNameLootFunction
getRequiredParameters() - Method in class net.minecraft.loot.function.SetStewEffectLootFunction
getRequiredParameters() - Method in class net.minecraft.loot.operator.BoundedIntUnaryOperator
 
getRequiredParameters() - Method in class net.minecraft.loot.provider.nbt.ContextLootNbtProvider
getRequiredParameters() - Method in interface net.minecraft.loot.provider.nbt.ContextLootNbtProvider.Target
 
getRequiredParameters() - Method in interface net.minecraft.loot.provider.nbt.LootNbtProvider
 
getRequiredParameters() - Method in record class net.minecraft.loot.provider.nbt.StorageLootNbtProvider
getRequiredParameters() - Method in record class net.minecraft.loot.provider.number.BinomialLootNumberProvider
getRequiredParameters() - Method in record class net.minecraft.loot.provider.number.ScoreLootNumberProvider
getRequiredParameters() - Method in record class net.minecraft.loot.provider.number.UniformLootNumberProvider
getRequiredParameters() - Method in record class net.minecraft.loot.provider.score.ContextLootScoreProvider
getRequiredParameters() - Method in record class net.minecraft.loot.provider.score.FixedLootScoreProvider
getRequiredParameters() - Method in interface net.minecraft.loot.provider.score.LootScoreProvider
 
getRequiredSpaceCount() - Method in interface net.minecraft.client.toast.Toast
 
getRequiredStatusForGeneration(ChunkStatus, int) - Method in class net.minecraft.server.world.ThreadedAnvilChunkStorage
 
getRequiredSuccesses() - Method in class net.minecraft.test.GameTestState
 
getRequiredTests() - Method in class net.minecraft.test.TestSet
 
getRequirement(int) - Method in class net.minecraft.recipe.RecipeMatcher.Matcher
 
getRequirementIndex(boolean, int) - Method in class net.minecraft.recipe.RecipeMatcher.Matcher
 
getRequirementIndex(boolean, int, int) - Method in class net.minecraft.recipe.RecipeMatcher.Matcher
 
getRequirementIndex(int) - Method in class net.minecraft.recipe.RecipeMatcher.Matcher
 
getResolver(DataOutput.OutputType, String) - Method in class net.minecraft.data.DataOutput
 
getResonation(int) - Static method in interface net.minecraft.world.event.Vibrations
 
getResource(Identifier) - Method in record class net.minecraft.client.render.GameRenderer.CachedResourceFactory
Finds and returns the corresponding resource for a resource's identifier.
getResource(Identifier) - Method in class net.minecraft.resource.LifecycledResourceManagerImpl
Finds and returns the corresponding resource for a resource's identifier.
getResource(Identifier) - Method in class net.minecraft.resource.NamespaceResourceManager
Finds and returns the corresponding resource for a resource's identifier.
getResource(Identifier) - Method in class net.minecraft.resource.ReloadableResourceManagerImpl
Finds and returns the corresponding resource for a resource's identifier.
getResource(Identifier) - Method in interface net.minecraft.resource.ResourceFactory
Finds and returns the corresponding resource for a resource's identifier.
getResource(Identifier) - Method in enum class net.minecraft.resource.ResourceManager.Empty
Finds and returns the corresponding resource for a resource's identifier.
getResourceManager() - Method in class net.minecraft.client.MinecraftClient
 
getResourceManager() - Method in class net.minecraft.client.render.entity.EntityRendererFactory.Context
 
getResourceManager() - Method in class net.minecraft.server.MinecraftServer
 
getResourceOrThrow(Identifier) - Method in interface net.minecraft.resource.ResourceFactory
 
getResourcePack() - Method in class net.minecraft.resource.VanillaResourcePackProvider
 
getResourcePackDir() - Method in class net.minecraft.client.MinecraftClient
 
getResourcePackId(RealmsServer) - Static method in class net.minecraft.client.realms.task.RealmsPrepareConnectionTask
 
getResourcePackManager() - Method in class net.minecraft.client.MinecraftClient
 
getResourcePackPolicy() - Method in class net.minecraft.client.network.ServerInfo
Returns the policy on resource packs sent by this server.
getResourcePackProperties() - Method in class net.minecraft.server.dedicated.MinecraftDedicatedServer
getResourcePackProperties() - Method in class net.minecraft.server.MinecraftServer
 
getResourcePacksPath(Path) - Method in class net.minecraft.client.resource.DefaultClientResourcePackProvider
 
getResourcePath(Path, String, String) - Static method in class net.minecraft.util.PathUtil
 
getResourceVersion(ResourceType) - Method in interface net.minecraft.GameVersion
 
getResourceVersion(ResourceType) - Method in class net.minecraft.MinecraftVersion
getRespiration(LivingEntity) - Static method in class net.minecraft.enchantment.EnchantmentHelper
 
getResponse(QueryableServer) - Static method in class net.minecraft.network.handler.LegacyQueryHandler
 
getResponseFor1_2(QueryableServer) - Static method in class net.minecraft.network.handler.LegacyQueryHandler
 
getResult() - Method in class net.minecraft.nbt.NbtOps.BasicMerger
getResult() - Method in class net.minecraft.nbt.NbtOps.ByteArrayMerger
getResult() - Method in class net.minecraft.nbt.NbtOps.CompoundListMerger
getResult() - Method in class net.minecraft.nbt.NbtOps.IntArrayMerger
getResult() - Method in class net.minecraft.nbt.NbtOps.ListMerger
getResult() - Method in class net.minecraft.nbt.NbtOps.LongArrayMerger
getResult() - Method in interface net.minecraft.nbt.NbtOps.Merger
 
getResult() - Method in class net.minecraft.util.profiler.DummyProfiler
getResult() - Method in class net.minecraft.util.profiler.ProfilerSystem
getResult() - Method in interface net.minecraft.util.profiler.ReadableProfiler
 
getResult() - Method in class net.minecraft.util.profiler.TickTimeTracker
 
getResult() - Method in class net.minecraft.util.TypedActionResult
 
getResult(DataResult<T>, Function<String, E>) - Static method in class net.minecraft.util.Util
Returns the result wrapped in result.
getResult(DynamicRegistryManager) - Method in class net.minecraft.recipe.AbstractCookingRecipe
Returns a preview of the recipe's output.
getResult(DynamicRegistryManager) - Method in class net.minecraft.recipe.CuttingRecipe
Returns a preview of the recipe's output.
getResult(DynamicRegistryManager) - Method in class net.minecraft.recipe.FireworkRocketRecipe
Returns a preview of the recipe's output.
getResult(DynamicRegistryManager) - Method in class net.minecraft.recipe.FireworkStarRecipe
Returns a preview of the recipe's output.
getResult(DynamicRegistryManager) - Method in interface net.minecraft.recipe.Recipe
Returns a preview of the recipe's output.
getResult(DynamicRegistryManager) - Method in class net.minecraft.recipe.ShapedRecipe
Returns a preview of the recipe's output.
getResult(DynamicRegistryManager) - Method in class net.minecraft.recipe.ShapelessRecipe
Returns a preview of the recipe's output.
getResult(DynamicRegistryManager) - Method in class net.minecraft.recipe.SmithingTransformRecipe
Returns a preview of the recipe's output.
getResult(DynamicRegistryManager) - Method in class net.minecraft.recipe.SmithingTrimRecipe
Returns a preview of the recipe's output.
getResult(DynamicRegistryManager) - Method in class net.minecraft.recipe.SpecialCraftingRecipe
Returns a preview of the recipe's output.
getResultCollection() - Method in class net.minecraft.client.gui.screen.recipebook.AnimatedResultButton
 
getResultingNode(long[], MultiNoiseUtil.SearchTree.TreeLeafNode<T>, MultiNoiseUtil.NodeDistanceFunction<T>) - Method in class net.minecraft.world.biome.source.util.MultiNoiseUtil.SearchTree.TreeBranchNode
getResultingNode(long[], MultiNoiseUtil.SearchTree.TreeLeafNode<T>, MultiNoiseUtil.NodeDistanceFunction<T>) - Method in class net.minecraft.world.biome.source.util.MultiNoiseUtil.SearchTree.TreeLeafNode
getResultingNode(long[], MultiNoiseUtil.SearchTree.TreeLeafNode<T>, MultiNoiseUtil.NodeDistanceFunction<T>) - Method in class net.minecraft.world.biome.source.util.MultiNoiseUtil.SearchTree.TreeNode
 
getResultOrPartial(DataResult<T>, Function<String, E>) - Static method in class net.minecraft.util.Util
 
getResults() - Method in class net.minecraft.client.gui.screen.recipebook.AnimatedResultButton
 
getResults() - Method in class net.minecraft.client.gui.screen.recipebook.RecipeAlternativesWidget
 
getResults(boolean) - Method in class net.minecraft.client.gui.screen.recipebook.RecipeResultCollection
 
getResultsForGroup(RecipeBookGroup) - Method in class net.minecraft.client.recipebook.ClientRecipeBook
 
getResultSlot() - Method in class net.minecraft.screen.slot.ForgingSlotsManager
 
getResultSlotIndex() - Method in class net.minecraft.screen.ForgingScreenHandler
 
getResultSlotIndex() - Method in class net.minecraft.screen.slot.ForgingSlotsManager
 
getResultString() - Method in class net.minecraft.test.TestSet
 
getRetriever() - Method in class net.minecraft.util.profiler.Sampler
 
getRetryAfterHeader() - Method in class net.minecraft.client.realms.Request
 
getRetryAfterHeader(HttpURLConnection) - Static method in class net.minecraft.client.realms.Request
 
getRetryDelaySeconds(HttpResponse) - Method in class net.minecraft.client.realms.FileUpload
 
getReturnValueConsumer() - Method in interface net.minecraft.server.command.AbstractServerCommandSource
 
getReturnValueConsumer() - Method in class net.minecraft.server.command.ServerCommandSource
getRevision() - Method in class net.minecraft.network.packet.c2s.play.ClickSlotC2SPacket
 
getRevision() - Method in class net.minecraft.network.packet.s2c.play.InventoryS2CPacket
 
getRevision() - Method in class net.minecraft.network.packet.s2c.play.ScreenHandlerSlotUpdateS2CPacket
 
getRevision() - Method in class net.minecraft.screen.ScreenHandler
 
getRewardedPlayers() - Method in class net.minecraft.block.vault.VaultServerData
 
getRgb() - Method in class net.minecraft.text.TextColor
Gets the RGB value of this color.
getRgbColor(DyeColor) - Static method in class net.minecraft.entity.passive.SheepEntity
 
getRiddenEntity() - Method in class net.minecraft.client.gui.hud.InGameHud
 
getRight() - Method in class net.minecraft.client.gui.screen.report.AbuseReportReasonScreen
 
getRight() - Method in record class net.minecraft.client.gui.ScreenRect
 
getRight() - Method in class net.minecraft.client.gui.widget.ClickableWidget
 
getRight() - Method in class net.minecraft.client.realms.gui.screen.BuyRealmsScreen
 
getRight() - Method in class net.minecraft.client.realms.gui.screen.RealmsAcceptRejectButton
 
getRight() - Method in record class net.minecraft.server.network.ChunkFilter.Cylindrical
 
getRight() - Method in class net.minecraft.util.Pair
 
getRight(int) - Static method in record class net.minecraft.client.font.UnihexFont.Dimensions
 
getRightArm() - Method in class net.minecraft.client.render.entity.model.IronGolemEntityModel
 
getRightArmRotation() - Method in class net.minecraft.entity.decoration.ArmorStandEntity
 
getRightDoubleTexturedModelData() - Static method in class net.minecraft.client.render.block.entity.ChestBlockEntityRenderer
 
getRightLegRotation() - Method in class net.minecraft.entity.decoration.ArmorStandEntity
 
getRightRotation() - Method in class net.minecraft.util.math.AffineTransformation
 
getRightText() - Method in class net.minecraft.client.gui.hud.DebugHud
 
getRim() - Method in class net.minecraft.world.gen.feature.DeltaFeatureConfig
 
getRimSize() - Method in class net.minecraft.world.gen.feature.DeltaFeatureConfig
 
getRiptide(ItemStack) - Static method in class net.minecraft.enchantment.EnchantmentHelper
 
getRoarTick() - Method in class net.minecraft.entity.mob.RavagerEntity
 
getRodName(int) - Static method in class net.minecraft.client.render.entity.model.BlazeEntityModel
 
getRods() - Method in class net.minecraft.client.render.entity.model.BreezeEntityModel
 
getRoll() - Method in class net.minecraft.entity.LivingEntity
 
getRoll() - Method in class net.minecraft.util.math.EulerAngle
 
getRollOverAnimationProgress(float) - Method in class net.minecraft.entity.passive.PandaEntity
 
getRoomPositions(Random, BlockPos) - Static method in class net.minecraft.structure.OceanRuinGenerator
 
getRoot() - Method in class net.minecraft.advancement.PlacedAdvancement
 
getRoot() - Method in class net.minecraft.client.gui.screen.advancement.AdvancementTab
 
getRoot() - Method in class net.minecraft.client.model.ModelData
 
getRoot() - Method in class net.minecraft.nbt.scanner.NbtCollector
 
getRoot() - Method in class net.minecraft.resource.fs.ResourceFileSystem
 
getRoot() - Method in class net.minecraft.resource.fs.ResourcePath
 
getRootDirectories() - Method in class net.minecraft.resource.fs.ResourceFileSystem
 
getRootModel() - Method in class net.minecraft.client.render.model.json.JsonUnbakedModel
 
getRootPath() - Method in record class net.minecraft.world.level.storage.LevelStorage.LevelSave
 
getRootPositions() - Method in class net.minecraft.world.gen.treedecorator.TreeDecorator.Generator
 
getRoots() - Method in class net.minecraft.advancement.AdvancementManager
 
getRootTimings() - Method in class net.minecraft.util.profiler.EmptyProfileResult
getRootTimings() - Method in interface net.minecraft.util.profiler.ProfileResult
 
getRootTimings() - Method in class net.minecraft.util.profiler.ProfileResultImpl
getRootVehicle() - Method in class net.minecraft.entity.Entity
Returns the lowest entity this entity is riding.
getRotatedMatrix(Direction) - Method in class net.minecraft.client.render.model.json.ModelElement
 
getRotatedSize(BlockRotation) - Method in class net.minecraft.structure.StructureTemplate
 
getRotatedUVIndex(int) - Method in class net.minecraft.client.render.model.json.ModelElementTexture
 
getRotateItemSound() - Method in class net.minecraft.entity.decoration.GlowItemFrameEntity
getRotateItemSound() - Method in class net.minecraft.entity.decoration.ItemFrameEntity
 
getRotation() - Method in class net.minecraft.block.entity.StructureBlockBlockEntity
 
getRotation() - Method in enum class net.minecraft.block.enums.Orientation
 
getRotation() - Method in class net.minecraft.block.spawner.MobSpawnerLogic
 
getRotation() - Method in class net.minecraft.client.render.Camera
 
getRotation() - Method in class net.minecraft.client.render.entity.EntityRenderDispatcher
 
getRotation() - Method in class net.minecraft.client.render.model.json.ModelVariant
getRotation() - Method in interface net.minecraft.client.render.model.ModelBakeSettings
 
getRotation() - Method in enum class net.minecraft.client.render.model.ModelRotation
getRotation() - Method in class net.minecraft.entity.decoration.ItemFrameEntity
 
getRotation() - Method in class net.minecraft.item.map.MapFrameMarker
 
getRotation() - Method in class net.minecraft.network.packet.c2s.play.UpdateStructureBlockC2SPacket
 
getRotation() - Method in class net.minecraft.server.command.ServerCommandSource
 
getRotation() - Method in class net.minecraft.structure.PoolStructurePiece
getRotation() - Method in class net.minecraft.structure.SimpleStructurePiece
getRotation() - Method in class net.minecraft.structure.StructurePiece
 
getRotation() - Method in class net.minecraft.structure.StructurePlacementData
 
getRotation() - Method in class net.minecraft.test.GameTestState
 
getRotation(float) - Method in class net.minecraft.block.entity.ConduitBlockEntity
 
getRotation(float) - Method in class net.minecraft.entity.ItemEntity
 
getRotation(int) - Static method in class net.minecraft.test.StructureTestUtil
 
getRotation(CommandContext<ServerCommandSource>, String) - Static method in class net.minecraft.command.argument.RotationArgumentType
 
getRotation(BlockState) - Static method in class net.minecraft.block.JigsawBlock
 
getRotation(Direction) - Method in enum class net.minecraft.util.BlockMirror
 
getRotationClient() - Method in class net.minecraft.entity.Entity
 
getRotationDegrees(BlockState) - Method in class net.minecraft.block.AbstractSignBlock
 
getRotationDegrees(BlockState) - Method in class net.minecraft.block.HangingSignBlock
getRotationDegrees(BlockState) - Method in class net.minecraft.block.SignBlock
getRotationDegrees(BlockState) - Method in class net.minecraft.block.WallHangingSignBlock
getRotationDegrees(BlockState) - Method in class net.minecraft.block.WallSignBlock
getRotationQuaternion() - Method in enum class net.minecraft.util.math.Direction
 
getRotationSteps(BlockRotation) - Static method in class net.minecraft.test.StructureTestUtil
 
getRotationVec(float) - Method in class net.minecraft.entity.Entity
 
getRotationVecClient() - Method in class net.minecraft.entity.Entity
 
getRotationVector() - Method in class net.minecraft.entity.Entity
 
getRotationVector(float, float) - Method in class net.minecraft.entity.Entity
 
getRotationVectorFromPhase(float) - Method in class net.minecraft.entity.boss.dragon.EnderDragonEntity
 
getRotator() - Method in class net.minecraft.client.particle.BillboardParticle
 
getRotator() - Method in class net.minecraft.client.particle.TrialSpawnerDetectionParticle
getRow() - Method in class net.minecraft.item.ItemGroup
 
getRow(float) - Method in class net.minecraft.client.gui.screen.ingame.CreativeInventoryScreen.CreativeScreenHandler
 
getRowBottom(int) - Method in class net.minecraft.client.gui.widget.EntryListWidget
 
getRowEnd() - Method in class net.minecraft.client.gui.widget.GridWidget.Element
 
getRowLeft() - Method in class net.minecraft.client.gui.widget.EntryListWidget
 
getRowLeft() - Method in class net.minecraft.client.realms.RealmsObjectSelectionList
getRowRight() - Method in class net.minecraft.client.gui.widget.EntryListWidget
 
getRows() - Method in class net.minecraft.client.gui.screen.ingame.LoomScreen
 
getRows() - Method in class net.minecraft.client.gui.tooltip.BundleTooltipComponent
 
getRows() - Method in class net.minecraft.screen.GenericContainerScreenHandler
 
getRowsHeight() - Method in class net.minecraft.client.gui.tooltip.BundleTooltipComponent
 
getRowTop(int) - Method in class net.minecraft.client.gui.widget.EntryListWidget
 
getRowTop(int) - Method in class net.minecraft.client.realms.RealmsObjectSelectionList
getRowWidth() - Method in class net.minecraft.client.gui.screen.multiplayer.MultiplayerServerListWidget
getRowWidth() - Method in class net.minecraft.client.gui.screen.option.ControlsListWidget
getRowWidth() - Method in class net.minecraft.client.gui.screen.option.LanguageOptionsScreen.LanguageSelectionListWidget
getRowWidth() - Method in class net.minecraft.client.gui.screen.pack.ExperimentalWarningScreen.DetailsScreen.PackListWidget
getRowWidth() - Method in class net.minecraft.client.gui.screen.pack.PackListWidget
getRowWidth() - Method in class net.minecraft.client.gui.screen.report.AbuseReportReasonScreen.ReasonListWidget
getRowWidth() - Method in class net.minecraft.client.gui.screen.report.ChatSelectionScreen.SelectionListWidget
getRowWidth() - Method in class net.minecraft.client.gui.screen.StatsScreen.EntityStatsListWidget
getRowWidth() - Method in class net.minecraft.client.gui.screen.StatsScreen.GeneralStatsListWidget
getRowWidth() - Method in class net.minecraft.client.gui.screen.StatsScreen.ItemStatsListWidget
getRowWidth() - Method in class net.minecraft.client.gui.screen.world.WorldListWidget
getRowWidth() - Method in class net.minecraft.client.gui.widget.EntryListWidget
 
getRowWidth() - Method in class net.minecraft.client.gui.widget.OptionListWidget
getRowWidth() - Method in class net.minecraft.client.realms.gui.screen.RealmsBackupScreen.BackupObjectSelectionList
getRowWidth() - Method in class net.minecraft.client.realms.gui.screen.RealmsMainScreen.RealmSelectionList
getRowWidth() - Method in class net.minecraft.client.realms.gui.screen.RealmsPendingInvitesScreen.PendingInvitationSelectionList
getRowWidth() - Method in class net.minecraft.client.realms.gui.screen.RealmsPlayerScreen.InvitedObjectSelectionList
getRowWidth() - Method in class net.minecraft.client.realms.gui.screen.RealmsSelectWorldTemplateScreen.WorldTemplateObjectSelectionList
getRowWidth() - Method in class net.minecraft.client.realms.RealmsObjectSelectionList
getRule(String) - Static method in enum class net.minecraft.scoreboard.AbstractTeam.CollisionRule
 
getRule(String) - Static method in enum class net.minecraft.scoreboard.AbstractTeam.VisibilityRule
 
getRule(Activity) - Method in class net.minecraft.entity.ai.brain.Schedule
 
getRunDirectory() - Method in class net.minecraft.server.integrated.IntegratedServer
getRunDirectory() - Method in class net.minecraft.server.MinecraftServer
 
getRunnersFactory() - Method in class net.minecraft.client.realms.gui.screen.RealmsNotificationsScreen
 
getRunningSeconds(Animation, long) - Static method in class net.minecraft.client.render.entity.animation.AnimationHelper
 
getRunningTasks() - Method in class net.minecraft.entity.ai.brain.Brain
Deprecated.
getSaddledSpeed(PlayerEntity) - Method in class net.minecraft.entity.LivingEntity
 
getSaddledSpeed(PlayerEntity) - Method in class net.minecraft.entity.passive.AbstractHorseEntity
getSaddledSpeed(PlayerEntity) - Method in class net.minecraft.entity.passive.CamelEntity
getSaddledSpeed(PlayerEntity) - Method in class net.minecraft.entity.passive.PigEntity
getSaddledSpeed(PlayerEntity) - Method in class net.minecraft.entity.passive.StriderEntity
getSaddleSound() - Method in class net.minecraft.entity.passive.CamelEntity
getSaddleSound() - Method in interface net.minecraft.entity.Saddleable
 
getSafeFallDistance() - Method in class net.minecraft.entity.Entity
Returns the maximum height of a fall the entity takes during pathfinding.
getSafeFallDistance() - Method in class net.minecraft.entity.LivingEntity
Returns the maximum height of a fall the entity takes during pathfinding.
getSafeFallDistance() - Method in class net.minecraft.entity.mob.CreeperEntity
Returns the maximum height of a fall the entity takes during pathfinding.
getSafeFallDistance() - Method in class net.minecraft.entity.mob.MobEntity
Returns the maximum height of a fall the entity takes during pathfinding.
getSafeFallDistance(float) - Method in class net.minecraft.entity.LivingEntity
 
getSafeZone() - Method in class net.minecraft.world.border.WorldBorder
Returns the safe zone of this border.
getSafeZone() - Method in class net.minecraft.world.border.WorldBorder.Properties
 
getSalt() - Method in record class net.minecraft.network.encryption.NetworkEncryptionUtils.SignatureData
 
getSalt() - Method in record class net.minecraft.network.message.SignedMessage
 
getSalt() - Method in class net.minecraft.world.gen.chunk.placement.StructurePlacement
 
getSameAxisCoordinate(Widget) - Method in enum class net.minecraft.client.gui.widget.AxisGridWidget.DisplayAxis
 
getSameAxisLength(AxisGridWidget.Element) - Method in enum class net.minecraft.client.gui.widget.AxisGridWidget.DisplayAxis
 
getSameAxisLength(Widget) - Method in enum class net.minecraft.client.gui.widget.AxisGridWidget.DisplayAxis
 
getSamePositionOnlyGrower() - Method in class net.minecraft.block.SculkVeinBlock
 
getSampleCount() - Method in class net.minecraft.client.session.telemetry.SampleEvent
 
getSampleCount() - Method in class net.minecraft.util.math.random.ChunkRandom
 
getSamplers(Supplier<ReadableProfiler>) - Method in class net.minecraft.client.util.ClientSamplerSource
getSamplers(Supplier<ReadableProfiler>) - Method in interface net.minecraft.util.profiler.SamplerSource
 
getSamplers(Supplier<ReadableProfiler>) - Method in class net.minecraft.util.profiler.ServerSamplerSource
getSampleTargets() - Method in class net.minecraft.util.profiler.DummyProfiler
Returns a set of pairs of profiler location and sample kind.
getSampleTargets() - Method in class net.minecraft.util.profiler.ProfilerSystem
Returns a set of pairs of profiler location and sample kind.
getSampleTargets() - Method in interface net.minecraft.util.profiler.ReadableProfiler
Returns a set of pairs of profiler location and sample kind.
getSaturation() - Method in class net.minecraft.network.packet.s2c.play.HealthUpdateS2CPacket
 
getSaturationLevel() - Method in class net.minecraft.entity.player.HungerManager
 
getSaturationModifier() - Method in class net.minecraft.item.FoodComponent
Gets the saturation modifier of a food item.
getSavedEntityId() - Method in class net.minecraft.entity.Entity
 
getSavedHotbar(int) - Method in class net.minecraft.client.option.HotbarStorage
 
getSaveDir() - Method in class net.minecraft.server.world.ThreadedAnvilChunkStorage
 
getSaveDirectory(RegistryKey<World>, Path) - Static method in record class net.minecraft.world.dimension.DimensionType
 
getSavedWorldTime() - Method in class net.minecraft.block.entity.PistonBlockEntity
 
getSaveKey(String) - Static method in class net.minecraft.command.DataCommandStorage
 
getSavePath(WorldSavePath) - Method in class net.minecraft.server.MinecraftServer
 
getSaveProperties() - Method in class net.minecraft.server.MinecraftServer
 
getSavesDirectory() - Method in class net.minecraft.world.level.storage.LevelStorage
 
getSaveVersion() - Method in interface net.minecraft.GameVersion
Returns the save version information for this game version.
getSaveVersion() - Method in class net.minecraft.MinecraftVersion
Returns the save version information for this game version.
getSaveVersionId() - Static method in enum class net.minecraft.datafixer.DataFixTypes
 
getSavingFuture() - Method in class net.minecraft.server.world.ChunkHolder
 
getScale() - Method in class net.minecraft.entity.LivingEntity
 
getScale() - Method in class net.minecraft.particle.AbstractDustParticleEffect
 
getScale() - Method in class net.minecraft.util.math.AffineTransformation
 
getScaledHeight() - Method in class net.minecraft.client.util.Window
 
getScaledWidth() - Method in class net.minecraft.client.util.Window
 
getScaledWindowHeight() - Method in class net.minecraft.client.gui.DrawContext
 
getScaledWindowWidth() - Method in class net.minecraft.client.gui.DrawContext
 
getScaleFactor() - Method in class net.minecraft.client.util.Window
 
getScaleFactor() - Method in class net.minecraft.entity.LivingEntity
 
getScaleFactor() - Method in class net.minecraft.entity.passive.ArmadilloEntity
getScaleFactor() - Method in class net.minecraft.entity.passive.CamelEntity
getScaleFactor() - Method in class net.minecraft.entity.passive.TurtleEntity
getScaleForPuffState(int) - Static method in class net.minecraft.entity.passive.PufferfishEntity
 
getScaling(Sprite) - Method in class net.minecraft.client.texture.GuiAtlasManager
 
getScannedPack(DataConfiguration) - Method in class net.minecraft.client.gui.screen.world.CreateWorldScreen
 
getSchedule() - Method in class net.minecraft.entity.ai.brain.Brain
 
getScheduledCommandSource() - Method in class net.minecraft.server.function.CommandFunctionManager
Returns the command source to execute scheduled functions.
getScheduledEvents() - Method in class net.minecraft.world.level.LevelProperties
getScheduledEvents() - Method in interface net.minecraft.world.level.ServerWorldProperties
 
getScheduledEvents() - Method in class net.minecraft.world.level.UnmodifiableLevelProperties
getScheme() - Method in class net.minecraft.resource.fs.ResourceFileSystemProvider
 
getScore() - Method in class net.minecraft.entity.player.PlayerEntity
 
getScore() - Method in interface net.minecraft.scoreboard.ReadableScoreboardScore
 
getScore() - Method in interface net.minecraft.scoreboard.ScoreAccess
 
getScore() - Method in class net.minecraft.scoreboard.ScoreboardScore
getScore(Scoreboard, ScoreHolder, ScoreboardObjective) - Static method in class net.minecraft.server.command.TriggerCommand
 
getScore(ScoreHolder, ScoreboardObjective) - Method in class net.minecraft.scoreboard.Scoreboard
 
getScore(ScoreHolder, ServerCommandSource) - Method in class net.minecraft.text.ScoreTextContent
 
getScoreboard() - Method in class net.minecraft.client.network.ClientPlayNetworkHandler
 
getScoreboard() - Method in class net.minecraft.client.world.ClientWorld
getScoreboard() - Method in class net.minecraft.entity.player.PlayerEntity
 
getScoreboard() - Method in class net.minecraft.scoreboard.ScoreboardObjective
 
getScoreboard() - Method in class net.minecraft.scoreboard.Team
 
getScoreboard() - Method in class net.minecraft.server.MinecraftServer
 
getScoreboard() - Method in class net.minecraft.server.world.ServerWorld
 
getScoreboard() - Method in class net.minecraft.world.World
 
getScoreboardEntries(ScoreboardObjective) - Method in class net.minecraft.scoreboard.Scoreboard
 
getScoreboardScoreHolders(CommandContext<ServerCommandSource>, String) - Static method in class net.minecraft.command.argument.ScoreHolderArgumentType
 
getScoreboardSlot(CommandContext<ServerCommandSource>, String) - Static method in class net.minecraft.command.argument.ScoreboardSlotArgumentType
 
getScoreboardTeam() - Method in class net.minecraft.client.network.PlayerListEntry
 
getScoreboardTeam() - Method in class net.minecraft.entity.Entity
Returns the scoreboard team the entity belongs to, or null if there is none.
getScoreboardTeam() - Method in class net.minecraft.entity.passive.TameableEntity
Returns the scoreboard team the entity belongs to, or null if there is none.
getScoreHolder(CommandContext<ServerCommandSource>, String) - Static method in class net.minecraft.command.argument.ScoreHolderArgumentType
 
getScoreHolder(LootContext) - Method in record class net.minecraft.loot.provider.score.ContextLootScoreProvider
getScoreHolder(LootContext) - Method in record class net.minecraft.loot.provider.score.FixedLootScoreProvider
getScoreHolder(LootContext) - Method in interface net.minecraft.loot.provider.score.LootScoreProvider
 
getScoreHolder(ServerCommandSource) - Method in class net.minecraft.text.ScoreTextContent
 
getScoreHolderObjectives(ScoreHolder) - Method in class net.minecraft.scoreboard.Scoreboard
 
getScoreHolders(CommandContext<ServerCommandSource>, String) - Static method in class net.minecraft.command.argument.ScoreHolderArgumentType
 
getScoreHolders(CommandContext<ServerCommandSource>, String, Supplier<Collection<ScoreHolder>>) - Static method in class net.minecraft.command.argument.ScoreHolderArgumentType
 
getScoreHolderTeam(String) - Method in class net.minecraft.scoreboard.Scoreboard
 
getScores() - Method in class net.minecraft.scoreboard.Scores
 
getScores(String) - Method in class net.minecraft.scoreboard.Scoreboard
 
getScoresAsIntMap() - Method in class net.minecraft.scoreboard.Scores
 
getScreen() - Method in class net.minecraft.client.gui.screen.advancement.AdvancementTab
 
getScreenHandler() - Method in class net.minecraft.client.gui.screen.ingame.HandledScreen
getScreenHandler() - Method in class net.minecraft.client.gui.screen.ingame.LecternScreen
 
getScreenHandler() - Method in interface net.minecraft.client.gui.screen.ingame.ScreenHandlerProvider
 
getScreenHandler(int, PlayerInventory) - Method in class net.minecraft.entity.vehicle.ChestMinecartEntity
getScreenHandler(int, PlayerInventory) - Method in class net.minecraft.entity.vehicle.HopperMinecartEntity
getScreenHandler(int, PlayerInventory) - Method in class net.minecraft.entity.vehicle.StorageMinecartEntity
 
getScreenHandlerType() - Method in class net.minecraft.network.packet.s2c.play.OpenScreenS2CPacket
 
getScreenHeight() - Method in class net.minecraft.client.gui.screen.multiplayer.SocialInteractionsScreen
 
getScreenshotFilename(File) - Static method in class net.minecraft.client.util.ScreenshotRecorder
 
getScrollAmount() - Method in class net.minecraft.client.gui.widget.EntryListWidget
 
getScrollbarPositionX() - Method in class net.minecraft.client.gui.screen.pack.PackListWidget
getScrollbarPositionX() - Method in class net.minecraft.client.gui.widget.EntryListWidget
 
getScrollbarThumbHeight() - Method in class net.minecraft.client.gui.widget.ScrollableWidget
 
getScrollerWidth() - Method in class net.minecraft.client.gui.widget.ScrollableWidget
 
getScrollPosition(float, double) - Method in class net.minecraft.client.gui.screen.ingame.CreativeInventoryScreen.CreativeScreenHandler
 
getScrollPosition(int) - Method in class net.minecraft.client.gui.screen.ingame.CreativeInventoryScreen.CreativeScreenHandler
 
getScrollY() - Method in class net.minecraft.client.gui.widget.ScrollableWidget
 
getSculkShriekerWarningManager() - Method in class net.minecraft.entity.player.PlayerEntity
 
getSculkShriekerWarningManager() - Method in class net.minecraft.server.network.ServerPlayerEntity
getSeaLevel() - Method in class net.minecraft.world.ChunkRegion
getSeaLevel() - Method in class net.minecraft.world.gen.chunk.ChunkGenerator
 
getSeaLevel() - Method in class net.minecraft.world.gen.chunk.DebugChunkGenerator
getSeaLevel() - Method in class net.minecraft.world.gen.chunk.FlatChunkGenerator
getSeaLevel() - Method in class net.minecraft.world.gen.chunk.NoiseChunkGenerator
getSeaLevel() - Method in class net.minecraft.world.World
getSeaLevel() - Method in interface net.minecraft.world.WorldView
Deprecated.
getSearchBox(double) - Method in class net.minecraft.entity.ai.goal.ActiveTargetGoal
 
getSearchBox(double) - Method in class net.minecraft.entity.mob.ShulkerEntity.TargetOtherTeamGoal
getSearchBox(double) - Method in class net.minecraft.entity.mob.ShulkerEntity.TargetPlayerGoal
getSearchBoxX() - Method in class net.minecraft.client.gui.screen.multiplayer.SocialInteractionsScreen
 
getSearchGroup() - Static method in class net.minecraft.item.ItemGroups
 
getSearchProvider(SearchManager.Key<T>) - Method in class net.minecraft.client.MinecraftClient
 
getSearchTabStacks() - Method in class net.minecraft.item.ItemGroup
 
getSecondaryDepth() - Method in class net.minecraft.world.gen.surfacebuilder.MaterialRules.MaterialRuleContext
 
getSecondaryEffect() - Method in class net.minecraft.screen.BeaconScreenHandler
 
getSecondaryTarget(String) - Method in class net.minecraft.client.gl.PostEffectProcessor
 
getSecondBuyItem() - Method in class net.minecraft.village.TradeOffer
Returns the second buy item of this trade offer.
getSecondsSinceLoad(Instant) - Method in class net.minecraft.client.session.telemetry.WorldUnloadedEvent
 
getSection(int) - Method in class net.minecraft.datafixer.fix.ChunkPalettedStorageFix.Level
 
getSection(int) - Method in class net.minecraft.world.chunk.Chunk
 
getSection(int) - Method in class net.minecraft.world.chunk.WrapperProtoChunk
getSection(BlockPos) - Method in class net.minecraft.world.ChunkSectionCache
 
getSectionArray() - Method in class net.minecraft.world.chunk.Chunk
 
getSectionArray() - Method in class net.minecraft.world.chunk.WrapperProtoChunk
getSectionCoord(double) - Static method in class net.minecraft.util.math.ChunkSectionPos
 
getSectionCoord(int) - Static method in class net.minecraft.util.math.ChunkSectionPos
Converts a world coordinate to the corresponding chunk-section coordinate.
getSectionCoordFloored(double) - Static method in class net.minecraft.util.math.ChunkSectionPos
 
getSectionIndex(int) - Method in interface net.minecraft.world.HeightLimitView
Returns a zero-based section index to which the y level belongs.
getSections(int, int) - Method in class net.minecraft.world.entity.SectionedEntityCache
 
getSections(long) - Method in class net.minecraft.world.entity.SectionedEntityCache
 
getSectionsDataBuf() - Method in class net.minecraft.network.packet.s2c.play.ChunkData
 
getSectionsPacketSize(WorldChunk) - Static method in class net.minecraft.network.packet.s2c.play.ChunkData
 
getSectionX() - Method in class net.minecraft.util.math.ChunkSectionPos
 
getSectionY() - Method in class net.minecraft.util.math.ChunkSectionPos
 
getSectionZ() - Method in class net.minecraft.util.math.ChunkSectionPos
 
getSectorCount(int) - Static method in class net.minecraft.world.storage.RegionFile
 
getSectorData(ChunkPos) - Method in class net.minecraft.world.storage.RegionFile
 
getSeed() - Method in class net.minecraft.block.entity.StructureBlockBlockEntity
 
getSeed() - Method in class net.minecraft.client.gui.screen.world.WorldCreator
 
getSeed() - Method in class net.minecraft.network.packet.c2s.play.UpdateStructureBlockC2SPacket
 
getSeed() - Method in class net.minecraft.network.packet.s2c.play.PlaySoundFromEntityS2CPacket
 
getSeed() - Method in class net.minecraft.network.packet.s2c.play.PlaySoundS2CPacket
 
getSeed() - Method in class net.minecraft.screen.EnchantmentScreenHandler
 
getSeed() - Method in class net.minecraft.server.world.ServerWorld
getSeed() - Static method in class net.minecraft.util.math.random.RandomSeed
Returns the seed calculated using RandomSeed.SEED_UNIQUIFIER and the system time.
getSeed() - Method in class net.minecraft.world.ChunkRegion
getSeed() - Method in class net.minecraft.world.gen.GeneratorOptions
 
getSeed() - Method in interface net.minecraft.world.StructureWorldAccess
 
getSeed(ItemStack) - Static method in class net.minecraft.client.render.entity.ItemEntityRenderer
 
getSeedsItem() - Method in class net.minecraft.block.BeetrootsBlock
getSeedsItem() - Method in class net.minecraft.block.CarrotsBlock
getSeedsItem() - Method in class net.minecraft.block.CropBlock
 
getSeedsItem() - Method in class net.minecraft.block.PotatoesBlock
getSeedsItem() - Method in class net.minecraft.block.TorchflowerBlock
getSegmentName(int) - Static method in class net.minecraft.client.render.entity.model.EndermiteEntityModel
 
getSegmentName(int) - Static method in class net.minecraft.client.render.entity.model.SilverfishEntityModel
 
getSegmentProperties(int, float) - Method in class net.minecraft.entity.boss.dragon.EnderDragonEntity
 
getSelectedAsOptional() - Method in class net.minecraft.client.gui.screen.world.WorldListWidget
 
getSelectedCommand() - Method in class net.minecraft.client.gui.hud.spectator.SpectatorMenu
 
getSelectedMessages() - Method in class net.minecraft.client.session.report.ChatAbuseReport.Builder
 
getSelectedOrNull() - Method in class net.minecraft.client.gui.widget.EntryListWidget
Returns the selected entry of this entry list, or null if there is none.
getSelectedPattern() - Method in class net.minecraft.screen.LoomScreenHandler
 
getSelectedRecipe() - Method in class net.minecraft.screen.StonecutterScreenHandler
 
getSelectedSlot() - Method in class net.minecraft.client.gui.hud.spectator.SpectatorMenu
 
getSelectedSlot() - Method in class net.minecraft.client.gui.hud.spectator.SpectatorMenuState
 
getSelectedSlot() - Method in class net.minecraft.network.packet.c2s.play.UpdateSelectedSlotC2SPacket
 
getSelectedText() - Method in class net.minecraft.client.gui.EditBox
Returns the text that is currently selected, or an empty string if there is no selection.
getSelectedText() - Method in class net.minecraft.client.gui.widget.TextFieldWidget
 
getSelectedText(String) - Method in class net.minecraft.client.util.SelectionManager
 
getSelection() - Method in class net.minecraft.client.gui.EditBox
Returns the current selection.
getSelectionEnd() - Method in class net.minecraft.client.util.SelectionManager
 
getSelectionPriority() - Method in class net.minecraft.block.entity.JigsawBlockEntity
 
getSelectionPriority() - Method in class net.minecraft.network.packet.c2s.play.UpdateJigsawC2SPacket
 
getSelectionStart() - Method in class net.minecraft.client.util.SelectionManager
 
getSelector() - Method in class net.minecraft.command.argument.MessageArgumentType.MessageSelector
 
getSelector() - Method in class net.minecraft.text.ScoreTextContent
 
getSelector() - Method in class net.minecraft.text.SelectorTextContent
 
getSelector() - Method in class net.minecraft.world.event.Vibrations.ListenerData
 
getSelectors() - Method in class net.minecraft.command.argument.MessageArgumentType.MessageFormat
 
getSelectWorldText() - Method in class net.minecraft.world.level.storage.LevelSummary
 
getSelectWorldText() - Method in class net.minecraft.world.level.storage.LevelSummary.RecoveryWarning
getSelectWorldText() - Method in class net.minecraft.world.level.storage.LevelSummary.SymlinkLevelSummary
getSelfAnchor() - Method in class net.minecraft.network.packet.s2c.play.LookAtS2CPacket
 
getSellItem() - Method in class net.minecraft.village.TradeOffer
Returns the sell item of this trade offer.
getSender() - Method in class net.minecraft.client.session.report.AbuseReportContext
 
getSender() - Method in class net.minecraft.client.session.telemetry.TelemetryManager
 
getSender() - Method in record class net.minecraft.network.message.SignedMessage
 
getSenderUuid() - Method in record class net.minecraft.client.session.report.log.ReceivedMessage.ChatMessage
Returns the UUID of the sender.
getSeparation() - Method in class net.minecraft.world.gen.chunk.placement.RandomSpreadStructurePlacement
 
getSeparator() - Method in class net.minecraft.resource.fs.ResourceFileSystem
 
getSeparator() - Method in class net.minecraft.text.NbtTextContent
 
getSeparator() - Method in class net.minecraft.text.SelectorTextContent
 
getSequence() - Method in class net.minecraft.client.network.PendingUpdateManager
 
getSequence() - Method in class net.minecraft.network.packet.c2s.play.PlayerActionC2SPacket
 
getSequence() - Method in class net.minecraft.network.packet.c2s.play.PlayerInteractBlockC2SPacket
 
getSequence() - Method in class net.minecraft.network.packet.c2s.play.PlayerInteractItemC2SPacket
 
getSequentialBuffer(VertexFormat.DrawMode) - Static method in class com.mojang.blaze3d.systems.RenderSystem
 
getSerializer() - Method in class net.minecraft.command.argument.EntityArgumentType.Serializer.Properties
getSerializer() - Method in class net.minecraft.command.argument.RegistryEntryArgumentType.Serializer.Properties
getSerializer() - Method in class net.minecraft.command.argument.RegistryEntryPredicateArgumentType.Serializer.Properties
getSerializer() - Method in class net.minecraft.command.argument.RegistryKeyArgumentType.Serializer.Properties
getSerializer() - Method in class net.minecraft.command.argument.RegistryPredicateArgumentType.Serializer.Properties
getSerializer() - Method in class net.minecraft.command.argument.ScoreHolderArgumentType.Serializer.Properties
getSerializer() - Method in interface net.minecraft.command.argument.serialize.ArgumentSerializer.ArgumentTypeProperties
 
getSerializer() - Method in class net.minecraft.command.argument.serialize.ConstantArgumentSerializer.Properties
getSerializer() - Method in class net.minecraft.command.argument.serialize.DoubleArgumentSerializer.Properties
getSerializer() - Method in class net.minecraft.command.argument.serialize.FloatArgumentSerializer.Properties
getSerializer() - Method in class net.minecraft.command.argument.serialize.IntegerArgumentSerializer.Properties
getSerializer() - Method in class net.minecraft.command.argument.serialize.LongArgumentSerializer.Properties
getSerializer() - Method in class net.minecraft.command.argument.serialize.StringArgumentSerializer.Properties
getSerializer() - Method in class net.minecraft.command.argument.TimeArgumentType.Serializer.Properties
getSerializer() - Method in class net.minecraft.recipe.ArmorDyeRecipe
Returns the serializer associated with this recipe.
getSerializer() - Method in class net.minecraft.recipe.BannerDuplicateRecipe
Returns the serializer associated with this recipe.
getSerializer() - Method in class net.minecraft.recipe.BlastingRecipe
Returns the serializer associated with this recipe.
getSerializer() - Method in class net.minecraft.recipe.BookCloningRecipe
Returns the serializer associated with this recipe.
getSerializer() - Method in class net.minecraft.recipe.CampfireCookingRecipe
Returns the serializer associated with this recipe.
getSerializer() - Method in class net.minecraft.recipe.CraftingDecoratedPotRecipe
Returns the serializer associated with this recipe.
getSerializer() - Method in class net.minecraft.recipe.CuttingRecipe
Returns the serializer associated with this recipe.
getSerializer() - Method in class net.minecraft.recipe.FireworkRocketRecipe
Returns the serializer associated with this recipe.
getSerializer() - Method in class net.minecraft.recipe.FireworkStarFadeRecipe
Returns the serializer associated with this recipe.
getSerializer() - Method in class net.minecraft.recipe.FireworkStarRecipe
Returns the serializer associated with this recipe.
getSerializer() - Method in class net.minecraft.recipe.MapCloningRecipe
Returns the serializer associated with this recipe.
getSerializer() - Method in class net.minecraft.recipe.MapExtendingRecipe
Returns the serializer associated with this recipe.
getSerializer() - Method in interface net.minecraft.recipe.Recipe
Returns the serializer associated with this recipe.
getSerializer() - Method in class net.minecraft.recipe.RepairItemRecipe
Returns the serializer associated with this recipe.
getSerializer() - Method in class net.minecraft.recipe.ShapedRecipe
Returns the serializer associated with this recipe.
getSerializer() - Method in class net.minecraft.recipe.ShapelessRecipe
Returns the serializer associated with this recipe.
getSerializer() - Method in class net.minecraft.recipe.ShieldDecorationRecipe
Returns the serializer associated with this recipe.
getSerializer() - Method in class net.minecraft.recipe.ShulkerBoxColoringRecipe
Returns the serializer associated with this recipe.
getSerializer() - Method in class net.minecraft.recipe.SmeltingRecipe
Returns the serializer associated with this recipe.
getSerializer() - Method in class net.minecraft.recipe.SmithingTransformRecipe
Returns the serializer associated with this recipe.
getSerializer() - Method in class net.minecraft.recipe.SmithingTrimRecipe
Returns the serializer associated with this recipe.
getSerializer() - Method in class net.minecraft.recipe.SmokingRecipe
Returns the serializer associated with this recipe.
getSerializer() - Method in class net.minecraft.recipe.SuspiciousStewRecipe
Returns the serializer associated with this recipe.
getSerializer() - Method in class net.minecraft.recipe.TippedArrowRecipe
Returns the serializer associated with this recipe.
getSerializer(Class<?>) - Method in class net.minecraft.world.timer.TimerCallbackSerializer
 
getSeries() - Method in class net.minecraft.SaveVersion
Returns the series of this version.
getServer() - Method in class net.minecraft.client.gui.screen.multiplayer.MultiplayerServerListWidget.ServerEntry
 
getServer() - Method in class net.minecraft.client.MinecraftClient
Gets this client's own integrated server.
getServer() - Method in class net.minecraft.entity.Entity
Returns the server the entity is in, or null if called on the client side.
getServer() - Method in class net.minecraft.server.command.ServerCommandSource
 
getServer() - Method in class net.minecraft.server.dedicated.DedicatedPlayerManager
 
getServer() - Method in class net.minecraft.server.integrated.IntegratedPlayerManager
 
getServer() - Method in class net.minecraft.server.PlayerManager
 
getServer() - Method in class net.minecraft.server.ServerNetworkIo
 
getServer() - Method in class net.minecraft.server.world.ServerWorld
getServer() - Method in class net.minecraft.world.ChunkRegion
getServer() - Method in class net.minecraft.world.World
getServer() - Method in interface net.minecraft.world.WorldAccess
 
getServerAdvancementLoader() - Method in class net.minecraft.server.DataPackContents
 
getServerBrands() - Method in class net.minecraft.world.level.LevelProperties
getServerBrands() - Method in interface net.minecraft.world.SaveProperties
 
getServerData() - Method in class net.minecraft.block.entity.VaultBlockEntity
 
getServerGameMode(GameMode) - Method in class net.minecraft.server.network.ServerPlayerEntity
Returns the server game mode the player should be set to, namely the forced game mode.
getServerId() - Method in class net.minecraft.network.packet.s2c.login.LoginHelloS2CPacket
 
getServerInfo() - Method in class net.minecraft.client.network.ClientPlayNetworkHandler
 
getServerIp() - Method in class net.minecraft.server.MinecraftServer
 
getServerList() - Method in class net.minecraft.client.gui.screen.multiplayer.MultiplayerScreen
 
getServerListPinger() - Method in class net.minecraft.client.gui.screen.multiplayer.MultiplayerScreen
 
getServerMetadata() - Method in class net.minecraft.server.MinecraftServer
 
getServerModName() - Method in class net.minecraft.server.MinecraftServer
 
getServerMotd() - Method in interface net.minecraft.network.QueryableServer
 
getServerMotd() - Method in class net.minecraft.server.MinecraftServer
getServerPort() - Method in class net.minecraft.server.integrated.IntegratedServer
getServerPort() - Method in class net.minecraft.server.MinecraftServer
 
getServerResourcePackProperties(String, String, String, String, boolean, String) - Static method in class net.minecraft.server.dedicated.ServerPropertiesHandler
 
getServerResourcePackProvider() - Method in class net.minecraft.client.MinecraftClient
 
getServerType() - Method in class net.minecraft.client.network.ServerInfo
 
getServerType() - Method in class net.minecraft.client.session.telemetry.WorldLoadedEvent
 
getServerWorld() - Method in class net.minecraft.client.gui.hud.DebugHud
 
getServerWorld() - Method in class net.minecraft.server.network.ServerPlayerEntity
 
getServerWorldDebugString() - Method in class net.minecraft.client.gui.hud.DebugHud
 
getServicesSignatureVerifier() - Method in class net.minecraft.client.MinecraftClient
 
getServicesSignatureVerifier() - Method in class net.minecraft.server.MinecraftServer
 
getSession() - Method in class net.minecraft.client.MinecraftClient
 
getSession() - Method in class net.minecraft.client.network.PlayerListEntry
 
getSession() - Method in class net.minecraft.server.network.ServerPlayerEntity
 
getSessionId() - Method in class net.minecraft.client.network.ClientPlayNetworkHandler
 
getSessionId() - Method in class net.minecraft.client.session.Session
 
getSessionLockPath() - Method in record class net.minecraft.world.level.storage.LevelStorage.LevelSave
 
getSessionService() - Method in class net.minecraft.client.MinecraftClient
 
getSessionService() - Method in class net.minecraft.client.network.ClientLoginNetworkHandler
 
getSessionService() - Method in class net.minecraft.server.MinecraftServer
 
getSettings() - Method in class net.minecraft.block.AbstractBlock
 
getSettings() - Method in class net.minecraft.world.gen.chunk.NoiseChunkGenerator
 
getSeverity(int) - Static method in class net.minecraft.client.gl.GlDebug
 
getShader() - Static method in class com.mojang.blaze3d.systems.RenderSystem
 
getShaderColor() - Static method in class com.mojang.blaze3d.systems.RenderSystem
 
getShaderFogColor() - Static method in class com.mojang.blaze3d.systems.RenderSystem
 
getShaderFogEnd() - Static method in class com.mojang.blaze3d.systems.RenderSystem
 
getShaderFogShape() - Static method in class com.mojang.blaze3d.systems.RenderSystem
 
getShaderFogStart() - Static method in class com.mojang.blaze3d.systems.RenderSystem
 
getShaderGameTime() - Static method in class com.mojang.blaze3d.systems.RenderSystem
 
getShaderGlintAlpha() - Static method in class com.mojang.blaze3d.systems.RenderSystem
 
getShaderLineWidth() - Static method in class com.mojang.blaze3d.systems.RenderSystem
 
getShaderTexture(int) - Static method in class com.mojang.blaze3d.systems.RenderSystem
 
getShadowOffset() - Method in interface net.minecraft.client.font.Glyph
 
getShadowOffset() - Method in record class net.minecraft.client.font.UnihexFont.UnicodeTextureGlyph
getShadowRadius() - Method in class net.minecraft.entity.decoration.DisplayEntity
 
getShadowRadius(StriderEntity) - Method in class net.minecraft.client.render.entity.StriderEntityRenderer
 
getShadowRadius(TurtleEntity) - Method in class net.minecraft.client.render.entity.TurtleEntityRenderer
 
getShadowRadius(VillagerEntity) - Method in class net.minecraft.client.render.entity.VillagerEntityRenderer
 
getShadowRadius(T) - Method in class net.minecraft.client.render.entity.EntityRenderer
 
getShadowRadius(T) - Method in class net.minecraft.client.render.entity.LivingEntityRenderer
 
getShadowRadius(T) - Method in class net.minecraft.client.render.entity.MobEntityRenderer
 
getShadowStrength() - Method in class net.minecraft.entity.decoration.DisplayEntity
 
getShakeAnimationProgress(float, float) - Method in class net.minecraft.entity.passive.WolfEntity
 
getShape(BlockState) - Method in class net.minecraft.block.BellBlock
 
getShape(BlockState) - Method in class net.minecraft.block.GrindstoneBlock
 
getShape(FluidState, BlockView, BlockPos) - Method in class net.minecraft.fluid.EmptyFluid
getShape(FluidState, BlockView, BlockPos) - Method in class net.minecraft.fluid.FlowableFluid
getShape(FluidState, BlockView, BlockPos) - Method in class net.minecraft.fluid.Fluid
 
getShape(BlockView, BlockPos) - Method in class net.minecraft.fluid.FluidState
 
getShapeForState(BlockState) - Static method in class net.minecraft.block.BigDripleafBlock
 
getShapeForState(BlockState) - Static method in class net.minecraft.block.FireBlock
 
getShapeForState(BlockState) - Static method in class net.minecraft.block.MultifaceGrowthBlock
 
getShapeForState(BlockState) - Method in class net.minecraft.block.RedstoneWireBlock
 
getShapeForState(BlockState) - Static method in class net.minecraft.block.VineBlock
 
getShapeIndex(BlockState) - Method in class net.minecraft.block.HorizontalConnectingBlock
 
getShapeIndexIndex(BlockState) - Method in class net.minecraft.block.StairsBlock
 
getShapeMap(float, float, float, float, float, float) - Method in class net.minecraft.block.WallBlock
 
getShapeProperty() - Method in class net.minecraft.block.AbstractRailBlock
 
getShapeProperty() - Method in class net.minecraft.block.DetectorRailBlock
getShapeProperty() - Method in class net.minecraft.block.PoweredRailBlock
getShapeProperty() - Method in class net.minecraft.block.RailBlock
getShapesForStates(Function<BlockState, VoxelShape>) - Method in class net.minecraft.block.Block
 
getSharedData() - Method in class net.minecraft.block.entity.VaultBlockEntity
 
getShellTexturedModelData() - Static method in class net.minecraft.client.render.block.entity.ConduitBlockEntityRenderer
 
getSherd(List<Item>, int) - Static method in record class net.minecraft.block.entity.Sherds
 
getSherds() - Method in class net.minecraft.block.entity.DecoratedPotBlockEntity
 
getShieldPatterns() - Static method in class net.minecraft.client.render.TexturedRenderLayers
 
getShieldPatternTextureId(RegistryKey<BannerPattern>) - Static method in class net.minecraft.client.render.TexturedRenderLayers
 
getShiftedPos(Structure.Context, BlockRotation) - Method in class net.minecraft.world.gen.structure.Structure
Deprecated.
getShoreBiome(int, int) - Method in class net.minecraft.world.biome.source.util.VanillaBiomeParameters
Returns an appropriate shore biome for the given temperature and humidity.
getShort(int) - Method in class net.minecraft.nbt.NbtList
Returns the short at index, or 0 if the index is out of bounds or if this is not a list of shorts.
getShort(int) - Method in class net.minecraft.network.PacketByteBuf
 
getShort(JsonObject, String) - Static method in class net.minecraft.util.JsonHelper
 
getShort(JsonObject, String, short) - Static method in class net.minecraft.util.JsonHelper
 
getShort(String) - Method in class net.minecraft.nbt.NbtCompound
Returns the short associated with key, or 0 if there is no number stored with the key.
getShortLE(int) - Method in class net.minecraft.network.PacketByteBuf
 
getShoulderEntityLeft() - Method in class net.minecraft.entity.player.PlayerEntity
 
getShoulderEntityRight() - Method in class net.minecraft.entity.player.PlayerEntity
 
getShowAutosaveIndicator() - Method in class net.minecraft.client.option.GameOptions
 
getShowSubtitles() - Method in class net.minecraft.client.option.GameOptions
 
getShrinkingSpeed() - Method in interface net.minecraft.world.border.WorldBorder.Area
 
getShrinkingSpeed() - Method in class net.minecraft.world.border.WorldBorder
 
getShrinkingSpeed() - Method in class net.minecraft.world.border.WorldBorder.MovingArea
getShrinkingSpeed() - Method in class net.minecraft.world.border.WorldBorder.StaticArea
getShuffled(Random) - Method in enum class net.minecraft.util.math.Direction.Type
 
getShuffledOrder() - Method in class net.minecraft.util.collection.WeightedList.Entry
 
getShulkerBoxes() - Static method in class net.minecraft.client.render.TexturedRenderLayers
 
getSiblings() - Method in class net.minecraft.text.MutableText
Returns the siblings of this text.
getSiblings() - Method in interface net.minecraft.text.Text
Returns the siblings of this text.
getSide() - Method in class net.minecraft.client.render.model.json.ItemModelGenerator.Frame
 
getSide() - Method in class net.minecraft.item.ItemUsageContext
 
getSide() - Method in class net.minecraft.network.ClientConnection
Returns the side of this connection, or the direction of the packets received by this connection.
getSide() - Method in interface net.minecraft.network.listener.ClientPacketListener
getSide() - Method in interface net.minecraft.network.listener.PacketListener
 
getSide() - Method in interface net.minecraft.network.listener.ServerPacketListener
getSide() - Method in class net.minecraft.util.hit.BlockHitResult
 
getSideInputFromGatesOnly() - Method in class net.minecraft.block.AbstractRedstoneGateBlock
 
getSideInputFromGatesOnly() - Method in class net.minecraft.block.RepeaterBlock
getSidesShape(BlockState, BlockView, BlockPos) - Method in class net.minecraft.block.AbstractBlock
 
getSidesShape(BlockState, BlockView, BlockPos) - Method in class net.minecraft.block.ChorusFlowerBlock
getSidesShape(BlockState, BlockView, BlockPos) - Method in class net.minecraft.block.FenceGateBlock
getSidesShape(BlockState, BlockView, BlockPos) - Method in class net.minecraft.block.HangingSignBlock
getSidesShape(BlockState, BlockView, BlockPos) - Method in class net.minecraft.block.LeavesBlock
getSidesShape(BlockState, BlockView, BlockPos) - Method in class net.minecraft.block.MudBlock
getSidesShape(BlockState, BlockView, BlockPos) - Method in class net.minecraft.block.ShulkerBoxBlock
getSidesShape(BlockState, BlockView, BlockPos) - Method in class net.minecraft.block.SnowBlock
getSidesShape(BlockState, BlockView, BlockPos) - Method in class net.minecraft.block.SoulSandBlock
getSidesShape(BlockState, BlockView, BlockPos) - Method in class net.minecraft.block.WallHangingSignBlock
getSidesShape(BlockView, BlockPos) - Method in class net.minecraft.block.AbstractBlock.AbstractBlockState
 
getSidesTexturedModelData() - Static method in class net.minecraft.client.render.block.entity.DecoratedPotBlockEntityRenderer
 
getSideToUpgradeFlag(boolean, boolean, boolean, boolean) - Static method in class net.minecraft.datafixer.fix.ChunkPalettedStorageFix
 
getSideways() - Method in class net.minecraft.network.packet.c2s.play.PlayerInputC2SPacket
 
getSigil() - Method in enum class net.minecraft.world.chunk.light.LightStorage.Status
 
getSign() - Static method in class net.minecraft.client.render.TexturedRenderLayers
 
getSignalStrength(float, int) - Static method in interface net.minecraft.world.event.Vibrations
 
getSignature(MessageSignatureStorage) - Method in record class net.minecraft.network.message.MessageSignatureData.Indexed
 
getSignColor() - Method in enum class net.minecraft.util.DyeColor
Returns the color used for dyed signs as RGB integer.
getSignedArguments() - Method in class net.minecraft.server.command.ServerCommandSource
 
getSignedContent() - Method in record class net.minecraft.network.message.SignedMessage
 
getSignedMessage(CommandContext<ServerCommandSource>, String, Consumer<SignedMessage>) - Static method in class net.minecraft.command.argument.MessageArgumentType
 
getSignedMessage(ChatMessageC2SPacket, LastSeenMessageList) - Method in class net.minecraft.server.network.ServerPlayNetworkHandler
 
getSignScale() - Method in class net.minecraft.client.render.block.entity.HangingSignBlockEntityRenderer
getSignScale() - Method in class net.minecraft.client.render.block.entity.SignBlockEntityRenderer
 
getSignTextureId(WoodType) - Static method in class net.minecraft.client.render.TexturedRenderLayers
 
getSimpleTranslatableName() - Method in enum class net.minecraft.world.GameMode
 
getSimulationDistance() - Method in class net.minecraft.client.option.GameOptions
 
getSimulationDistance() - Method in class net.minecraft.client.world.ClientWorld
 
getSimulationDistance() - Method in class net.minecraft.server.PlayerManager
 
getSimulationDistanceTracker() - Method in class net.minecraft.server.world.ChunkTicketManager
 
getSimultaneousMobs(int) - Method in record class net.minecraft.block.spawner.TrialSpawnerConfig
 
getSingleTexturedModelData() - Static method in class net.minecraft.client.render.block.entity.ChestBlockEntityRenderer
 
getSittingAnimationProgress(float) - Method in class net.minecraft.entity.passive.PandaEntity
 
getSize() - Method in class net.minecraft.block.entity.StructureBlockBlockEntity
 
getSize() - Method in class net.minecraft.component.type.ItemEnchantmentsComponent
 
getSize() - Method in class net.minecraft.component.type.NbtComponent
 
getSize() - Method in class net.minecraft.entity.mob.SlimeEntity
 
getSize() - Method in enum class net.minecraft.entity.passive.TropicalFishEntity.Variety
 
getSize() - Method in class net.minecraft.nbt.NbtCompound
Returns the size of this compound.
getSize() - Method in class net.minecraft.network.packet.c2s.play.UpdateStructureBlockC2SPacket
 
getSize() - Method in class net.minecraft.network.packet.s2c.play.WorldBorderInitializeS2CPacket
 
getSize() - Method in class net.minecraft.network.packet.s2c.play.WorldBorderInterpolateSizeS2CPacket
 
getSize() - Method in class net.minecraft.server.WorldGenerationProgressTracker
 
getSize() - Method in class net.minecraft.structure.StructureTemplate
 
getSize() - Method in class net.minecraft.util.collection.EmptyPaletteStorage
Returns the size of, or the number of elements in, this storage.
getSize() - Method in class net.minecraft.util.collection.PackedIntegerArray
Returns the size of, or the number of elements in, this storage.
getSize() - Method in interface net.minecraft.util.collection.PaletteStorage
Returns the size of, or the number of elements in, this storage.
getSize() - Method in interface net.minecraft.util.thread.TaskQueue
 
getSize() - Method in class net.minecraft.util.thread.TaskQueue.Prioritized
getSize() - Method in class net.minecraft.util.thread.TaskQueue.Simple
getSize() - Method in interface net.minecraft.world.border.WorldBorder.Area
 
getSize() - Method in class net.minecraft.world.border.WorldBorder
 
getSize() - Method in class net.minecraft.world.border.WorldBorder.MovingArea
getSize() - Method in class net.minecraft.world.border.WorldBorder.Properties
 
getSize() - Method in class net.minecraft.world.border.WorldBorder.StaticArea
getSize() - Method in class net.minecraft.world.chunk.ArrayPalette
Returns the size of the palette.
getSize() - Method in class net.minecraft.world.chunk.BiMapPalette
Returns the size of the palette.
getSize() - Method in class net.minecraft.world.chunk.IdListPalette
Returns the size of the palette.
getSize() - Method in interface net.minecraft.world.chunk.Palette
Returns the size of the palette.
getSize() - Method in class net.minecraft.world.chunk.SingularPalette
Returns the size of the palette.
getSize() - Method in class net.minecraft.world.gen.feature.DeltaFeatureConfig
 
getSize(float) - Method in class net.minecraft.client.particle.AbstractDustParticle
getSize(float) - Method in class net.minecraft.client.particle.AscendingParticle
getSize(float) - Method in class net.minecraft.client.particle.BillboardParticle
getSize(float) - Method in class net.minecraft.client.particle.BlockFallingDustParticle
getSize(float) - Method in class net.minecraft.client.particle.BlockMarkerParticle
getSize(float) - Method in class net.minecraft.client.particle.CloudParticle
getSize(float) - Method in class net.minecraft.client.particle.DamageParticle
getSize(float) - Method in class net.minecraft.client.particle.DragonBreathParticle
getSize(float) - Method in class net.minecraft.client.particle.EmotionParticle
getSize(float) - Method in class net.minecraft.client.particle.FireworksSparkParticle.Flash
getSize(float) - Method in class net.minecraft.client.particle.FlameParticle
getSize(float) - Method in class net.minecraft.client.particle.LavaEmberParticle
getSize(float) - Method in class net.minecraft.client.particle.NoteParticle
getSize(float) - Method in class net.minecraft.client.particle.PortalParticle
getSize(float) - Method in class net.minecraft.client.particle.ReversePortalParticle
getSize(float) - Method in class net.minecraft.client.particle.ShriekParticle
getSize(float) - Method in class net.minecraft.client.particle.TrialSpawnerDetectionParticle
getSize(int) - Static method in class net.minecraft.world.storage.RegionFile
 
getSize(int, int) - Method in class net.minecraft.client.resource.metadata.AnimationResourceMetadata
 
getSize(List<ItemStack>) - Static method in class net.minecraft.component.type.ContainerComponent
 
getSize(TextRenderer) - Static method in class net.minecraft.client.gui.widget.CheckboxWidget
 
getSize(RegistryEntry<PaintingVariant>) - Static method in class net.minecraft.entity.decoration.painting.PaintingEntity
 
getSize(Direction.Axis) - Method in class net.minecraft.util.shape.VoxelSet
 
getSizeInBytes() - Method in class net.minecraft.nbt.NbtByte
getSizeInBytes() - Method in class net.minecraft.nbt.NbtByteArray
getSizeInBytes() - Method in class net.minecraft.nbt.NbtCompound
getSizeInBytes() - Method in class net.minecraft.nbt.NbtDouble
getSizeInBytes() - Method in interface net.minecraft.nbt.NbtElement
 
getSizeInBytes() - Method in class net.minecraft.nbt.NbtEnd
getSizeInBytes() - Method in class net.minecraft.nbt.NbtFloat
getSizeInBytes() - Method in class net.minecraft.nbt.NbtInt
getSizeInBytes() - Method in class net.minecraft.nbt.NbtIntArray
getSizeInBytes() - Method in class net.minecraft.nbt.NbtList
getSizeInBytes() - Method in class net.minecraft.nbt.NbtLong
getSizeInBytes() - Method in class net.minecraft.nbt.NbtLongArray
getSizeInBytes() - Method in class net.minecraft.nbt.NbtShort
getSizeInBytes() - Method in class net.minecraft.nbt.NbtString
getSizeInBytes() - Method in interface net.minecraft.nbt.NbtType.OfFixedSize
Returns the size of the elements in bytes.
getSizeInBytes(int) - Static method in class net.minecraft.network.encoding.VarInts
 
getSizeInBytes(long) - Static method in class net.minecraft.network.encoding.VarLongs
 
getSizeLerpTarget() - Method in class net.minecraft.network.packet.s2c.play.WorldBorderInitializeS2CPacket
 
getSizeLerpTarget() - Method in class net.minecraft.network.packet.s2c.play.WorldBorderInterpolateSizeS2CPacket
 
getSizeLerpTarget() - Method in class net.minecraft.network.packet.s2c.play.WorldBorderSizeChangedS2CPacket
 
getSizeLerpTarget() - Method in interface net.minecraft.world.border.WorldBorder.Area
 
getSizeLerpTarget() - Method in class net.minecraft.world.border.WorldBorder
 
getSizeLerpTarget() - Method in class net.minecraft.world.border.WorldBorder.MovingArea
getSizeLerpTarget() - Method in class net.minecraft.world.border.WorldBorder.Properties
 
getSizeLerpTarget() - Method in class net.minecraft.world.border.WorldBorder.StaticArea
getSizeLerpTime() - Method in class net.minecraft.network.packet.s2c.play.WorldBorderInitializeS2CPacket
 
getSizeLerpTime() - Method in class net.minecraft.network.packet.s2c.play.WorldBorderInterpolateSizeS2CPacket
 
getSizeLerpTime() - Method in interface net.minecraft.world.border.WorldBorder.Area
 
getSizeLerpTime() - Method in class net.minecraft.world.border.WorldBorder
 
getSizeLerpTime() - Method in class net.minecraft.world.border.WorldBorder.MovingArea
getSizeLerpTime() - Method in class net.minecraft.world.border.WorldBorder.Properties
 
getSizeLerpTime() - Method in class net.minecraft.world.border.WorldBorder.StaticArea
getSkeleton(LocalDifficulty, AbstractHorseEntity) - Method in class net.minecraft.entity.ai.goal.SkeletonHorseTrapTriggerGoal
 
getSkinProvider() - Method in class net.minecraft.client.MinecraftClient
 
getSkinSupplier() - Method in class net.minecraft.client.gui.screen.multiplayer.SocialInteractionsPlayerListEntry
 
getSkinSupplier() - Method in class net.minecraft.client.session.report.SkinAbuseReport
 
getSkinTextures() - Method in class net.minecraft.client.network.AbstractClientPlayerEntity
 
getSkinTextures() - Method in class net.minecraft.client.network.PlayerListEntry
 
getSkinTextures(GameProfile) - Method in class net.minecraft.client.texture.PlayerSkinProvider
 
getSkinTextures(GameProfile) - Static method in class net.minecraft.client.util.DefaultSkinHelper
 
getSkinTextures(UUID) - Static method in class net.minecraft.client.util.DefaultSkinHelper
 
getSkinTexturesSupplier(GameProfile) - Method in class net.minecraft.client.texture.PlayerSkinProvider
 
getSkippedChunkCount() - Method in class net.minecraft.world.updater.WorldUpdater
 
getSkull() - Method in class net.minecraft.entity.mob.DrownedEntity
Returns the item stack this entity will drop when killed by a charged creeper.
getSkull() - Method in class net.minecraft.entity.mob.HuskEntity
Returns the item stack this entity will drop when killed by a charged creeper.
getSkull() - Method in class net.minecraft.entity.mob.ZombieEntity
Returns the item stack this entity will drop when killed by a charged creeper.
getSkull() - Method in class net.minecraft.entity.mob.ZombieVillagerEntity
Returns the item stack this entity will drop when killed by a charged creeper.
getSkull() - Method in class net.minecraft.entity.mob.ZombifiedPiglinEntity
Returns the item stack this entity will drop when killed by a charged creeper.
getSkullTexturedModelData() - Static method in class net.minecraft.client.render.entity.model.SkullEntityModel
 
getSkullType() - Method in class net.minecraft.block.AbstractSkullBlock
 
getSkyAngle(float) - Method in interface net.minecraft.world.LunarWorldView
 
getSkyAngle(long) - Method in record class net.minecraft.world.dimension.DimensionType
 
getSkyAngleRadians(float) - Method in class net.minecraft.world.World
 
getSkyBrightness(float) - Method in class net.minecraft.client.world.ClientWorld
 
getSkyColor() - Method in class net.minecraft.world.biome.Biome
 
getSkyColor() - Method in class net.minecraft.world.biome.BiomeEffects
 
getSkyColor(float) - Static method in class net.minecraft.world.biome.OverworldBiomeCreator
 
getSkyColor(Vec3d, float) - Method in class net.minecraft.client.world.ClientWorld
 
getSkyDarkness(float) - Method in class net.minecraft.client.render.GameRenderer
 
getSkyDarknessHeight(HeightLimitView) - Method in class net.minecraft.client.world.ClientWorld.Properties
 
getSkyLight(T, BlockPos) - Method in class net.minecraft.client.render.entity.EntityRenderer
 
getSkyLightCoordinates(int) - Static method in class net.minecraft.client.render.LightmapTextureManager
 
getSkyNibbles() - Method in class net.minecraft.network.packet.s2c.play.LightData
 
getSkyType() - Method in class net.minecraft.client.render.DimensionEffects
 
getSleepAnimation(float) - Method in class net.minecraft.entity.passive.CatEntity
 
getSleeping() - Method in class net.minecraft.server.world.SleepManager
Returns the number of sleeping players.
getSleepingDirection() - Method in class net.minecraft.entity.LivingEntity
 
getSleepingPosition() - Method in class net.minecraft.entity.LivingEntity
 
getSleepTimer() - Method in class net.minecraft.entity.player.PlayerEntity
 
getSliceName(int) - Static method in class net.minecraft.client.render.entity.model.MagmaCubeEntityModel
 
getSlimeRandom(int, int, long, long) - Static method in class net.minecraft.util.math.random.ChunkRandom
 
getSlipperiness() - Method in class net.minecraft.block.Block
 
getSlot() - Method in class net.minecraft.network.packet.c2s.play.ClickSlotC2SPacket
 
getSlot() - Method in class net.minecraft.network.packet.c2s.play.CreativeInventoryActionC2SPacket
 
getSlot() - Method in class net.minecraft.network.packet.c2s.play.PickFromInventoryC2SPacket
 
getSlot() - Method in class net.minecraft.network.packet.s2c.play.ScoreboardDisplayS2CPacket
 
getSlot() - Method in class net.minecraft.network.packet.s2c.play.ScreenHandlerSlotUpdateS2CPacket
 
getSlot() - Method in class net.minecraft.network.packet.s2c.play.UpdateSelectedSlotS2CPacket
 
getSlot(int) - Method in class net.minecraft.client.gui.screen.recipebook.RecipeBookGhostSlots
 
getSlot(int) - Method in class net.minecraft.screen.ScreenHandler
Returns the slot with index index.
getSlot(ScoreboardObjective) - Method in class net.minecraft.scoreboard.ServerScoreboard
 
getSlotAt(double, double) - Method in class net.minecraft.client.gui.screen.ingame.HandledScreen
 
getSlotCount() - Method in class net.minecraft.client.gui.screen.recipebook.RecipeBookGhostSlots
 
getSlotCount() - Method in class net.minecraft.network.packet.s2c.play.OpenHorseScreenS2CPacket
 
getSlotFor(ItemStack) - Method in class net.minecraft.screen.ForgingScreenHandler
 
getSlotFor(ItemStack) - Method in class net.minecraft.screen.SmithingScreenHandler
getSlotForHand(Hand) - Static method in class net.minecraft.entity.LivingEntity
 
getSlotForHitPos(BlockHitResult, BlockState) - Method in class net.minecraft.block.ChiseledBookshelfBlock
 
getSlotFromPosition(Vec3d) - Method in class net.minecraft.entity.decoration.ArmorStandEntity
 
getSlotIndex(Inventory, int) - Method in class net.minecraft.screen.ScreenHandler
 
getSlotName(int) - Method in class net.minecraft.client.realms.dto.RealmsWorldOptions
 
getSlotsEmpty() - Method in class net.minecraft.block.entity.BrewingStandBlockEntity
 
getSlotType() - Method in class net.minecraft.block.AbstractSkullBlock
getSlotType() - Method in class net.minecraft.block.WearableCarvedPumpkinBlock
getSlotType() - Method in class net.minecraft.item.ArmorItem
getSlotType() - Method in class net.minecraft.item.ElytraItem
getSlotType() - Method in interface net.minecraft.item.Equipment
 
getSlotType() - Method in class net.minecraft.item.ShieldItem
getSlotWithStack(ItemStack) - Method in class net.minecraft.entity.player.PlayerInventory
 
getSlowNoiseValue(BlockPos) - Method in class net.minecraft.world.gen.stateprovider.DualNoiseBlockStateProvider
 
getSmallRoom(Random) - Method in class net.minecraft.structure.WoodlandMansionGenerator.FirstFloorRoomPool
getSmallRoom(Random) - Method in class net.minecraft.structure.WoodlandMansionGenerator.RoomPool
 
getSmallRoom(Random) - Method in class net.minecraft.structure.WoodlandMansionGenerator.SecondFloorRoomPool
getSmallSecretRoom(Random) - Method in class net.minecraft.structure.WoodlandMansionGenerator.FirstFloorRoomPool
getSmallSecretRoom(Random) - Method in class net.minecraft.structure.WoodlandMansionGenerator.RoomPool
 
getSmallSecretRoom(Random) - Method in class net.minecraft.structure.WoodlandMansionGenerator.SecondFloorRoomPool
getSmallTreeFeature(Random, boolean) - Method in class net.minecraft.block.SaplingGenerator
 
getSmeltingItemPath(ItemConvertible) - Static method in class net.minecraft.data.server.recipe.RecipeProvider
 
getSmeltingRecipeCategory(ItemConvertible) - Static method in class net.minecraft.data.server.recipe.CookingRecipeJsonBuilder
 
getSmithingTemplate() - Method in class net.minecraft.client.gui.screen.ingame.SmithingScreen
 
getSneakToggled() - Method in class net.minecraft.client.option.GameOptions
 
getSneezeProgress() - Method in class net.minecraft.entity.passive.PandaEntity
 
getSnowGolemDispenserPattern() - Method in class net.minecraft.block.CarvedPumpkinBlock
 
getSnowGolemPattern() - Method in class net.minecraft.block.CarvedPumpkinBlock
 
getSocialInteractionsManager() - Method in class net.minecraft.client.MinecraftClient
 
getSolid() - Static method in class net.minecraft.client.render.RenderLayer
 
getSongLengthInTicks() - Method in class net.minecraft.item.MusicDiscItem
 
getSortedNames(NbtCompound) - Method in class net.minecraft.nbt.visitor.NbtOrderedStringFormatter
 
getSortedTypesAndPositions(Predicate<RegistryEntry<PointOfInterestType>>, Predicate<BlockPos>, BlockPos, int, PointOfInterestStorage.OccupationStatus) - Method in class net.minecraft.world.poi.PointOfInterestStorage
 
getSorter() - Method in class net.minecraft.command.EntitySelectorReader
 
getSortingData() - Method in class net.minecraft.client.render.BufferBuilder
 
getSound() - Method in enum class net.minecraft.block.enums.Instrument
 
getSound() - Method in class net.minecraft.client.sound.AbstractSoundInstance
getSound() - Method in interface net.minecraft.client.sound.SoundInstance
 
getSound() - Method in enum class net.minecraft.entity.damage.DamageEffects
 
getSound() - Method in enum class net.minecraft.entity.mob.Angriness
 
getSound() - Method in class net.minecraft.entity.projectile.PersistentProjectileEntity
 
getSound() - Method in class net.minecraft.item.MusicDiscItem
 
getSound() - Method in class net.minecraft.network.packet.s2c.play.PlaySoundFromEntityS2CPacket
 
getSound() - Method in class net.minecraft.network.packet.s2c.play.PlaySoundS2CPacket
 
getSound() - Method in class net.minecraft.sound.BiomeAdditionsSound
 
getSound() - Method in class net.minecraft.sound.BiomeMoodSound
 
getSound() - Method in class net.minecraft.sound.MusicSound
 
getSound(EntityType<?>) - Static method in class net.minecraft.entity.passive.ParrotEntity
 
getSound(PiglinEntity, Activity) - Static method in class net.minecraft.entity.mob.PiglinBrain
 
getSound(Random) - Method in class net.minecraft.client.sound.Sound
 
getSound(Random) - Method in interface net.minecraft.client.sound.SoundContainer
 
getSound(Random) - Method in class net.minecraft.client.sound.WeightedSoundSet
 
getSoundCategory() - Method in class net.minecraft.entity.boss.dragon.EnderDragonEntity
Returns the sound category for sounds from this entity.
getSoundCategory() - Method in class net.minecraft.entity.Entity
Returns the sound category for sounds from this entity.
getSoundCategory() - Method in class net.minecraft.entity.ExperienceOrbEntity
Returns the sound category for sounds from this entity.
getSoundCategory() - Method in class net.minecraft.entity.ItemEntity
Returns the sound category for sounds from this entity.
getSoundCategory() - Method in class net.minecraft.entity.LightningEntity
Returns the sound category for sounds from this entity.
getSoundCategory() - Method in class net.minecraft.entity.mob.BreezeEntity
Returns the sound category for sounds from this entity.
getSoundCategory() - Method in class net.minecraft.entity.mob.GhastEntity
Returns the sound category for sounds from this entity.
getSoundCategory() - Method in class net.minecraft.entity.mob.HoglinEntity
Returns the sound category for sounds from this entity.
getSoundCategory() - Method in class net.minecraft.entity.mob.HostileEntity
Returns the sound category for sounds from this entity.
getSoundCategory() - Method in class net.minecraft.entity.mob.PhantomEntity
Returns the sound category for sounds from this entity.
getSoundCategory() - Method in class net.minecraft.entity.mob.ShulkerEntity
Returns the sound category for sounds from this entity.
getSoundCategory() - Method in class net.minecraft.entity.mob.SlimeEntity
Returns the sound category for sounds from this entity.
getSoundCategory() - Method in class net.minecraft.entity.passive.ParrotEntity
Returns the sound category for sounds from this entity.
getSoundCategory() - Method in class net.minecraft.entity.passive.RabbitEntity
Returns the sound category for sounds from this entity.
getSoundCategory() - Method in class net.minecraft.entity.player.PlayerEntity
Returns the sound category for sounds from this entity.
getSoundCategory() - Method in class net.minecraft.entity.projectile.ShulkerBulletEntity
Returns the sound category for sounds from this entity.
getSoundDevice() - Method in class net.minecraft.client.option.GameOptions
 
getSoundDevices() - Method in class net.minecraft.client.sound.SoundEngine
 
getSoundDevices() - Method in class net.minecraft.client.sound.SoundManager
 
getSoundDevices() - Method in class net.minecraft.client.sound.SoundSystem
 
getSoundEvent() - Method in class net.minecraft.network.packet.s2c.play.ExplosionS2CPacket
 
getSoundEvent() - Method in class net.minecraft.world.explosion.Explosion
 
getSoundEvent(HoglinEntity) - Static method in class net.minecraft.entity.mob.HoglinBrain
 
getSoundEvent(HoglinEntity, Activity) - Static method in class net.minecraft.entity.mob.HoglinBrain
 
getSoundGroup() - Method in class net.minecraft.block.AbstractBlock.AbstractBlockState
 
getSoundGroup(BlockState) - Method in class net.minecraft.block.AbstractBlock
 
getSoundGroup(BlockState) - Method in class net.minecraft.block.DecoratedPotBlock
getSoundId() - Method in class net.minecraft.network.packet.s2c.play.StopSoundS2CPacket
 
getSoundIds() - Method in class net.minecraft.client.network.ClientCommandSource
getSoundIds() - Method in interface net.minecraft.command.CommandSource
 
getSoundIds() - Method in class net.minecraft.server.command.ServerCommandSource
getSoundManager() - Method in class net.minecraft.client.MinecraftClient
 
getSoundPitch() - Method in class net.minecraft.entity.LivingEntity
 
getSoundPitch() - Method in class net.minecraft.entity.mob.ZombieVillagerEntity
getSoundPitch() - Method in class net.minecraft.entity.passive.BatEntity
getSoundPitch() - Method in class net.minecraft.entity.passive.ParrotEntity
getSoundPitch(boolean, Random) - Static method in class net.minecraft.item.CrossbowItem
 
getSoundPitch(Random) - Static method in class net.minecraft.entity.passive.ParrotEntity
 
getSoundPitch(Random, int) - Static method in class net.minecraft.item.CrossbowItem
 
getSoundPrepare() - Method in class net.minecraft.entity.mob.EvokerEntity.ConjureFangsGoal
getSoundPrepare() - Method in class net.minecraft.entity.mob.EvokerEntity.SummonVexGoal
getSoundPrepare() - Method in class net.minecraft.entity.mob.EvokerEntity.WololoGoal
getSoundPrepare() - Method in class net.minecraft.entity.mob.IllusionerEntity.BlindTargetGoal
getSoundPrepare() - Method in class net.minecraft.entity.mob.IllusionerEntity.GiveInvisibilityGoal
getSoundPrepare() - Method in class net.minecraft.entity.mob.SpellcastingIllagerEntity.CastSpellGoal
 
getSounds() - Method in class net.minecraft.client.sound.SoundEntry
 
getSoundSet(SoundManager) - Method in class net.minecraft.client.sound.AbstractSoundInstance
getSoundSet(SoundManager) - Method in interface net.minecraft.client.sound.SoundInstance
 
getSoundVolume() - Method in class net.minecraft.entity.boss.dragon.EnderDragonEntity
getSoundVolume() - Method in class net.minecraft.entity.LivingEntity
 
getSoundVolume() - Method in class net.minecraft.entity.mob.GhastEntity
getSoundVolume() - Method in class net.minecraft.entity.mob.PhantomEntity
getSoundVolume() - Method in class net.minecraft.entity.mob.SlimeEntity
getSoundVolume() - Method in class net.minecraft.entity.mob.WardenEntity
getSoundVolume() - Method in class net.minecraft.entity.passive.AbstractHorseEntity
getSoundVolume() - Method in class net.minecraft.entity.passive.AllayEntity
getSoundVolume() - Method in class net.minecraft.entity.passive.BatEntity
getSoundVolume() - Method in class net.minecraft.entity.passive.BeeEntity
getSoundVolume() - Method in class net.minecraft.entity.passive.CowEntity
getSoundVolume() - Method in class net.minecraft.entity.passive.SquidEntity
getSoundVolume() - Method in class net.minecraft.entity.passive.WolfEntity
getSoundVolume(SoundCategory) - Method in class net.minecraft.client.sound.SoundSystem
 
getSoundVolume(SoundCategory) - Method in class net.minecraft.client.option.GameOptions
 
getSoundVolumeOption(SoundCategory) - Method in class net.minecraft.client.option.GameOptions
 
getSource() - Method in class net.minecraft.client.gui.screen.pack.ResourcePackOrganizer.AbstractPack
getSource() - Method in interface net.minecraft.client.gui.screen.pack.ResourcePackOrganizer.Pack
 
getSource() - Method in class net.minecraft.entity.damage.DamageSource
 
getSource() - Method in class net.minecraft.entity.vehicle.CommandBlockMinecartEntity.CommandExecutor
getSource() - Method in class net.minecraft.resource.ResourcePackProfile
 
getSource() - Method in class net.minecraft.server.BanEntry
 
getSource() - Method in class net.minecraft.util.math.random.RandomSequence
 
getSource() - Method in class net.minecraft.world.CommandBlockExecutor
 
getSource(int) - Static method in class net.minecraft.client.gl.GlDebug
 
getSourceCount() - Method in interface net.minecraft.client.sound.SoundEngine.SourceSet
 
getSourceCount() - Method in class net.minecraft.client.sound.SoundEngine.SourceSetImpl
getSourceGroundY() - Method in class net.minecraft.structure.JigsawJunction
 
getSourceOrEmptyForConditionFork(CommandContext<ServerCommandSource>, boolean, boolean) - Static method in class net.minecraft.server.command.ExecuteCommand
 
getSourceState() - Method in class net.minecraft.client.sound.Source
 
getSourceTextSupplier(String) - Static method in interface net.minecraft.resource.ResourcePackSource
 
getSourceX() - Method in class net.minecraft.structure.JigsawJunction
 
getSourceZ() - Method in class net.minecraft.structure.JigsawJunction
 
getSouthEastIndex(int, int) - Static method in class net.minecraft.world.gen.chunk.BlendingData
Gets the south east index for the given chunk-local biome coordinates.
getSpacing() - Method in class net.minecraft.world.gen.chunk.placement.RandomSpreadStructurePlacement
 
getSpawnAngle() - Method in class net.minecraft.client.world.ClientWorld.Properties
getSpawnAngle() - Method in class net.minecraft.server.network.ServerPlayerEntity
 
getSpawnAngle() - Method in class net.minecraft.world.level.LevelProperties
getSpawnAngle() - Method in class net.minecraft.world.level.UnmodifiableLevelProperties
getSpawnAngle() - Method in class net.minecraft.world.World
 
getSpawnAngle() - Method in interface net.minecraft.world.WorldProperties
 
getSpawnData(TrialSpawnerLogic, Random) - Method in class net.minecraft.block.spawner.TrialSpawnerData
 
getSpawnDataNbt(TrialSpawnerState) - Method in class net.minecraft.block.spawner.TrialSpawnerData
 
getSpawnDensity(EntityType<?>) - Method in class net.minecraft.world.biome.SpawnSettings
 
getSpawnedCount() - Method in class net.minecraft.entity.passive.PassiveEntity.PassiveData
 
getSpawnedEntityId(NbtCompound, String) - Static method in interface net.minecraft.block.entity.Spawner
 
getSpawnedEntityText(ItemStack, String) - Static method in interface net.minecraft.block.entity.Spawner
 
getSpawnEntries(SpawnGroup) - Method in class net.minecraft.world.biome.SpawnSettings
 
getSpawnEntries(ServerWorld, StructureAccessor, ChunkGenerator, SpawnGroup, BlockPos, RegistryEntry<Biome>) - Static method in class net.minecraft.world.SpawnHelper
 
getSpawnEntry(World, Random, BlockPos) - Method in class net.minecraft.block.spawner.MobSpawnerLogic
 
getSpawner() - Method in class net.minecraft.block.entity.TrialSpawnerBlockEntity
 
getSpawnerState() - Method in class net.minecraft.block.entity.TrialSpawnerBlockEntity
getSpawnerState() - Method in class net.minecraft.block.spawner.TrialSpawnerLogic
 
getSpawnerState() - Method in interface net.minecraft.block.spawner.TrialSpawnerLogic.TrialSpawner
 
getSpawnGroup() - Method in class net.minecraft.entity.EntityType
 
getSpawnHeight(HeightLimitView) - Method in class net.minecraft.world.gen.chunk.ChunkGenerator
 
getSpawnHeight(HeightLimitView) - Method in class net.minecraft.world.gen.chunk.FlatChunkGenerator
getSpawnInfo() - Method in class net.minecraft.server.world.ServerChunkManager
 
getSpawningChunkCount() - Method in class net.minecraft.world.SpawnHelper.Info
 
getSpawnOffset(Random) - Method in class net.minecraft.block.FrogspawnBlock
 
getSpawnPointDimension() - Method in class net.minecraft.server.network.ServerPlayerEntity
 
getSpawnPointPosition() - Method in class net.minecraft.server.network.ServerPlayerEntity
 
getSpawnPos() - Method in class net.minecraft.client.world.ClientWorld.Properties
getSpawnPos() - Method in class net.minecraft.world.level.LevelProperties
getSpawnPos() - Method in class net.minecraft.world.level.UnmodifiableLevelProperties
getSpawnPos() - Method in class net.minecraft.world.World
 
getSpawnPos() - Method in interface net.minecraft.world.WorldProperties
 
getSpawnProtectionRadius() - Method in class net.minecraft.server.dedicated.MinecraftDedicatedServer
getSpawnProtectionRadius() - Method in class net.minecraft.server.MinecraftServer
 
getSpawnRadius(ServerWorld) - Method in class net.minecraft.server.MinecraftServer
 
getSpawnRange() - Method in class net.minecraft.sound.BiomeMoodSound
Returns the chebyshev distance from which the mood sound can play to the player.
getSpawnSettings() - Method in class net.minecraft.world.biome.Biome
 
getSpawnSuitabilityNoises() - Method in class net.minecraft.world.biome.source.util.VanillaBiomeParameters
 
getSpawnToggleButtonCallback(Text, Consumer<Boolean>) - Method in class net.minecraft.client.realms.gui.screen.RealmsSlotOptionsScreen
 
getSpawnVector(ServerWorld, BlockPos) - Method in class net.minecraft.village.ZombieSiegeManager
 
getSpecialPrice() - Method in class net.minecraft.village.TradeOffer
Returns the special price of this trade offer.
getSpecialProperty(Registry<DimensionOptions>) - Static method in record class net.minecraft.world.dimension.DimensionOptionsRegistryHolder
 
getSpectatorHud() - Method in class net.minecraft.client.gui.hud.InGameHud
 
getSpectatorMenuHeight() - Method in class net.minecraft.client.gui.hud.SpectatorHud
 
getSpeed() - Method in class net.minecraft.client.gui.screen.CreditsScreen
 
getSpeed() - Method in class net.minecraft.entity.ai.brain.WalkTarget
 
getSpeed() - Method in class net.minecraft.entity.ai.control.MoveControl
 
getSpeed() - Method in class net.minecraft.entity.LimbAnimator
 
getSpeed() - Method in class net.minecraft.network.packet.s2c.play.ParticleS2CPacket
 
getSpeed(float) - Method in class net.minecraft.entity.LimbAnimator
 
getSpeed(ChargedProjectilesComponent) - Static method in class net.minecraft.item.CrossbowItem
 
getSpeed(PathAwareEntity) - Method in class net.minecraft.entity.ai.brain.task.TemptTask
 
getSpell() - Method in class net.minecraft.entity.mob.EvokerEntity.ConjureFangsGoal
getSpell() - Method in class net.minecraft.entity.mob.EvokerEntity.SummonVexGoal
getSpell() - Method in class net.minecraft.entity.mob.EvokerEntity.WololoGoal
getSpell() - Method in class net.minecraft.entity.mob.IllusionerEntity.BlindTargetGoal
getSpell() - Method in class net.minecraft.entity.mob.IllusionerEntity.GiveInvisibilityGoal
getSpell() - Method in class net.minecraft.entity.mob.SpellcastingIllagerEntity.CastSpellGoal
 
getSpell() - Method in class net.minecraft.entity.mob.SpellcastingIllagerEntity
 
getSpellTicks() - Method in class net.minecraft.entity.mob.EvokerEntity.ConjureFangsGoal
getSpellTicks() - Method in class net.minecraft.entity.mob.EvokerEntity.SummonVexGoal
getSpellTicks() - Method in class net.minecraft.entity.mob.EvokerEntity.WololoGoal
getSpellTicks() - Method in class net.minecraft.entity.mob.IllusionerEntity.BlindTargetGoal
getSpellTicks() - Method in class net.minecraft.entity.mob.IllusionerEntity.GiveInvisibilityGoal
getSpellTicks() - Method in class net.minecraft.entity.mob.SpellcastingIllagerEntity.CastSpellGoal
 
getSpellTicks() - Method in class net.minecraft.entity.mob.SpellcastingIllagerEntity
 
getSpikeName(int) - Static method in class net.minecraft.client.render.entity.model.GuardianEntityModel
 
getSpikePivotX(int, float, float) - Static method in class net.minecraft.client.render.entity.model.GuardianEntityModel
 
getSpikePivotY(int, float, float) - Static method in class net.minecraft.client.render.entity.model.GuardianEntityModel
 
getSpikePivotZ(int, float, float) - Static method in class net.minecraft.client.render.entity.model.GuardianEntityModel
 
getSpikes() - Method in class net.minecraft.world.gen.feature.EndSpikeFeatureConfig
 
getSpikes(StructureWorldAccess) - Static method in class net.minecraft.world.gen.feature.EndSpikeFeature
 
getSpikesExtension(float) - Method in class net.minecraft.entity.mob.GuardianEntity
 
getSplashSound() - Method in class net.minecraft.entity.Entity
 
getSplashSound() - Method in class net.minecraft.entity.mob.HoglinEntity
getSplashSound() - Method in class net.minecraft.entity.mob.HostileEntity
getSplashSound() - Method in class net.minecraft.entity.passive.AxolotlEntity
getSplashSound() - Method in class net.minecraft.entity.passive.DolphinEntity
getSplashSound() - Method in class net.minecraft.entity.player.PlayerEntity
getSplashTextLoader() - Method in class net.minecraft.client.MinecraftClient
 
getSpread() - Method in class net.minecraft.world.gen.chunk.placement.ConcentricRingsStructurePlacement
 
getSpread(Random, int) - Method in class net.minecraft.world.gen.feature.ScatteredOreFeature
 
getSpread(World, BlockPos, BlockState) - Method in class net.minecraft.fluid.FlowableFluid
 
getSpreadable(BlockState) - Static method in class net.minecraft.block.entity.SculkSpreadManager.Cursor
 
getSpreadChance() - Method in class net.minecraft.block.entity.SculkSpreadManager
 
getSpreadChance(BlockState) - Method in class net.minecraft.block.FireBlock
 
getSpreadManager() - Method in class net.minecraft.block.entity.SculkCatalystBlockEntity.Listener
 
getSpreadPos(WorldAccess, BlockPos, Random) - Static method in class net.minecraft.block.entity.SculkSpreadManager.Cursor
 
getSpreadType() - Method in class net.minecraft.world.gen.chunk.placement.RandomSpreadStructurePlacement
 
getSprintToggled() - Method in class net.minecraft.client.option.GameOptions
 
getSprite() - Method in class net.minecraft.client.render.model.BakedQuad
 
getSprite() - Method in class net.minecraft.client.util.SpriteIdentifier
 
getSprite(int, int) - Method in class net.minecraft.client.particle.ParticleManager.SimpleSpriteProvider
getSprite(int, int) - Method in interface net.minecraft.client.particle.SpriteProvider
 
getSprite(RegistryEntry<StatusEffect>) - Method in class net.minecraft.client.texture.StatusEffectSpriteManager
 
getSprite(Identifier) - Method in class net.minecraft.client.render.model.SpriteAtlasManager.AtlasPreparation
 
getSprite(Identifier) - Method in class net.minecraft.client.texture.GuiAtlasManager
getSprite(Identifier) - Method in class net.minecraft.client.texture.SpriteAtlasHolder
 
getSprite(Identifier) - Method in class net.minecraft.client.texture.SpriteAtlasTexture
 
getSprite(Random) - Method in class net.minecraft.client.particle.ParticleManager.SimpleSpriteProvider
getSprite(Random) - Method in interface net.minecraft.client.particle.SpriteProvider
 
getSpriteAtlas(Identifier) - Method in class net.minecraft.client.MinecraftClient
 
getSpriteId(RegistryKey<BannerPattern>, boolean) - Static method in record class net.minecraft.block.entity.BannerPattern
 
getSprites() - Method in exception class net.minecraft.client.texture.TextureStitcherCannotFitException
 
getSpruceColor() - Static method in class net.minecraft.client.color.world.FoliageColors
 
getSquaredCameraDistance() - Method in class net.minecraft.client.render.chunk.ChunkBuilder.BuiltChunk
 
getSquaredDistance(double, double, double) - Method in class net.minecraft.util.math.Vec3i
Returns the squared distance between here and (x, y, z).
getSquaredDistance(int, int) - Method in class net.minecraft.util.math.ChunkPos
 
getSquaredDistance(long) - Method in class net.minecraft.util.math.ChunkPos
 
getSquaredDistance(long[]) - Method in class net.minecraft.world.biome.source.util.MultiNoiseUtil.SearchTree.TreeNode
 
getSquaredDistance(PathNode) - Method in class net.minecraft.entity.ai.pathing.PathNode
 
getSquaredDistance(BlockPos) - Method in class net.minecraft.entity.ai.pathing.PathNode
 
getSquaredDistance(ChunkPos) - Method in class net.minecraft.util.math.ChunkPos
 
getSquaredDistance(ChunkPos, Entity) - Static method in class net.minecraft.server.world.ThreadedAnvilChunkStorage
 
getSquaredDistance(Position) - Method in class net.minecraft.util.math.Vec3i
Returns the squared distance between here and pos.
getSquaredDistance(Vec3i) - Method in class net.minecraft.util.math.Vec3i
Returns the squared distance between here (center) and vec.
getSquaredDistance(MultiNoiseUtil.NoiseValuePoint) - Method in record class net.minecraft.world.biome.source.util.MultiNoiseUtil.NoiseHypercube
Calculates the distance from this noise point to another one.
getSquaredDistanceFromCenter(double, double, double) - Method in class net.minecraft.util.math.Vec3i
Returns the squared distance between the center of this voxel and (x, y, z).
getSquaredDistanceToCamera(double, double, double) - Method in class net.minecraft.client.render.entity.EntityRenderDispatcher
 
getSquaredDistanceToCamera(Entity) - Method in class net.minecraft.client.render.entity.EntityRenderDispatcher
 
getSquirtSound() - Method in class net.minecraft.entity.passive.GlowSquidEntity
getSquirtSound() - Method in class net.minecraft.entity.passive.SquidEntity
 
getSquishSound() - Method in class net.minecraft.entity.mob.MagmaCubeEntity
getSquishSound() - Method in class net.minecraft.entity.mob.SlimeEntity
 
getStack() - Method in class net.minecraft.block.entity.DecoratedPotBlockEntity
getStack() - Method in class net.minecraft.block.entity.JukeboxBlockEntity
getStack() - Method in class net.minecraft.client.gui.screen.ingame.CreativeInventoryScreen.CreativeSlot
getStack() - Method in class net.minecraft.entity.EyeOfEnderEntity
getStack() - Method in interface net.minecraft.entity.FlyingItemEntity
 
getStack() - Method in class net.minecraft.entity.ItemEntity
Returns the item stack contained in this item entity.
getStack() - Method in class net.minecraft.entity.projectile.AbstractFireballEntity
getStack() - Method in class net.minecraft.entity.projectile.AbstractWindChargeEntity
getStack() - Method in class net.minecraft.entity.projectile.FireworkRocketEntity
getStack() - Method in class net.minecraft.entity.projectile.thrown.ThrownItemEntity
getStack() - Method in interface net.minecraft.inventory.SingleStackInventory
 
getStack() - Method in class net.minecraft.item.ItemUsageContext
 
getStack() - Method in class net.minecraft.network.packet.c2s.play.ClickSlotC2SPacket
 
getStack() - Method in class net.minecraft.network.packet.c2s.play.CreativeInventoryActionC2SPacket
 
getStack() - Method in class net.minecraft.network.packet.s2c.play.ScreenHandlerSlotUpdateS2CPacket
 
getStack() - Method in class net.minecraft.screen.slot.Slot
 
getStack(int) - Method in class net.minecraft.block.entity.AbstractFurnaceBlockEntity
Returns the stack currently stored at slot.
getStack(int) - Method in class net.minecraft.block.entity.BrewingStandBlockEntity
Returns the stack currently stored at slot.
getStack(int) - Method in class net.minecraft.block.entity.ChiseledBookshelfBlockEntity
Returns the stack currently stored at slot.
getStack(int) - Method in class net.minecraft.block.entity.CrafterBlockEntity
Returns the stack currently stored at slot.
getStack(int) - Method in class net.minecraft.block.entity.LootableContainerBlockEntity
Returns the stack currently stored at slot.
getStack(int) - Method in class net.minecraft.entity.player.PlayerInventory
Returns the stack currently stored at slot.
getStack(int) - Method in class net.minecraft.entity.vehicle.ChestBoatEntity
Returns the stack currently stored at slot.
getStack(int) - Method in class net.minecraft.entity.vehicle.StorageMinecartEntity
Returns the stack currently stored at slot.
getStack(int) - Method in class net.minecraft.inventory.CraftingInventory
Returns the stack currently stored at slot.
getStack(int) - Method in class net.minecraft.inventory.CraftingResultInventory
Returns the stack currently stored at slot.
getStack(int) - Method in class net.minecraft.inventory.DoubleInventory
Returns the stack currently stored at slot.
getStack(int) - Method in interface net.minecraft.inventory.Inventory
Returns the stack currently stored at slot.
getStack(int) - Method in class net.minecraft.inventory.SimpleInventory
Returns the stack currently stored at slot.
getStack(int) - Method in interface net.minecraft.inventory.SingleStackInventory
Returns the stack currently stored at slot.
getStack(int) - Method in class net.minecraft.village.MerchantInventory
Returns the stack currently stored at slot.
getStackAmount() - Method in class net.minecraft.network.packet.s2c.play.ItemPickupAnimationS2CPacket
 
getStackForInstrument(Item, RegistryEntry<Instrument>) - Static method in class net.minecraft.item.GoatHornItem
 
getStackFromId(int) - Static method in class net.minecraft.recipe.RecipeMatcher
 
getStackInHand(Hand) - Method in class net.minecraft.entity.LivingEntity
 
getStackInSlot(Entity, int) - Static method in class net.minecraft.server.command.ItemCommand
 
getStackInSlotFromInventoryAt(ServerCommandSource, BlockPos, int) - Static method in class net.minecraft.server.command.ItemCommand
 
getStackReference(int) - Method in class net.minecraft.entity.decoration.DisplayEntity.ItemDisplayEntity
Obtains a stack reference to be modified.
getStackReference(int) - Method in class net.minecraft.entity.decoration.ItemFrameEntity
Obtains a stack reference to be modified.
getStackReference(int) - Method in class net.minecraft.entity.Entity
Obtains a stack reference to be modified.
getStackReference(int) - Method in class net.minecraft.entity.LivingEntity
Obtains a stack reference to be modified.
getStackReference(int) - Method in class net.minecraft.entity.mob.PillagerEntity
Obtains a stack reference to be modified.
getStackReference(int) - Method in class net.minecraft.entity.passive.AbstractDonkeyEntity
Obtains a stack reference to be modified.
getStackReference(int) - Method in class net.minecraft.entity.passive.AbstractHorseEntity
Obtains a stack reference to be modified.
getStackReference(int) - Method in class net.minecraft.entity.passive.MerchantEntity
Obtains a stack reference to be modified.
getStackReference(int) - Method in class net.minecraft.entity.player.PlayerEntity
Obtains a stack reference to be modified.
getStackReference(int) - Method in class net.minecraft.entity.vehicle.ChestBoatEntity
Obtains a stack reference to be modified.
getStackReference(int) - Method in class net.minecraft.entity.vehicle.StorageMinecartEntity
Obtains a stack reference to be modified.
getStackReference(LivingEntity, EquipmentSlot) - Static method in class net.minecraft.entity.LivingEntity
 
getStacks() - Method in interface net.minecraft.recipe.Ingredient.Entry
 
getStacks() - Method in record class net.minecraft.recipe.Ingredient.StackEntry
getStacks() - Method in record class net.minecraft.recipe.Ingredient.TagEntry
getStacks() - Method in class net.minecraft.screen.ScreenHandler
Returns a list of all stacks of the screen handler's slot.
getStackTrace() - Method in class net.minecraft.util.crash.CrashReport
 
getStackTrace() - Method in class net.minecraft.util.crash.CrashReportSection
 
getStackWith(Sherds) - Static method in class net.minecraft.block.entity.DecoratedPotBlockEntity
 
getStackWithModifier(ServerCommandSource, LootFunction, ItemStack) - Static method in class net.minecraft.server.command.ItemCommand
 
getStage() - Method in class net.minecraft.client.render.BlockBreakingInfo
 
getStage() - Method in interface net.minecraft.world.border.WorldBorder.Area
 
getStage() - Method in class net.minecraft.world.border.WorldBorder
 
getStage() - Method in class net.minecraft.world.border.WorldBorder.MovingArea
getStage() - Method in class net.minecraft.world.border.WorldBorder.StaticArea
getStairShape(BlockState, BlockView, BlockPos) - Static method in class net.minecraft.block.StairsBlock
 
getStandingEyeHeight() - Method in class net.minecraft.entity.Entity
Returns the standing eye height.
getStarBrightness(float) - Method in class net.minecraft.client.world.ClientWorld
 
getStart() - Method in class net.minecraft.command.argument.MessageArgumentType.MessageSelector
 
getStart() - Method in class net.minecraft.entity.ai.brain.task.PrepareRamTask.Ram
 
getStart() - Method in class net.minecraft.entity.ai.pathing.AmphibiousPathNodeMaker
getStart() - Method in class net.minecraft.entity.ai.pathing.BirdPathNodeMaker
getStart() - Method in class net.minecraft.entity.ai.pathing.LandPathNodeMaker
getStart() - Method in class net.minecraft.entity.ai.pathing.PathMinHeap
 
getStart() - Method in class net.minecraft.entity.ai.pathing.PathNodeMaker
 
getStart() - Method in class net.minecraft.entity.ai.pathing.WaterPathNodeMaker
getStart() - Method in class net.minecraft.entity.passive.FrogEntity.FrogSwimPathNodeMaker
getStart() - Method in class net.minecraft.world.BlockStateRaycastContext
 
getStart() - Method in class net.minecraft.world.RaycastContext
 
getStart(StructureTemplateManager, BlockRotation) - Method in class net.minecraft.structure.pool.EmptyPoolElement
getStart(StructureTemplateManager, BlockRotation) - Method in class net.minecraft.structure.pool.FeaturePoolElement
getStart(StructureTemplateManager, BlockRotation) - Method in class net.minecraft.structure.pool.ListPoolElement
getStart(StructureTemplateManager, BlockRotation) - Method in class net.minecraft.structure.pool.SinglePoolElement
getStart(StructureTemplateManager, BlockRotation) - Method in class net.minecraft.structure.pool.StructurePoolElement
 
getStart(BlockPos) - Method in class net.minecraft.entity.ai.pathing.LandPathNodeMaker
 
getStartChunk(long, int, int) - Method in class net.minecraft.world.gen.chunk.placement.RandomSpreadStructurePlacement
 
getStartedText(int) - Static method in class net.minecraft.server.command.PublishCommand
 
getStartingAxisCoord(Direction.Axis, int, int) - Method in class net.minecraft.util.shape.VoxelSet
 
getStartingCoord(Direction.Axis, double, double) - Method in class net.minecraft.util.shape.VoxelShape
 
getStartInterpolation() - Method in class net.minecraft.entity.decoration.DisplayEntity
 
getStartOfCurrentWord(String) - Static method in class net.minecraft.client.gui.screen.ChatInputSuggestor
 
getStartPos() - Method in class net.minecraft.util.math.ChunkPos
 
getStartRegionSize(int) - Static method in interface net.minecraft.server.WorldGenerationProgressListener
 
getStartTick() - Method in class net.minecraft.util.profiler.EmptyProfileResult
getStartTick() - Method in interface net.minecraft.util.profiler.ProfileResult
 
getStartTick() - Method in class net.minecraft.util.profiler.ProfileResultImpl
getStartTick() - Method in class net.minecraft.util.profiler.Sampler.Data
 
getStartTime() - Method in class net.minecraft.entity.ai.brain.ScheduleBuilder.ActivityEntry
 
getStartTime() - Method in class net.minecraft.entity.ai.brain.ScheduleRuleEntry
 
getStartTime() - Method in class net.minecraft.network.packet.c2s.query.QueryPingC2SPacket
 
getStartTime() - Method in class net.minecraft.util.profiler.EmptyProfileResult
getStartTime() - Method in interface net.minecraft.util.profiler.ProfileResult
 
getStartTime() - Method in class net.minecraft.util.profiler.ProfileResultImpl
getStartX() - Method in class net.minecraft.util.math.ChunkPos
 
getStartZ() - Method in class net.minecraft.util.math.ChunkPos
 
getStat(Stat<?>) - Method in class net.minecraft.stat.StatHandler
 
getStat(StatType<T>, T) - Method in class net.minecraft.stat.StatHandler
 
getState() - Method in class net.minecraft.client.realms.gui.RealmsWorldSlotButton
 
getState() - Method in record class net.minecraft.entity.ai.brain.MemoryQuery.Absent
getState() - Method in interface net.minecraft.entity.ai.brain.MemoryQuery
 
getState() - Method in record class net.minecraft.entity.ai.brain.MemoryQuery.Optional
getState() - Method in record class net.minecraft.entity.ai.brain.MemoryQuery.Value
getState() - Method in class net.minecraft.entity.mob.IllagerEntity
 
getState() - Method in class net.minecraft.entity.mob.IllusionerEntity
getState() - Method in class net.minecraft.entity.mob.PillagerEntity
getState() - Method in class net.minecraft.entity.mob.SpellcastingIllagerEntity
getState() - Method in class net.minecraft.entity.mob.VindicatorEntity
getState() - Method in class net.minecraft.entity.passive.ArmadilloEntity
 
getState() - Method in class net.minecraft.entity.passive.SnifferEntity
 
getState() - Method in class net.minecraft.network.packet.s2c.play.BlockUpdateS2CPacket
 
getState(int) - Method in class net.minecraft.structure.StructureTemplate.Palette
 
getState(int) - Method in interface net.minecraft.world.gen.chunk.BlockColumn
 
getState(int) - Method in class net.minecraft.world.gen.chunk.VerticalBlockSample
getState(String) - Static method in class net.minecraft.client.realms.dto.RealmsServer
 
getState(Direction, Thickness) - Static method in class net.minecraft.world.gen.feature.util.DripstoneHelper
 
getState(BlockView, BlockPos) - Static method in class net.minecraft.block.AbstractFireBlock
 
getState(CarverContext, C, BlockPos, AquiferSampler) - Method in class net.minecraft.world.gen.carver.Carver
 
getStateAt(WorldView, BlockState, BlockPos, BlockState) - Method in class net.minecraft.block.WallBlock
 
getStateAtValue(List<BlockState>, double) - Method in class net.minecraft.world.gen.stateprovider.NoiseBlockStateProvider
 
getStateChangeCallback(ClientConnection) - Static method in class net.minecraft.client.resource.server.ServerResourcePackLoader
 
getStateFactory() - Method in class net.minecraft.client.render.model.json.ModelVariantMap.DeserializationContext
 
getStateForLighting(BlockPos) - Method in class net.minecraft.world.chunk.light.ChunkLightProvider
 
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.AbstractBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.AbstractPlantBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.AbstractPlantStemBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.AbstractPressurePlateBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.AbstractRailBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.AbstractSignBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.AbstractTorchBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.AmethystClusterBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.AttachedStemBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.BambooBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.BambooShootBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.BannerBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.BarrierBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.BedBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.BeehiveBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.BellBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.BigDripleafBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.BigDripleafStemBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.BrushableBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.BubbleColumnBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.CactusBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.CakeBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.CampfireBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.CandleBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.CandleCakeBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.CarpetBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.ChainBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.ChestBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.ChorusFlowerBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.ChorusPlantBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.CocoaBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.ComparatorBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.ConcretePowderBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.ConduitBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.CoralBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.CoralBlockBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.CoralFanBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.CoralParentBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.CoralWallFanBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.DeadCoralWallFanBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.DecoratedPotBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.DirtPathBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.DoorBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.EnderChestBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.FallingBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.FarmlandBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.FenceBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.FenceGateBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.FireBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.FlowerPotBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.FluidBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.FrogspawnBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.GlowLichenBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.GrateBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.HangingRootsBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.HangingSignBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.LadderBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.LanternBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.LeavesBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.LightBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.LightningRodBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.MagmaBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.MangroveRootsBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.MultifaceGrowthBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.MushroomBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.NetherPortalBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.NoteBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.ObserverBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.PaneBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.PistonHeadBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.PitcherCropBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.PlantBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.PointedDripstoneBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.PropaguleBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.RedstoneWireBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.RepeaterBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.ScaffoldingBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.SculkSensorBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.SculkShriekerBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.SculkVeinBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.SeagrassBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.SeaPickleBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.SignBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.SlabBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.SmallDripleafBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.SnowBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.SnowyBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.SoulFireBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.SoulSandBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.SporeBlossomBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.StairsBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.SugarCaneBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.TallPlantBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.TrapdoorBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.TripwireBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.TripwireHookBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.VineBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.WallBannerBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.WallBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.WallHangingSignBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.WallMountedBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.WallRedstoneTorchBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.WallSignBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.WallTorchBlock
Returns the state of the block after a neighboring block's state change.
getStateForNeighborUpdate(Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in class net.minecraft.block.AbstractBlock.AbstractBlockState
Gets the possibly updated block state of this block when a neighboring block is updated.
getStateForPosition(BlockView, BlockPos) - Method in class net.minecraft.block.FireBlock
 
getStateFromList(List<BlockState>, BlockPos, double) - Method in class net.minecraft.world.gen.stateprovider.NoiseBlockStateProvider
 
getStateFromRawId(int) - Static method in class net.minecraft.block.Block
 
getStateLookup() - Method in class net.minecraft.client.render.model.ModelLoader
 
getStateManager() - Method in class net.minecraft.block.Block
 
getStateManager() - Method in class net.minecraft.fluid.Fluid
 
getStatePredicate() - Method in class net.minecraft.world.BlockStateRaycastContext
 
getStates() - Method in class net.minecraft.state.StateManager
 
getStates() - Method in class net.minecraft.test.TestRunContext
 
getStatesInBox(Box) - Method in interface net.minecraft.world.BlockView
 
getStatesInBoxIfLoaded(Box) - Method in interface net.minecraft.world.WorldView
 
getStatesOfBlock(Block) - Static method in class net.minecraft.world.poi.PointOfInterestTypes
 
getStateUpdatingResumeTime() - Method in class net.minecraft.block.vault.VaultServerData
 
getStateValues(BlockState, Collection<Property<?>>) - Static method in class net.minecraft.client.render.model.ModelLoader.ModelDefinition
 
getStateWith(BlockState, boolean, boolean, boolean, boolean, VoxelShape) - Method in class net.minecraft.block.WallBlock
 
getStateWith(WorldView, BlockState, BlockPos, BlockState, boolean, boolean, boolean, boolean) - Method in class net.minecraft.block.WallBlock
 
getStateWithAge(WorldAccess, BlockPos, int) - Method in class net.minecraft.block.FireBlock
 
getStateWithDirection(BlockState, BlockView, BlockPos, Direction) - Method in interface net.minecraft.block.LichenGrower.GrowChecker
 
getStateWithDirection(BlockState, BlockView, BlockPos, Direction) - Method in class net.minecraft.block.LichenGrower.LichenGrowChecker
getStateWithInstrument(WorldAccess, BlockPos, BlockState) - Method in class net.minecraft.block.NoteBlock
 
getStateWithNeighbor(WorldView, BlockPos, BlockState, BlockPos, BlockState, Direction) - Method in class net.minecraft.block.WallBlock
 
getStateWithProperties(BlockState) - Method in class net.minecraft.block.Block
Gets a block state with all properties that both this block and the source block state have.
getStatHandler() - Method in class net.minecraft.client.network.ClientPlayerEntity
 
getStatHandler() - Method in class net.minecraft.server.network.ServerPlayerEntity
 
getStaticDistanceToTravel() - Method in class net.minecraft.sound.SoundEvent
 
getStatId(Stat<T>) - Static method in class net.minecraft.stat.ServerStatHandler
 
getStatName(StatType<T>, Object) - Method in class net.minecraft.command.argument.ScoreboardCriterionArgumentType
 
getStatTranslationKey(Stat<Identifier>) - Static method in class net.minecraft.client.gui.screen.StatsScreen
 
getStatType(int) - Method in class net.minecraft.client.gui.screen.StatsScreen.ItemStatsListWidget
 
getStatus() - Method in class net.minecraft.client.network.ServerInfo
 
getStatus() - Method in class net.minecraft.entity.ai.brain.task.CompositeTask
getStatus() - Method in class net.minecraft.entity.ai.brain.task.MultiTickTask
getStatus() - Method in class net.minecraft.entity.ai.brain.task.SingleTickTask
getStatus() - Method in interface net.minecraft.entity.ai.brain.task.Task
 
getStatus() - Method in class net.minecraft.entity.ai.brain.task.WaitTask
getStatus() - Method in class net.minecraft.network.message.FilterMask
 
getStatus() - Method in class net.minecraft.network.packet.s2c.play.EntityStatusS2CPacket
 
getStatus() - Method in class net.minecraft.world.chunk.Chunk
 
getStatus() - Method in class net.minecraft.world.chunk.ProtoChunk
getStatus() - Method in class net.minecraft.world.chunk.WorldChunk
getStatus() - Method in class net.minecraft.world.chunk.WrapperProtoChunk
getStatus() - Method in class net.minecraft.world.entity.EntityTrackingSection
 
getStatus() - Method in class net.minecraft.world.updater.WorldUpdater
 
getStatus(byte) - Static method in class net.minecraft.world.chunk.light.LightStorage.PropagationFlags
 
getStatus(int) - Static method in class net.minecraft.server.world.ChunkLevels
 
getStatus(long) - Method in class net.minecraft.world.chunk.light.ChunkLightProvider
 
getStatus(long) - Method in class net.minecraft.world.chunk.light.LightStorage
 
getStatus(Advancement, boolean) - Static method in class net.minecraft.advancement.AdvancementDisplays
 
getStatus(SignedMessage, Text, Instant) - Method in class net.minecraft.client.network.message.MessageHandler
Returns the trust status of message.
getStatus(SignedMessage, Text, Instant) - Static method in enum class net.minecraft.client.network.message.MessageTrustStatus
 
getStatus(LightType, ChunkSectionPos) - Method in class net.minecraft.world.chunk.light.LightingProvider
 
getStatusEffect() - Method in class net.minecraft.client.render.BackgroundRenderer.BlindnessFogModifier
getStatusEffect() - Method in class net.minecraft.client.render.BackgroundRenderer.DarknessFogModifier
getStatusEffect() - Method in interface net.minecraft.client.render.BackgroundRenderer.StatusEffectFogModifier
 
getStatusEffect(CommandContext<ServerCommandSource>, String) - Static method in class net.minecraft.command.argument.RegistryEntryArgumentType
 
getStatusEffect(RegistryEntry<StatusEffect>) - Method in class net.minecraft.entity.LivingEntity
 
getStatusEffectDescription(StatusEffectInstance) - Method in class net.minecraft.client.gui.screen.ingame.AbstractInventoryScreen
 
getStatusEffectForRawId(int) - Static method in class net.minecraft.screen.BeaconScreenHandler
 
getStatusEffects() - Method in class net.minecraft.entity.LivingEntity
 
getStatusEffects() - Method in class net.minecraft.item.FoodComponent
Gets a list of all status effect instances that may be applied when a food item is consumed.
getStatusEffectSpriteManager() - Method in class net.minecraft.client.MinecraftClient
 
getStatusText() - Method in class net.minecraft.client.gui.screen.multiplayer.SocialInteractionsPlayerListEntry
 
getStatusY(int) - Method in class net.minecraft.client.realms.gui.screen.RealmsMainScreen.Entry
 
getStayTicks() - Method in class net.minecraft.network.packet.s2c.play.TitleFadeS2CPacket
 
getStem() - Method in class net.minecraft.block.AbstractPlantPartBlock
 
getStem() - Method in class net.minecraft.block.AbstractPlantStemBlock
getStem() - Method in class net.minecraft.block.CaveVinesBodyBlock
getStem() - Method in class net.minecraft.block.KelpPlantBlock
getStem() - Method in class net.minecraft.block.TwistingVinesPlantBlock
getStem() - Method in class net.minecraft.block.WeepingVinesPlantBlock
getStemHeadPos(BlockView, BlockPos, Block) - Method in class net.minecraft.block.AbstractPlantBlock
 
getStepHeight() - Method in class net.minecraft.entity.ai.pathing.LandPathNodeMaker
 
getStepHeight() - Method in class net.minecraft.entity.Entity
 
getStepHeight() - Method in class net.minecraft.entity.LivingEntity
getSteppingBlockState() - Method in class net.minecraft.entity.Entity
Returns the block state at the stepping position.
getSteppingPos() - Method in class net.minecraft.entity.Entity
Returns the stepping position.
getStepSound() - Method in class net.minecraft.entity.mob.AbstractSkeletonEntity
 
getStepSound() - Method in class net.minecraft.entity.mob.BoggedEntity
getStepSound() - Method in class net.minecraft.entity.mob.DrownedEntity
getStepSound() - Method in class net.minecraft.entity.mob.HuskEntity
getStepSound() - Method in class net.minecraft.entity.mob.SkeletonEntity
getStepSound() - Method in class net.minecraft.entity.mob.StrayEntity
getStepSound() - Method in class net.minecraft.entity.mob.WitherSkeletonEntity
getStepSound() - Method in class net.minecraft.entity.mob.ZombieEntity
 
getStepSound() - Method in class net.minecraft.entity.mob.ZombieVillagerEntity
getStepSound() - Method in class net.minecraft.sound.BlockSoundGroup
 
getStepSoundPos(BlockPos) - Method in class net.minecraft.entity.Entity
 
getStepTicks() - Method in class net.minecraft.world.tick.TickManager
 
getStewEffectFrom(ItemStack) - Method in class net.minecraft.entity.passive.MooshroomEntity
 
getStewEffects() - Method in class net.minecraft.block.FlowerBlock
getStewEffects() - Method in interface net.minecraft.block.SuspiciousStewIngredient
 
getStill() - Method in class net.minecraft.fluid.FlowableFluid
 
getStill() - Method in class net.minecraft.fluid.LavaFluid
getStill() - Method in class net.minecraft.fluid.WaterFluid
getStill(boolean) - Method in class net.minecraft.fluid.FlowableFluid
 
getStingerCount() - Method in class net.minecraft.entity.LivingEntity
 
getStitchedSprites(TextureStitcher.SpriteConsumer<T>) - Method in class net.minecraft.client.texture.TextureStitcher
 
getStorage() - Method in class net.minecraft.registry.entry.RegistryEntryList.Direct
Returns the object that identifies this registry entry list.
getStorage() - Method in interface net.minecraft.registry.entry.RegistryEntryList
Returns the object that identifies this registry entry list.
getStorage() - Method in class net.minecraft.registry.entry.RegistryEntryList.Named
Returns the object that identifies this registry entry list.
getStorage(Identifier) - Method in class net.minecraft.client.font.FontManager
 
getStorageIndex(int) - Method in class net.minecraft.util.collection.PackedIntegerArray
 
getStorageInternal(Identifier) - Method in class net.minecraft.client.font.FontManager
 
getStore() - Method in class net.minecraft.resource.fs.ResourceFileSystem
 
getStoredPosition() - Method in class net.minecraft.entity.damage.DamageSource
 
getStream(Object) - Method in class net.minecraft.util.dynamic.RuntimeOps
 
getStream(NbtElement) - Method in class net.minecraft.nbt.NbtOps
 
getStream(T) - Method in class net.minecraft.util.dynamic.ForwardingDynamicOps
 
getStreamBufferPointer() - Method in class net.minecraft.client.sound.StaticSound
 
getStrength() - Method in class net.minecraft.entity.passive.LlamaEntity
 
getString() - Method in class net.minecraft.command.argument.NbtPathArgumentType.NbtPath
 
getString() - Method in record class net.minecraft.server.filter.FilteredMessage
 
getString() - Method in interface net.minecraft.text.StringVisitable
 
getString() - Method in interface net.minecraft.text.Text
 
getString() - Method in class net.minecraft.text.TextReorderingProcessor
 
getString(byte[], int, int) - Static method in class net.minecraft.server.rcon.BufferHelper
 
getString(int) - Method in class net.minecraft.nbt.NbtList
Returns the stringified value at index, or an empty string if the index is out of bounds.
getString(int, Consumer<String>) - Static method in class com.mojang.blaze3d.systems.RenderSystem
 
getString(JsonObject, String) - Static method in class net.minecraft.util.JsonHelper
 
getString(JsonObject, String, String) - Static method in class net.minecraft.util.JsonHelper
 
getString(String) - Method in class net.minecraft.nbt.NbtCompound
Returns the String associated with key, or an empty string if there is no string stored with the key.
getString(String, JsonObject) - Static method in class net.minecraft.client.realms.util.JsonUtils
 
getString(String, String) - Method in class net.minecraft.server.dedicated.AbstractPropertiesHandler
 
getStringFileInfoPath(String, int, int) - Static method in class net.minecraft.util.WinNativeModuleUtil
 
getStringOr(String, JsonObject, String) - Static method in class net.minecraft.client.realms.util.JsonUtils
 
getStringValue(Object) - Method in class net.minecraft.util.dynamic.RuntimeOps
 
getStringValue(String) - Method in class net.minecraft.server.dedicated.AbstractPropertiesHandler
 
getStringValue(NbtElement) - Method in class net.minecraft.nbt.NbtOps
 
getStringValue(T) - Method in class net.minecraft.util.dynamic.ForwardingDynamicOps
 
getStrippedState(BlockState) - Method in class net.minecraft.item.AxeItem
 
getStrongRedstonePower(BlockState, BlockView, BlockPos, Direction) - Method in class net.minecraft.block.AbstractBlock
Returns the strong redstone power emitted from the block.
getStrongRedstonePower(BlockState, BlockView, BlockPos, Direction) - Method in class net.minecraft.block.AbstractPressurePlateBlock
Returns the strong redstone power emitted from the block.
getStrongRedstonePower(BlockState, BlockView, BlockPos, Direction) - Method in class net.minecraft.block.AbstractRedstoneGateBlock
Returns the strong redstone power emitted from the block.
getStrongRedstonePower(BlockState, BlockView, BlockPos, Direction) - Method in class net.minecraft.block.ButtonBlock
Returns the strong redstone power emitted from the block.
getStrongRedstonePower(BlockState, BlockView, BlockPos, Direction) - Method in class net.minecraft.block.DetectorRailBlock
Returns the strong redstone power emitted from the block.
getStrongRedstonePower(BlockState, BlockView, BlockPos, Direction) - Method in class net.minecraft.block.LecternBlock
Returns the strong redstone power emitted from the block.
getStrongRedstonePower(BlockState, BlockView, BlockPos, Direction) - Method in class net.minecraft.block.LeverBlock
Returns the strong redstone power emitted from the block.
getStrongRedstonePower(BlockState, BlockView, BlockPos, Direction) - Method in class net.minecraft.block.LightningRodBlock
Returns the strong redstone power emitted from the block.
getStrongRedstonePower(BlockState, BlockView, BlockPos, Direction) - Method in class net.minecraft.block.ObserverBlock
Returns the strong redstone power emitted from the block.
getStrongRedstonePower(BlockState, BlockView, BlockPos, Direction) - Method in class net.minecraft.block.RedstoneTorchBlock
Returns the strong redstone power emitted from the block.
getStrongRedstonePower(BlockState, BlockView, BlockPos, Direction) - Method in class net.minecraft.block.RedstoneWireBlock
Returns the strong redstone power emitted from the block.
getStrongRedstonePower(BlockState, BlockView, BlockPos, Direction) - Method in class net.minecraft.block.SculkSensorBlock
Returns the strong redstone power emitted from the block.
getStrongRedstonePower(BlockState, BlockView, BlockPos, Direction) - Method in class net.minecraft.block.TrappedChestBlock
Returns the strong redstone power emitted from the block.
getStrongRedstonePower(BlockState, BlockView, BlockPos, Direction) - Method in class net.minecraft.block.TripwireHookBlock
Returns the strong redstone power emitted from the block.
getStrongRedstonePower(BlockPos, Direction) - Method in interface net.minecraft.world.RedstoneView
 
getStrongRedstonePower(BlockView, BlockPos, Direction) - Method in class net.minecraft.block.AbstractBlock.AbstractBlockState
 
getStruckEntities() - Method in class net.minecraft.entity.LightningEntity
 
getStructure() - Method in class net.minecraft.structure.StructureStart
 
getStructure(CommandContext<ServerCommandSource>, String) - Static method in class net.minecraft.command.argument.RegistryEntryArgumentType
 
getStructure(StructureTemplateManager) - Method in class net.minecraft.structure.pool.SinglePoolElement
 
getStructureAccessor() - Method in class net.minecraft.server.world.ServerWorld
 
getStructureAt(BlockPos, Structure) - Method in class net.minecraft.world.gen.StructureAccessor
 
getStructureBlockBlockEntity() - Method in class net.minecraft.test.GameTestState
 
getStructureBlockBox(StructureBlockBlockEntity) - Static method in class net.minecraft.test.StructureTestUtil
 
getStructureBlockBox(BlockPos, Vec3i, BlockRotation) - Static method in class net.minecraft.test.StructureTestUtil
 
getStructureBlockBoxCornerPos(BlockPos, Vec3i, BlockRotation) - Static method in class net.minecraft.test.StructureTestUtil
 
getStructureBlockInfos(StructureTemplateManager, BlockPos, BlockRotation, Random) - Method in class net.minecraft.structure.pool.EmptyPoolElement
getStructureBlockInfos(StructureTemplateManager, BlockPos, BlockRotation, Random) - Method in class net.minecraft.structure.pool.FeaturePoolElement
getStructureBlockInfos(StructureTemplateManager, BlockPos, BlockRotation, Random) - Method in class net.minecraft.structure.pool.ListPoolElement
getStructureBlockInfos(StructureTemplateManager, BlockPos, BlockRotation, Random) - Method in class net.minecraft.structure.pool.SinglePoolElement
getStructureBlockInfos(StructureTemplateManager, BlockPos, BlockRotation, Random) - Method in class net.minecraft.structure.pool.StructurePoolElement
 
getStructureBlockPos(StructureBlockBlockEntity) - Static method in class net.minecraft.test.StructureTestUtil
 
getStructureBoundingBox(StructureBlockBlockEntity) - Static method in class net.minecraft.test.StructureTestUtil
 
getStructureBox(BlockPos, Stream<BlockPos>) - Static method in class net.minecraft.block.entity.StructureBlockBlockEntity
 
getStructureContaining(BlockPos, Predicate<RegistryEntry<Structure>>) - Method in class net.minecraft.world.gen.StructureAccessor
 
getStructureContaining(BlockPos, RegistryEntryList<Structure>) - Method in class net.minecraft.world.gen.StructureAccessor
 
getStructureContaining(BlockPos, Structure) - Method in class net.minecraft.world.gen.StructureAccessor
Returns a structure that contains the given pos.
getStructureEntry(CommandContext<ServerCommandSource>, String) - Static method in class net.minecraft.command.argument.RegistryKeyArgumentType
 
getStructureListForPredicate(RegistryPredicateArgumentType.RegistryPredicate<Structure>, Registry<Structure>) - Static method in class net.minecraft.server.command.LocateCommand
 
getStructureOverrides() - Method in class net.minecraft.world.gen.chunk.FlatChunkGeneratorConfig
 
getStructurePlacementCalculator() - Method in class net.minecraft.server.world.ServerChunkManager
 
getStructurePlacementCalculator() - Method in class net.minecraft.server.world.ThreadedAnvilChunkStorage
 
getStructurePoolEntry(CommandContext<ServerCommandSource>, String) - Static method in class net.minecraft.command.argument.RegistryKeyArgumentType
 
getStructurePos(ServerCommandSource) - Static method in class net.minecraft.server.command.TestCommand
 
getStructurePosition(Structure.Context) - Method in class net.minecraft.world.gen.structure.BasicTempleStructure
getStructurePosition(Structure.Context) - Method in class net.minecraft.world.gen.structure.BuriedTreasureStructure
getStructurePosition(Structure.Context) - Method in class net.minecraft.world.gen.structure.EndCityStructure
getStructurePosition(Structure.Context) - Method in class net.minecraft.world.gen.structure.IglooStructure
getStructurePosition(Structure.Context) - Method in class net.minecraft.world.gen.structure.JigsawStructure
getStructurePosition(Structure.Context) - Method in class net.minecraft.world.gen.structure.MineshaftStructure
getStructurePosition(Structure.Context) - Method in class net.minecraft.world.gen.structure.NetherFortressStructure
getStructurePosition(Structure.Context) - Method in class net.minecraft.world.gen.structure.NetherFossilStructure
getStructurePosition(Structure.Context) - Method in class net.minecraft.world.gen.structure.OceanMonumentStructure
getStructurePosition(Structure.Context) - Method in class net.minecraft.world.gen.structure.OceanRuinStructure
getStructurePosition(Structure.Context) - Method in class net.minecraft.world.gen.structure.RuinedPortalStructure
getStructurePosition(Structure.Context) - Method in class net.minecraft.world.gen.structure.ShipwreckStructure
getStructurePosition(Structure.Context) - Method in class net.minecraft.world.gen.structure.StrongholdStructure
getStructurePosition(Structure.Context) - Method in class net.minecraft.world.gen.structure.Structure
 
getStructurePosition(Structure.Context) - Method in class net.minecraft.world.gen.structure.SwampHutStructure
getStructurePosition(Structure.Context) - Method in class net.minecraft.world.gen.structure.WoodlandMansionStructure
getStructurePosition(Structure.Context, Heightmap.Type, Consumer<StructurePiecesCollector>) - Static method in class net.minecraft.world.gen.structure.Structure
 
getStructurePresence(Object2IntMap<Structure>, Structure, boolean) - Method in class net.minecraft.world.StructureLocator
 
getStructurePresence(ChunkPos, Structure, boolean, long) - Method in class net.minecraft.world.StructureLocator
 
getStructurePresence(ChunkPos, Structure, StructurePlacement, boolean) - Method in class net.minecraft.world.gen.StructureAccessor
 
getStructurePresence(ChunkPos, Structure, StructurePlacement, boolean) - Method in class net.minecraft.world.StructureLocator
 
getStructureReferences() - Method in class net.minecraft.world.chunk.Chunk
getStructureReferences() - Method in class net.minecraft.world.chunk.WrapperProtoChunk
getStructureReferences() - Method in interface net.minecraft.world.StructureHolder
 
getStructureReferences(BlockPos) - Method in class net.minecraft.world.gen.StructureAccessor
 
getStructureReferences(Structure) - Method in class net.minecraft.world.chunk.Chunk
getStructureReferences(Structure) - Method in class net.minecraft.world.chunk.WrapperProtoChunk
getStructureReferences(Structure) - Method in interface net.minecraft.world.StructureHolder
 
getStructureReferences(StructureAccessor, Chunk, ChunkSectionPos, Structure) - Static method in class net.minecraft.world.gen.chunk.ChunkGenerator
 
getStructureSeed() - Method in class net.minecraft.world.gen.chunk.placement.StructurePlacementCalculator
 
getStructureSets() - Method in class net.minecraft.world.gen.chunk.placement.StructurePlacementCalculator
 
getStructureSpawns() - Method in class net.minecraft.world.gen.structure.Structure
 
getStructureStart(ChunkSectionPos, Structure, StructureHolder) - Method in class net.minecraft.world.gen.StructureAccessor
 
getStructureStart(Structure) - Method in class net.minecraft.world.chunk.Chunk
getStructureStart(Structure) - Method in class net.minecraft.world.chunk.WrapperProtoChunk
getStructureStart(Structure) - Method in interface net.minecraft.world.StructureHolder
 
getStructureStarts() - Method in class net.minecraft.world.chunk.Chunk
 
getStructureStarts() - Method in class net.minecraft.world.chunk.WrapperProtoChunk
getStructureStarts(ChunkPos, Predicate<Structure>) - Method in class net.minecraft.world.gen.StructureAccessor
 
getStructureStarts(ChunkSectionPos, Structure) - Method in class net.minecraft.world.gen.StructureAccessor
Returns a list of structure starts for this chunk.
getStructureTemplate(ServerWorld) - Method in class net.minecraft.block.entity.StructureBlockBlockEntity
 
getStructureTemplateManager() - Method in class net.minecraft.server.MinecraftServer
 
getStructureTemplateManager() - Method in class net.minecraft.server.world.ServerWorld
 
getStructureWeight(int, int, int, int) - Static method in class net.minecraft.world.gen.StructureWeightSampler
Gets the structure weight from the array from the given position, or 0 if the position is out of bounds.
getStuckArrowCount() - Method in class net.minecraft.entity.LivingEntity
 
getStunTick() - Method in class net.minecraft.entity.mob.RavagerEntity
 
getStyle() - Method in class net.minecraft.entity.boss.BossBar
 
getStyle() - Method in class net.minecraft.text.MutableText
Returns the style of this text.
getStyle() - Method in interface net.minecraft.text.Text
Returns the style of this text.
getStyle(CommandContext<ServerCommandSource>, String) - Static method in class net.minecraft.command.argument.StyleArgumentType
 
getStyleAt(OrderedText, int) - Method in class net.minecraft.client.font.TextHandler
Gets the style at the x position in a text.
getStyleAt(StringVisitable, int) - Method in class net.minecraft.client.font.TextHandler
Returns the style at the x position in a text.
getStyledDisplayName() - Method in interface net.minecraft.scoreboard.ScoreHolder
 
getStyleMask(NSObject) - Static method in class net.minecraft.client.util.MacWindowUtil
 
getSubId(Block, String) - Static method in class net.minecraft.data.client.TextureMap
 
getSubId(Item, String) - Static method in class net.minecraft.data.client.TextureMap
 
getSubmersionType() - Method in class net.minecraft.client.render.Camera
 
getSubscription(long) - Method in class net.minecraft.client.realms.gui.screen.RealmsSubscriptionInfoScreen
 
getSubstringIndex(int, int) - Static method in class net.minecraft.server.command.DataCommand
 
getSubtitle() - Method in class net.minecraft.client.sound.SoundEntry
 
getSubtitle() - Method in class net.minecraft.client.sound.WeightedSoundSet
 
getSucceedingRegistryManagers(T) - Method in class net.minecraft.registry.CombinedDynamicRegistries
 
getSuccessCount() - Method in class net.minecraft.world.CommandBlockExecutor
 
getSuccessors(PathNode[], PathNode) - Method in class net.minecraft.entity.ai.pathing.AmphibiousPathNodeMaker
getSuccessors(PathNode[], PathNode) - Method in class net.minecraft.entity.ai.pathing.BirdPathNodeMaker
getSuccessors(PathNode[], PathNode) - Method in class net.minecraft.entity.ai.pathing.LandPathNodeMaker
getSuccessors(PathNode[], PathNode) - Method in class net.minecraft.entity.ai.pathing.PathNodeMaker
 
getSuccessors(PathNode[], PathNode) - Method in class net.minecraft.entity.ai.pathing.WaterPathNodeMaker
getSuffix() - Method in class net.minecraft.network.packet.s2c.play.TeamS2CPacket.SerializableTeam
 
getSuffix() - Method in class net.minecraft.scoreboard.Team
 
getSuggestions() - Method in record class net.minecraft.network.packet.s2c.play.CommandSuggestionsS2CPacket
 
getSuggestions(CommandContext<CommandSource>, SuggestionsBuilder) - Method in class net.minecraft.command.suggestion.SuggestionProviders.LocalProvider
 
getSuggestions(SuggestionsBuilder) - Method in class net.minecraft.command.argument.ItemPredicateReader
 
getSuggestions(SuggestionsBuilder) - Method in class net.minecraft.command.argument.ItemPredicateStringReader
 
getSuggestions(SuggestionsBuilder) - Method in class net.minecraft.command.argument.ItemStringReader
 
getSuggestions(SuggestionsBuilder, StringReader) - Method in class net.minecraft.command.argument.ItemPredicateReader.SuggestionCallbacks
 
getSuggestions(RegistryWrapper<Block>, SuggestionsBuilder, boolean, boolean) - Static method in class net.minecraft.command.argument.BlockArgumentParser
 
getSuggestionSuffix(String, String) - Static method in class net.minecraft.client.gui.screen.ChatInputSuggestor
 
getSuggestionUsageNarrationText() - Method in class net.minecraft.client.gui.screen.ChatInputSuggestor
 
getSummonableEntityType(CommandContext<ServerCommandSource>, String) - Static method in class net.minecraft.command.argument.RegistryEntryArgumentType
 
getSupportedFormats(String, PackResourceMetadata) - Static method in class net.minecraft.resource.ResourcePackProfile
 
getSupportingPos(World, BlockPos, BlockState, int) - Static method in class net.minecraft.block.PointedDripstoneBlock
 
getSurfaceBlockY(Chunk, int, int) - Method in class net.minecraft.world.gen.chunk.BlendingData
 
getSurfaceBuilder() - Method in class net.minecraft.world.gen.noise.NoiseConfig
 
getSurroundingSearchDelay(SchoolingFishEntity) - Method in class net.minecraft.entity.ai.goal.FollowGroupLeaderGoal
 
getSuspects() - Method in class net.minecraft.entity.ai.WardenAngerManager
 
getSwappableHotbarSlot() - Method in class net.minecraft.entity.player.PlayerInventory
 
getSweepingMultiplier(LivingEntity) - Static method in class net.minecraft.enchantment.EnchantmentHelper
 
getSwiftSneakSpeedBoost(LivingEntity) - Static method in class net.minecraft.enchantment.EnchantmentHelper
 
getSwimHeight() - Method in class net.minecraft.entity.Entity
Returns the minimum submerged height of this entity in fluid so that it would be affected by fluid physics.
getSwimHeight() - Method in class net.minecraft.entity.mob.BreezeEntity
Returns the minimum submerged height of this entity in fluid so that it would be affected by fluid physics.
getSwimSound() - Method in class net.minecraft.entity.Entity
 
getSwimSound() - Method in class net.minecraft.entity.mob.DrownedEntity
getSwimSound() - Method in class net.minecraft.entity.mob.HoglinEntity
getSwimSound() - Method in class net.minecraft.entity.mob.HostileEntity
getSwimSound() - Method in class net.minecraft.entity.mob.SkeletonHorseEntity
getSwimSound() - Method in class net.minecraft.entity.passive.AxolotlEntity
getSwimSound() - Method in class net.minecraft.entity.passive.DolphinEntity
getSwimSound() - Method in class net.minecraft.entity.passive.FishEntity
getSwimSound() - Method in class net.minecraft.entity.passive.TurtleEntity
getSwimSound() - Method in class net.minecraft.entity.player.PlayerEntity
getSwizzle(CommandContext<ServerCommandSource>, String) - Static method in class net.minecraft.command.argument.SwizzleArgumentType
 
getSymlinkFinder() - Method in class net.minecraft.client.MinecraftClient
 
getSymlinkFinder() - Method in class net.minecraft.world.level.storage.LevelStorage
 
getSyncedArmorStack(EquipmentSlot) - Method in class net.minecraft.entity.LivingEntity
 
getSyncedHandStack(EquipmentSlot) - Method in class net.minecraft.entity.LivingEntity
 
getSyncedOptions() - Method in class net.minecraft.client.option.GameOptions
 
getSyncedPos() - Method in class net.minecraft.entity.decoration.painting.PaintingEntity
Returns the position of the entity synced to clients.
getSyncedPos() - Method in class net.minecraft.entity.Entity
Returns the position of the entity synced to clients.
getSyncId() - Method in class net.minecraft.network.packet.c2s.play.ButtonClickC2SPacket
 
getSyncId() - Method in class net.minecraft.network.packet.c2s.play.ClickSlotC2SPacket
 
getSyncId() - Method in class net.minecraft.network.packet.c2s.play.CloseHandledScreenC2SPacket
 
getSyncId() - Method in class net.minecraft.network.packet.c2s.play.CraftRequestC2SPacket
 
getSyncId() - Method in class net.minecraft.network.packet.s2c.play.CloseScreenS2CPacket
 
getSyncId() - Method in class net.minecraft.network.packet.s2c.play.CraftFailedResponseS2CPacket
 
getSyncId() - Method in class net.minecraft.network.packet.s2c.play.InventoryS2CPacket
 
getSyncId() - Method in class net.minecraft.network.packet.s2c.play.OpenHorseScreenS2CPacket
 
getSyncId() - Method in class net.minecraft.network.packet.s2c.play.OpenScreenS2CPacket
 
getSyncId() - Method in class net.minecraft.network.packet.s2c.play.ScreenHandlerPropertyUpdateS2CPacket
 
getSyncId() - Method in class net.minecraft.network.packet.s2c.play.ScreenHandlerSlotUpdateS2CPacket
 
getSyncId() - Method in class net.minecraft.network.packet.s2c.play.SetTradeOffersS2CPacket
 
getSystemDetailsSection() - Method in class net.minecraft.util.crash.CrashReport
 
getTab() - Method in class net.minecraft.client.gui.widget.TabButtonWidget
 
getTab(PlacedAdvancement) - Method in class net.minecraft.client.gui.screen.advancement.AdvancementsScreen
 
getTabCount() - Method in enum class net.minecraft.client.gui.screen.advancement.AdvancementTabType
 
getTabForKey(int) - Method in class net.minecraft.client.gui.widget.TabNavigationWidget
 
getTabId() - Method in class net.minecraft.network.packet.s2c.play.SelectAdvancementTabS2CPacket
 
getTabNavigation() - Method in class net.minecraft.client.gui.screen.Screen
 
getTabToOpen() - Method in class net.minecraft.network.packet.c2s.play.AdvancementTabC2SPacket
 
getTabX(int) - Method in enum class net.minecraft.client.gui.screen.advancement.AdvancementTabType
 
getTabX(ItemGroup) - Method in class net.minecraft.client.gui.screen.ingame.CreativeInventoryScreen
 
getTabY(int) - Method in enum class net.minecraft.client.gui.screen.advancement.AdvancementTabType
 
getTabY(ItemGroup) - Method in class net.minecraft.client.gui.screen.ingame.CreativeInventoryScreen
 
getTadpoleAge() - Method in class net.minecraft.entity.passive.TadpoleEntity
 
getTag() - Method in class net.minecraft.block.entity.SculkShriekerBlockEntity.VibrationCallback
getTag() - Method in class net.minecraft.entity.mob.WardenEntity.VibrationCallback
getTag() - Method in class net.minecraft.entity.passive.AllayEntity.VibrationCallback
getTag() - Method in class net.minecraft.registry.entry.RegistryEntryList.Named
Returns the tag key that this list references.
getTag() - Method in interface net.minecraft.world.event.Vibrations.Callback
 
getTag(Identifier) - Method in class net.minecraft.server.function.CommandFunctionManager
 
getTagAt(ChunkPos) - Method in class net.minecraft.world.storage.RegionBasedStorage
 
getTagBuilder(TagKey<T>) - Method in class net.minecraft.data.server.tag.TagProvider
 
getTagCreatingWrapper() - Method in interface net.minecraft.registry.Registry
Returns a registry wrapper that creates and stores a new registry entry list when handling an unknown tag key.
getTagKey() - Method in class net.minecraft.registry.entry.RegistryEntryList.Direct
getTagKey() - Method in interface net.minecraft.registry.entry.RegistryEntryList
 
getTagKey() - Method in class net.minecraft.registry.entry.RegistryEntryList.Named
getTagLookupFuture() - Method in class net.minecraft.data.server.tag.TagProvider
 
getTagOrEmpty(Identifier) - Method in class net.minecraft.server.function.FunctionLoader
 
getTags() - Method in class net.minecraft.server.function.FunctionLoader
 
getTags(Collection<? extends Entity>) - Static method in class net.minecraft.server.command.TagCommand
 
getTailAngle() - Method in class net.minecraft.entity.passive.WolfEntity
 
getTailAngle(float) - Method in class net.minecraft.entity.mob.GuardianEntity
 
getTailCurlAnimation(float) - Method in class net.minecraft.entity.passive.CatEntity
 
getTarget() - Method in class net.minecraft.block.entity.JigsawBlockEntity
 
getTarget() - Method in class net.minecraft.entity.ai.pathing.Path
 
getTarget() - Method in interface net.minecraft.entity.CrossbowUser
 
getTarget() - Method in class net.minecraft.entity.decoration.InteractionEntity
getTarget() - Method in class net.minecraft.entity.mob.AbstractPiglinEntity
getTarget() - Method in interface net.minecraft.entity.mob.Angerable
 
getTarget() - Method in class net.minecraft.entity.mob.MobEntity
getTarget() - Method in class net.minecraft.entity.mob.WardenEntity
getTarget() - Method in interface net.minecraft.entity.Targeter
 
getTarget() - Method in class net.minecraft.network.packet.c2s.play.UpdateJigsawC2SPacket
 
getTarget(String) - Method in class net.minecraft.client.gl.PostEffectProcessor
 
getTarget(StatusEffectInstance) - Static method in class net.minecraft.entity.effect.StatusEffectInstance.Fading
 
getTarget(AbstractPiglinEntity) - Static method in class net.minecraft.entity.mob.PiglinBruteBrain
 
getTarget(LootContext.EntityTarget) - Static method in class net.minecraft.loot.provider.nbt.ContextLootNbtProvider
 
getTarget(ServerWorld) - Method in class net.minecraft.entity.ai.brain.task.BiasedLongJumpTask
getTarget(ServerWorld) - Method in class net.minecraft.entity.ai.brain.task.LongJumpTask
 
getTarget(ServerWorld) - Method in class net.minecraft.network.packet.c2s.play.SpectatorTeleportC2SPacket
 
getTargetApproachingSpeed(LivingEntity) - Static method in class net.minecraft.entity.passive.AxolotlBrain
Returns the axolotl's speed when approaching the attack target.
getTargetedEntity(Entity, int) - Static method in class net.minecraft.client.render.debug.DebugRenderer
 
getTargetIfInRange(AbstractPiglinEntity, MemoryModuleType<? extends LivingEntity>) - Static method in class net.minecraft.entity.mob.PiglinBruteBrain
 
getTargetingMargin() - Method in class net.minecraft.entity.Entity
Returns the margin around the entity's bounding box where the entity targeting is still successful.
getTargetingMargin() - Method in class net.minecraft.entity.projectile.ExplosiveProjectileEntity
Returns the margin around the entity's bounding box where the entity targeting is still successful.
getTargetMillisPerTick(float) - Method in class net.minecraft.client.MinecraftClient
 
getTargetPitch() - Method in class net.minecraft.entity.ai.control.LookControl
 
getTargetPitch() - Method in class net.minecraft.entity.mob.ShulkerEntity.ShulkerLookControl
getTargetPos() - Method in class net.minecraft.entity.ai.goal.MoveToTargetPosGoal
 
getTargetPos() - Method in class net.minecraft.entity.ai.pathing.EntityNavigation
 
getTargetPos() - Method in class net.minecraft.entity.passive.StriderEntity.GoBackToLavaGoal
getTargetPosition(World) - Method in class net.minecraft.network.packet.s2c.play.LookAtS2CPacket
 
getTargets(Class<T>, TargetPredicate, LivingEntity, Box) - Method in interface net.minecraft.world.EntityView
 
getTargetStatus() - Method in class net.minecraft.world.chunk.BelowZeroRetrogen
 
getTargetUsedTime(long) - Method in class net.minecraft.client.render.FpsSmoother
 
getTargetX() - Method in class net.minecraft.entity.ai.control.MoveControl
 
getTargetY() - Method in class net.minecraft.entity.ai.control.MoveControl
 
getTargetYaw() - Method in class net.minecraft.entity.ai.control.LookControl
 
getTargetYaw() - Method in class net.minecraft.entity.mob.ShulkerEntity.ShulkerLookControl
getTargetZ() - Method in class net.minecraft.entity.ai.control.MoveControl
 
getTaskCount() - Method in class net.minecraft.util.thread.ThreadExecutor
 
getTaskMargin() - Method in class net.minecraft.world.chunk.ChunkStatus
 
getTeam() - Method in class net.minecraft.network.packet.s2c.play.TeamS2CPacket
 
getTeam(CommandContext<ServerCommandSource>, String) - Static method in class net.minecraft.command.argument.TeamArgumentType
 
getTeam(String) - Method in class net.minecraft.scoreboard.Scoreboard
 
getTeamColorValue() - Method in class net.minecraft.entity.decoration.DisplayEntity
Returns the team color value, or 0xFFFFFF if the entity is not in a team or the color is not set.
getTeamColorValue() - Method in class net.minecraft.entity.Entity
Returns the team color value, or 0xFFFFFF if the entity is not in a team or the color is not set.
getTeamName() - Method in class net.minecraft.network.packet.s2c.play.TeamS2CPacket
 
getTeamNames() - Method in class net.minecraft.client.network.ClientCommandSource
getTeamNames() - Method in interface net.minecraft.command.CommandSource
 
getTeamNames() - Method in class net.minecraft.scoreboard.Scoreboard
 
getTeamNames() - Method in class net.minecraft.server.command.ServerCommandSource
getTeamOperation() - Method in class net.minecraft.network.packet.s2c.play.TeamS2CPacket
 
getTeams() - Method in class net.minecraft.scoreboard.Scoreboard
 
getTelemetryManager() - Method in class net.minecraft.client.MinecraftClient
 
getTelemetryOptInExtra() - Method in class net.minecraft.client.option.GameOptions
 
getTeleportCommand() - Method in record class net.minecraft.server.chase.ChaseServer.TeleportPos
 
getTeleportDuration() - Method in class net.minecraft.entity.decoration.DisplayEntity
 
getTeleportId() - Method in class net.minecraft.network.packet.c2s.play.TeleportConfirmC2SPacket
 
getTeleportId() - Method in class net.minecraft.network.packet.s2c.play.PlayerPositionLookS2CPacket
 
getTeleportPos(Scanner) - Method in class net.minecraft.server.chase.ChaseClient
 
getTeleportPosition() - Method in class net.minecraft.server.chase.ChaseServer
 
getTeleportTarget(ServerWorld) - Method in class net.minecraft.entity.Entity
Returns a TeleportTarget for the entity based on its current and destination worlds, plus any nether portals that may be present.
getTeleportTarget(ServerWorld) - Method in class net.minecraft.server.network.ServerPlayerEntity
Returns a TeleportTarget for the entity based on its current and destination worlds, plus any nether portals that may be present.
getTemper() - Method in class net.minecraft.entity.passive.AbstractHorseEntity
 
getTemperature() - Method in class net.minecraft.world.biome.Biome
 
getTemperature(BlockPos) - Method in class net.minecraft.world.biome.Biome
Deprecated.
getTemperatureDescription(double) - Method in class net.minecraft.world.biome.source.util.VanillaBiomeParameters
 
getTemperatureParameters() - Method in class net.minecraft.world.biome.source.util.VanillaBiomeParameters
 
getTemplate() - Method in class net.minecraft.structure.SimpleStructurePiece
 
getTemplate(Identifier) - Method in class net.minecraft.structure.StructureTemplateManager
 
getTemplateListTop() - Method in class net.minecraft.client.realms.gui.screen.RealmsSelectWorldTemplateScreen
 
getTemplateName() - Method in class net.minecraft.block.entity.StructureBlockBlockEntity
 
getTemplateName() - Method in class net.minecraft.network.packet.c2s.play.UpdateStructureBlockC2SPacket
 
getTemplateName() - Method in class net.minecraft.test.GameTestState
 
getTemplateOrBlank(Identifier) - Method in class net.minecraft.structure.StructureTemplateManager
 
getTemplatePath() - Method in class net.minecraft.test.GameTestState
 
getTemplatePath(Path, Identifier, String) - Static method in class net.minecraft.structure.StructureTemplateManager
 
getTemplatePath(Identifier, String) - Method in class net.minecraft.structure.StructureTemplateManager
 
getTemporaryBanDurationText(BanDetails) - Static method in class net.minecraft.client.session.Bans
 
getTemptationCooldownTicks(LivingEntity) - Method in class net.minecraft.entity.ai.brain.task.TemptationCooldownTask
 
getTemptedSpeed(LivingEntity) - Static method in class net.minecraft.entity.passive.AxolotlBrain
Returns the axolotl's speed when the axolotl is being tempted.
getTemptingPlayer(PathAwareEntity) - Method in class net.minecraft.entity.ai.brain.task.TemptTask
 
getTemptItems() - Static method in class net.minecraft.entity.passive.AxolotlBrain
 
getTemptItems() - Static method in class net.minecraft.entity.passive.CamelBrain
 
getTemptItems() - Static method in class net.minecraft.entity.passive.FrogBrain
 
getTemptItems() - Static method in class net.minecraft.entity.passive.GoatBrain
 
getTemptItems() - Static method in class net.minecraft.entity.passive.SnifferBrain
 
getTendrilPitch(float) - Method in class net.minecraft.entity.mob.WardenEntity
 
getTendrils() - Method in class net.minecraft.client.render.entity.model.WardenEntityModel
 
getTentacleName(int) - Static method in class net.minecraft.client.render.entity.model.GhastEntityModel
 
getTentacleName(int) - Static method in class net.minecraft.client.render.entity.model.SquidEntityModel
 
getter - Variable in record class net.minecraft.client.gui.screen.world.WorldScreenOptionGrid.Option
The field for the getter record component.
getter - Variable in class net.minecraft.client.gui.screen.world.WorldScreenOptionGrid.OptionBuilder
 
getter - Variable in record class net.minecraft.predicate.entity.VariantPredicates.Predicate
The field for the getter record component.
getter - Variable in enum class net.minecraft.server.command.ExperienceCommand.Component
 
getter - Variable in class net.minecraft.server.dedicated.ServerMBean.Entry
 
getter() - Method in record class net.minecraft.client.gui.screen.world.WorldScreenOptionGrid.Option
Returns the value of the getter record component.
getter() - Method in record class net.minecraft.predicate.entity.VariantPredicates.Predicate
Returns the value of the getter record component.
getTerminals(NbtElement) - Method in class net.minecraft.command.argument.NbtPathArgumentType.NbtPath
 
getTerracottaBlock(int, int, int) - Method in class net.minecraft.world.gen.surfacebuilder.SurfaceBuilder
 
getTerrainAdaptation() - Method in class net.minecraft.world.gen.structure.Structure
 
getTestAttemptConfig() - Method in class net.minecraft.test.GameTestState
 
getTestBox() - Method in class net.minecraft.test.TestContext
 
getTestClass(CommandContext<ServerCommandSource>, String) - Static method in class net.minecraft.command.argument.TestClassArgumentType
 
getTestClasses() - Static method in class net.minecraft.test.TestFunctions
 
getTestCount() - Method in class net.minecraft.test.TestSet
 
getTestFunction() - Method in class net.minecraft.test.GameTestState
 
getTestFunction(Method) - Static method in class net.minecraft.test.TestFunctions
 
getTestFunction(String) - Static method in class net.minecraft.test.TestFunctions
 
getTestFunctionOrThrow(String) - Static method in class net.minecraft.test.TestFunctions
 
getTestFunctions() - Static method in class net.minecraft.test.TestFunctions
 
getTestFunctions(String) - Static method in class net.minecraft.test.TestFunctions
 
getText() - Method in class net.minecraft.client.gui.EditBox
Returns the text of the edit box.
getText() - Method in class net.minecraft.client.gui.hud.SubtitlesHud.SubtitleEntry
 
getText() - Method in enum class net.minecraft.client.gui.screen.GameModeSelectionScreen.GameModeSelection
 
getText() - Method in class net.minecraft.client.gui.widget.EditBoxWidget
Returns the current text of the edit box.
getText() - Method in class net.minecraft.client.gui.widget.TextFieldWidget
 
getText() - Method in enum class net.minecraft.client.realms.gui.screen.RealmsWorldGeneratorType
 
getText() - Method in record class net.minecraft.client.realms.RealmsError.AuthenticationError
getText() - Method in record class net.minecraft.client.realms.RealmsError.DetailedHttpError
getText() - Method in interface net.minecraft.client.realms.RealmsError
 
getText() - Method in record class net.minecraft.client.realms.RealmsError.RawHttpPayloadError
getText() - Method in record class net.minecraft.client.realms.RealmsError.SimpleHttpError
getText() - Method in class net.minecraft.client.realms.RealmsLabel
 
getText() - Method in enum class net.minecraft.client.session.report.AbuseReportReason
 
getText() - Method in class net.minecraft.entity.decoration.DisplayEntity.TextDisplayEntity
 
getText() - Method in enum class net.minecraft.entity.passive.TropicalFishEntity.Variety
 
getText() - Method in class net.minecraft.network.packet.c2s.play.UpdateSignC2SPacket
 
getText() - Method in interface net.minecraft.util.TranslatableOption
 
getText(boolean) - Method in class net.minecraft.block.entity.SignBlockEntity
 
getText(String) - Method in class net.minecraft.client.session.telemetry.TelemetryEventType
 
getText(Identifier) - Static method in class net.minecraft.client.render.RenderLayer
 
getTextArgument(CommandContext<ServerCommandSource>, String) - Static method in class net.minecraft.command.argument.TextArgumentType
 
getTextAsList(Text) - Static method in class net.minecraft.client.toast.SystemToast
 
getTextBackground() - Static method in class net.minecraft.client.render.RenderLayer
 
getTextBackgroundColor(float) - Method in class net.minecraft.client.option.GameOptions
 
getTextBackgroundColor(int) - Method in class net.minecraft.client.option.GameOptions
 
getTextBackgroundOpacity() - Method in class net.minecraft.client.option.GameOptions
 
getTextBackgroundOpacity(float) - Method in class net.minecraft.client.option.GameOptions
 
getTextBackgroundSeeThrough() - Static method in class net.minecraft.client.render.RenderLayer
 
getTextColor() - Method in class net.minecraft.client.gui.widget.AbstractTextWidget
 
getTextComponentUnderMouse(int) - Method in class net.minecraft.client.gui.screen.DeathScreen
 
getTextFormat() - Method in enum class net.minecraft.entity.boss.BossBar.Color
 
getTextFromKey(String) - Method in class net.minecraft.client.realms.gui.screen.RealmsBackupInfoScreen.BackupInfoListEntry
 
getTextHandler() - Method in class net.minecraft.client.font.TextRenderer
 
getTextHeight() - Method in class net.minecraft.client.realms.gui.screen.RealmsMainScreen.Entry
 
getTextIntensity(Identifier) - Static method in class net.minecraft.client.render.RenderLayer
 
getTextIntensityPolygonOffset(Identifier) - Static method in class net.minecraft.client.render.RenderLayer
 
getTextIntensitySeeThrough(Identifier) - Static method in class net.minecraft.client.render.RenderLayer
 
getTextLineHeight() - Method in class net.minecraft.block.entity.HangingSignBlockEntity
getTextLineHeight() - Method in class net.minecraft.block.entity.SignBlockEntity
 
getTextOffset() - Method in class net.minecraft.client.render.block.entity.HangingSignBlockEntityRenderer
getTextOffset() - Method in class net.minecraft.client.render.block.entity.SignBlockEntityRenderer
 
getTextOpacity() - Method in class net.minecraft.entity.decoration.DisplayEntity.TextDisplayEntity
 
getTextPolygonOffset(Identifier) - Static method in class net.minecraft.client.render.RenderLayer
 
getTextRenderer() - Method in class net.minecraft.client.gui.hud.InGameHud
 
getTextRenderer() - Method in class net.minecraft.client.gui.widget.AbstractTextWidget
 
getTextRenderer() - Method in class net.minecraft.client.render.block.entity.BlockEntityRendererFactory.Context
 
getTextRenderer() - Method in class net.minecraft.client.render.entity.EntityRenderer
 
getTextRenderer() - Method in class net.minecraft.client.render.entity.EntityRendererFactory.Context
 
getTextScale() - Method in class net.minecraft.client.gui.screen.ingame.AbstractSignEditScreen
 
getTextScale() - Method in class net.minecraft.client.gui.screen.ingame.HangingSignEditScreen
getTextScale() - Method in class net.minecraft.client.gui.screen.ingame.SignEditScreen
getTextScale() - Method in class net.minecraft.client.render.block.entity.HangingSignBlockEntityRenderer
getTextScale() - Method in class net.minecraft.client.render.block.entity.SignBlockEntityRenderer
 
getTextSeeThrough(Identifier) - Static method in class net.minecraft.client.render.RenderLayer
 
getTextStream() - Method in class net.minecraft.server.network.ServerPlayerEntity
 
getTextStyleAt(double, double) - Method in class net.minecraft.client.gui.hud.ChatHud
 
getTextStyleAt(double, double) - Method in class net.minecraft.client.gui.screen.ChatScreen
 
getTextStyleAt(double, double) - Method in class net.minecraft.client.gui.screen.ingame.BookScreen
 
getTexture() - Method in class net.minecraft.client.gui.widget.SliderWidget
 
getTexture() - Static method in class net.minecraft.client.util.DefaultSkinHelper
 
getTexture() - Method in class net.minecraft.entity.passive.CatEntity
 
getTexture() - Method in class net.minecraft.item.ItemGroup
 
getTexture(boolean) - Method in class net.minecraft.item.ArmorMaterial.Layer
 
getTexture(boolean, boolean, boolean) - Method in enum class net.minecraft.client.gui.hud.InGameHud.HeartType
 
getTexture(AbstractClientPlayerEntity) - Method in class net.minecraft.client.render.entity.PlayerEntityRenderer
 
getTexture(TextureKey) - Method in class net.minecraft.data.client.TextureMap
 
getTexture(EnderDragonEntity) - Method in class net.minecraft.client.render.entity.EnderDragonEntityRenderer
 
getTexture(WitherEntity) - Method in class net.minecraft.client.render.entity.WitherEntityRenderer
 
getTexture(ArmorStandEntity) - Method in class net.minecraft.client.render.entity.ArmorStandEntityRenderer
 
getTexture(EndCrystalEntity) - Method in class net.minecraft.client.render.entity.EndCrystalEntityRenderer
 
getTexture(LeashKnotEntity) - Method in class net.minecraft.client.render.entity.LeashKnotEntityRenderer
 
getTexture(PaintingEntity) - Method in class net.minecraft.client.render.entity.PaintingEntityRenderer
 
getTexture(Entity) - Method in class net.minecraft.client.render.entity.FlyingItemEntityRenderer
getTexture(ExperienceOrbEntity) - Method in class net.minecraft.client.render.entity.ExperienceOrbEntityRenderer
 
getTexture(FallingBlockEntity) - Method in class net.minecraft.client.render.entity.FallingBlockEntityRenderer
 
getTexture(ItemEntity) - Method in class net.minecraft.client.render.entity.ItemEntityRenderer
 
getTexture(LightningEntity) - Method in class net.minecraft.client.render.entity.LightningEntityRenderer
 
getTexture(BlazeEntity) - Method in class net.minecraft.client.render.entity.BlazeEntityRenderer
 
getTexture(BoggedEntity) - Method in class net.minecraft.client.render.entity.BoggedEntityRenderer
 
getTexture(BreezeEntity) - Method in class net.minecraft.client.render.entity.BreezeEntityRenderer
 
getTexture(CaveSpiderEntity) - Method in class net.minecraft.client.render.entity.CaveSpiderEntityRenderer
 
getTexture(CreeperEntity) - Method in class net.minecraft.client.render.entity.CreeperEntityRenderer
 
getTexture(EndermanEntity) - Method in class net.minecraft.client.render.entity.EndermanEntityRenderer
 
getTexture(EndermiteEntity) - Method in class net.minecraft.client.render.entity.EndermiteEntityRenderer
 
getTexture(EvokerFangsEntity) - Method in class net.minecraft.client.render.entity.EvokerFangsEntityRenderer
 
getTexture(GhastEntity) - Method in class net.minecraft.client.render.entity.GhastEntityRenderer
 
getTexture(GiantEntity) - Method in class net.minecraft.client.render.entity.GiantEntityRenderer
 
getTexture(GuardianEntity) - Method in class net.minecraft.client.render.entity.ElderGuardianEntityRenderer
 
getTexture(GuardianEntity) - Method in class net.minecraft.client.render.entity.GuardianEntityRenderer
 
getTexture(HoglinEntity) - Method in class net.minecraft.client.render.entity.HoglinEntityRenderer
 
getTexture(IllusionerEntity) - Method in class net.minecraft.client.render.entity.IllusionerEntityRenderer
 
getTexture(MagmaCubeEntity) - Method in class net.minecraft.client.render.entity.MagmaCubeEntityRenderer
 
getTexture(MobEntity) - Method in class net.minecraft.client.render.entity.PiglinEntityRenderer
 
getTexture(PhantomEntity) - Method in class net.minecraft.client.render.entity.PhantomEntityRenderer
 
getTexture(PillagerEntity) - Method in class net.minecraft.client.render.entity.PillagerEntityRenderer
 
getTexture(RavagerEntity) - Method in class net.minecraft.client.render.entity.RavagerEntityRenderer
 
getTexture(ShulkerEntity) - Method in class net.minecraft.client.render.entity.ShulkerEntityRenderer
 
getTexture(SilverfishEntity) - Method in class net.minecraft.client.render.entity.SilverfishEntityRenderer
 
getTexture(SlimeEntity) - Method in class net.minecraft.client.render.entity.SlimeEntityRenderer
 
getTexture(StrayEntity) - Method in class net.minecraft.client.render.entity.StrayEntityRenderer
 
getTexture(VexEntity) - Method in class net.minecraft.client.render.entity.VexEntityRenderer
 
getTexture(VindicatorEntity) - Method in class net.minecraft.client.render.entity.VindicatorEntityRenderer
 
getTexture(WardenEntity) - Method in class net.minecraft.client.render.entity.WardenEntityRenderer
 
getTexture(WitchEntity) - Method in class net.minecraft.client.render.entity.WitchEntityRenderer
 
getTexture(WitherSkeletonEntity) - Method in class net.minecraft.client.render.entity.WitherSkeletonEntityRenderer
 
getTexture(ZoglinEntity) - Method in class net.minecraft.client.render.entity.ZoglinEntityRenderer
 
getTexture(ZombieEntity) - Method in class net.minecraft.client.render.entity.DrownedEntityRenderer
getTexture(ZombieEntity) - Method in class net.minecraft.client.render.entity.HuskEntityRenderer
 
getTexture(ZombieEntity) - Method in class net.minecraft.client.render.entity.ZombieBaseEntityRenderer
 
getTexture(ZombieVillagerEntity) - Method in class net.minecraft.client.render.entity.ZombieVillagerEntityRenderer
 
getTexture(AbstractHorseEntity) - Method in class net.minecraft.client.render.entity.ZombieHorseEntityRenderer
 
getTexture(AllayEntity) - Method in class net.minecraft.client.render.entity.AllayEntityRenderer
 
getTexture(ArmadilloEntity) - Method in class net.minecraft.client.render.entity.ArmadilloEntityRenderer
 
getTexture(AxolotlEntity) - Method in class net.minecraft.client.render.entity.AxolotlEntityRenderer
 
getTexture(BatEntity) - Method in class net.minecraft.client.render.entity.BatEntityRenderer
 
getTexture(BeeEntity) - Method in class net.minecraft.client.render.entity.BeeEntityRenderer
 
getTexture(CamelEntity) - Method in class net.minecraft.client.render.entity.CamelEntityRenderer
 
getTexture(CatEntity) - Method in class net.minecraft.client.render.entity.CatEntityRenderer
 
getTexture(ChickenEntity) - Method in class net.minecraft.client.render.entity.ChickenEntityRenderer
 
getTexture(CodEntity) - Method in class net.minecraft.client.render.entity.CodEntityRenderer
 
getTexture(CowEntity) - Method in class net.minecraft.client.render.entity.CowEntityRenderer
 
getTexture(DolphinEntity) - Method in class net.minecraft.client.render.entity.DolphinEntityRenderer
 
getTexture(FoxEntity) - Method in class net.minecraft.client.render.entity.FoxEntityRenderer
 
getTexture(FrogEntity) - Method in class net.minecraft.client.render.entity.FrogEntityRenderer
 
getTexture(GlowSquidEntity) - Method in class net.minecraft.client.render.entity.GlowSquidEntityRenderer
 
getTexture(GoatEntity) - Method in class net.minecraft.client.render.entity.GoatEntityRenderer
 
getTexture(HorseEntity) - Method in class net.minecraft.client.render.entity.HorseEntityRenderer
 
getTexture(IronGolemEntity) - Method in class net.minecraft.client.render.entity.IronGolemEntityRenderer
 
getTexture(LlamaEntity) - Method in class net.minecraft.client.render.entity.LlamaEntityRenderer
 
getTexture(MooshroomEntity) - Method in class net.minecraft.client.render.entity.MooshroomEntityRenderer
 
getTexture(OcelotEntity) - Method in class net.minecraft.client.render.entity.OcelotEntityRenderer
 
getTexture(PandaEntity) - Method in class net.minecraft.client.render.entity.PandaEntityRenderer
 
getTexture(ParrotEntity) - Method in class net.minecraft.client.render.entity.ParrotEntityRenderer
 
getTexture(ParrotEntity.Variant) - Static method in class net.minecraft.client.render.entity.ParrotEntityRenderer
 
getTexture(PigEntity) - Method in class net.minecraft.client.render.entity.PigEntityRenderer
 
getTexture(PolarBearEntity) - Method in class net.minecraft.client.render.entity.PolarBearEntityRenderer
 
getTexture(PufferfishEntity) - Method in class net.minecraft.client.render.entity.PufferfishEntityRenderer
 
getTexture(RabbitEntity) - Method in class net.minecraft.client.render.entity.RabbitEntityRenderer
 
getTexture(SalmonEntity) - Method in class net.minecraft.client.render.entity.SalmonEntityRenderer
 
getTexture(SheepEntity) - Method in class net.minecraft.client.render.entity.SheepEntityRenderer
 
getTexture(SnifferEntity) - Method in class net.minecraft.client.render.entity.SnifferEntityRenderer
 
getTexture(SnowGolemEntity) - Method in class net.minecraft.client.render.entity.SnowGolemEntityRenderer
 
getTexture(StriderEntity) - Method in class net.minecraft.client.render.entity.StriderEntityRenderer
 
getTexture(TadpoleEntity) - Method in class net.minecraft.client.render.entity.TadpoleEntityRenderer
 
getTexture(TropicalFishEntity) - Method in class net.minecraft.client.render.entity.TropicalFishEntityRenderer
 
getTexture(TurtleEntity) - Method in class net.minecraft.client.render.entity.TurtleEntityRenderer
 
getTexture(VillagerEntity) - Method in class net.minecraft.client.render.entity.VillagerEntityRenderer
 
getTexture(WanderingTraderEntity) - Method in class net.minecraft.client.render.entity.WanderingTraderEntityRenderer
 
getTexture(WolfEntity) - Method in class net.minecraft.client.render.entity.WolfEntityRenderer
 
getTexture(AbstractWindChargeEntity) - Method in class net.minecraft.client.render.entity.WindChargeEntityRenderer
 
getTexture(ArrowEntity) - Method in class net.minecraft.client.render.entity.ArrowEntityRenderer
 
getTexture(DragonFireballEntity) - Method in class net.minecraft.client.render.entity.DragonFireballEntityRenderer
 
getTexture(FireworkRocketEntity) - Method in class net.minecraft.client.render.entity.FireworkRocketEntityRenderer
 
getTexture(FishingBobberEntity) - Method in class net.minecraft.client.render.entity.FishingBobberEntityRenderer
 
getTexture(LlamaSpitEntity) - Method in class net.minecraft.client.render.entity.LlamaSpitEntityRenderer
 
getTexture(ShulkerBulletEntity) - Method in class net.minecraft.client.render.entity.ShulkerBulletEntityRenderer
 
getTexture(SpectralArrowEntity) - Method in class net.minecraft.client.render.entity.SpectralArrowEntityRenderer
 
getTexture(TridentEntity) - Method in class net.minecraft.client.render.entity.TridentEntityRenderer
 
getTexture(WitherSkullEntity) - Method in class net.minecraft.client.render.entity.WitherSkullEntityRenderer
 
getTexture(TntEntity) - Method in class net.minecraft.client.render.entity.TntEntityRenderer
 
getTexture(BoatEntity) - Method in class net.minecraft.client.render.entity.BoatEntityRenderer
 
getTexture(BoatEntity.Type, boolean) - Static method in class net.minecraft.client.render.entity.BoatEntityRenderer
 
getTexture(DyeColor) - Static method in class net.minecraft.client.render.entity.ShulkerEntityRenderer
 
getTexture(Identifier) - Method in class net.minecraft.client.texture.TextureManager
 
getTexture(T) - Method in class net.minecraft.client.render.entity.DisplayEntityRenderer
 
getTexture(T) - Method in class net.minecraft.client.render.entity.DonkeyEntityRenderer
 
getTexture(T) - Method in class net.minecraft.client.render.entity.EmptyEntityRenderer
getTexture(T) - Method in class net.minecraft.client.render.entity.EntityRenderer
 
getTexture(T) - Method in class net.minecraft.client.render.entity.EvokerEntityRenderer
 
getTexture(T) - Method in class net.minecraft.client.render.entity.feature.FeatureRenderer
 
getTexture(T) - Method in interface net.minecraft.client.render.entity.feature.FeatureRendererContext
 
getTexture(T) - Method in class net.minecraft.client.render.entity.ItemFrameEntityRenderer
 
getTexture(T) - Method in class net.minecraft.client.render.entity.MinecartEntityRenderer
 
getTexture(T) - Method in class net.minecraft.client.render.entity.SkeletonEntityRenderer
 
getTexture(T) - Method in class net.minecraft.client.render.entity.SpiderEntityRenderer
 
getTexture(T) - Method in class net.minecraft.client.render.entity.SquidEntityRenderer
 
getTexturedModelData() - Static method in class net.minecraft.client.render.block.entity.BannerBlockEntityRenderer
 
getTexturedModelData() - Static method in class net.minecraft.client.render.block.entity.BellBlockEntityRenderer
 
getTexturedModelData() - Static method in class net.minecraft.client.render.block.entity.HangingSignBlockEntityRenderer
 
getTexturedModelData() - Static method in class net.minecraft.client.render.block.entity.SignBlockEntityRenderer
 
getTexturedModelData() - Static method in class net.minecraft.client.render.entity.EndCrystalEntityRenderer
 
getTexturedModelData() - Static method in class net.minecraft.client.render.entity.EnderDragonEntityRenderer
 
getTexturedModelData() - Static method in class net.minecraft.client.render.entity.feature.TridentRiptideFeatureRenderer
 
getTexturedModelData() - Static method in class net.minecraft.client.render.entity.model.AllayEntityModel
 
getTexturedModelData() - Static method in class net.minecraft.client.render.entity.model.ArmadilloEntityModel
 
getTexturedModelData() - Static method in class net.minecraft.client.render.entity.model.ArmorStandEntityModel
 
getTexturedModelData() - Static method in class net.minecraft.client.render.entity.model.AxolotlEntityModel
 
getTexturedModelData() - Static method in class net.minecraft.client.render.entity.model.BatEntityModel
 
getTexturedModelData() - Static method in class net.minecraft.client.render.entity.model.BeeEntityModel
 
getTexturedModelData() - Static method in class net.minecraft.client.render.entity.model.BlazeEntityModel
 
getTexturedModelData() - Static method in class net.minecraft.client.render.entity.model.BoatEntityModel
 
getTexturedModelData() - Static method in class net.minecraft.client.render.entity.model.BoggedEntityModel
 
getTexturedModelData() - Static method in class net.minecraft.client.render.entity.model.BookModel
 
getTexturedModelData() - Static method in class net.minecraft.client.render.entity.model.CamelEntityModel
 
getTexturedModelData() - Static method in class net.minecraft.client.render.entity.model.ChestBoatEntityModel
 
getTexturedModelData() - Static method in class net.minecraft.client.render.entity.model.ChestRaftEntityModel
 
getTexturedModelData() - Static method in class net.minecraft.client.render.entity.model.ChickenEntityModel
 
getTexturedModelData() - Static method in class net.minecraft.client.render.entity.model.CodEntityModel
 
getTexturedModelData() - Static method in class net.minecraft.client.render.entity.model.CowEntityModel
 
getTexturedModelData() - Static method in class net.minecraft.client.render.entity.model.DolphinEntityModel
 
getTexturedModelData() - Static method in class net.minecraft.client.render.entity.model.DonkeyEntityModel
 
getTexturedModelData() - Static method in class net.minecraft.client.render.entity.model.DragonHeadEntityModel
 
getTexturedModelData() - Static method in class net.minecraft.client.render.entity.model.ElytraEntityModel
 
getTexturedModelData() - Static method in class net.minecraft.client.render.entity.model.EndermanEntityModel
 
getTexturedModelData() - Static method in class net.minecraft.client.render.entity.model.EndermiteEntityModel
 
getTexturedModelData() - Static method in class net.minecraft.client.render.entity.model.EvokerFangsEntityModel
 
getTexturedModelData() - Static method in class net.minecraft.client.render.entity.model.FoxEntityModel
 
getTexturedModelData() - Static method in class net.minecraft.client.render.entity.model.FrogEntityModel
 
getTexturedModelData() - Static method in class net.minecraft.client.render.entity.model.GhastEntityModel
 
getTexturedModelData() - Static method in class net.minecraft.client.render.entity.model.GoatEntityModel
 
getTexturedModelData() - Static method in class net.minecraft.client.render.entity.model.GuardianEntityModel
 
getTexturedModelData() - Static method in class net.minecraft.client.render.entity.model.HoglinEntityModel
 
getTexturedModelData() - Static method in class net.minecraft.client.render.entity.model.IllagerEntityModel
 
getTexturedModelData() - Static method in class net.minecraft.client.render.entity.model.IronGolemEntityModel
 
getTexturedModelData() - Static method in class net.minecraft.client.render.entity.model.LargePufferfishEntityModel
 
getTexturedModelData() - Static method in class net.minecraft.client.render.entity.model.LeashKnotEntityModel
 
getTexturedModelData() - Static method in class net.minecraft.client.render.entity.model.LlamaSpitEntityModel
 
getTexturedModelData() - Static method in class net.minecraft.client.render.entity.model.MagmaCubeEntityModel
 
getTexturedModelData() - Static method in class net.minecraft.client.render.entity.model.MediumPufferfishEntityModel
 
getTexturedModelData() - Static method in class net.minecraft.client.render.entity.model.MinecartEntityModel
 
getTexturedModelData() - Static method in class net.minecraft.client.render.entity.model.PandaEntityModel
 
getTexturedModelData() - Static method in class net.minecraft.client.render.entity.model.ParrotEntityModel
 
getTexturedModelData() - Static method in class net.minecraft.client.render.entity.model.PhantomEntityModel
 
getTexturedModelData() - Static method in class net.minecraft.client.render.entity.model.PolarBearEntityModel
 
getTexturedModelData() - Static method in class net.minecraft.client.render.entity.model.RabbitEntityModel
 
getTexturedModelData() - Static method in class net.minecraft.client.render.entity.model.RaftEntityModel
 
getTexturedModelData() - Static method in class net.minecraft.client.render.entity.model.RavagerEntityModel
 
getTexturedModelData() - Static method in class net.minecraft.client.render.entity.model.SalmonEntityModel
 
getTexturedModelData() - Static method in class net.minecraft.client.render.entity.model.SheepEntityModel
 
getTexturedModelData() - Static method in class net.minecraft.client.render.entity.model.SheepWoolEntityModel
 
getTexturedModelData() - Static method in class net.minecraft.client.render.entity.model.ShieldEntityModel
 
getTexturedModelData() - Static method in class net.minecraft.client.render.entity.model.ShulkerBulletEntityModel
 
getTexturedModelData() - Static method in class net.minecraft.client.render.entity.model.ShulkerEntityModel
 
getTexturedModelData() - Static method in class net.minecraft.client.render.entity.model.SilverfishEntityModel
 
getTexturedModelData() - Static method in class net.minecraft.client.render.entity.model.SkeletonEntityModel
 
getTexturedModelData() - Static method in class net.minecraft.client.render.entity.model.SmallPufferfishEntityModel
 
getTexturedModelData() - Static method in class net.minecraft.client.render.entity.model.SnifferEntityModel
 
getTexturedModelData() - Static method in class net.minecraft.client.render.entity.model.SnowGolemEntityModel
 
getTexturedModelData() - Static method in class net.minecraft.client.render.entity.model.SpiderEntityModel
 
getTexturedModelData() - Static method in class net.minecraft.client.render.entity.model.SquidEntityModel
 
getTexturedModelData() - Static method in class net.minecraft.client.render.entity.model.StriderEntityModel
 
getTexturedModelData() - Static method in class net.minecraft.client.render.entity.model.TadpoleEntityModel
 
getTexturedModelData() - Static method in class net.minecraft.client.render.entity.model.TridentEntityModel
 
getTexturedModelData() - Static method in class net.minecraft.client.render.entity.model.TurtleEntityModel
 
getTexturedModelData() - Static method in class net.minecraft.client.render.entity.model.VexEntityModel
 
getTexturedModelData() - Static method in class net.minecraft.client.render.entity.model.WardenEntityModel
 
getTexturedModelData() - Static method in class net.minecraft.client.render.entity.model.WindChargeEntityModel
 
getTexturedModelData() - Static method in class net.minecraft.client.render.entity.model.WitchEntityModel
 
getTexturedModelData() - Static method in class net.minecraft.client.render.entity.model.ZombieVillagerEntityModel
 
getTexturedModelData() - Static method in class net.minecraft.client.render.entity.WitherSkullEntityRenderer
 
getTexturedModelData(int, int) - Static method in class net.minecraft.client.render.entity.model.BreezeEntityModel
 
getTexturedModelData(Dilation) - Static method in class net.minecraft.client.render.entity.model.ArmorStandArmorEntityModel
 
getTexturedModelData(Dilation) - Static method in class net.minecraft.client.render.entity.model.CreeperEntityModel
 
getTexturedModelData(Dilation) - Static method in class net.minecraft.client.render.entity.model.DrownedEntityModel
 
getTexturedModelData(Dilation) - Static method in class net.minecraft.client.render.entity.model.LargeTropicalFishEntityModel
 
getTexturedModelData(Dilation) - Static method in class net.minecraft.client.render.entity.model.LlamaEntityModel
 
getTexturedModelData(Dilation) - Static method in class net.minecraft.client.render.entity.model.PigEntityModel
 
getTexturedModelData(Dilation) - Static method in class net.minecraft.client.render.entity.model.SmallTropicalFishEntityModel
 
getTexturedModelData(Dilation) - Static method in class net.minecraft.client.render.entity.model.WitherEntityModel
 
getTexturedModelData(Dilation) - Static method in class net.minecraft.client.render.entity.model.WolfEntityModel
 
getTexturedModelData(Dilation, boolean) - Static method in class net.minecraft.client.render.entity.model.PlayerEntityModel
 
getTextureId() - Method in class net.minecraft.client.gui.screen.world.WorldIcon
 
getTextureId() - Method in class net.minecraft.client.util.SpriteIdentifier
 
getTextureId(boolean) - Method in class net.minecraft.item.ArmorMaterial.Layer
 
getTextureId(String, String) - Static method in class net.minecraft.client.realms.util.RealmsTextureManager
 
getTextureId(WoodType) - Method in class net.minecraft.client.render.block.entity.HangingSignBlockEntityRenderer
getTextureId(WoodType) - Method in class net.minecraft.client.render.block.entity.SignBlockEntityRenderer
 
getTextureId(RegistryKey<String>) - Static method in class net.minecraft.block.DecoratedPotPatterns
 
getTextureIdFromSherd(Optional<Item>) - Static method in class net.minecraft.client.render.block.entity.DecoratedPotBlockEntityRenderer
 
getTextureIdInternal(String, String) - Static method in class net.minecraft.client.realms.util.RealmsTextureManager
 
getTextureList() - Method in class net.minecraft.client.particle.ParticleTextureData
 
getTextureManager() - Method in class net.minecraft.client.MinecraftClient
 
getTextureMatrix() - Static method in class com.mojang.blaze3d.systems.RenderSystem
 
getTexturePath(String) - Method in class net.minecraft.client.texture.PlayerSkinProvider.FileCache
 
getTextures() - Method in class net.minecraft.data.client.TexturedModel
 
getTextureSpecificVertexConsumer(VertexConsumer) - Method in class net.minecraft.client.texture.Sprite
 
getTextWidth() - Method in class net.minecraft.client.gui.screen.report.ChatSelectionScreen.SelectionListWidget.MessageEntry
 
getTextWithMessages(PlayerEntity, List<FilteredMessage>, SignText) - Method in class net.minecraft.block.entity.SignBlockEntity
 
getThickness() - Method in class net.minecraft.world.gen.chunk.FlatChunkGeneratorLayer
 
getThickness(WorldView, BlockPos, Direction, boolean) - Static method in class net.minecraft.block.PointedDripstoneBlock
 
getThis() - Method in class net.minecraft.world.GameRules.BooleanRule
 
getThis() - Method in class net.minecraft.world.GameRules.IntRule
 
getThis() - Method in class net.minecraft.world.GameRules.Rule
 
getThisBuilder() - Method in class net.minecraft.class_9317.class_9318
 
getThisBuilder() - Method in class net.minecraft.loot.entry.AlternativeEntry.Builder
 
getThisBuilder() - Method in class net.minecraft.loot.entry.GroupEntry.Builder
 
getThisBuilder() - Method in class net.minecraft.loot.entry.LeafEntry.BasicBuilder
 
getThisBuilder() - Method in class net.minecraft.loot.entry.LootPoolEntry.Builder
 
getThisBuilder() - Method in class net.minecraft.loot.entry.SequenceEntry.Builder
 
getThisBuilder() - Method in class net.minecraft.loot.function.ConditionalLootFunction.Builder
 
getThisBuilder() - Method in class net.minecraft.loot.function.ConditionalLootFunction.Joiner
 
getThisBuilder() - Method in class net.minecraft.loot.function.CopyNbtLootFunction.Builder
 
getThisBuilder() - Method in class net.minecraft.loot.function.CopyStateFunction.Builder
 
getThisBuilder() - Method in class net.minecraft.loot.function.EnchantRandomlyLootFunction.Builder
 
getThisBuilder() - Method in class net.minecraft.loot.function.EnchantWithLevelsLootFunction.Builder
 
getThisBuilder() - Method in class net.minecraft.loot.function.ExplorationMapLootFunction.Builder
 
getThisBuilder() - Method in class net.minecraft.loot.function.LootingEnchantLootFunction.Builder
 
getThisBuilder() - Method in class net.minecraft.loot.function.SetAttributesLootFunction.Builder
 
getThisBuilder() - Method in class net.minecraft.loot.function.SetBannerPatternFunction.Builder
 
getThisBuilder() - Method in class net.minecraft.loot.function.SetContentsLootFunction.Builder
 
getThisBuilder() - Method in class net.minecraft.loot.function.SetEnchantmentsLootFunction.Builder
 
getThisBuilder() - Method in class net.minecraft.loot.function.SetLoreLootFunction.Builder
 
getThisBuilder() - Method in class net.minecraft.loot.function.SetStewEffectLootFunction.Builder
 
getThisConditionConsumingBuilder() - Method in interface net.minecraft.loot.condition.LootConditionConsumingBuilder
 
getThisConditionConsumingBuilder() - Method in class net.minecraft.loot.entry.LootPoolEntry.Builder
 
getThisConditionConsumingBuilder() - Method in class net.minecraft.loot.function.ConditionalLootFunction.Builder
 
getThisFunctionConsumingBuilder() - Method in interface net.minecraft.loot.function.LootFunctionConsumingBuilder
 
getThisFunctionConsumingBuilder() - Method in class net.minecraft.loot.LootPool.Builder
 
getThisFunctionConsumingBuilder() - Method in class net.minecraft.loot.LootTable.Builder
 
getThread() - Method in class net.minecraft.client.MinecraftClient
getThread() - Method in class net.minecraft.client.sound.SoundExecutor
getThread() - Method in class net.minecraft.server.MinecraftServer
getThread() - Method in class net.minecraft.server.world.ServerChunkManager.MainThreadExecutor
getThread() - Method in class net.minecraft.util.thread.ThreadExecutor
 
getThreshold() - Method in class net.minecraft.client.render.model.json.ModelOverride.Condition
 
getThreshold() - Method in enum class net.minecraft.entity.mob.Angriness
 
getThrowable() - Method in class net.minecraft.test.GameTestState
 
getThunderGradient(float) - Method in class net.minecraft.world.World
 
getThunderTime() - Method in class net.minecraft.world.level.LevelProperties
getThunderTime() - Method in interface net.minecraft.world.level.ServerWorldProperties
 
getThunderTime() - Method in class net.minecraft.world.level.UnmodifiableLevelProperties
getTick() - Method in class net.minecraft.test.GameTestState
 
getTick() - Method in class net.minecraft.test.TestContext
 
getTickCount() - Method in class net.minecraft.world.tick.ChunkTickScheduler
getTickCount() - Method in class net.minecraft.world.tick.MultiTickScheduler
getTickCount() - Method in class net.minecraft.world.tick.SimpleTickScheduler
getTickCount() - Method in interface net.minecraft.world.tick.TickScheduler
 
getTickCount() - Method in class net.minecraft.world.tick.WorldTickScheduler
getTickCount(int) - Method in class net.minecraft.entity.ai.goal.Goal
Returns how many times a goal can tick in the given at most.
getTickCount(int) - Method in class net.minecraft.entity.ai.goal.PrioritizedGoal
Returns how many times a goal can tick in the given at most.
getTickDelta() - Method in class net.minecraft.client.MinecraftClient
 
getTickedChunkCount() - Method in class net.minecraft.server.world.ChunkTicketManager
 
getTicker(World) - Method in class net.minecraft.entity.vehicle.SpawnerMinecartEntity
 
getTicker(World, BlockState, BlockEntityType<T>) - Method in class net.minecraft.block.AbstractSignBlock
Returns the "ticker" for the block's block entity, or null if the block entity does not need to be ticked.
getTicker(World, BlockState, BlockEntityType<T>) - Method in class net.minecraft.block.AbstractSkullBlock
Returns the "ticker" for the block's block entity, or null if the block entity does not need to be ticked.
getTicker(World, BlockState, BlockEntityType<T>) - Method in class net.minecraft.block.BeaconBlock
Returns the "ticker" for the block's block entity, or null if the block entity does not need to be ticked.
getTicker(World, BlockState, BlockEntityType<T>) - Method in class net.minecraft.block.BeehiveBlock
Returns the "ticker" for the block's block entity, or null if the block entity does not need to be ticked.
getTicker(World, BlockState, BlockEntityType<T>) - Method in class net.minecraft.block.BellBlock
Returns the "ticker" for the block's block entity, or null if the block entity does not need to be ticked.
getTicker(World, BlockState, BlockEntityType<T>) - Method in class net.minecraft.block.BlastFurnaceBlock
Returns the "ticker" for the block's block entity, or null if the block entity does not need to be ticked.
getTicker(World, BlockState, BlockEntityType<T>) - Method in interface net.minecraft.block.BlockEntityProvider
Returns the "ticker" for the block's block entity, or null if the block entity does not need to be ticked.
getTicker(World, BlockState, BlockEntityType<T>) - Method in class net.minecraft.block.BrewingStandBlock
Returns the "ticker" for the block's block entity, or null if the block entity does not need to be ticked.
getTicker(World, BlockState, BlockEntityType<T>) - Method in class net.minecraft.block.CalibratedSculkSensorBlock
Returns the "ticker" for the block's block entity, or null if the block entity does not need to be ticked.
getTicker(World, BlockState, BlockEntityType<T>) - Method in class net.minecraft.block.CampfireBlock
Returns the "ticker" for the block's block entity, or null if the block entity does not need to be ticked.
getTicker(World, BlockState, BlockEntityType<T>) - Method in class net.minecraft.block.ChestBlock
Returns the "ticker" for the block's block entity, or null if the block entity does not need to be ticked.
getTicker(World, BlockState, BlockEntityType<T>) - Method in class net.minecraft.block.ConduitBlock
Returns the "ticker" for the block's block entity, or null if the block entity does not need to be ticked.
getTicker(World, BlockState, BlockEntityType<T>) - Method in class net.minecraft.block.CrafterBlock
Returns the "ticker" for the block's block entity, or null if the block entity does not need to be ticked.
getTicker(World, BlockState, BlockEntityType<T>) - Method in class net.minecraft.block.DaylightDetectorBlock
Returns the "ticker" for the block's block entity, or null if the block entity does not need to be ticked.
getTicker(World, BlockState, BlockEntityType<T>) - Method in class net.minecraft.block.EnchantingTableBlock
Returns the "ticker" for the block's block entity, or null if the block entity does not need to be ticked.
getTicker(World, BlockState, BlockEntityType<T>) - Method in class net.minecraft.block.EnderChestBlock
Returns the "ticker" for the block's block entity, or null if the block entity does not need to be ticked.
getTicker(World, BlockState, BlockEntityType<T>) - Method in class net.minecraft.block.EndGatewayBlock
Returns the "ticker" for the block's block entity, or null if the block entity does not need to be ticked.
getTicker(World, BlockState, BlockEntityType<T>) - Method in class net.minecraft.block.FurnaceBlock
Returns the "ticker" for the block's block entity, or null if the block entity does not need to be ticked.
getTicker(World, BlockState, BlockEntityType<T>) - Method in class net.minecraft.block.HangingSignBlock
Returns the "ticker" for the block's block entity, or null if the block entity does not need to be ticked.
getTicker(World, BlockState, BlockEntityType<T>) - Method in class net.minecraft.block.HopperBlock
Returns the "ticker" for the block's block entity, or null if the block entity does not need to be ticked.
getTicker(World, BlockState, BlockEntityType<T>) - Method in class net.minecraft.block.JukeboxBlock
Returns the "ticker" for the block's block entity, or null if the block entity does not need to be ticked.
getTicker(World, BlockState, BlockEntityType<T>) - Method in class net.minecraft.block.PistonExtensionBlock
Returns the "ticker" for the block's block entity, or null if the block entity does not need to be ticked.
getTicker(World, BlockState, BlockEntityType<T>) - Method in class net.minecraft.block.SculkCatalystBlock
Returns the "ticker" for the block's block entity, or null if the block entity does not need to be ticked.
getTicker(World, BlockState, BlockEntityType<T>) - Method in class net.minecraft.block.SculkSensorBlock
Returns the "ticker" for the block's block entity, or null if the block entity does not need to be ticked.
getTicker(World, BlockState, BlockEntityType<T>) - Method in class net.minecraft.block.SculkShriekerBlock
Returns the "ticker" for the block's block entity, or null if the block entity does not need to be ticked.
getTicker(World, BlockState, BlockEntityType<T>) - Method in class net.minecraft.block.ShulkerBoxBlock
Returns the "ticker" for the block's block entity, or null if the block entity does not need to be ticked.
getTicker(World, BlockState, BlockEntityType<T>) - Method in class net.minecraft.block.SmokerBlock
Returns the "ticker" for the block's block entity, or null if the block entity does not need to be ticked.
getTicker(World, BlockState, BlockEntityType<T>) - Method in class net.minecraft.block.SpawnerBlock
Returns the "ticker" for the block's block entity, or null if the block entity does not need to be ticked.
getTicker(World, BlockState, BlockEntityType<T>) - Method in class net.minecraft.block.TrialSpawnerBlock
Returns the "ticker" for the block's block entity, or null if the block entity does not need to be ticked.
getTicker(World, BlockState, BlockEntityType<T>) - Method in class net.minecraft.block.VaultBlock
Returns the "ticker" for the block's block entity, or null if the block entity does not need to be ticked.
getTicker(World, BlockState, BlockEntityType<T>) - Method in class net.minecraft.block.WallHangingSignBlock
Returns the "ticker" for the block's block entity, or null if the block entity does not need to be ticked.
getTicket(long) - Method in class net.minecraft.server.world.ChunkTicketManager
 
getTicketManager() - Method in class net.minecraft.server.world.ThreadedAnvilChunkStorage
 
getTickets(long) - Method in class net.minecraft.world.SimulationDistanceLevelPropagator
 
getTicketSet(long) - Method in class net.minecraft.server.world.ChunkTicketManager
 
getTickingFuture() - Method in class net.minecraft.server.world.ChunkHolder
 
getTickingTicket(long) - Method in class net.minecraft.world.SimulationDistanceLevelPropagator
 
getTickLimit() - Method in class net.minecraft.test.GameTestState
 
getTickManager() - Method in class net.minecraft.client.world.ClientWorld
getTickManager() - Method in class net.minecraft.server.MinecraftServer
 
getTickManager() - Method in class net.minecraft.server.world.ServerWorld
getTickManager() - Method in class net.minecraft.world.World
 
getTickNanosLog() - Method in class net.minecraft.client.gui.hud.DebugHud
 
getTickOrder() - Method in class net.minecraft.world.ChunkRegion
getTickOrder() - Method in class net.minecraft.world.World
getTickOrder() - Method in interface net.minecraft.world.WorldAccess
 
getTickRate() - Method in class net.minecraft.block.AbstractPressurePlateBlock
 
getTickRate() - Method in class net.minecraft.block.WeightedPressurePlateBlock
getTickRate() - Method in class net.minecraft.world.tick.TickManager
 
getTickRate(WorldView) - Method in class net.minecraft.fluid.EmptyFluid
getTickRate(WorldView) - Method in class net.minecraft.fluid.Fluid
 
getTickRate(WorldView) - Method in class net.minecraft.fluid.LavaFluid
getTickRate(WorldView) - Method in class net.minecraft.fluid.WaterFluid
getTicks() - Method in class net.minecraft.client.gui.hud.InGameHud
 
getTicks() - Method in class net.minecraft.server.MinecraftServer
Gets the amount of ticks the server has been running for.
getTicks() - Method in class net.minecraft.world.tick.SimpleTickScheduler
 
getTickSchedulers() - Method in class net.minecraft.world.chunk.Chunk
 
getTickSchedulers() - Method in class net.minecraft.world.chunk.ProtoChunk
getTickSchedulers() - Method in class net.minecraft.world.chunk.WorldChunk
getTickSchedulers() - Method in class net.minecraft.world.chunk.WrapperProtoChunk
getTickSpan() - Method in interface net.minecraft.util.profiler.ProfileResult
 
getTickSpan() - Method in class net.minecraft.util.profiler.ProfileResultImpl
getTicksUntilGrowth() - Method in class net.minecraft.entity.passive.TadpoleEntity
 
getTicksUntilNextJump() - Method in class net.minecraft.entity.mob.MagmaCubeEntity
getTicksUntilNextJump() - Method in class net.minecraft.entity.mob.SlimeEntity
 
getTickTimes() - Method in class net.minecraft.server.dedicated.ServerMBean
Returns the server's historical tick times, in milliseconds.
getTickTimes() - Method in class net.minecraft.server.MinecraftServer
 
getTime() - Method in class net.minecraft.client.gui.hud.SubtitlesHud.SubtitleEntry
 
getTime() - Static method in class net.minecraft.client.util.GlfwUtil
 
getTime() - Method in class net.minecraft.client.world.ClientWorld.Properties
getTime() - Method in class net.minecraft.network.packet.s2c.play.WorldTimeUpdateS2CPacket
 
getTime() - Method in class net.minecraft.world.level.LevelProperties
getTime() - Method in class net.minecraft.world.level.UnmodifiableLevelProperties
getTime() - Method in class net.minecraft.world.World
Returns the time.
getTime() - Method in interface net.minecraft.world.WorldProperties
 
getTime(int) - Method in class net.minecraft.client.resource.metadata.AnimationFrameResourceMetadata
 
getTimeOfDay() - Method in class net.minecraft.client.world.ClientWorld.Properties
getTimeOfDay() - Method in class net.minecraft.network.packet.s2c.play.WorldTimeUpdateS2CPacket
 
getTimeOfDay() - Method in class net.minecraft.world.level.LevelProperties
getTimeOfDay() - Method in class net.minecraft.world.level.UnmodifiableLevelProperties
getTimeOfDay() - Method in class net.minecraft.world.World
Returns the time of day.
getTimeOfDay() - Method in interface net.minecraft.world.WorldProperties
 
getTimer() - Method in class net.minecraft.entity.ai.goal.EatGrassGoal
 
getTimeReference() - Method in class net.minecraft.server.MinecraftServer
 
getTimeRunning() - Method in class net.minecraft.entity.AnimationState
 
getTimeSinceLastAttack() - Method in class net.minecraft.entity.damage.DamageTracker
 
getTimeSpan() - Method in interface net.minecraft.util.profiler.ProfileResult
 
getTimestamp() - Method in record class net.minecraft.network.message.SignedMessage
 
getTimings(String) - Method in class net.minecraft.util.profiler.EmptyProfileResult
getTimings(String) - Method in interface net.minecraft.util.profiler.ProfileResult
 
getTimings(String) - Method in class net.minecraft.util.profiler.ProfileResultImpl
getTintColor() - Method in enum class net.minecraft.item.map.MapIcon.Type
 
getTipPos(BlockState, WorldAccess, BlockPos, int, boolean) - Static method in class net.minecraft.block.PointedDripstoneBlock
 
getTitle() - Method in class net.minecraft.advancement.AdvancementDisplay
 
getTitle() - Method in class net.minecraft.client.gui.screen.advancement.AdvancementTab
 
getTitle() - Method in class net.minecraft.client.gui.screen.Screen
 
getTitle() - Method in class net.minecraft.client.gui.tab.GridScreenTab
getTitle() - Method in interface net.minecraft.client.gui.tab.Tab
 
getTitle() - Method in class net.minecraft.client.realms.task.CloseServerTask
getTitle() - Method in class net.minecraft.client.realms.task.CreatingSnapshotWorldTask
getTitle() - Method in class net.minecraft.client.realms.task.DownloadTask
getTitle() - Method in class net.minecraft.client.realms.task.LongRunningTask
 
getTitle() - Method in class net.minecraft.client.realms.task.OpenServerTask
getTitle() - Method in class net.minecraft.client.realms.task.RealmsConnectTask
getTitle() - Method in class net.minecraft.client.realms.task.RealmsPrepareConnectionTask
getTitle() - Method in class net.minecraft.client.realms.task.ResettingWorldTask
getTitle() - Method in class net.minecraft.client.realms.task.RestoreTask
getTitle() - Method in class net.minecraft.client.realms.task.SwitchMinigameTask
getTitle() - Method in class net.minecraft.client.realms.task.SwitchSlotTask
getTitle() - Method in class net.minecraft.client.realms.task.WorldCreationTask
getTitle() - Method in record class net.minecraft.client.session.telemetry.TelemetryEventProperty
 
getTitle() - Method in class net.minecraft.client.session.telemetry.TelemetryEventType
 
getTitle(BanDetails) - Static method in class net.minecraft.client.session.Bans
 
getTitleFormat() - Method in enum class net.minecraft.advancement.AdvancementFrame
 
getTitleY() - Method in class net.minecraft.client.gui.screen.ConfirmScreen
 
getToast(Class<? extends T>, Object) - Method in class net.minecraft.client.toast.ToastManager
 
getToastManager() - Method in class net.minecraft.client.MinecraftClient
 
getToastText() - Method in enum class net.minecraft.advancement.AdvancementFrame
 
getToBatchCount() - Method in class net.minecraft.client.render.chunk.ChunkBuilder
 
getToColor() - Method in class net.minecraft.particle.DustColorTransitionParticleEffect
 
getToggleCraftableButtonText() - Method in class net.minecraft.client.gui.screen.recipebook.BlastFurnaceRecipeBookScreen
getToggleCraftableButtonText() - Method in class net.minecraft.client.gui.screen.recipebook.FurnaceRecipeBookScreen
getToggleCraftableButtonText() - Method in class net.minecraft.client.gui.screen.recipebook.RecipeBookWidget
 
getToggleCraftableButtonText() - Method in class net.minecraft.client.gui.screen.recipebook.SmokerRecipeBookScreen
getToken() - Method in class net.minecraft.client.realms.dto.UploadInfo
 
getTooltip() - Method in class net.minecraft.client.gui.screen.recipebook.AnimatedResultButton
 
getTooltip() - Method in class net.minecraft.client.gui.tooltip.TooltipState
 
getTooltip() - Method in class net.minecraft.client.gui.widget.ClickableWidget
 
getTooltip(PlayerEntity, TooltipContext) - Method in class net.minecraft.item.ItemStack
 
getTooltipData() - Method in class net.minecraft.item.ItemStack
 
getTooltipData(ItemStack) - Method in class net.minecraft.item.BundleItem
getTooltipData(ItemStack) - Method in class net.minecraft.item.Item
 
getToolTipForVariant(int) - Static method in class net.minecraft.entity.passive.TropicalFishEntity
 
getTooltipFromItem(MinecraftClient, ItemStack) - Static method in class net.minecraft.client.gui.screen.Screen
 
getTooltipFromItem(ItemStack) - Method in class net.minecraft.client.gui.screen.ingame.CreativeInventoryScreen
getTooltipFromItem(ItemStack) - Method in class net.minecraft.client.gui.screen.ingame.HandledScreen
 
getTooltipText(List<BlockPredicate>) - Static method in class net.minecraft.item.BlockPredicatesChecker
 
getTop() - Method in class net.minecraft.client.gui.screen.report.AbuseReportReasonScreen
 
getTop() - Method in record class net.minecraft.client.gui.ScreenRect
 
getTop() - Method in class net.minecraft.client.realms.gui.screen.BuyRealmsScreen
 
getTop() - Method in record class net.minecraft.server.network.ChunkFilter.Cylindrical
 
getTop() - Static method in interface net.minecraft.world.gen.YOffset
 
getTopBottomNeckTexturedModelData() - Static method in class net.minecraft.client.render.block.entity.DecoratedPotBlockEntityRenderer
 
getTopContributors() - Method in class net.minecraft.util.profiling.jfr.sample.NetworkIoStatistics
 
getTopFive(Iterable<T>, Function<T, String>) - Static method in class net.minecraft.server.world.ServerWorld
Categories items with the classifier and reports a message indicating the top five biggest categories.
getTopIndex(int) - Method in class net.minecraft.client.toast.ToastManager
 
getTopLeft() - Method in class net.minecraft.client.render.Camera.Projection
 
getTopMostPassenger(Entity, int) - Method in class net.minecraft.entity.mob.PiglinEntity
Returns the passenger entity at maxLevel in a stacked riding (riding on an entity that is riding on another entity, etc).
getTopPosition(Heightmap.Type, BlockPos) - Method in interface net.minecraft.world.RegistryWorldView
Returns the position of the topmost block in the column containing pos using heightmap heightmap.
getTopPosition(Heightmap.Type, BlockPos) - Method in interface net.minecraft.world.TestableWorld
 
getTopPosition(Heightmap.Type, BlockPos) - Method in interface net.minecraft.world.WorldView
Returns the position of the topmost block in the column containing pos using heightmap heightmap.
getTopPosition(TestableWorld, int, BlockPos, TreeFeatureConfig) - Method in class net.minecraft.world.gen.feature.TreeFeature
 
getTopRight() - Method in class net.minecraft.client.render.Camera.Projection
 
getTopSectionCoord() - Method in interface net.minecraft.world.HeightLimitView
Returns the top section coordinate, exclusive, of this view.
getTopSectionForColumn(long) - Method in class net.minecraft.world.chunk.light.SkyLightStorage
 
getTopY() - Method in class net.minecraft.world.chunk.light.LightingProvider
 
getTopY() - Method in class net.minecraft.world.gen.feature.LargeDripstoneFeature.DripstoneGenerator
 
getTopY() - Method in interface net.minecraft.world.HeightLimitView
Returns the top Y level, or height, exclusive, of this view.
getTopY(Heightmap.Type, int, int) - Method in class net.minecraft.world.ChunkRegion
Returns the Y coordinate of the topmost block at the coordinates x and z using heightmap.
getTopY(Heightmap.Type, int, int) - Method in class net.minecraft.world.gen.feature.FeaturePlacementContext
 
getTopY(Heightmap.Type, int, int) - Method in class net.minecraft.world.World
Returns the Y coordinate of the topmost block at the coordinates x and z using heightmap.
getTopY(Heightmap.Type, int, int) - Method in interface net.minecraft.world.WorldView
Returns the Y coordinate of the topmost block at the coordinates x and z using heightmap.
getTopYOffset() - Method in class net.minecraft.client.render.block.entity.EndGatewayBlockEntityRenderer
getTopYOffset() - Method in class net.minecraft.client.render.block.entity.EndPortalBlockEntityRenderer
 
getTotalAmplitude(double) - Method in class net.minecraft.util.math.noise.OctavePerlinNoiseSampler
 
getTotalChunkCount() - Method in class net.minecraft.world.updater.WorldUpdater
 
getTotalChunksLoadedCount() - Method in class net.minecraft.server.world.ServerChunkManager
 
getTotalChunksLoadedCount() - Method in class net.minecraft.server.world.ThreadedAnvilChunkStorage
 
getTotalCount() - Method in class net.minecraft.util.profiling.jfr.sample.NetworkIoStatistics
 
getTotalHealth() - Method in class net.minecraft.village.raid.Raid
 
getTotalMobs(int) - Method in record class net.minecraft.block.spawner.TrialSpawnerConfig
 
getTotalPacketSize(WorldChunk) - Static method in record class net.minecraft.network.packet.s2c.play.ChunkBiomeDataS2CPacket.Serialized
 
getTotalSize() - Method in class net.minecraft.util.profiling.jfr.sample.NetworkIoStatistics
 
getTotalSpace() - Method in class net.minecraft.resource.fs.ResourceFileStore
 
getTotalTime() - Method in interface net.minecraft.util.profiler.ProfileLocationInfo
Returns the total time spent visiting the profiler location.
getTotalTime() - Method in class net.minecraft.util.profiler.ProfilerSystem.LocatedInfo
Returns the total time spent visiting the profiler location.
getTouchscreen() - Method in class net.minecraft.client.option.GameOptions
 
getToughness - Variable in record class net.minecraft.item.ArmorMaterial
The field for the getToughness record component.
getToughness() - Method in class net.minecraft.item.ArmorItem
 
getToughness() - Method in record class net.minecraft.item.ArmorMaterial
Returns the toughness value of an ArmorItem piece using this ArmorMaterial.
getTracer() - Method in class net.minecraft.command.CommandExecutionContext
 
getTracer() - Method in interface net.minecraft.command.ExecutionControl
 
getTracked() - Method in class net.minecraft.entity.attribute.AttributeContainer
 
getTrackedEntityId(int) - Method in class net.minecraft.entity.boss.WitherEntity
 
getTrackedPosition() - Method in class net.minecraft.entity.Entity
 
getTrackingSection(long) - Method in class net.minecraft.world.entity.SectionedEntityCache
 
getTrackingSections(long) - Method in class net.minecraft.world.entity.SectionedEntityCache
 
getTrackOutputButtonHeight() - Method in class net.minecraft.client.gui.screen.ingame.AbstractCommandBlockScreen
 
getTrackOutputButtonHeight() - Method in class net.minecraft.client.gui.screen.ingame.CommandBlockScreen
getTrackOutputButtonHeight() - Method in class net.minecraft.client.gui.screen.ingame.MinecartCommandBlockScreen
getTrackTickInterval() - Method in class net.minecraft.entity.EntityType
 
getTradeId() - Method in class net.minecraft.network.packet.c2s.play.SelectMerchantTradeC2SPacket
 
getTradeOffer() - Method in class net.minecraft.village.MerchantInventory
 
getTradingSound(boolean) - Method in class net.minecraft.entity.passive.MerchantEntity
 
getTradingSound(boolean) - Method in class net.minecraft.entity.passive.WanderingTraderEntity
getTransactionId() - Method in class net.minecraft.network.packet.c2s.play.QueryBlockNbtC2SPacket
 
getTransactionId() - Method in class net.minecraft.network.packet.c2s.play.QueryEntityNbtC2SPacket
 
getTransactionId() - Method in class net.minecraft.network.packet.s2c.play.NbtQueryResponseS2CPacket
 
getTransform() - Method in class net.minecraft.client.model.ModelPart
 
getTransform() - Method in class net.minecraft.client.sound.SoundListener
 
getTransformation() - Method in interface net.minecraft.client.render.model.BakedModel
 
getTransformation() - Method in class net.minecraft.client.render.model.BasicBakedModel
getTransformation() - Method in class net.minecraft.client.render.model.BuiltinBakedModel
getTransformation() - Method in class net.minecraft.client.render.model.MultipartBakedModel
getTransformation() - Method in class net.minecraft.client.render.model.WeightedBakedModel
getTransformation(ModelTransformationMode) - Method in class net.minecraft.client.render.model.json.JsonUnbakedModel
 
getTransformation(ModelTransformationMode) - Method in class net.minecraft.client.render.model.json.ModelTransformation
 
getTransformation(DataTracker) - Static method in class net.minecraft.entity.decoration.DisplayEntity
 
getTransformationMode() - Method in class net.minecraft.entity.decoration.DisplayEntity.ItemDisplayEntity
 
getTransformations() - Method in class net.minecraft.client.render.model.json.JsonUnbakedModel
 
getTranslatableName() - Method in enum class net.minecraft.world.Difficulty
 
getTranslatableName() - Method in enum class net.minecraft.world.GameMode
 
getTranslated() - Method in class net.minecraft.text.KeybindTextContent
 
getTranslation() - Method in class net.minecraft.util.math.AffineTransformation
 
getTranslation(Direction, int) - Method in class net.minecraft.client.render.block.entity.BrushableBlockEntityRenderer
 
getTranslationKey() - Method in class net.minecraft.block.Block
Returns the translation key for the name of this block.
getTranslationKey() - Method in class net.minecraft.block.WallBannerBlock
Returns the translation key for the name of this block.
getTranslationKey() - Method in class net.minecraft.block.WallHangingSignBlock
Returns the translation key for the name of this block.
getTranslationKey() - Method in class net.minecraft.block.WallRedstoneTorchBlock
Returns the translation key for the name of this block.
getTranslationKey() - Method in class net.minecraft.block.WallSignBlock
Returns the translation key for the name of this block.
getTranslationKey() - Method in class net.minecraft.block.WallSkullBlock
Returns the translation key for the name of this block.
getTranslationKey() - Method in class net.minecraft.block.WallTorchBlock
Returns the translation key for the name of this block.
getTranslationKey() - Method in enum class net.minecraft.client.option.AttackIndicator
getTranslationKey() - Method in enum class net.minecraft.client.option.CloudRenderMode
getTranslationKey() - Method in enum class net.minecraft.client.option.GraphicsMode
getTranslationKey() - Method in class net.minecraft.client.option.KeyBinding
 
getTranslationKey() - Method in enum class net.minecraft.client.option.ParticlesMode
getTranslationKey() - Method in enum class net.minecraft.client.render.ChunkBuilderMode
getTranslationKey() - Method in class net.minecraft.client.util.InputUtil.Key
 
getTranslationKey() - Method in class net.minecraft.enchantment.Enchantment
 
getTranslationKey() - Method in class net.minecraft.entity.attribute.EntityAttribute
 
getTranslationKey() - Method in class net.minecraft.entity.effect.StatusEffect
 
getTranslationKey() - Method in class net.minecraft.entity.effect.StatusEffectInstance
 
getTranslationKey() - Method in class net.minecraft.entity.EntityType
 
getTranslationKey() - Method in class net.minecraft.item.AirBlockItem
Gets the translation key of this item.
getTranslationKey() - Method in class net.minecraft.item.AliasedBlockItem
Gets the translation key of this item.
getTranslationKey() - Method in class net.minecraft.item.BlockItem
Gets the translation key of this item.
getTranslationKey() - Method in class net.minecraft.item.Item
Gets the translation key of this item.
getTranslationKey() - Method in class net.minecraft.item.ItemStack
 
getTranslationKey() - Method in class net.minecraft.item.PowderSnowBucketItem
Gets the translation key of this item.
getTranslationKey() - Method in enum class net.minecraft.network.message.ChatVisibility
getTranslationKey() - Method in enum class net.minecraft.util.Arm
getTranslationKey() - Method in interface net.minecraft.util.TranslatableOption
 
getTranslationKey() - Method in class net.minecraft.world.GameRules.Key
 
getTranslationKey(ItemStack) - Method in class net.minecraft.item.CompassItem
Gets the translation key of this item using the provided item stack for context.
getTranslationKey(ItemStack) - Method in class net.minecraft.item.Item
Gets the translation key of this item using the provided item stack for context.
getTranslationKey(ItemStack) - Method in class net.minecraft.item.PotionItem
Gets the translation key of this item using the provided item stack for context.
getTranslationKey(ItemStack) - Method in class net.minecraft.item.ShieldItem
Gets the translation key of this item using the provided item stack for context.
getTranslationKey(ItemStack) - Method in class net.minecraft.item.TippedArrowItem
Gets the translation key of this item using the provided item stack for context.
getTranslationKeySuffix() - Method in enum class net.minecraft.world.level.storage.LevelSummary.ConversionWarning
 
getTranslations(Direction) - Static method in enum class net.minecraft.client.render.block.BlockModelRenderer.Translation
 
getTranslucent() - Static method in class net.minecraft.client.render.RenderLayer
 
getTranslucentFramebuffer() - Method in class net.minecraft.client.render.WorldRenderer
 
getTranslucentMovingBlock() - Static method in class net.minecraft.client.render.RenderLayer
 
getTravelDelay(BlockPos, BlockPos) - Static method in class net.minecraft.world.event.Vibrations.VibrationListener
 
getTravelPos() - Method in class net.minecraft.entity.passive.TurtleEntity
 
getTreasurePos() - Method in class net.minecraft.entity.passive.DolphinEntity
 
getTriggerOrder() - Method in class net.minecraft.block.entity.SculkCatalystBlockEntity.Listener
getTriggerOrder() - Method in interface net.minecraft.world.event.listener.GameEventListener
 
getTrimmedLength(String, int, Style) - Method in class net.minecraft.client.font.TextHandler
Returns the length of a string when it is trimmed to be at most maxWidth wide.
getTrimSmithingTemplateMap() - Static method in class net.minecraft.data.server.recipe.VanillaRecipeProvider
 
getTripwire() - Static method in class net.minecraft.client.render.RenderLayer
 
getTripwirePhaseData() - Static method in class net.minecraft.client.render.RenderLayer
 
getTropicalFishVariant() - Method in class net.minecraft.entity.passive.TropicalFishEntity
 
getTrustedUuids() - Method in class net.minecraft.entity.passive.FoxEntity
 
getTunnelSystemHeightWidthRatio() - Method in class net.minecraft.world.gen.carver.CaveCarver
 
getTunnelSystemHeightWidthRatio() - Method in class net.minecraft.world.gen.carver.NetherCaveCarver
getTunnelSystemWidth(Random) - Method in class net.minecraft.world.gen.carver.CaveCarver
 
getTunnelSystemWidth(Random) - Method in class net.minecraft.world.gen.carver.NetherCaveCarver
getTurtleEggModel(int, String, TextureMap) - Method in class net.minecraft.data.client.BlockStateModelGenerator
 
getTurtleEggModel(Integer, Integer) - Method in class net.minecraft.data.client.BlockStateModelGenerator
 
getTutorialManager() - Method in class net.minecraft.client.MinecraftClient
 
getType() - Method in class net.minecraft.block.entity.BlockEntity
 
getType() - Method in class net.minecraft.class_9317
getType() - Method in class net.minecraft.class_9320
getType() - Method in record class net.minecraft.client.font.BitmapFont.Loader
getType() - Method in interface net.minecraft.client.font.FontLoader
 
getType() - Method in record class net.minecraft.client.font.ReferenceFont
getType() - Method in record class net.minecraft.client.font.SpaceFont.Loader
getType() - Method in record class net.minecraft.client.font.TrueTypeFontLoader
getType() - Method in class net.minecraft.client.font.UnihexFont.Loader
getType() - Method in class net.minecraft.client.gui.screen.advancement.AdvancementTab
 
getType() - Method in class net.minecraft.client.gui.screen.recipebook.RecipeBookWidget
getType() - Method in interface net.minecraft.client.gui.Selectable
 
getType() - Method in class net.minecraft.client.gui.widget.ClickableWidget
getType() - Method in class net.minecraft.client.gui.widget.ElementListWidget
getType() - Method in class net.minecraft.client.gui.widget.EntryListWidget
getType() - Method in class net.minecraft.client.gui.widget.TabNavigationWidget
getType() - Method in class net.minecraft.client.particle.AbstractDustParticle
Returns the rendering category this particle is rendered under.
getType() - Method in class net.minecraft.client.particle.AnimatedParticle
Returns the rendering category this particle is rendered under.
getType() - Method in class net.minecraft.client.particle.AscendingParticle
Returns the rendering category this particle is rendered under.
getType() - Method in class net.minecraft.client.particle.BlockDustParticle
Returns the rendering category this particle is rendered under.
getType() - Method in class net.minecraft.client.particle.BlockFallingDustParticle
Returns the rendering category this particle is rendered under.
getType() - Method in class net.minecraft.client.particle.BlockLeakParticle
Returns the rendering category this particle is rendered under.
getType() - Method in class net.minecraft.client.particle.BlockMarkerParticle
Returns the rendering category this particle is rendered under.
getType() - Method in class net.minecraft.client.particle.BubbleColumnUpParticle
Returns the rendering category this particle is rendered under.
getType() - Method in class net.minecraft.client.particle.BubblePopParticle
Returns the rendering category this particle is rendered under.
getType() - Method in class net.minecraft.client.particle.CampfireSmokeParticle
Returns the rendering category this particle is rendered under.
getType() - Method in class net.minecraft.client.particle.CherryLeavesParticle
Returns the rendering category this particle is rendered under.
getType() - Method in class net.minecraft.client.particle.CloudParticle
Returns the rendering category this particle is rendered under.
getType() - Method in class net.minecraft.client.particle.ConnectionParticle
Returns the rendering category this particle is rendered under.
getType() - Method in class net.minecraft.client.particle.CrackParticle
Returns the rendering category this particle is rendered under.
getType() - Method in class net.minecraft.client.particle.CurrentDownParticle
Returns the rendering category this particle is rendered under.
getType() - Method in class net.minecraft.client.particle.DamageParticle
Returns the rendering category this particle is rendered under.
getType() - Method in class net.minecraft.client.particle.DragonBreathParticle
Returns the rendering category this particle is rendered under.
getType() - Method in class net.minecraft.client.particle.ElderGuardianAppearanceParticle
Returns the rendering category this particle is rendered under.
getType() - Method in class net.minecraft.client.particle.EmotionParticle
Returns the rendering category this particle is rendered under.
getType() - Method in class net.minecraft.client.particle.ExplosionLargeParticle
Returns the rendering category this particle is rendered under.
getType() - Method in class net.minecraft.client.particle.ExplosionSmokeParticle
Returns the rendering category this particle is rendered under.
getType() - Method in class net.minecraft.client.particle.FireworksSparkParticle.Flash
Returns the rendering category this particle is rendered under.
getType() - Method in class net.minecraft.client.particle.FishingParticle
Returns the rendering category this particle is rendered under.
getType() - Method in class net.minecraft.client.particle.FlameParticle
Returns the rendering category this particle is rendered under.
getType() - Method in class net.minecraft.client.particle.GlowParticle
Returns the rendering category this particle is rendered under.
getType() - Method in class net.minecraft.client.particle.GustParticle
Returns the rendering category this particle is rendered under.
getType() - Method in class net.minecraft.client.particle.ItemPickupParticle
Returns the rendering category this particle is rendered under.
getType() - Method in class net.minecraft.client.particle.LavaEmberParticle
Returns the rendering category this particle is rendered under.
getType() - Method in class net.minecraft.client.particle.NoRenderParticle
Returns the rendering category this particle is rendered under.
getType() - Method in class net.minecraft.client.particle.NoteParticle
Returns the rendering category this particle is rendered under.
getType() - Method in class net.minecraft.client.particle.Particle
Returns the rendering category this particle is rendered under.
getType() - Method in class net.minecraft.client.particle.PortalParticle
Returns the rendering category this particle is rendered under.
getType() - Method in class net.minecraft.client.particle.RainSplashParticle
Returns the rendering category this particle is rendered under.
getType() - Method in class net.minecraft.client.particle.SculkChargeParticle
Returns the rendering category this particle is rendered under.
getType() - Method in class net.minecraft.client.particle.SculkChargePopParticle
Returns the rendering category this particle is rendered under.
getType() - Method in class net.minecraft.client.particle.ShriekParticle
Returns the rendering category this particle is rendered under.
getType() - Method in class net.minecraft.client.particle.SnowflakeParticle
Returns the rendering category this particle is rendered under.
getType() - Method in class net.minecraft.client.particle.SoulParticle
Returns the rendering category this particle is rendered under.
getType() - Method in class net.minecraft.client.particle.SpellParticle
Returns the rendering category this particle is rendered under.
getType() - Method in class net.minecraft.client.particle.SuspendParticle
Returns the rendering category this particle is rendered under.
getType() - Method in class net.minecraft.client.particle.SweepAttackParticle
Returns the rendering category this particle is rendered under.
getType() - Method in class net.minecraft.client.particle.TrialSpawnerDetectionParticle
Returns the rendering category this particle is rendered under.
getType() - Method in class net.minecraft.client.particle.VibrationParticle
Returns the rendering category this particle is rendered under.
getType() - Method in class net.minecraft.client.particle.WaterBubbleParticle
Returns the rendering category this particle is rendered under.
getType() - Method in class net.minecraft.client.particle.WaterSuspendParticle
Returns the rendering category this particle is rendered under.
getType() - Method in class net.minecraft.client.render.model.json.ModelOverride.Condition
 
getType() - Method in class net.minecraft.client.render.VertexFormatElement
 
getType() - Method in interface net.minecraft.client.session.report.log.ChatLogEntry
 
getType() - Method in record class net.minecraft.client.session.report.log.ReceivedMessage.ChatMessage
getType() - Method in record class net.minecraft.client.session.report.log.ReceivedMessage.GameMessage
getType() - Method in interface net.minecraft.client.texture.atlas.AtlasSource
 
getType() - Method in class net.minecraft.client.texture.atlas.DirectoryAtlasSource
getType() - Method in class net.minecraft.client.texture.atlas.FilterAtlasSource
getType() - Method in class net.minecraft.client.texture.atlas.PalettedPermutationsAtlasSource
getType() - Method in class net.minecraft.client.texture.atlas.SingleAtlasSource
getType() - Method in class net.minecraft.client.texture.atlas.UnstitchAtlasSource
getType() - Method in interface net.minecraft.client.texture.Scaling
 
getType() - Method in record class net.minecraft.client.texture.Scaling.NineSlice
getType() - Method in record class net.minecraft.client.texture.Scaling.Stretch
getType() - Method in record class net.minecraft.client.texture.Scaling.Tile
getType() - Method in class net.minecraft.client.toast.SystemToast
 
getType() - Method in interface net.minecraft.client.toast.Toast
 
getType() - Method in class net.minecraft.entity.boss.dragon.phase.ChargingPlayerPhase
getType() - Method in class net.minecraft.entity.boss.dragon.phase.DyingPhase
getType() - Method in class net.minecraft.entity.boss.dragon.phase.HoldingPatternPhase
getType() - Method in class net.minecraft.entity.boss.dragon.phase.HoverPhase
getType() - Method in class net.minecraft.entity.boss.dragon.phase.LandingApproachPhase
getType() - Method in class net.minecraft.entity.boss.dragon.phase.LandingPhase
getType() - Method in interface net.minecraft.entity.boss.dragon.phase.Phase
 
getType() - Method in class net.minecraft.entity.boss.dragon.phase.SittingAttackingPhase
getType() - Method in class net.minecraft.entity.boss.dragon.phase.SittingFlamingPhase
getType() - Method in class net.minecraft.entity.boss.dragon.phase.SittingScanningPhase
getType() - Method in class net.minecraft.entity.boss.dragon.phase.StrafePlayerPhase
getType() - Method in class net.minecraft.entity.boss.dragon.phase.TakeoffPhase
getType() - Method in class net.minecraft.entity.damage.DamageSource
 
getType() - Method in class net.minecraft.entity.Entity
 
getType() - Method in enum class net.minecraft.entity.EquipmentSlot
Returns the target EquipmentSlot.Type that this slot targets.
getType() - Method in class net.minecraft.entity.mob.SlimeEntity
getType() - Method in class net.minecraft.item.AnimalArmorItem
 
getType() - Method in class net.minecraft.item.ArmorItem
 
getType() - Method in class net.minecraft.item.ItemGroup
 
getType() - Method in class net.minecraft.loot.condition.AllOfLootCondition
getType() - Method in class net.minecraft.loot.condition.AnyOfLootCondition
getType() - Method in record class net.minecraft.loot.condition.BlockStatePropertyLootCondition
getType() - Method in record class net.minecraft.loot.condition.DamageSourcePropertiesLootCondition
getType() - Method in record class net.minecraft.loot.condition.EntityPropertiesLootCondition
getType() - Method in record class net.minecraft.loot.condition.EntityScoresLootCondition
getType() - Method in record class net.minecraft.loot.condition.InvertedLootCondition
getType() - Method in class net.minecraft.loot.condition.KilledByPlayerLootCondition
getType() - Method in record class net.minecraft.loot.condition.LocationCheckLootCondition
getType() - Method in interface net.minecraft.loot.condition.LootCondition
 
getType() - Method in record class net.minecraft.loot.condition.MatchToolLootCondition
getType() - Method in record class net.minecraft.loot.condition.RandomChanceLootCondition
getType() - Method in record class net.minecraft.loot.condition.RandomChanceWithLootingLootCondition
getType() - Method in record class net.minecraft.loot.condition.ReferenceLootCondition
getType() - Method in class net.minecraft.loot.condition.SurvivesExplosionLootCondition
getType() - Method in record class net.minecraft.loot.condition.TableBonusLootCondition
getType() - Method in record class net.minecraft.loot.condition.TimeCheckLootCondition
getType() - Method in record class net.minecraft.loot.condition.ValueCheckLootCondition
getType() - Method in record class net.minecraft.loot.condition.WeatherCheckLootCondition
getType() - Method in class net.minecraft.loot.entry.AlternativeEntry
getType() - Method in class net.minecraft.loot.entry.DynamicEntry
getType() - Method in class net.minecraft.loot.entry.EmptyEntry
getType() - Method in class net.minecraft.loot.entry.GroupEntry
getType() - Method in class net.minecraft.loot.entry.ItemEntry
getType() - Method in class net.minecraft.loot.entry.LootPoolEntry
 
getType() - Method in class net.minecraft.loot.entry.LootTableEntry
getType() - Method in class net.minecraft.loot.entry.SequenceEntry
getType() - Method in class net.minecraft.loot.entry.TagEntry
getType() - Method in class net.minecraft.loot.function.AndLootFunction
getType() - Method in record class net.minecraft.loot.function.ApplyBonusLootFunction.BinomialWithBonusCount
getType() - Method in interface net.minecraft.loot.function.ApplyBonusLootFunction.Formula
 
getType() - Method in class net.minecraft.loot.function.ApplyBonusLootFunction
getType() - Method in record class net.minecraft.loot.function.ApplyBonusLootFunction.OreDrops
getType() - Method in record class net.minecraft.loot.function.ApplyBonusLootFunction.UniformBonusCount
getType() - Method in class net.minecraft.loot.function.CopyNameLootFunction
getType() - Method in class net.minecraft.loot.function.CopyNbtLootFunction
getType() - Method in class net.minecraft.loot.function.CopyStateFunction
getType() - Method in class net.minecraft.loot.function.EnchantRandomlyLootFunction
getType() - Method in class net.minecraft.loot.function.EnchantWithLevelsLootFunction
getType() - Method in class net.minecraft.loot.function.ExplorationMapLootFunction
getType() - Method in class net.minecraft.loot.function.ExplosionDecayLootFunction
getType() - Method in class net.minecraft.loot.function.FillPlayerHeadLootFunction
getType() - Method in class net.minecraft.loot.function.FurnaceSmeltLootFunction
getType() - Method in class net.minecraft.loot.function.LimitCountLootFunction
getType() - Method in interface net.minecraft.loot.function.LootFunction
 
getType() - Method in class net.minecraft.loot.function.LootingEnchantLootFunction
getType() - Method in class net.minecraft.loot.function.ReferenceLootFunction
getType() - Method in class net.minecraft.loot.function.SetAttributesLootFunction
getType() - Method in class net.minecraft.loot.function.SetBannerPatternFunction
getType() - Method in class net.minecraft.loot.function.SetContentsLootFunction
getType() - Method in class net.minecraft.loot.function.SetCountLootFunction
getType() - Method in class net.minecraft.loot.function.SetDamageLootFunction
getType() - Method in class net.minecraft.loot.function.SetEnchantmentsLootFunction
getType() - Method in class net.minecraft.loot.function.SetInstrumentLootFunction
getType() - Method in class net.minecraft.loot.function.SetLootTableLootFunction
getType() - Method in class net.minecraft.loot.function.SetLoreLootFunction
getType() - Method in class net.minecraft.loot.function.SetNameLootFunction
getType() - Method in class net.minecraft.loot.function.SetNbtLootFunction
getType() - Method in class net.minecraft.loot.function.SetPotionLootFunction
getType() - Method in class net.minecraft.loot.function.SetStewEffectLootFunction
getType() - Method in class net.minecraft.loot.LootTable
 
getType() - Method in class net.minecraft.loot.provider.nbt.ContextLootNbtProvider
getType() - Method in interface net.minecraft.loot.provider.nbt.LootNbtProvider
 
getType() - Method in record class net.minecraft.loot.provider.nbt.StorageLootNbtProvider
getType() - Method in record class net.minecraft.loot.provider.number.BinomialLootNumberProvider
getType() - Method in record class net.minecraft.loot.provider.number.ConstantLootNumberProvider
getType() - Method in interface net.minecraft.loot.provider.number.LootNumberProvider
 
getType() - Method in record class net.minecraft.loot.provider.number.ScoreLootNumberProvider
getType() - Method in record class net.minecraft.loot.provider.number.UniformLootNumberProvider
getType() - Method in record class net.minecraft.loot.provider.score.ContextLootScoreProvider
getType() - Method in record class net.minecraft.loot.provider.score.FixedLootScoreProvider
getType() - Method in interface net.minecraft.loot.provider.score.LootScoreProvider
 
getType() - Method in class net.minecraft.nbt.NbtByte
Returns the type of this NBT element.
getType() - Method in class net.minecraft.nbt.NbtByteArray
Returns the type of this NBT element.
getType() - Method in class net.minecraft.nbt.NbtCompound
Returns the type of this NBT element.
getType() - Method in class net.minecraft.nbt.NbtDouble
Returns the type of this NBT element.
getType() - Method in interface net.minecraft.nbt.NbtElement
Returns the type of this NBT element.
getType() - Method in class net.minecraft.nbt.NbtEnd
Returns the type of this NBT element.
getType() - Method in class net.minecraft.nbt.NbtFloat
Returns the type of this NBT element.
getType() - Method in class net.minecraft.nbt.NbtInt
Returns the type of this NBT element.
getType() - Method in class net.minecraft.nbt.NbtIntArray
Returns the type of this NBT element.
getType() - Method in class net.minecraft.nbt.NbtList
Returns the type of this NBT element.
getType() - Method in class net.minecraft.nbt.NbtLong
Returns the type of this NBT element.
getType() - Method in class net.minecraft.nbt.NbtLongArray
Returns the type of this NBT element.
getType() - Method in class net.minecraft.nbt.NbtShort
Returns the type of this NBT element.
getType() - Method in class net.minecraft.nbt.NbtString
Returns the type of this NBT element.
getType() - Method in class net.minecraft.network.packet.c2s.play.PlayerInteractEntityC2SPacket.InteractAtHandler
getType() - Method in class net.minecraft.network.packet.c2s.play.PlayerInteractEntityC2SPacket.InteractHandler
getType() - Method in interface net.minecraft.network.packet.c2s.play.PlayerInteractEntityC2SPacket.InteractTypeHandler
 
getType() - Method in class net.minecraft.network.packet.c2s.play.UpdateCommandBlockC2SPacket
 
getType() - Method in class net.minecraft.network.packet.s2c.play.BlockEventS2CPacket
 
getType() - Method in interface net.minecraft.network.packet.s2c.play.BossBarS2CPacket.Action
 
getType() - Method in class net.minecraft.network.packet.s2c.play.BossBarS2CPacket.AddAction
getType() - Method in record class net.minecraft.network.packet.s2c.play.BossBarS2CPacket.UpdateNameAction
getType() - Method in record class net.minecraft.network.packet.s2c.play.BossBarS2CPacket.UpdateProgressAction
getType() - Method in class net.minecraft.network.packet.s2c.play.BossBarS2CPacket.UpdatePropertiesAction
getType() - Method in class net.minecraft.network.packet.s2c.play.BossBarS2CPacket.UpdateStyleAction
getType() - Method in class net.minecraft.network.packet.s2c.play.ScoreboardObjectiveUpdateS2CPacket
 
getType() - Method in class net.minecraft.particle.BlockStateParticleEffect
getType() - Method in class net.minecraft.particle.DefaultParticleType
 
getType() - Method in class net.minecraft.particle.DustColorTransitionParticleEffect
getType() - Method in class net.minecraft.particle.DustParticleEffect
getType() - Method in class net.minecraft.particle.ItemStackParticleEffect
getType() - Method in interface net.minecraft.particle.ParticleEffect
 
getType() - Method in record class net.minecraft.particle.SculkChargeParticleEffect
getType() - Method in class net.minecraft.particle.ShriekParticleEffect
getType() - Method in class net.minecraft.particle.VibrationParticleEffect
getType() - Method in class net.minecraft.recipe.AbstractCookingRecipe
Returns the type of this recipe.
getType() - Method in interface net.minecraft.recipe.CraftingRecipe
Returns the type of this recipe.
getType() - Method in class net.minecraft.recipe.CuttingRecipe
Returns the type of this recipe.
getType() - Method in interface net.minecraft.recipe.Recipe
Returns the type of this recipe.
getType() - Method in interface net.minecraft.recipe.SmithingRecipe
Returns the type of this recipe.
getType() - Method in record class net.minecraft.registry.entry.RegistryEntry.Direct
Returns the type (direct or reference) of this registry entry.
getType() - Method in interface net.minecraft.registry.entry.RegistryEntry
Returns the type (direct or reference) of this registry entry.
getType() - Method in class net.minecraft.registry.entry.RegistryEntry.Reference
Returns the type (direct or reference) of this registry entry.
getType() - Method in class net.minecraft.scoreboard.number.BlankNumberFormat
getType() - Method in class net.minecraft.scoreboard.number.FixedNumberFormat
getType() - Method in interface net.minecraft.scoreboard.number.NumberFormat
 
getType() - Method in class net.minecraft.scoreboard.number.StyledNumberFormat
getType() - Method in class net.minecraft.screen.ScreenHandler
Returns the screen handler type.
getType() - Method in class net.minecraft.screen.StonecutterScreenHandler
Returns the screen handler type.
getType() - Method in class net.minecraft.server.world.ChunkTicket
 
getType() - Method in class net.minecraft.stat.Stat
 
getType() - Method in class net.minecraft.state.property.Property
Returns the type of the values of this property.
getType() - Method in class net.minecraft.structure.pool.EmptyPoolElement
getType() - Method in class net.minecraft.structure.pool.FeaturePoolElement
getType() - Method in class net.minecraft.structure.pool.LegacySinglePoolElement
getType() - Method in class net.minecraft.structure.pool.ListPoolElement
getType() - Method in class net.minecraft.structure.pool.SinglePoolElement
getType() - Method in class net.minecraft.structure.pool.StructurePoolElement
 
getType() - Method in class net.minecraft.structure.processor.BlackstoneReplacementStructureProcessor
getType() - Method in class net.minecraft.structure.processor.BlockAgeStructureProcessor
getType() - Method in class net.minecraft.structure.processor.BlockIgnoreStructureProcessor
getType() - Method in class net.minecraft.structure.processor.BlockRotStructureProcessor
getType() - Method in class net.minecraft.structure.processor.CappedStructureProcessor
getType() - Method in class net.minecraft.structure.processor.GravityStructureProcessor
getType() - Method in class net.minecraft.structure.processor.JigsawReplacementStructureProcessor
getType() - Method in class net.minecraft.structure.processor.LavaSubmergedBlockStructureProcessor
getType() - Method in class net.minecraft.structure.processor.NopStructureProcessor
getType() - Method in class net.minecraft.structure.processor.ProtectedBlocksStructureProcessor
getType() - Method in class net.minecraft.structure.processor.RuleStructureProcessor
getType() - Method in class net.minecraft.structure.processor.StructureProcessor
 
getType() - Method in class net.minecraft.structure.rule.AlwaysTruePosRuleTest
getType() - Method in class net.minecraft.structure.rule.AlwaysTrueRuleTest
getType() - Method in class net.minecraft.structure.rule.AxisAlignedLinearPosRuleTest
getType() - Method in class net.minecraft.structure.rule.blockentity.AppendLootRuleBlockEntityModifier
getType() - Method in class net.minecraft.structure.rule.blockentity.AppendStaticRuleBlockEntityModifier
getType() - Method in class net.minecraft.structure.rule.blockentity.ClearRuleBlockEntityModifier
getType() - Method in class net.minecraft.structure.rule.blockentity.PassthroughRuleBlockEntityModifier
getType() - Method in interface net.minecraft.structure.rule.blockentity.RuleBlockEntityModifier
 
getType() - Method in class net.minecraft.structure.rule.BlockMatchRuleTest
getType() - Method in class net.minecraft.structure.rule.BlockStateMatchRuleTest
getType() - Method in class net.minecraft.structure.rule.LinearPosRuleTest
getType() - Method in class net.minecraft.structure.rule.PosRuleTest
 
getType() - Method in class net.minecraft.structure.rule.RandomBlockMatchRuleTest
getType() - Method in class net.minecraft.structure.rule.RandomBlockStateMatchRuleTest
getType() - Method in class net.minecraft.structure.rule.RuleTest
 
getType() - Method in class net.minecraft.structure.rule.TagMatchRuleTest
getType() - Method in class net.minecraft.structure.StructurePiece
 
getType() - Method in record class net.minecraft.text.BlockNbtDataSource
getType() - Method in record class net.minecraft.text.EntityNbtDataSource
getType() - Method in class net.minecraft.text.KeybindTextContent
getType() - Method in interface net.minecraft.text.NbtDataSource
 
getType() - Method in class net.minecraft.text.NbtTextContent
getType() - Method in interface net.minecraft.text.PlainTextContent
getType() - Method in class net.minecraft.text.ScoreTextContent
getType() - Method in class net.minecraft.text.SelectorTextContent
getType() - Method in record class net.minecraft.text.StorageNbtDataSource
getType() - Method in interface net.minecraft.text.TextContent
 
getType() - Method in class net.minecraft.text.TranslatableTextContent
getType() - Method in class net.minecraft.util.hit.BlockHitResult
getType() - Method in class net.minecraft.util.hit.EntityHitResult
getType() - Method in class net.minecraft.util.hit.HitResult
 
getType() - Method in enum class net.minecraft.util.math.Direction.Axis
 
getType() - Method in class net.minecraft.util.math.floatprovider.ClampedNormalFloatProvider
getType() - Method in class net.minecraft.util.math.floatprovider.ConstantFloatProvider
getType() - Method in class net.minecraft.util.math.floatprovider.FloatProvider
 
getType() - Method in class net.minecraft.util.math.floatprovider.TrapezoidFloatProvider
getType() - Method in class net.minecraft.util.math.floatprovider.UniformFloatProvider
getType() - Method in class net.minecraft.util.math.intprovider.BiasedToBottomIntProvider
getType() - Method in class net.minecraft.util.math.intprovider.ClampedIntProvider
getType() - Method in class net.minecraft.util.math.intprovider.ClampedNormalIntProvider
getType() - Method in class net.minecraft.util.math.intprovider.ConstantIntProvider
getType() - Method in class net.minecraft.util.math.intprovider.IntProvider
 
getType() - Method in class net.minecraft.util.math.intprovider.UniformIntProvider
getType() - Method in class net.minecraft.util.math.intprovider.WeightedListIntProvider
getType() - Method in class net.minecraft.util.profiler.Sampler
 
getType() - Method in class net.minecraft.village.VillagerData
 
getType() - Method in class net.minecraft.world.event.BlockPositionSource
Returns the type of this position source.
getType() - Method in class net.minecraft.world.event.EntityPositionSource
Returns the type of this position source.
getType() - Method in interface net.minecraft.world.event.PositionSource
Returns the type of this position source.
getType() - Method in class net.minecraft.world.gen.blockpredicate.AllOfBlockPredicate
getType() - Method in class net.minecraft.world.gen.blockpredicate.AlwaysTrueBlockPredicate
getType() - Method in class net.minecraft.world.gen.blockpredicate.AnyOfBlockPredicate
getType() - Method in interface net.minecraft.world.gen.blockpredicate.BlockPredicate
 
getType() - Method in class net.minecraft.world.gen.blockpredicate.HasSturdyFacePredicate
getType() - Method in class net.minecraft.world.gen.blockpredicate.InsideWorldBoundsBlockPredicate
getType() - Method in class net.minecraft.world.gen.blockpredicate.MatchingBlocksBlockPredicate
getType() - Method in class net.minecraft.world.gen.blockpredicate.MatchingBlockTagPredicate
getType() - Method in class net.minecraft.world.gen.blockpredicate.MatchingFluidsBlockPredicate
getType() - Method in class net.minecraft.world.gen.blockpredicate.NotBlockPredicate
getType() - Method in class net.minecraft.world.gen.blockpredicate.ReplaceableBlockPredicate
getType() - Method in class net.minecraft.world.gen.blockpredicate.SolidBlockPredicate
Deprecated.
getType() - Method in class net.minecraft.world.gen.blockpredicate.WouldSurviveBlockPredicate
getType() - Method in class net.minecraft.world.gen.chunk.placement.ConcentricRingsStructurePlacement
getType() - Method in class net.minecraft.world.gen.chunk.placement.RandomSpreadStructurePlacement
getType() - Method in class net.minecraft.world.gen.chunk.placement.StructurePlacement
 
getType() - Method in class net.minecraft.world.gen.feature.size.FeatureSize
 
getType() - Method in class net.minecraft.world.gen.feature.size.ThreeLayersFeatureSize
getType() - Method in class net.minecraft.world.gen.feature.size.TwoLayersFeatureSize
getType() - Method in class net.minecraft.world.gen.foliage.AcaciaFoliagePlacer
getType() - Method in class net.minecraft.world.gen.foliage.BlobFoliagePlacer
getType() - Method in class net.minecraft.world.gen.foliage.BushFoliagePlacer
getType() - Method in class net.minecraft.world.gen.foliage.CherryFoliagePlacer
getType() - Method in class net.minecraft.world.gen.foliage.DarkOakFoliagePlacer
getType() - Method in class net.minecraft.world.gen.foliage.FoliagePlacer
 
getType() - Method in class net.minecraft.world.gen.foliage.JungleFoliagePlacer
getType() - Method in class net.minecraft.world.gen.foliage.LargeOakFoliagePlacer
getType() - Method in class net.minecraft.world.gen.foliage.MegaPineFoliagePlacer
getType() - Method in class net.minecraft.world.gen.foliage.PineFoliagePlacer
getType() - Method in class net.minecraft.world.gen.foliage.RandomSpreadFoliagePlacer
getType() - Method in class net.minecraft.world.gen.foliage.SpruceFoliagePlacer
getType() - Method in class net.minecraft.world.gen.heightprovider.BiasedToBottomHeightProvider
getType() - Method in class net.minecraft.world.gen.heightprovider.ConstantHeightProvider
getType() - Method in class net.minecraft.world.gen.heightprovider.HeightProvider
 
getType() - Method in class net.minecraft.world.gen.heightprovider.TrapezoidHeightProvider
getType() - Method in class net.minecraft.world.gen.heightprovider.UniformHeightProvider
getType() - Method in class net.minecraft.world.gen.heightprovider.VeryBiasedToBottomHeightProvider
getType() - Method in class net.minecraft.world.gen.heightprovider.WeightedListHeightProvider
getType() - Method in class net.minecraft.world.gen.placementmodifier.BiomePlacementModifier
getType() - Method in class net.minecraft.world.gen.placementmodifier.BlockFilterPlacementModifier
getType() - Method in class net.minecraft.world.gen.placementmodifier.CarvingMaskPlacementModifier
getType() - Method in class net.minecraft.world.gen.placementmodifier.CountMultilayerPlacementModifier
Deprecated.
getType() - Method in class net.minecraft.world.gen.placementmodifier.CountPlacementModifier
getType() - Method in class net.minecraft.world.gen.placementmodifier.EnvironmentScanPlacementModifier
getType() - Method in class net.minecraft.world.gen.placementmodifier.HeightmapPlacementModifier
getType() - Method in class net.minecraft.world.gen.placementmodifier.HeightRangePlacementModifier
getType() - Method in class net.minecraft.world.gen.placementmodifier.NoiseBasedCountPlacementModifier
getType() - Method in class net.minecraft.world.gen.placementmodifier.NoiseThresholdCountPlacementModifier
getType() - Method in class net.minecraft.world.gen.placementmodifier.PlacementModifier
 
getType() - Method in class net.minecraft.world.gen.placementmodifier.RandomOffsetPlacementModifier
getType() - Method in class net.minecraft.world.gen.placementmodifier.RarityFilterPlacementModifier
getType() - Method in class net.minecraft.world.gen.placementmodifier.SquarePlacementModifier
getType() - Method in class net.minecraft.world.gen.placementmodifier.SurfaceThresholdFilterPlacementModifier
getType() - Method in class net.minecraft.world.gen.placementmodifier.SurfaceWaterDepthFilterPlacementModifier
getType() - Method in class net.minecraft.world.gen.root.MangroveRootPlacer
getType() - Method in class net.minecraft.world.gen.root.RootPlacer
 
getType() - Method in class net.minecraft.world.gen.stateprovider.BlockStateProvider
Returns the type of this block state provider.
getType() - Method in class net.minecraft.world.gen.stateprovider.DualNoiseBlockStateProvider
Returns the type of this block state provider.
getType() - Method in class net.minecraft.world.gen.stateprovider.NoiseBlockStateProvider
Returns the type of this block state provider.
getType() - Method in class net.minecraft.world.gen.stateprovider.NoiseThresholdBlockStateProvider
Returns the type of this block state provider.
getType() - Method in class net.minecraft.world.gen.stateprovider.PillarBlockStateProvider
Returns the type of this block state provider.
getType() - Method in class net.minecraft.world.gen.stateprovider.RandomizedIntBlockStateProvider
Returns the type of this block state provider.
getType() - Method in class net.minecraft.world.gen.stateprovider.SimpleBlockStateProvider
Returns the type of this block state provider.
getType() - Method in class net.minecraft.world.gen.stateprovider.WeightedBlockStateProvider
Returns the type of this block state provider.
getType() - Method in class net.minecraft.world.gen.structure.BuriedTreasureStructure
getType() - Method in class net.minecraft.world.gen.structure.DesertPyramidStructure
getType() - Method in class net.minecraft.world.gen.structure.EndCityStructure
getType() - Method in class net.minecraft.world.gen.structure.IglooStructure
getType() - Method in class net.minecraft.world.gen.structure.JigsawStructure
getType() - Method in class net.minecraft.world.gen.structure.JungleTempleStructure
getType() - Method in class net.minecraft.world.gen.structure.MineshaftStructure
getType() - Method in class net.minecraft.world.gen.structure.NetherFortressStructure
getType() - Method in class net.minecraft.world.gen.structure.NetherFossilStructure
getType() - Method in class net.minecraft.world.gen.structure.OceanMonumentStructure
getType() - Method in class net.minecraft.world.gen.structure.OceanRuinStructure
getType() - Method in class net.minecraft.world.gen.structure.RuinedPortalStructure
getType() - Method in class net.minecraft.world.gen.structure.ShipwreckStructure
getType() - Method in class net.minecraft.world.gen.structure.StrongholdStructure
getType() - Method in class net.minecraft.world.gen.structure.Structure
 
getType() - Method in class net.minecraft.world.gen.structure.SwampHutStructure
getType() - Method in class net.minecraft.world.gen.structure.WoodlandMansionStructure
getType() - Method in class net.minecraft.world.gen.treedecorator.AlterGroundTreeDecorator
getType() - Method in class net.minecraft.world.gen.treedecorator.AttachedToLeavesTreeDecorator
getType() - Method in class net.minecraft.world.gen.treedecorator.BeehiveTreeDecorator
getType() - Method in class net.minecraft.world.gen.treedecorator.CocoaBeansTreeDecorator
getType() - Method in class net.minecraft.world.gen.treedecorator.LeavesVineTreeDecorator
getType() - Method in class net.minecraft.world.gen.treedecorator.TreeDecorator
 
getType() - Method in class net.minecraft.world.gen.treedecorator.TrunkVineTreeDecorator
getType() - Method in class net.minecraft.world.gen.trunk.BendingTrunkPlacer
getType() - Method in class net.minecraft.world.gen.trunk.CherryTrunkPlacer
getType() - Method in class net.minecraft.world.gen.trunk.DarkOakTrunkPlacer
getType() - Method in class net.minecraft.world.gen.trunk.ForkingTrunkPlacer
getType() - Method in class net.minecraft.world.gen.trunk.GiantTrunkPlacer
getType() - Method in class net.minecraft.world.gen.trunk.LargeOakTrunkPlacer
getType() - Method in class net.minecraft.world.gen.trunk.MegaJungleTrunkPlacer
getType() - Method in class net.minecraft.world.gen.trunk.StraightTrunkPlacer
getType() - Method in class net.minecraft.world.gen.trunk.TrunkPlacer
 
getType() - Method in class net.minecraft.world.gen.trunk.UpwardsBranchingTrunkPlacer
getType() - Method in class net.minecraft.world.poi.PointOfInterest
 
getType(int) - Static method in class net.minecraft.client.gl.GlDebug
 
getType(int) - Static method in enum class net.minecraft.entity.vehicle.BoatEntity.Type
 
getType(int) - Static method in class net.minecraft.server.world.ChunkLevels
 
getType(JsonElement) - Static method in class net.minecraft.util.JsonHelper
 
getType(StringReader, RegistryWrapper<ParticleType<?>>) - Static method in class net.minecraft.command.argument.ParticleEffectArgumentType
 
getType(String) - Static method in enum class net.minecraft.entity.vehicle.BoatEntity.Type
 
getType(String) - Method in class net.minecraft.nbt.NbtCompound
Gets the NBT type of the element stored at the specified key.
getType(String) - Static method in enum class net.minecraft.scoreboard.ScoreboardCriterion.RenderType
 
getType(BlockPos) - Method in class net.minecraft.world.poi.PointOfInterestSet
 
getType(BlockPos) - Method in class net.minecraft.world.poi.PointOfInterestStorage
 
getTypeForState(BlockState) - Static method in class net.minecraft.world.poi.PointOfInterestTypes
 
getTypeFromPos(WorldAccess, BlockPos) - Static method in class net.minecraft.entity.passive.RabbitEntity
 
getTypeId() - Method in class net.minecraft.entity.boss.dragon.phase.PhaseType
 
getTypeId() - Method in record class net.minecraft.item.map.MapIcon
 
getTypeIndex(String) - Static method in class net.minecraft.client.gl.GlUniform
 
getTypeRegistryEntry() - Method in class net.minecraft.entity.damage.DamageSource
 
getTypes() - Static method in class net.minecraft.client.session.telemetry.TelemetryEventType
 
getTypes() - Method in record class net.minecraft.component.ComponentMap.Builder.SimpleComponentMap
getTypes() - Method in interface net.minecraft.component.ComponentMap
 
getTypes() - Method in class net.minecraft.component.ComponentMapImpl
getTypesAndPositions(Predicate<RegistryEntry<PointOfInterestType>>, Predicate<BlockPos>, BlockPos, int, PointOfInterestStorage.OccupationStatus) - Method in class net.minecraft.world.poi.PointOfInterestStorage
 
getU(float) - Static method in class net.minecraft.client.render.OverlayTexture
 
getU(int) - Method in class net.minecraft.client.render.model.json.ModelElementTexture
 
getUnaffectedOxidationBlock(Block) - Static method in interface net.minecraft.block.Oxidizable
 
getUnaffectedOxidationState(BlockState) - Static method in interface net.minecraft.block.Oxidizable
 
getUnallocatedSpace() - Method in class net.minecraft.resource.fs.ResourceFileStore
 
getUncachedFace(Direction) - Method in class net.minecraft.util.shape.VoxelShape
 
getUnchecked(int) - Static method in class net.minecraft.block.MapColor
 
getUnderWaterLocation() - Method in class net.minecraft.entity.vehicle.BoatEntity
 
getUnderwaterVisibility() - Method in class net.minecraft.client.network.ClientPlayerEntity
Returns the color multiplier of vision in water.
getUnfilteredEntities(ServerCommandSource) - Method in class net.minecraft.command.EntitySelector
 
getUniform(String) - Method in class net.minecraft.client.gl.ShaderProgram
 
getUniformByName(String) - Method in class net.minecraft.client.gl.JsonEffectShaderProgram
 
getUniformByNameOrDummy(String) - Method in class net.minecraft.client.gl.JsonEffectShaderProgram
 
getUniformLocation(int, CharSequence) - Static method in class net.minecraft.client.gl.GlUniform
 
getUniformOrDefault(String) - Method in class net.minecraft.client.gl.ShaderProgram
 
getUniformSideSize() - Method in record class net.minecraft.client.texture.Scaling.NineSlice.Border
 
getUninitedBlock() - Method in class net.minecraft.network.packet.s2c.play.LightData
 
getUninitedSky() - Method in class net.minecraft.network.packet.s2c.play.LightData
 
getUnitSize() - Method in class net.minecraft.util.math.WordPackedArray
 
getUnitVector() - Method in enum class net.minecraft.util.math.Direction
 
getUnlockCriterionName() - Method in class net.minecraft.data.family.BlockFamily
 
getUnobtainedCriteria() - Method in class net.minecraft.advancement.AdvancementProgress
 
getUnpacker(PlayerPublicKey) - Method in class net.minecraft.network.message.MessageChain
 
getUnprocessedMessageCount() - Method in class net.minecraft.client.network.message.MessageHandler
Returns the number of delayed messages that are not processed yet.
getUnsignedByte(int) - Method in class net.minecraft.network.PacketByteBuf
 
getUnsignedInt(int) - Method in class net.minecraft.network.PacketByteBuf
 
getUnsignedIntLE(int) - Method in class net.minecraft.network.PacketByteBuf
 
getUnsignedMedium(int) - Method in class net.minecraft.network.PacketByteBuf
 
getUnsignedMediumLE(int) - Method in class net.minecraft.network.PacketByteBuf
 
getUnsignedShort(int) - Method in class net.minecraft.network.PacketByteBuf
 
getUnsignedShortLE(int) - Method in class net.minecraft.network.PacketByteBuf
 
getUntranslatedName() - Method in class net.minecraft.entity.EntityType
 
getUp() - Method in class net.minecraft.block.pattern.BlockPattern.Result
 
getUpdate() - Method in interface net.minecraft.block.SculkSpreadable
 
getUpdatedChunkNbt(ChunkPos) - Method in class net.minecraft.server.world.ThreadedAnvilChunkStorage
 
getUpdateDelayInternal(BlockState) - Method in class net.minecraft.block.AbstractRedstoneGateBlock
 
getUpdateDelayInternal(BlockState) - Method in class net.minecraft.block.ComparatorBlock
getUpdateDelayInternal(BlockState) - Method in class net.minecraft.block.RepeaterBlock
getUpdatedName(String) - Static method in class net.minecraft.datafixer.fix.RenameScoreboardDisplaySlotFix
 
getUpdatedReferences(NbtCompound) - Method in class net.minecraft.world.FeatureUpdater
 
getUpdatedStarts(NbtCompound, ChunkPos) - Method in class net.minecraft.world.FeatureUpdater
 
getUpdatedState(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos) - Method in interface net.minecraft.world.chunk.UpgradeData.Logic
 
getUpdatedState(World, BlockPos, BlockState) - Method in class net.minecraft.fluid.FlowableFluid
 
getUpgradeData() - Method in class net.minecraft.world.chunk.Chunk
 
getUpgradedChunkCount() - Method in class net.minecraft.world.updater.WorldUpdater
 
getUploadEndpoint() - Method in class net.minecraft.client.realms.dto.UploadInfo
 
getUpperLevelExperience(int) - Static method in class net.minecraft.village.VillagerData
 
getUrl(String, int) - Static method in class net.minecraft.client.realms.dto.UploadInfo
 
getURLOpenCommand(URL) - Method in enum class net.minecraft.util.Util.OperatingSystem
 
getUrlWithProtocol(String, Matcher) - Static method in class net.minecraft.client.realms.dto.UploadInfo
 
getUsableSpace() - Method in class net.minecraft.resource.fs.ResourceFileStore
 
getUsageNarrationText() - Method in class net.minecraft.client.gui.screen.ingame.AbstractCommandBlockScreen
getUsageNarrationText() - Method in class net.minecraft.client.gui.screen.Screen
 
getUseAction() - Method in class net.minecraft.item.ItemStack
 
getUseAction(ItemStack) - Method in class net.minecraft.item.BowItem
Returns the use action the item should perform.
getUseAction(ItemStack) - Method in class net.minecraft.item.BrushItem
Returns the use action the item should perform.
getUseAction(ItemStack) - Method in class net.minecraft.item.CrossbowItem
Returns the use action the item should perform.
getUseAction(ItemStack) - Method in class net.minecraft.item.GoatHornItem
Returns the use action the item should perform.
getUseAction(ItemStack) - Method in class net.minecraft.item.HoneyBottleItem
Returns the use action the item should perform.
getUseAction(ItemStack) - Method in class net.minecraft.item.Item
Returns the use action the item should perform.
getUseAction(ItemStack) - Method in class net.minecraft.item.MilkBucketItem
Returns the use action the item should perform.
getUseAction(ItemStack) - Method in class net.minecraft.item.PotionItem
Returns the use action the item should perform.
getUseAction(ItemStack) - Method in class net.minecraft.item.ShieldItem
Returns the use action the item should perform.
getUseAction(ItemStack) - Method in class net.minecraft.item.SpyglassItem
Returns the use action the item should perform.
getUseAction(ItemStack) - Method in class net.minecraft.item.TridentItem
Returns the use action the item should perform.
getUserBanList() - Method in class net.minecraft.server.PlayerManager
 
getUserCache() - Method in class net.minecraft.server.MinecraftServer
 
getUserData() - Method in class net.minecraft.server.integrated.IntegratedPlayerManager
Gets the user data of the player hosting the Minecraft server.
getUserData() - Method in class net.minecraft.server.PlayerManager
Gets the user data of the player hosting the Minecraft server.
getUserFriendlyString(long) - Static method in enum class net.minecraft.client.realms.SizeUnit
 
getUsername() - Method in class net.minecraft.client.session.report.UsernameAbuseReport
 
getUsername() - Method in class net.minecraft.client.session.Session
 
getUserPrincipalLookupService() - Method in class net.minecraft.resource.fs.ResourceFileSystem
 
getUserProperties() - Method in class net.minecraft.client.MinecraftClient
 
getUses() - Method in class net.minecraft.village.TradeOffer
Returns the number of times this trade offer has been used.
getUsingItemHandRenderType(ClientPlayerEntity) - Static method in class net.minecraft.client.render.item.HeldItemRenderer
 
getUuid() - Method in class net.minecraft.client.gui.screen.multiplayer.SocialInteractionsPlayerListEntry
 
getUuid() - Method in class net.minecraft.client.realms.dto.PlayerInfo
 
getUuid() - Method in class net.minecraft.client.realms.dto.RealmsNotification
 
getUuid() - Method in class net.minecraft.entity.boss.BossBar
 
getUuid() - Method in class net.minecraft.entity.Entity
getUuid() - Method in class net.minecraft.network.packet.s2c.play.EntitySpawnS2CPacket
 
getUuid() - Method in interface net.minecraft.world.entity.EntityLike
 
getUuid() - Method in class net.minecraft.world.event.EntityPositionSource
 
getUuid(CommandContext<ServerCommandSource>, String) - Static method in class net.minecraft.command.argument.UuidArgumentType
 
getUuid(String) - Method in class net.minecraft.client.network.SocialInteractionsManager
 
getUuid(String) - Method in class net.minecraft.nbt.NbtCompound
Returns a UUID from its NBT representation in this compound.
getUuidAsString() - Method in class net.minecraft.entity.Entity
Returns the entity's UUID as string.
getUuidOr(String, JsonObject, UUID) - Static method in class net.minecraft.client.realms.util.JsonUtils
 
getUuidOrNull() - Method in class net.minecraft.client.session.Session
Returns the UUID, or null if it is invalid.
getUv(float, boolean) - Static method in class net.minecraft.client.render.OverlayTexture
 
getUvIndex() - Method in class net.minecraft.client.render.VertexFormatElement
 
getV(boolean) - Static method in class net.minecraft.client.render.OverlayTexture
 
getV(int) - Method in class net.minecraft.client.render.model.json.ModelElementTexture
 
getValidBiomes() - Method in class net.minecraft.world.gen.structure.Structure
 
getValidBlockPos(CommandContext<ServerCommandSource>, String) - Static method in class net.minecraft.command.argument.BlockPosArgumentType
 
getValidFutureFor(ChunkStatus) - Method in class net.minecraft.server.world.ChunkHolder
 
getValidOffer(ItemStack, ItemStack, int) - Method in class net.minecraft.village.TradeOfferList
 
getValidStructurePosition(Structure.Context) - Method in class net.minecraft.world.gen.structure.Structure
 
getValue() - Method in class net.minecraft.client.gui.widget.CyclingButtonWidget
 
getValue() - Method in class net.minecraft.client.option.SimpleOption
Returns the option's current value.
getValue() - Method in enum class net.minecraft.client.texture.NativeImage.InternalFormat
 
getValue() - Method in class net.minecraft.entity.ai.brain.Memory
 
getValue() - Method in class net.minecraft.entity.ai.brain.MemoryQueryResult
 
getValue() - Method in class net.minecraft.entity.attribute.EntityAttributeInstance
 
getValue() - Method in class net.minecraft.entity.attribute.EntityAttributeModifier
 
getValue() - Method in class net.minecraft.entity.boss.CommandBossBar
 
getValue() - Method in class net.minecraft.network.packet.s2c.play.GameStateChangeS2CPacket
 
getValue() - Method in class net.minecraft.network.packet.s2c.play.ScreenHandlerPropertyUpdateS2CPacket
 
getValue() - Method in class net.minecraft.registry.RegistryKey
 
getValue() - Method in class net.minecraft.stat.Stat
 
getValue() - Method in class net.minecraft.text.ClickEvent
 
getValue() - Method in class net.minecraft.util.collection.Weight
 
getValue() - Method in class net.minecraft.util.math.floatprovider.ConstantFloatProvider
 
getValue() - Method in class net.minecraft.util.math.intprovider.ConstantIntProvider
 
getValue() - Method in class net.minecraft.util.TypedActionResult
 
getValue() - Method in record class net.minecraft.village.VillagerGossips.GossipEntry
 
getValue(int) - Method in class net.minecraft.client.gui.widget.CyclingButtonWidget
 
getValue(int) - Method in class net.minecraft.util.profiler.Sampler.Data
 
getValue(JsonObject, String, String) - Static method in class net.minecraft.server.filter.TextFilterer
 
getValue(MemoryQueryResult<IdF.Mu, Value>) - Method in class net.minecraft.entity.ai.brain.task.TaskTriggerer.TaskContext
 
getValue(RegistryEntry.Reference<T>) - Static method in class net.minecraft.registry.SimpleRegistry
 
getValue(RegistryEntry<EntityAttribute>) - Method in class net.minecraft.entity.attribute.AttributeContainer
 
getValue(RegistryEntry<EntityAttribute>) - Method in class net.minecraft.entity.attribute.DefaultAttributeContainer
 
getValue(ServerCommandSource, CommandBossBar) - Static method in class net.minecraft.server.command.BossBarCommand
 
getValue(Property<T>) - Method in record class net.minecraft.component.type.BlockStateComponent
 
getValue(HoverEvent.Action<T>) - Method in class net.minecraft.text.HoverEvent
 
getValue(Random, int, int) - Method in record class net.minecraft.loot.function.ApplyBonusLootFunction.BinomialWithBonusCount
getValue(Random, int, int) - Method in interface net.minecraft.loot.function.ApplyBonusLootFunction.Formula
 
getValue(Random, int, int) - Method in record class net.minecraft.loot.function.ApplyBonusLootFunction.OreDrops
getValue(Random, int, int) - Method in record class net.minecraft.loot.function.ApplyBonusLootFunction.UniformBonusCount
getValue(MultiNoiseUtil.NoiseValuePoint) - Method in class net.minecraft.world.biome.source.util.MultiNoiseUtil.Entries
Returns the closest entry at the given point.
getValue(MultiNoiseUtil.NoiseValuePoint, MultiNoiseUtil.NodeDistanceFunction<T>) - Method in class net.minecraft.world.biome.source.util.MultiNoiseUtil.Entries
 
getValueAsString(Property<T>, Object) - Static method in class net.minecraft.util.Util
 
getValueCodec() - Method in record class net.minecraft.component.ComponentChanges.Type
 
getValueCodec() - Method in class net.minecraft.state.property.Property
 
getValueFor(Predicate<VillageGossipType>) - Method in class net.minecraft.village.VillagerGossips.Reputation
 
getValues() - Method in record class net.minecraft.client.option.SimpleOption.AlternateValuesSupportingCyclingCallbacks
getValues() - Method in interface net.minecraft.client.option.SimpleOption.CyclingCallbacks
 
getValues() - Method in record class net.minecraft.client.option.SimpleOption.LazyCyclingCallbacks
getValues() - Method in record class net.minecraft.client.option.SimpleOption.MaxSuppliableIntCallbacks
getValues() - Method in record class net.minecraft.client.option.SimpleOption.PotentialValuesBasedCallbacks
getValues() - Method in class net.minecraft.client.realms.gui.screen.RealmsSelectWorldTemplateScreen.WorldTemplateObjectSelectionList
 
getValues() - Method in class net.minecraft.state.property.BooleanProperty
Returns all possible values of this property.
getValues() - Method in class net.minecraft.state.property.EnumProperty
Returns all possible values of this property.
getValues() - Method in class net.minecraft.state.property.IntProperty
Returns all possible values of this property.
getValues() - Method in class net.minecraft.state.property.Property
Returns all possible values of this property.
getValues(CommandContext<ServerCommandSource>, DataCommand.ObjectType) - Static method in class net.minecraft.server.command.DataCommand
 
getValuesByPath(CommandContext<ServerCommandSource>, DataCommand.ObjectType) - Static method in class net.minecraft.server.command.DataCommand
 
getValueSimple(MultiNoiseUtil.NoiseValuePoint) - Method in class net.minecraft.world.biome.source.util.MultiNoiseUtil.Entries
Returns the closest entry at the given point.
getValueString(BlockState, Property<T>) - Static method in class net.minecraft.item.DebugStickItem
 
getVanillaPayload(PacketByteBuf) - Static method in record class net.minecraft.network.packet.c2s.login.LoginQueryResponseC2SPacket
 
getVariant() - Method in class net.minecraft.client.util.ModelIdentifier
 
getVariant() - Method in class net.minecraft.entity.decoration.painting.PaintingEntity
 
getVariant() - Method in class net.minecraft.entity.mob.ShulkerEntity
 
getVariant() - Method in class net.minecraft.entity.passive.AxolotlEntity
 
getVariant() - Method in class net.minecraft.entity.passive.CatEntity
 
getVariant() - Method in class net.minecraft.entity.passive.FoxEntity
 
getVariant() - Method in class net.minecraft.entity.passive.FrogEntity
 
getVariant() - Method in class net.minecraft.entity.passive.HorseEntity
 
getVariant() - Method in class net.minecraft.entity.passive.LlamaEntity
 
getVariant() - Method in class net.minecraft.entity.passive.MooshroomEntity
 
getVariant() - Method in class net.minecraft.entity.passive.ParrotEntity
 
getVariant() - Method in class net.minecraft.entity.passive.RabbitEntity
 
getVariant() - Method in class net.minecraft.entity.passive.TropicalFishEntity
 
getVariant() - Method in interface net.minecraft.entity.VariantHolder
 
getVariant() - Method in class net.minecraft.entity.vehicle.BoatEntity
 
getVariant() - Method in interface net.minecraft.village.VillagerDataContainer
 
getVariant(String) - Method in class net.minecraft.client.render.model.json.ModelVariantMap
Finds and returns the definition of the variant under the key.
getVariant(BlockFamily.Variant) - Method in class net.minecraft.data.family.BlockFamily
 
getVariantId(TropicalFishEntity.Variety, DyeColor, DyeColor) - Static method in class net.minecraft.entity.passive.TropicalFishEntity
 
getVariantMap() - Method in class net.minecraft.client.render.model.json.ModelVariantMap
 
getVariantRecipeInput(BlockFamily, BlockFamily.Variant) - Static method in class net.minecraft.data.server.recipe.RecipeProvider
Gets the block used to craft a certain variant of a base block.
getVariants() - Method in class net.minecraft.client.render.model.json.WeightedUnbakedModel
 
getVariants() - Method in class net.minecraft.data.client.BlockStateVariantMap
 
getVariants() - Method in class net.minecraft.data.family.BlockFamily
 
getVariation() - Method in class net.minecraft.block.dispenser.ProjectileDispenserBehavior
Returns the variation of a projectile's velocity when spawned.
getVariety(int) - Static method in class net.minecraft.entity.passive.TropicalFishEntity
 
getVec2(CommandContext<ServerCommandSource>, String) - Static method in class net.minecraft.command.argument.Vec2ArgumentType
 
getVec3(CommandContext<ServerCommandSource>, String) - Static method in class net.minecraft.command.argument.Vec3ArgumentType
 
getVector() - Method in enum class net.minecraft.util.math.Direction
 
getVehicle() - Method in class net.minecraft.entity.Entity
Returns the entity this entity rides, or null if there is none.
getVehicleAttachmentPos(Entity) - Method in class net.minecraft.entity.Entity
 
getVehicleAttachmentPos(Entity) - Method in class net.minecraft.entity.mob.CaveSpiderEntity
getVehicleAttachmentPos(Entity) - Method in class net.minecraft.entity.mob.SpiderEntity
getVelocity() - Method in class net.minecraft.entity.Entity
 
getVelocity() - Method in class net.minecraft.entity.mob.ShulkerEntity
getVelocity(BlockView, BlockPos) - Method in class net.minecraft.fluid.FluidState
 
getVelocity(BlockView, BlockPos, FluidState) - Method in class net.minecraft.fluid.EmptyFluid
getVelocity(BlockView, BlockPos, FluidState) - Method in class net.minecraft.fluid.FlowableFluid
getVelocity(BlockView, BlockPos, FluidState) - Method in class net.minecraft.fluid.Fluid
 
getVelocityAffectingPos() - Method in class net.minecraft.entity.Entity
 
getVelocityAffectingPos() - Method in class net.minecraft.entity.ExperienceOrbEntity
getVelocityAffectingPos() - Method in class net.minecraft.entity.ItemEntity
getVelocityMultiplier() - Method in class net.minecraft.block.Block
 
getVelocityMultiplier() - Method in class net.minecraft.entity.Entity
 
getVelocityMultiplier() - Method in class net.minecraft.entity.LivingEntity
getVelocityMultiplier() - Method in class net.minecraft.entity.player.PlayerEntity
getVelocityMultiplier() - Method in class net.minecraft.entity.vehicle.AbstractMinecartEntity
getVelocityX() - Method in class net.minecraft.network.packet.s2c.play.EntitySpawnS2CPacket
 
getVelocityX() - Method in class net.minecraft.network.packet.s2c.play.EntityVelocityUpdateS2CPacket
 
getVelocityY() - Method in class net.minecraft.network.packet.s2c.play.EntitySpawnS2CPacket
 
getVelocityY() - Method in class net.minecraft.network.packet.s2c.play.EntityVelocityUpdateS2CPacket
 
getVelocityZ() - Method in class net.minecraft.network.packet.s2c.play.EntitySpawnS2CPacket
 
getVelocityZ() - Method in class net.minecraft.network.packet.s2c.play.EntityVelocityUpdateS2CPacket
 
getVendor() - Static method in class com.mojang.blaze3d.platform.GlDebugInfo
 
getVendorWarning() - Method in class net.minecraft.client.resource.VideoWarningManager
 
getVersion() - Static method in class com.mojang.blaze3d.platform.GlDebugInfo
 
getVersion() - Static method in record class net.minecraft.client.session.report.ReporterEnvironment
 
getVersion() - Method in interface net.minecraft.network.QueryableServer
 
getVersion() - Method in class net.minecraft.server.MinecraftServer
getVersion() - Method in class net.minecraft.world.level.LevelProperties
getVersion() - Method in class net.minecraft.world.level.storage.LevelSummary
 
getVersion() - Method in class net.minecraft.world.level.storage.SaveVersionInfo
 
getVersion() - Method in interface net.minecraft.world.SaveProperties
 
getVersionInfo() - Method in class net.minecraft.world.level.storage.LevelSummary
 
getVersionName() - Method in class net.minecraft.world.level.storage.SaveVersionInfo
 
getVersionRight(int, int, Text) - Method in class net.minecraft.client.realms.gui.screen.RealmsMainScreen.Entry
 
getVersionText(String, boolean) - Static method in class net.minecraft.client.realms.gui.screen.RealmsMainScreen
 
getVersionText(String, int) - Static method in class net.minecraft.client.realms.gui.screen.RealmsMainScreen
 
getVersionType() - Method in class net.minecraft.client.MinecraftClient
 
getVersionWarning() - Method in class net.minecraft.client.resource.VideoWarningManager
 
getVertexBuffer() - Method in class net.minecraft.client.render.BufferBuilder.BuiltBuffer
 
getVertexBufferEnd() - Method in record class net.minecraft.client.render.BufferBuilder.DrawParameters
 
getVertexBufferSize() - Method in record class net.minecraft.client.render.BufferBuilder.DrawParameters
 
getVertexBufferStart() - Method in record class net.minecraft.client.render.BufferBuilder.DrawParameters
 
getVertexConsumer(VertexConsumerProvider, Function<Identifier, RenderLayer>) - Method in class net.minecraft.client.util.SpriteIdentifier
 
getVertexConsumer(VertexConsumerProvider, Function<Identifier, RenderLayer>, boolean) - Method in class net.minecraft.client.util.SpriteIdentifier
 
getVertexConsumers() - Method in class net.minecraft.client.gui.DrawContext
 
getVertexData() - Method in class net.minecraft.client.render.model.BakedQuad
 
getVertexFormat() - Method in class net.minecraft.client.gl.VertexBuffer
 
getVertexFormat() - Method in class net.minecraft.client.render.RenderLayer
 
getVertexShader() - Method in class net.minecraft.client.gl.JsonEffectShaderProgram
getVertexShader() - Method in class net.minecraft.client.gl.ShaderProgram
getVertexShader() - Method in interface net.minecraft.client.gl.ShaderProgramSetupView
 
getVertexSizeByte() - Method in class net.minecraft.client.render.VertexFormat
 
getVertexSizeInteger() - Method in class net.minecraft.client.render.VertexFormat
 
getVertexSorting() - Static method in class com.mojang.blaze3d.systems.RenderSystem
 
getVerticalBiomeCount() - Method in class net.minecraft.world.gen.chunk.BlendingData
 
getVerticalBiomeSections(Chunk, int, int) - Method in class net.minecraft.world.gen.chunk.BlendingData
 
getVerticalCellBlockCount() - Method in class net.minecraft.world.gen.chunk.ChunkNoiseSampler
 
getVerticalHalfSectionCount() - Method in class net.minecraft.world.gen.chunk.BlendingData
 
getVerticalModelOffsetMultiplier() - Method in class net.minecraft.block.AbstractBlock
 
getVerticalModelOffsetMultiplier() - Method in class net.minecraft.block.SmallDripleafBlock
getVerticalOffset(int, int) - Method in class net.minecraft.client.gui.screen.ingame.BookEditScreen.PageContent
 
getVerticalPlane() - Method in class net.minecraft.client.render.Camera
 
getVerticalPlayerLookDirection() - Method in class net.minecraft.item.ItemPlacementContext
 
getVerticalScale(RavineCarverConfig, Random, double, float, float) - Method in class net.minecraft.world.gen.carver.RavineCarver
 
getVibration() - Method in class net.minecraft.particle.VibrationParticleEffect
 
getVibration() - Method in class net.minecraft.world.event.Vibrations.ListenerData
 
getVibrationCallback() - Method in class net.minecraft.block.entity.SculkSensorBlockEntity
getVibrationCallback() - Method in class net.minecraft.block.entity.SculkShriekerBlockEntity
getVibrationCallback() - Method in class net.minecraft.entity.mob.WardenEntity
getVibrationCallback() - Method in class net.minecraft.entity.passive.AllayEntity
getVibrationCallback() - Method in interface net.minecraft.world.event.Vibrations
 
getVibrationListenerData() - Method in class net.minecraft.block.entity.SculkSensorBlockEntity
getVibrationListenerData() - Method in class net.minecraft.block.entity.SculkShriekerBlockEntity
getVibrationListenerData() - Method in class net.minecraft.entity.mob.WardenEntity
getVibrationListenerData() - Method in class net.minecraft.entity.passive.AllayEntity
getVibrationListenerData() - Method in interface net.minecraft.world.event.Vibrations
 
getVibrationToTick(long) - Method in class net.minecraft.world.event.listener.VibrationSelector
 
getVideoMode() - Method in class net.minecraft.client.util.Window
 
getVideoMode(int) - Method in class net.minecraft.client.util.Monitor
 
getVideoModeCount() - Method in class net.minecraft.client.util.Monitor
 
getVideoWarningManager() - Method in class net.minecraft.client.MinecraftClient
 
getViewDistance() - Method in class net.minecraft.client.option.GameOptions
 
getViewDistance() - Method in class net.minecraft.client.render.BuiltChunkStorage
 
getViewDistance() - Method in class net.minecraft.client.render.GameRenderer
 
getViewDistance() - Method in class net.minecraft.client.render.WorldRenderer
 
getViewDistance() - Method in class net.minecraft.server.network.ServerPlayerEntity
 
getViewDistance() - Method in class net.minecraft.server.PlayerManager
 
getViewDistance(ServerPlayerEntity) - Method in class net.minecraft.server.world.ThreadedAnvilChunkStorage
 
getViewerCount() - Method in class net.minecraft.block.entity.ViewerCountManager
 
getViewingPlayers(World, BlockPos) - Method in class net.minecraft.block.entity.ViewerCountManager
 
getViewportX() - Method in class net.minecraft.client.util.Monitor
 
getViewportY() - Method in class net.minecraft.client.util.Monitor
 
getViewRange() - Method in class net.minecraft.entity.decoration.DisplayEntity
 
getVillagerData() - Method in class net.minecraft.entity.mob.ZombieVillagerEntity
getVillagerData() - Method in class net.minecraft.entity.passive.VillagerEntity
getVillagerData() - Method in interface net.minecraft.village.VillagerDataContainer
 
getVisibilityBoundingBox() - Method in class net.minecraft.entity.decoration.DisplayEntity
getVisibilityBoundingBox() - Method in class net.minecraft.entity.Entity
 
getVisibilityBoundingBox() - Method in class net.minecraft.entity.LivingEntity
getVisibilityBoundingBox() - Method in class net.minecraft.entity.mob.IllusionerEntity
getVisibilityBoundingBox() - Method in class net.minecraft.entity.passive.SnifferEntity
getVisibilityBoundingBox() - Method in class net.minecraft.entity.vehicle.AbstractMinecartEntity
getVisibilityCache() - Method in class net.minecraft.entity.mob.MobEntity
 
getVisibleLineCount() - Method in class net.minecraft.client.gui.hud.ChatHud
 
getVisibleLivingEntities(LivingEntity) - Method in class net.minecraft.entity.ai.brain.sensor.NearestVisibleLivingEntitySensor
 
getVisibleMobs(LivingEntity) - Method in class net.minecraft.entity.ai.brain.sensor.VillagerBabiesSensor
 
getVisibleVillagerBabies(LivingEntity) - Method in class net.minecraft.entity.ai.brain.sensor.VillagerBabiesSensor
 
getVisitCount() - Method in interface net.minecraft.util.profiler.ProfileLocationInfo
Returns the number of times the profiler location has been visited.
getVisitCount() - Method in class net.minecraft.util.profiler.ProfilerSystem.LocatedInfo
Returns the number of times the profiler location has been visited.
getVolume() - Method in class net.minecraft.client.sound.AbstractSoundInstance
getVolume() - Method in class net.minecraft.client.sound.Sound
 
getVolume() - Method in interface net.minecraft.client.sound.SoundInstance
 
getVolume() - Method in class net.minecraft.client.sound.SoundListener
 
getVolume() - Method in class net.minecraft.network.packet.s2c.play.PlaySoundFromEntityS2CPacket
 
getVolume() - Method in class net.minecraft.network.packet.s2c.play.PlaySoundS2CPacket
 
getVolume() - Method in class net.minecraft.sound.BlockSoundGroup
 
getVolumeOptions() - Method in class net.minecraft.client.gui.screen.option.SoundOptionsScreen
 
getVoxelShape(VoxelShape, WallShape, VoxelShape, VoxelShape) - Static method in class net.minecraft.block.WallBlock
 
getWaitTime() - Method in class net.minecraft.entity.AreaEffectCloudEntity
 
getWalkSpeed() - Method in class net.minecraft.entity.player.PlayerAbilities
 
getWalkSpeed() - Method in class net.minecraft.network.packet.s2c.play.PlayerAbilitiesS2CPacket
 
getWallRecipe(RecipeCategory, ItemConvertible, Ingredient) - Static method in class net.minecraft.data.server.recipe.RecipeProvider
 
getWallShape(boolean, VoxelShape, VoxelShape) - Method in class net.minecraft.block.WallBlock
 
getWanderingTraderId() - Method in class net.minecraft.world.level.LevelProperties
getWanderingTraderId() - Method in interface net.minecraft.world.level.ServerWorldProperties
 
getWanderingTraderId() - Method in class net.minecraft.world.level.UnmodifiableLevelProperties
getWanderingTraderSpawnChance() - Method in class net.minecraft.world.level.LevelProperties
getWanderingTraderSpawnChance() - Method in interface net.minecraft.world.level.ServerWorldProperties
 
getWanderingTraderSpawnChance() - Method in class net.minecraft.world.level.UnmodifiableLevelProperties
getWanderingTraderSpawnDelay() - Method in class net.minecraft.world.level.LevelProperties
getWanderingTraderSpawnDelay() - Method in interface net.minecraft.world.level.ServerWorldProperties
 
getWanderingTraderSpawnDelay() - Method in class net.minecraft.world.level.UnmodifiableLevelProperties
getWanderTarget() - Method in class net.minecraft.entity.ai.goal.FlyGoal
getWanderTarget() - Method in class net.minecraft.entity.ai.goal.IronGolemWanderAroundGoal
getWanderTarget() - Method in class net.minecraft.entity.ai.goal.SwimAroundGoal
getWanderTarget() - Method in class net.minecraft.entity.ai.goal.WanderAroundFarGoal
getWanderTarget() - Method in class net.minecraft.entity.ai.goal.WanderAroundGoal
 
getWanderTarget() - Method in class net.minecraft.entity.ai.goal.WanderAroundPointOfInterestGoal
getWanderTarget() - Method in class net.minecraft.entity.mob.DrownedEntity.WanderAroundOnSurfaceGoal
 
getWanderTarget() - Method in class net.minecraft.entity.passive.ParrotEntity.FlyOntoTreeGoal
getWanderTarget() - Method in class net.minecraft.entity.passive.WanderingTraderEntity
 
getWarmupTime() - Method in class net.minecraft.entity.mob.ElderGuardianEntity
getWarmupTime() - Method in class net.minecraft.entity.mob.GuardianEntity
 
getWarningAnimationProgress(float) - Method in class net.minecraft.entity.passive.PolarBearEntity
 
getWarningBlocks() - Method in class net.minecraft.network.packet.s2c.play.WorldBorderInitializeS2CPacket
 
getWarningBlocks() - Method in class net.minecraft.network.packet.s2c.play.WorldBorderWarningBlocksChangedS2CPacket
 
getWarningBlocks() - Method in class net.minecraft.world.border.WorldBorder
Returns the warning distance of this border, in blocks.
getWarningBlocks() - Method in class net.minecraft.world.border.WorldBorder.Properties
 
getWarningLevel() - Method in class net.minecraft.block.entity.SculkShriekerWarningManager
 
getWarningsAsString() - Method in class net.minecraft.client.resource.VideoWarningManager
 
getWarningTime() - Method in class net.minecraft.network.packet.s2c.play.WorldBorderInitializeS2CPacket
 
getWarningTime() - Method in class net.minecraft.network.packet.s2c.play.WorldBorderWarningTimeChangedS2CPacket
 
getWarningTime() - Method in class net.minecraft.world.border.WorldBorder
Returns the warning time of this border, in ticks.
getWarningTime() - Method in class net.minecraft.world.border.WorldBorder.Properties
 
getWatchedSection() - Method in class net.minecraft.server.network.ServerPlayerEntity
Returns the chunk section position the player's client is currently watching from.
getWaterColor() - Method in class net.minecraft.world.biome.Biome
 
getWaterColor() - Method in class net.minecraft.world.biome.BiomeEffects
 
getWaterColor(BlockRenderView, BlockPos) - Static method in class net.minecraft.client.color.world.BiomeColors
 
getWaterFogColor() - Method in class net.minecraft.world.biome.Biome
 
getWaterFogColor() - Method in class net.minecraft.world.biome.BiomeEffects
 
getWaterHeightBelow() - Method in class net.minecraft.entity.vehicle.BoatEntity
 
getWaterLevel(long) - Method in class net.minecraft.world.gen.chunk.AquiferSampler.Impl
 
getWaterMask() - Static method in class net.minecraft.client.render.RenderLayer
 
getWaterPatch() - Method in class net.minecraft.client.render.entity.model.BoatEntityModel
getWaterPatch() - Method in interface net.minecraft.client.render.entity.model.ModelWithWaterPatch
 
getWaterState() - Method in class net.minecraft.world.gen.carver.CarverDebugConfig
 
getWave() - Method in class net.minecraft.entity.raid.RaiderEntity
 
getWaxedState(BlockState) - Static method in class net.minecraft.item.HoneycombItem
 
getWeakRedstonePower(BlockState, BlockView, BlockPos, Direction) - Method in class net.minecraft.block.AbstractBlock
Returns the weak redstone power emitted from the block.
getWeakRedstonePower(BlockState, BlockView, BlockPos, Direction) - Method in class net.minecraft.block.AbstractPressurePlateBlock
Returns the weak redstone power emitted from the block.
getWeakRedstonePower(BlockState, BlockView, BlockPos, Direction) - Method in class net.minecraft.block.AbstractRedstoneGateBlock
Returns the weak redstone power emitted from the block.
getWeakRedstonePower(BlockState, BlockView, BlockPos, Direction) - Method in class net.minecraft.block.ButtonBlock
Returns the weak redstone power emitted from the block.
getWeakRedstonePower(BlockState, BlockView, BlockPos, Direction) - Method in class net.minecraft.block.CalibratedSculkSensorBlock
Returns the weak redstone power emitted from the block.
getWeakRedstonePower(BlockState, BlockView, BlockPos, Direction) - Method in class net.minecraft.block.DaylightDetectorBlock
Returns the weak redstone power emitted from the block.
getWeakRedstonePower(BlockState, BlockView, BlockPos, Direction) - Method in class net.minecraft.block.DetectorRailBlock
Returns the weak redstone power emitted from the block.
getWeakRedstonePower(BlockState, BlockView, BlockPos, Direction) - Method in class net.minecraft.block.JukeboxBlock
Returns the weak redstone power emitted from the block.
getWeakRedstonePower(BlockState, BlockView, BlockPos, Direction) - Method in class net.minecraft.block.LecternBlock
Returns the weak redstone power emitted from the block.
getWeakRedstonePower(BlockState, BlockView, BlockPos, Direction) - Method in class net.minecraft.block.LeverBlock
Returns the weak redstone power emitted from the block.
getWeakRedstonePower(BlockState, BlockView, BlockPos, Direction) - Method in class net.minecraft.block.LightningRodBlock
Returns the weak redstone power emitted from the block.
getWeakRedstonePower(BlockState, BlockView, BlockPos, Direction) - Method in class net.minecraft.block.ObserverBlock
Returns the weak redstone power emitted from the block.
getWeakRedstonePower(BlockState, BlockView, BlockPos, Direction) - Method in class net.minecraft.block.RedstoneBlock
Returns the weak redstone power emitted from the block.
getWeakRedstonePower(BlockState, BlockView, BlockPos, Direction) - Method in class net.minecraft.block.RedstoneTorchBlock
Returns the weak redstone power emitted from the block.
getWeakRedstonePower(BlockState, BlockView, BlockPos, Direction) - Method in class net.minecraft.block.RedstoneWireBlock
Returns the weak redstone power emitted from the block.
getWeakRedstonePower(BlockState, BlockView, BlockPos, Direction) - Method in class net.minecraft.block.SculkSensorBlock
Returns the weak redstone power emitted from the block.
getWeakRedstonePower(BlockState, BlockView, BlockPos, Direction) - Method in class net.minecraft.block.TargetBlock
Returns the weak redstone power emitted from the block.
getWeakRedstonePower(BlockState, BlockView, BlockPos, Direction) - Method in class net.minecraft.block.TrappedChestBlock
Returns the weak redstone power emitted from the block.
getWeakRedstonePower(BlockState, BlockView, BlockPos, Direction) - Method in class net.minecraft.block.TripwireHookBlock
Returns the weak redstone power emitted from the block.
getWeakRedstonePower(BlockState, BlockView, BlockPos, Direction) - Method in class net.minecraft.block.WallRedstoneTorchBlock
Returns the weak redstone power emitted from the block.
getWeakRedstonePower(BlockView, BlockPos, Direction) - Method in class net.minecraft.block.AbstractBlock.AbstractBlockState
 
getWeaponStackDamage(ItemStack) - Method in class net.minecraft.item.CrossbowItem
getWeaponStackDamage(ItemStack) - Method in class net.minecraft.item.RangedWeaponItem
 
getWeatherFramebuffer() - Method in class net.minecraft.client.render.WorldRenderer
 
getWeight() - Method in class net.minecraft.client.render.model.json.ModelVariant
 
getWeight() - Method in class net.minecraft.client.sound.Sound
getWeight() - Method in interface net.minecraft.client.sound.SoundContainer
 
getWeight() - Method in class net.minecraft.client.sound.WeightedSoundSet
getWeight() - Method in enum class net.minecraft.enchantment.Enchantment.Rarity
Returns the weight of an enchantment in weighted pickers.
getWeight() - Method in class net.minecraft.util.collection.Weighted.Absent
getWeight() - Method in interface net.minecraft.util.collection.Weighted
 
getWeight() - Method in class net.minecraft.util.collection.Weighted.Present
getWeight() - Method in class net.minecraft.util.collection.WeightedList.Entry
 
getWeight(float) - Method in class net.minecraft.loot.entry.LeafEntry.Choice
getWeight(float) - Method in interface net.minecraft.loot.LootChoice
 
getWeightSum(List<? extends Weighted>) - Static method in class net.minecraft.util.collection.Weighting
 
getWeirdnessParameters() - Method in class net.minecraft.world.biome.source.util.VanillaBiomeParameters
 
getWhitelist() - Method in class net.minecraft.server.PlayerManager
 
getWhitelistedNames() - Method in class net.minecraft.server.PlayerManager
 
getWidget(AdvancementEntry) - Method in class net.minecraft.client.gui.screen.advancement.AdvancementTab
 
getWidgetCreator(SimpleOption.TooltipFactory<T>, GameOptions, int, int, int, Consumer<T>) - Method in interface net.minecraft.client.option.SimpleOption.Callbacks
Returns the widget creator.
getWidgetCreator(SimpleOption.TooltipFactory<T>, GameOptions, int, int, int, Consumer<T>) - Method in interface net.minecraft.client.option.SimpleOption.CyclingCallbacks
Returns the widget creator.
getWidgetCreator(SimpleOption.TooltipFactory<T>, GameOptions, int, int, int, Consumer<T>) - Method in interface net.minecraft.client.option.SimpleOption.SliderCallbacks
Returns the widget creator.
getWidgetCreator(SimpleOption.TooltipFactory<T>, GameOptions, int, int, int, Consumer<T>) - Method in interface net.minecraft.client.option.SimpleOption.TypeChangeableCallbacks
Returns the widget creator.
getWidgetFor(SimpleOption<?>) - Method in class net.minecraft.client.gui.widget.OptionListWidget
 
getWidth() - Static method in enum class com.mojang.blaze3d.platform.GlStateManager.Viewport
 
getWidth() - Method in class net.minecraft.block.entity.CrafterBlockEntity
Returns the width of the recipe grid.
getWidth() - Method in class net.minecraft.block.pattern.BlockPattern
 
getWidth() - Method in class net.minecraft.block.pattern.BlockPattern.Result
 
getWidth() - Method in interface net.minecraft.client.font.RenderableGlyph
 
getWidth() - Method in class net.minecraft.client.gui.hud.ChatHud
 
getWidth() - Method in class net.minecraft.client.gui.screen.advancement.AdvancementWidget
 
getWidth() - Method in class net.minecraft.client.gui.screen.recipebook.AnimatedResultButton
getWidth() - Method in class net.minecraft.client.gui.screen.report.AbuseReportReasonScreen
 
getWidth() - Method in class net.minecraft.client.gui.widget.ClickableWidget
getWidth() - Method in class net.minecraft.client.gui.widget.DirectionalLayoutWidget
getWidth() - Method in class net.minecraft.client.gui.widget.EmptyWidget
getWidth() - Method in class net.minecraft.client.gui.widget.MultilineTextWidget
getWidth() - Method in class net.minecraft.client.gui.widget.ThreePartsLayoutWidget
getWidth() - Method in interface net.minecraft.client.gui.widget.Widget
 
getWidth() - Method in class net.minecraft.client.gui.widget.WrapperWidget
getWidth() - Method in class net.minecraft.client.gui.widget.WrapperWidget.WrappedElement
 
getWidth() - Method in class net.minecraft.client.texture.NativeImage
 
getWidth() - Method in class net.minecraft.client.texture.SpriteAtlasTexture
 
getWidth() - Method in class net.minecraft.client.texture.SpriteContents
getWidth() - Method in class net.minecraft.client.texture.TextureStitcher
 
getWidth() - Method in interface net.minecraft.client.texture.TextureStitcher.Stitchable
 
getWidth() - Method in class net.minecraft.client.toast.SystemToast
getWidth() - Method in interface net.minecraft.client.toast.Toast
 
getWidth() - Method in class net.minecraft.client.util.math.Rect2i
 
getWidth() - Method in class net.minecraft.client.util.VideoMode
 
getWidth() - Method in class net.minecraft.client.util.Window
 
getWidth() - Method in class net.minecraft.entity.decoration.painting.PaintingVariant
 
getWidth() - Method in class net.minecraft.entity.Entity
Returns the width of the entity's current dimension.
getWidth() - Method in class net.minecraft.entity.EntityType
 
getWidth() - Method in class net.minecraft.inventory.CraftingInventory
Returns the width of the recipe grid.
getWidth() - Method in interface net.minecraft.inventory.RecipeInputInventory
Returns the width of the recipe grid.
getWidth() - Method in class net.minecraft.recipe.ShapedRecipe
 
getWidth() - Method in class net.minecraft.world.dimension.NetherPortal
 
getWidth(double) - Static method in class net.minecraft.client.gui.hud.ChatHud
 
getWidth(int) - Method in class net.minecraft.client.gui.hud.debug.DebugChart
 
getWidth(int, Style) - Method in interface net.minecraft.client.font.TextHandler.WidthRetriever
Returns the width of a character.
getWidth(String) - Method in class net.minecraft.client.font.TextHandler
Returns the width of a string.
getWidth(String) - Method in class net.minecraft.client.font.TextRenderer
Gets the width of some text when rendered.
getWidth(TextRenderer) - Method in class net.minecraft.client.gui.tooltip.BundleTooltipComponent
getWidth(TextRenderer) - Method in class net.minecraft.client.gui.tooltip.OrderedTextTooltipComponent
getWidth(TextRenderer) - Method in interface net.minecraft.client.gui.tooltip.TooltipComponent
 
getWidth(OrderedText) - Method in class net.minecraft.client.font.TextHandler
 
getWidth(OrderedText) - Method in class net.minecraft.client.font.TextRenderer
Gets the width of some text when rendered.
getWidth(StringVisitable) - Method in class net.minecraft.client.font.TextHandler
Returns the width of a text.
getWidth(StringVisitable) - Method in class net.minecraft.client.font.TextRenderer
Gets the width of some text when rendered.
getWidth(BlockPos, Direction) - Method in class net.minecraft.world.dimension.NetherPortal
 
getWidthPixels() - Method in class net.minecraft.entity.decoration.AbstractDecorationEntity
 
getWidthPixels() - Method in class net.minecraft.entity.decoration.ItemFrameEntity
getWidthPixels() - Method in class net.minecraft.entity.decoration.LeashKnotEntity
getWidthPixels() - Method in class net.minecraft.entity.decoration.painting.PaintingEntity
getWindBody() - Method in class net.minecraft.client.render.entity.model.BreezeEntityModel
 
getWindow() - Method in class net.minecraft.client.MinecraftClient
 
getWindowTitle() - Method in class net.minecraft.client.MinecraftClient
 
getWindsweptOrRegularBiome(int, int, MultiNoiseUtil.ParameterRange) - Method in class net.minecraft.world.biome.source.util.VanillaBiomeParameters
Returns a windswept or regular biome, depending on temperature and humidity.
getWindTexturedModelData() - Static method in class net.minecraft.client.render.block.entity.ConduitBlockEntityRenderer
 
getWingFlapTickOffset() - Method in class net.minecraft.entity.mob.PhantomEntity
 
getWireColor(int) - Static method in class net.minecraft.block.RedstoneWireBlock
 
getWitherBossPattern() - Static method in class net.minecraft.block.WitherSkullBlock
 
getWitherDispenserPattern() - Static method in class net.minecraft.block.WitherSkullBlock
 
getWithStyle(Style) - Method in interface net.minecraft.text.Text
 
getWololoTarget() - Method in class net.minecraft.entity.mob.EvokerEntity
 
getWoodType() - Method in class net.minecraft.block.AbstractSignBlock
 
getWoodType(Block) - Static method in class net.minecraft.block.AbstractSignBlock
 
getWordEndIndex(int) - Method in class net.minecraft.client.gui.EditBox
Returns the end index of the word starting at startIndex.
getWordSkipPosition(int) - Method in class net.minecraft.client.gui.widget.TextFieldWidget
 
getWordSkipPosition(int, int) - Method in class net.minecraft.client.gui.widget.TextFieldWidget
 
getWordSkipPosition(int, int, boolean) - Method in class net.minecraft.client.gui.widget.TextFieldWidget
 
getWorker() - Method in class net.minecraft.world.storage.VersionedChunkStorage
 
getWorld() - Method in class net.minecraft.block.entity.BlockEntity
Returns the world the block entity belongs to.
getWorld() - Method in class net.minecraft.block.pattern.CachedBlockPosition
 
getWorld() - Method in class net.minecraft.client.gui.hud.DebugHud
 
getWorld() - Method in class net.minecraft.client.network.ClientPlayNetworkHandler
 
getWorld() - Method in class net.minecraft.client.render.BuiltChunkStorage
 
getWorld() - Method in class net.minecraft.client.world.ClientChunkManager
getWorld() - Method in class net.minecraft.entity.Entity
 
getWorld() - Method in class net.minecraft.entity.vehicle.CommandBlockMinecartEntity.CommandExecutor
getWorld() - Method in interface net.minecraft.entity.vehicle.VehicleInventory
 
getWorld() - Method in interface net.minecraft.inventory.LootableInventory
 
getWorld() - Method in class net.minecraft.item.ItemUsageContext
 
getWorld() - Method in class net.minecraft.loot.context.LootContext.Builder
 
getWorld() - Method in class net.minecraft.loot.context.LootContext
 
getWorld() - Method in class net.minecraft.loot.context.LootContextParameterSet.Builder
 
getWorld() - Method in class net.minecraft.loot.context.LootContextParameterSet
 
getWorld() - Method in class net.minecraft.server.command.ServerCommandSource
 
getWorld() - Method in class net.minecraft.server.world.ServerChunkManager
 
getWorld() - Method in class net.minecraft.test.GameTestState
 
getWorld() - Method in class net.minecraft.test.TestContext
 
getWorld() - Method in class net.minecraft.village.raid.Raid
 
getWorld() - Method in interface net.minecraft.world.chunk.ChunkProvider
 
getWorld() - Method in class net.minecraft.world.chunk.WorldChunk
 
getWorld() - Method in class net.minecraft.world.CommandBlockExecutor
 
getWorld() - Method in class net.minecraft.world.gen.feature.FeaturePlacementContext
 
getWorld() - Method in class net.minecraft.world.gen.feature.util.FeatureContext
 
getWorld() - Method in class net.minecraft.world.gen.treedecorator.TreeDecorator.Generator
 
getWorld(RegistryKey<World>) - Method in class net.minecraft.server.MinecraftServer
 
getWorldBorder() - Method in class net.minecraft.world.chunk.ChunkCache
getWorldBorder() - Method in class net.minecraft.world.ChunkRegion
getWorldBorder() - Method in interface net.minecraft.world.CollisionView
 
getWorldBorder() - Method in class net.minecraft.world.level.LevelProperties
getWorldBorder() - Method in interface net.minecraft.world.level.ServerWorldProperties
 
getWorldBorder() - Method in class net.minecraft.world.level.UnmodifiableLevelProperties
getWorldBorder() - Method in class net.minecraft.world.World
getWorldBorderCollisions(Entity, Box) - Method in interface net.minecraft.world.CollisionView
 
getWorldChunk() - Method in class net.minecraft.server.world.ChunkHolder
 
getWorldChunk(int, int) - Method in class net.minecraft.server.world.ServerChunkManager
getWorldChunk(int, int) - Method in class net.minecraft.world.chunk.ChunkManager
 
getWorldChunk(int, int, boolean) - Method in class net.minecraft.world.chunk.ChunkManager
 
getWorldChunk(BlockPos) - Method in class net.minecraft.world.World
Returns the chunk that contains pos.
getWorldCreator() - Method in class net.minecraft.client.gui.screen.world.CreateWorldScreen
 
getWorldDirectory(RegistryKey<World>) - Method in class net.minecraft.world.level.storage.LevelStorage.Session
 
getWorldDirectoryName() - Method in class net.minecraft.client.gui.screen.world.WorldCreator
 
getWorldGenerationProgressTracker() - Method in class net.minecraft.client.MinecraftClient
 
getWorldHeight() - Method in class net.minecraft.world.gen.chunk.ChunkGenerator
 
getWorldHeight() - Method in class net.minecraft.world.gen.chunk.DebugChunkGenerator
getWorldHeight() - Method in class net.minecraft.world.gen.chunk.FlatChunkGenerator
getWorldHeight() - Method in class net.minecraft.world.gen.chunk.NoiseChunkGenerator
getWorldKeys() - Method in class net.minecraft.client.network.ClientCommandSource
getWorldKeys() - Method in class net.minecraft.client.network.ClientPlayNetworkHandler
 
getWorldKeys() - Method in interface net.minecraft.command.CommandSource
 
getWorldKeys() - Method in class net.minecraft.server.command.ServerCommandSource
getWorldKeys() - Method in record class net.minecraft.world.dimension.DimensionOptionsRegistryHolder
 
getWorldName() - Method in class net.minecraft.client.gui.screen.world.WorldCreator
 
getWorldName(int) - Method in class net.minecraft.client.realms.dto.RealmsServer
 
getWorldPreset(GeneratorOptionsHolder, Optional<RegistryKey<WorldPreset>>) - Static method in class net.minecraft.client.gui.screen.world.WorldCreator
 
getWorldPreset(DimensionOptionsRegistryHolder) - Static method in class net.minecraft.world.gen.WorldPresets
 
getWorldPresetList(Registry<WorldPreset>, TagKey<WorldPreset>) - Static method in class net.minecraft.client.gui.screen.world.WorldCreator
 
getWorldRegistryKeys() - Method in class net.minecraft.server.MinecraftServer
 
getWorlds() - Method in class net.minecraft.server.MinecraftServer
 
getWorlds() - Method in class net.minecraft.world.updater.WorldUpdater
 
getWorldType() - Method in class net.minecraft.client.gui.screen.world.WorldCreator
 
getWorldType(String) - Static method in class net.minecraft.client.realms.dto.RealmsServer
 
getWorldTypeNarrationMessage(CyclingButtonWidget<WorldCreator.WorldType>) - Static method in class net.minecraft.client.gui.screen.world.CreateWorldScreen.WorldTab
 
getWorldTypes() - Method in class net.minecraft.client.gui.screen.world.CreateWorldScreen.WorldTab
 
getWrappedChunk() - Method in class net.minecraft.world.chunk.WrapperProtoChunk
 
getWrappedLinesHeight(String, int) - Method in class net.minecraft.client.font.TextRenderer
Gets the height of the text when it has been wrapped.
getWrappedLinesHeight(StringVisitable, int) - Method in class net.minecraft.client.font.TextRenderer
Returns the height of the text, after it has been wrapped, in pixels.
getWrappedPitch() - Method in class net.minecraft.util.math.EulerAngle
Returns the pitch that is wrapped to the interval [-180, 180).
getWrappedRoll() - Method in class net.minecraft.util.math.EulerAngle
Returns the roll that is wrapped to the interval [-180, 180).
getWrappedYaw() - Method in class net.minecraft.util.math.EulerAngle
Returns the yaw that is wrapped to the interval [-180, 180).
getWrapper(RegistryWrapper.Impl<T>, RegistryWrapper.Impl<T>) - Method in class net.minecraft.server.DataPackContents.ConfigurableWrapperLookup
 
getWrapperOrThrow(RegistryKey<? extends Registry<? extends T>>) - Method in interface net.minecraft.registry.RegistryWrapper.WrapperLookup
 
getWritableObjective(CommandContext<ServerCommandSource>, String) - Static method in class net.minecraft.command.argument.ScoreboardObjectiveArgumentType
 
getWritableSectionsDataBuf() - Method in class net.minecraft.network.packet.s2c.play.ChunkData
 
getX() - Static method in enum class com.mojang.blaze3d.platform.GlStateManager.Viewport
 
getX() - Method in class net.minecraft.advancement.AdvancementDisplay
 
getX() - Method in class net.minecraft.client.gui.screen.advancement.AdvancementWidget
 
getX() - Method in class net.minecraft.client.gui.screen.recipebook.RecipeBookGhostSlots.GhostInputSlot
 
getX() - Method in class net.minecraft.client.gui.widget.ClickableWidget
getX() - Method in class net.minecraft.client.gui.widget.DirectionalLayoutWidget
getX() - Method in class net.minecraft.client.gui.widget.EmptyWidget
getX() - Method in class net.minecraft.client.gui.widget.ThreePartsLayoutWidget
getX() - Method in interface net.minecraft.client.gui.widget.Widget
 
getX() - Method in class net.minecraft.client.gui.widget.WrapperWidget
getX() - Method in class net.minecraft.client.Mouse
 
getX() - Method in class net.minecraft.client.sound.AbstractSoundInstance
getX() - Method in interface net.minecraft.client.sound.SoundInstance
 
getX() - Method in class net.minecraft.client.texture.Sprite
 
getX() - Method in class net.minecraft.client.texture.TextureStitcher.Slot
 
getX() - Method in class net.minecraft.client.util.math.Rect2i
 
getX() - Method in class net.minecraft.client.util.math.Vector2f
 
getX() - Method in class net.minecraft.client.util.Window
 
getX() - Method in class net.minecraft.command.EntitySelectorReader
 
getX() - Method in class net.minecraft.entity.Entity
 
getX() - Method in class net.minecraft.network.packet.c2s.play.VehicleMoveC2SPacket
 
getX() - Method in class net.minecraft.network.packet.s2c.play.EntityPositionS2CPacket
 
getX() - Method in class net.minecraft.network.packet.s2c.play.EntitySpawnS2CPacket
 
getX() - Method in class net.minecraft.network.packet.s2c.play.ExperienceOrbSpawnS2CPacket
 
getX() - Method in class net.minecraft.network.packet.s2c.play.ExplosionS2CPacket
 
getX() - Method in class net.minecraft.network.packet.s2c.play.ParticleS2CPacket
 
getX() - Method in class net.minecraft.network.packet.s2c.play.PlayerPositionLookS2CPacket
 
getX() - Method in class net.minecraft.network.packet.s2c.play.PlaySoundS2CPacket
 
getX() - Method in class net.minecraft.network.packet.s2c.play.VehicleMoveS2CPacket
 
getX() - Method in class net.minecraft.util.CuboidBlockIterator
 
getX() - Method in interface net.minecraft.util.math.Position
Returns the X coordinate.
getX() - Method in class net.minecraft.util.math.Vec3d
Returns the X coordinate.
getX() - Method in class net.minecraft.util.math.Vec3i
 
getX(double) - Method in class net.minecraft.network.packet.c2s.play.PlayerMoveC2SPacket
 
getX(int) - Method in class net.minecraft.datafixer.fix.LeavesFix
 
getX(int) - Static method in class net.minecraft.world.gen.chunk.BlendingData
 
getX(long) - Static method in record class net.minecraft.util.math.ColumnPos
 
getX(FT_Vector) - Static method in class net.minecraft.client.font.FreeTypeUtil
 
getXMax() - Method in interface net.minecraft.client.font.RenderableGlyph
 
getXMin() - Method in interface net.minecraft.client.font.RenderableGlyph
 
getXOffset(float) - Method in class net.minecraft.client.render.entity.feature.BreezeWindFeatureRenderer
 
getXOffset(float) - Method in class net.minecraft.client.render.entity.WindChargeEntityRenderer
 
getXp() - Method in class net.minecraft.entity.mob.ZombieVillagerEntity
 
getXpToDrop() - Method in class net.minecraft.entity.LivingEntity
Called when this entity is killed and returns the amount of experience to drop.
getXpToDrop() - Method in class net.minecraft.entity.mob.HoglinEntity
Called when this entity is killed and returns the amount of experience to drop.
getXpToDrop() - Method in class net.minecraft.entity.mob.MobEntity
Called when this entity is killed and returns the amount of experience to drop.
getXpToDrop() - Method in class net.minecraft.entity.mob.PiglinEntity
Called when this entity is killed and returns the amount of experience to drop.
getXpToDrop() - Method in class net.minecraft.entity.mob.WaterCreatureEntity
Called when this entity is killed and returns the amount of experience to drop.
getXpToDrop() - Method in class net.minecraft.entity.mob.ZombieEntity
Called when this entity is killed and returns the amount of experience to drop.
getXpToDrop() - Method in class net.minecraft.entity.passive.AnimalEntity
Called when this entity is killed and returns the amount of experience to drop.
getXpToDrop() - Method in class net.minecraft.entity.passive.ChickenEntity
Called when this entity is killed and returns the amount of experience to drop.
getXpToDrop() - Method in class net.minecraft.entity.player.PlayerEntity
Called when this entity is killed and returns the amount of experience to drop.
getXSize() - Method in class net.minecraft.util.shape.VoxelSet
 
getXuid() - Method in class net.minecraft.client.session.Session
 
getY() - Static method in enum class com.mojang.blaze3d.platform.GlStateManager.Viewport
 
getY() - Method in class net.minecraft.advancement.AdvancementDisplay
 
getY() - Method in class net.minecraft.client.gui.screen.advancement.AdvancementWidget
 
getY() - Method in class net.minecraft.client.gui.screen.recipebook.RecipeBookGhostSlots.GhostInputSlot
 
getY() - Method in class net.minecraft.client.gui.widget.ClickableWidget
getY() - Method in class net.minecraft.client.gui.widget.DirectionalLayoutWidget
getY() - Method in class net.minecraft.client.gui.widget.EmptyWidget
getY() - Method in class net.minecraft.client.gui.widget.ThreePartsLayoutWidget
getY() - Method in interface net.minecraft.client.gui.widget.Widget
 
getY() - Method in class net.minecraft.client.gui.widget.WrapperWidget
getY() - Method in class net.minecraft.client.Mouse
 
getY() - Method in class net.minecraft.client.sound.AbstractSoundInstance
getY() - Method in interface net.minecraft.client.sound.SoundInstance
 
getY() - Method in class net.minecraft.client.texture.Sprite
 
getY() - Method in class net.minecraft.client.texture.TextureStitcher.Slot
 
getY() - Method in class net.minecraft.client.util.math.Rect2i
 
getY() - Method in class net.minecraft.client.util.math.Vector2f
 
getY() - Method in class net.minecraft.client.util.Window
 
getY() - Method in class net.minecraft.command.EntitySelectorReader
 
getY() - Method in class net.minecraft.datafixer.fix.LeavesFix.ListFixer
 
getY() - Method in class net.minecraft.entity.Entity
 
getY() - Method in class net.minecraft.network.packet.c2s.play.VehicleMoveC2SPacket
 
getY() - Method in class net.minecraft.network.packet.s2c.play.EntityPositionS2CPacket
 
getY() - Method in class net.minecraft.network.packet.s2c.play.EntitySpawnS2CPacket
 
getY() - Method in class net.minecraft.network.packet.s2c.play.ExperienceOrbSpawnS2CPacket
 
getY() - Method in class net.minecraft.network.packet.s2c.play.ExplosionS2CPacket
 
getY() - Method in class net.minecraft.network.packet.s2c.play.ParticleS2CPacket
 
getY() - Method in class net.minecraft.network.packet.s2c.play.PlayerPositionLookS2CPacket
 
getY() - Method in class net.minecraft.network.packet.s2c.play.PlaySoundS2CPacket
 
getY() - Method in class net.minecraft.network.packet.s2c.play.VehicleMoveS2CPacket
 
getY() - Method in class net.minecraft.util.CuboidBlockIterator
 
getY() - Method in interface net.minecraft.util.math.Position
Returns the Y coordinate.
getY() - Method in class net.minecraft.util.math.Vec3d
Returns the Y coordinate.
getY() - Method in class net.minecraft.util.math.Vec3i
 
getY(double) - Method in class net.minecraft.network.packet.c2s.play.PlayerMoveC2SPacket
 
getY(int) - Method in class net.minecraft.datafixer.fix.LeavesFix
 
getY(BlockView, int) - Method in class net.minecraft.server.command.SpreadPlayersCommand.Pile
 
getY(HeightContext) - Method in record class net.minecraft.world.gen.YOffset.AboveBottom
getY(HeightContext) - Method in record class net.minecraft.world.gen.YOffset.BelowTop
getY(HeightContext) - Method in record class net.minecraft.world.gen.YOffset.Fixed
getY(HeightContext) - Method in interface net.minecraft.world.gen.YOffset
 
getYaw() - Method in class net.minecraft.client.render.Camera
 
getYaw() - Method in class net.minecraft.entity.Entity
 
getYaw() - Method in class net.minecraft.network.packet.c2s.play.VehicleMoveC2SPacket
 
getYaw() - Method in class net.minecraft.network.packet.s2c.play.EntityPositionS2CPacket
 
getYaw() - Method in class net.minecraft.network.packet.s2c.play.EntityS2CPacket
 
getYaw() - Method in class net.minecraft.network.packet.s2c.play.EntitySpawnS2CPacket
 
getYaw() - Method in class net.minecraft.network.packet.s2c.play.PlayerPositionLookS2CPacket
 
getYaw() - Method in class net.minecraft.network.packet.s2c.play.VehicleMoveS2CPacket
 
getYaw() - Method in class net.minecraft.util.math.EulerAngle
 
getYaw(float) - Method in class net.minecraft.client.network.ClientPlayerEntity
getYaw(float) - Method in class net.minecraft.entity.Entity
 
getYaw(float) - Method in class net.minecraft.entity.LivingEntity
getYaw(float) - Method in class net.minecraft.network.packet.c2s.play.PlayerMoveC2SPacket
 
getYaw(Direction) - Static method in class net.minecraft.client.render.entity.LivingEntityRenderer
 
getYawAcceleration() - Method in class net.minecraft.entity.boss.dragon.phase.AbstractPhase
getYawAcceleration() - Method in class net.minecraft.entity.boss.dragon.phase.LandingPhase
getYawAcceleration() - Method in interface net.minecraft.entity.boss.dragon.phase.Phase
 
getYawRange() - Method in class net.minecraft.command.EntitySelectorReader
 
getYesSound() - Method in class net.minecraft.entity.passive.MerchantEntity
getYesSound() - Method in class net.minecraft.entity.passive.WanderingTraderEntity
getYesSound() - Method in interface net.minecraft.village.Merchant
 
getYesSound() - Method in class net.minecraft.village.SimpleMerchant
getYMax() - Method in interface net.minecraft.client.font.RenderableGlyph
 
getYMin() - Method in interface net.minecraft.client.font.RenderableGlyph
 
getYOffset(EndCrystalEntity, float) - Static method in class net.minecraft.client.render.entity.EndCrystalEntityRenderer
 
getYSize() - Method in class net.minecraft.util.shape.VoxelSet
 
getZ() - Method in class net.minecraft.client.sound.AbstractSoundInstance
getZ() - Method in interface net.minecraft.client.sound.SoundInstance
 
getZ() - Method in class net.minecraft.command.EntitySelectorReader
 
getZ() - Method in class net.minecraft.entity.Entity
 
getZ() - Method in class net.minecraft.network.packet.c2s.play.VehicleMoveC2SPacket
 
getZ() - Method in class net.minecraft.network.packet.s2c.play.EntityPositionS2CPacket
 
getZ() - Method in class net.minecraft.network.packet.s2c.play.EntitySpawnS2CPacket
 
getZ() - Method in class net.minecraft.network.packet.s2c.play.ExperienceOrbSpawnS2CPacket
 
getZ() - Method in class net.minecraft.network.packet.s2c.play.ExplosionS2CPacket
 
getZ() - Method in class net.minecraft.network.packet.s2c.play.ParticleS2CPacket
 
getZ() - Method in class net.minecraft.network.packet.s2c.play.PlayerPositionLookS2CPacket
 
getZ() - Method in class net.minecraft.network.packet.s2c.play.PlaySoundS2CPacket
 
getZ() - Method in class net.minecraft.network.packet.s2c.play.VehicleMoveS2CPacket
 
getZ() - Method in class net.minecraft.util.CuboidBlockIterator
 
getZ() - Method in interface net.minecraft.util.math.Position
Returns the Z coordinate.
getZ() - Method in class net.minecraft.util.math.Vec3d
Returns the Z coordinate.
getZ() - Method in class net.minecraft.util.math.Vec3i
 
getZ(double) - Method in class net.minecraft.network.packet.c2s.play.PlayerMoveC2SPacket
 
getZ(int) - Method in class net.minecraft.datafixer.fix.LeavesFix
 
getZ(int) - Static method in class net.minecraft.world.gen.chunk.BlendingData
 
getZ(long) - Static method in record class net.minecraft.util.math.ColumnPos
 
getZSize() - Method in class net.minecraft.util.shape.VoxelSet
 
ghast - Variable in class net.minecraft.entity.mob.GhastEntity.FlyRandomlyGoal
 
ghast - Variable in class net.minecraft.entity.mob.GhastEntity.GhastMoveControl
 
ghast - Variable in class net.minecraft.entity.mob.GhastEntity.LookAtTargetGoal
 
ghast - Variable in class net.minecraft.entity.mob.GhastEntity.ShootFireballGoal
 
GHAST - Static variable in class net.minecraft.client.render.entity.model.EntityModelLayers
 
GHAST - Static variable in class net.minecraft.entity.EntityType
 
GHAST_SHOOTS - Static variable in class net.minecraft.world.WorldEvents
A ghast shoots a fireball.
GHAST_SPAWN_EGG - Static variable in class net.minecraft.item.Items
 
GHAST_TEAR - Static variable in class net.minecraft.item.Items
 
GHAST_WARNS - Static variable in class net.minecraft.world.WorldEvents
A ghast warns its victim.
GhastEntity - Class in net.minecraft.entity.mob
 
GhastEntity(EntityType<? extends GhastEntity>, World) - Constructor for class net.minecraft.entity.mob.GhastEntity
GhastEntity.FlyRandomlyGoal - Class in net.minecraft.entity.mob
 
GhastEntity.GhastMoveControl - Class in net.minecraft.entity.mob
 
GhastEntity.LookAtTargetGoal - Class in net.minecraft.entity.mob
 
GhastEntity.ShootFireballGoal - Class in net.minecraft.entity.mob
 
GhastEntityModel<T> - Class in net.minecraft.client.render.entity.model
Represents the model of a ghast-like entity.
GhastEntityModel(ModelPart) - Constructor for class net.minecraft.client.render.entity.model.GhastEntityModel
 
GhastEntityRenderer - Class in net.minecraft.client.render.entity
 
GhastEntityRenderer(EntityRendererFactory.Context) - Constructor for class net.minecraft.client.render.entity.GhastEntityRenderer
GhastMoveControl(GhastEntity) - Constructor for class net.minecraft.entity.mob.GhastEntity.GhastMoveControl
 
GhostInputSlot(Ingredient, int, int) - Constructor for class net.minecraft.client.gui.screen.recipebook.RecipeBookGhostSlots.GhostInputSlot
 
ghostSlots - Variable in class net.minecraft.client.gui.screen.recipebook.RecipeBookWidget
 
GIANT - Static variable in class net.minecraft.client.render.entity.model.EntityModelLayers
 
GIANT - Static variable in class net.minecraft.entity.EntityType
 
GIANT_INNER_ARMOR - Static variable in class net.minecraft.client.render.entity.model.EntityModelLayers
 
GIANT_OUTER_ARMOR - Static variable in class net.minecraft.client.render.entity.model.EntityModelLayers
 
GIANT_TRUNK_PLACER - Static variable in class net.minecraft.world.gen.trunk.TrunkPlacerType
 
GiantEntity - Class in net.minecraft.entity.mob
 
GiantEntity(EntityType<? extends GiantEntity>, World) - Constructor for class net.minecraft.entity.mob.GiantEntity
GiantEntityModel - Class in net.minecraft.client.render.entity.model
Represents the model of a GiantEntity.
GiantEntityModel(ModelPart) - Constructor for class net.minecraft.client.render.entity.model.GiantEntityModel
GiantEntityRenderer - Class in net.minecraft.client.render.entity
 
GiantEntityRenderer(EntityRendererFactory.Context, float) - Constructor for class net.minecraft.client.render.entity.GiantEntityRenderer
 
giantTrunk - Variable in class net.minecraft.world.gen.foliage.FoliagePlacer.TreeNode
 
GiantTrunkPlacer - Class in net.minecraft.world.gen.trunk
 
GiantTrunkPlacer(int, int, int) - Constructor for class net.minecraft.world.gen.trunk.GiantTrunkPlacer
GIFT - Static variable in class net.minecraft.loot.context.LootContextTypes
 
GIFTS - Static variable in class net.minecraft.entity.ai.brain.task.GiveGiftsToHeroTask
 
GIGA - Static variable in class net.minecraft.util.SystemDetails
 
GILDED_BLACKSTONE - Static variable in class net.minecraft.block.Blocks
 
GILDED_BLACKSTONE - Static variable in class net.minecraft.item.Items
 
GILDED_BLACKSTONE - Static variable in class net.minecraft.sound.BlockSoundGroup
 
give(LivingEntity, ItemStack, Vec3d) - Static method in class net.minecraft.entity.ai.brain.task.LookTargetUtil
 
give(LivingEntity, ItemStack, Vec3d, Vec3d, float) - Static method in class net.minecraft.entity.ai.brain.task.LookTargetUtil
 
GIVE_FAILED_EXCEPTION - Static variable in class net.minecraft.server.command.EffectCommand
 
GIVE_FAILED_EXCEPTION - Static variable in class net.minecraft.server.command.RecipeCommand
 
GIVE_FEEDBACK_TEXT - Static variable in class net.minecraft.client.gui.screen.option.TelemetryInfoScreen
 
GIVE_INVENTORY_RUN_TIME - Static variable in class net.minecraft.entity.passive.AllayBrain
 
GiveCommand - Class in net.minecraft.server.command
 
GiveCommand() - Constructor for class net.minecraft.server.command.GiveCommand
 
giveGifts(VillagerEntity, LivingEntity) - Method in class net.minecraft.entity.ai.brain.task.GiveGiftsToHeroTask
 
GiveGiftsToHeroTask - Class in net.minecraft.entity.ai.brain.task
 
GiveGiftsToHeroTask(int) - Constructor for class net.minecraft.entity.ai.brain.task.GiveGiftsToHeroTask
 
giveHalfOfStack(VillagerEntity, Set<Item>, LivingEntity) - Static method in class net.minecraft.entity.ai.brain.task.GatherItemsVillagerTask
 
GiveInventoryToLookTargetTask<E> - Class in net.minecraft.entity.ai.brain.task
 
GiveInventoryToLookTargetTask(Function<LivingEntity, Optional<LookTarget>>, float, int) - Constructor for class net.minecraft.entity.ai.brain.task.GiveInventoryToLookTargetTask
 
GiveInvisibilityGoal() - Constructor for class net.minecraft.entity.mob.IllusionerEntity.GiveInvisibilityGoal
 
giveItemStack(ItemStack) - Method in class net.minecraft.entity.player.PlayerEntity
 
GivensPair - Record Class in net.minecraft.util.math
A pair of sin(θ) and cos(θ) used in Givens quaternion.
GivensPair(float, float) - Constructor for record class net.minecraft.util.math.GivensPair
 
givePlayersEffects(World, BlockPos, List<BlockPos>) - Static method in class net.minecraft.block.entity.ConduitBlockEntity
 
GL_ALPHA_BIAS - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_ALWAYS - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_ARRAY_BUFFER - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_BGR - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_BYTE - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_CLAMP_TO_EDGE - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_COLOR_ATTACHMENT0 - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_COLOR_BUFFER_BIT - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_COMPILE_STATUS - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_DEPTH_ATTACHMENT - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_DEPTH_BUFFER_BIT - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_DEPTH_COMPONENT - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_DEPTH_COMPONENT24 - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_DEPTH_COMPONENT32 - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_DEPTH_TEXTURE_MODE - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_DRAW_FRAMEBUFFER - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_DST_ALPHA - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_DST_COLOR - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_DYNAMIC_DRAW - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_ELEMENT_ARRAY_BUFFER - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_EQUAL - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_ERROR_DIALOGUE - Static variable in class net.minecraft.client.MinecraftClient
A message, in English, displayed in a dialog when a GLFW error is encountered.
GL_FALSE - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_FILL - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_FLOAT - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_FRAGMENT_SHADER - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_FRAMEBUFFER - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_FRAMEBUFFER_COMPLETE - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_FRAMEBUFFER_UNSUPPORTED - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_FRONT - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_FRONT_AND_BACK - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_FUNC_ADD - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_FUNC_REVERSE_SUBTRACT - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_FUNC_SUBTRACT - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_GEQUAL - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_GREATER - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_INT - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_LEQUAL - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_LINE - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_LINE_STRIP - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_LINEAR - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_LINEAR_MIPMAP_LINEAR - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_LINES - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_LINK_STATUS - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_MAX - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_MAX_TEXTURE_SIZE - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_MIN - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_NEAREST - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_NEAREST_MIPMAP_LINEAR - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_NONE - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_ONE - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_ONE_MINUS_DST_ALPHA - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_ONE_MINUS_DST_COLOR - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_ONE_MINUS_SRC_ALPHA - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_ONE_MINUS_SRC_COLOR - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_OUT_OF_MEMORY - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_PACK_ALIGNMENT - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_PROXY_TEXTURE_2D - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_READ_FRAMEBUFFER - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_RED - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_RENDERBUFFER - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_REPLACE - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_RG - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_RGB - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_RGBA - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_RGBA8 - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_SHORT - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_SRC_ALPHA - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_SRC_COLOR - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_STATIC_DRAW - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_TEXTURE_2D - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_TEXTURE_COMPARE_MODE - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_TEXTURE_MAG_FILTER - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_TEXTURE_MIN_FILTER - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_TEXTURE_WIDTH - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_TEXTURE_WRAP_S - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_TEXTURE_WRAP_T - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_TEXTURE0 - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_TEXTURE1 - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_TEXTURE2 - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_TRIANGLE_FAN - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_TRIANGLE_STRIP - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_TRIANGLES - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_TRUE - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_UNPACK_ALIGNMENT - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_UNPACK_LSB_FIRST - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_UNPACK_ROW_LENGTH - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_UNPACK_SKIP_PIXELS - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_UNPACK_SKIP_ROWS - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_UNPACK_SWAP_BYTES - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_UNSIGNED_BYTE - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_UNSIGNED_INT - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_UNSIGNED_SHORT - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_VERTEX_SHADER - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_WRITE_ONLY - Static variable in class com.mojang.blaze3d.platform.GlConst
 
GL_ZERO - Static variable in class com.mojang.blaze3d.platform.GlConst
 
glActiveTexture(int) - Static method in class com.mojang.blaze3d.platform.GlStateManager
 
GlAllocationUtils - Class in net.minecraft.client.util
 
GlAllocationUtils() - Constructor for class net.minecraft.client.util.GlAllocationUtils
 
GLASS - Static variable in class net.minecraft.block.Blocks
 
GLASS - Static variable in class net.minecraft.client.render.entity.EndCrystalEntityRenderer
 
GLASS - Static variable in class net.minecraft.item.Items
 
GLASS - Static variable in class net.minecraft.sound.BlockSoundGroup
 
GLASS_BOTTLE - Static variable in class net.minecraft.item.Items
 
GLASS_PANE - Static variable in class net.minecraft.block.Blocks
 
GLASS_PANE - Static variable in class net.minecraft.item.Items
 
GlassBottleItem - Class in net.minecraft.item
 
GlassBottleItem(Item.Settings) - Constructor for class net.minecraft.item.GlassBottleItem
glAttachShader(int, int) - Static method in class com.mojang.blaze3d.platform.GlStateManager
 
GlazedTerracottaBlock - Class in net.minecraft.block
 
GlazedTerracottaBlock(AbstractBlock.Settings) - Constructor for class net.minecraft.block.GlazedTerracottaBlock
glBindBuffer(int, IntSupplier) - Static method in class com.mojang.blaze3d.systems.RenderSystem
 
glBindVertexArray(Supplier<Integer>) - Static method in class com.mojang.blaze3d.systems.RenderSystem
 
glBlendFuncSeparate(int, int, int, int) - Static method in class com.mojang.blaze3d.platform.GlStateManager
 
GlBlendState - Class in net.minecraft.client.gl
 
GlBlendState() - Constructor for class net.minecraft.client.gl.GlBlendState
 
GlBlendState(boolean, boolean, int, int, int, int, int) - Constructor for class net.minecraft.client.gl.GlBlendState
 
GlBlendState(int, int, int) - Constructor for class net.minecraft.client.gl.GlBlendState
 
GlBlendState(int, int, int, int, int) - Constructor for class net.minecraft.client.gl.GlBlendState
 
glBufferData(int, ByteBuffer, int) - Static method in class com.mojang.blaze3d.systems.RenderSystem
 
glCheckFramebufferStatus(int) - Static method in class com.mojang.blaze3d.platform.GlStateManager
 
glCompileShader(int) - Static method in class com.mojang.blaze3d.platform.GlStateManager
 
GlConst - Class in com.mojang.blaze3d.platform
 
GlConst() - Constructor for class com.mojang.blaze3d.platform.GlConst
 
glCreateProgram() - Static method in class com.mojang.blaze3d.platform.GlStateManager
 
glCreateShader(int) - Static method in class com.mojang.blaze3d.platform.GlStateManager
 
GlDebug - Class in net.minecraft.client.gl
 
GlDebug() - Constructor for class net.minecraft.client.gl.GlDebug
 
GlDebug.DebugMessage - Class in net.minecraft.client.gl
 
GlDebugInfo - Class in com.mojang.blaze3d.platform
 
GlDebugInfo() - Constructor for class com.mojang.blaze3d.platform.GlDebugInfo
 
glDebugVerbosity - Variable in class net.minecraft.client.option.GameOptions
 
glDeleteBuffers(int) - Static method in class com.mojang.blaze3d.systems.RenderSystem
 
glDeleteProgram(int) - Static method in class com.mojang.blaze3d.platform.GlStateManager
 
glDeleteShader(int) - Static method in class com.mojang.blaze3d.platform.GlStateManager
 
glDeleteVertexArrays(int) - Static method in class com.mojang.blaze3d.systems.RenderSystem
 
GlErroredException(String) - Constructor for exception class net.minecraft.client.util.Window.GlErroredException
GlException - Exception Class in net.minecraft.client.util
 
GlException(String) - Constructor for exception class net.minecraft.client.util.GlException
 
GlException(String, Throwable) - Constructor for exception class net.minecraft.client.util.GlException
 
glFormat - Variable in enum class net.minecraft.client.texture.NativeImage.Format
 
GLFW_CURSOR - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_CURSOR_DISABLED - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_CURSOR_NORMAL - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_FORMAT_UNAVAILABLE - Static variable in class net.minecraft.client.util.Clipboard
 
GLFW_KEY_0 - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_1 - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_2 - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_3 - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_4 - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_5 - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_6 - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_7 - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_8 - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_9 - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_A - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_APOSTROPHE - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_B - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_BACKSLASH - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_BACKSPACE - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_C - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_CAPS_LOCK - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_COMMA - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_D - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_DELETE - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_DOWN - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_E - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_END - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_ENTER - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_EQUAL - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_ESCAPE - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_F - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_F1 - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_F10 - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_F11 - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_F12 - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_F13 - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_F14 - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_F15 - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_F16 - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_F17 - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_F18 - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_F19 - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_F2 - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_F20 - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_F21 - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_F22 - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_F23 - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_F24 - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_F25 - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_F3 - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_F4 - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_F5 - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_F6 - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_F7 - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_F8 - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_F9 - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_G - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_GRAVE_ACCENT - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_H - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_HOME - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_I - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_INSERT - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_J - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_K - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_KP_0 - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_KP_1 - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_KP_2 - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_KP_3 - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_KP_4 - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_KP_5 - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_KP_6 - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_KP_7 - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_KP_8 - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_KP_9 - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_KP_ADD - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_KP_DECIMAL - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_KP_ENTER - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_KP_EQUAL - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_KP_MULTIPLY - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_L - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_LEFT - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_LEFT_ALT - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_LEFT_BRACKET - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_LEFT_CONTROL - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_LEFT_SHIFT - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_LEFT_SUPER - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_M - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_MINUS - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_N - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_NUM_LOCK - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_O - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_P - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_PAGE_DOWN - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_PAGE_UP - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_PAUSE - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_PERIOD - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_PRINT_SCREEN - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_Q - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_R - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_RIGHT - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_RIGHT_ALT - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_RIGHT_BRACKET - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_RIGHT_CONTROL - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_RIGHT_SHIFT - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_RIGHT_SUPER - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_S - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_SCROLL_LOCK - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_SEMICOLON - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_SLASH - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_SPACE - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_T - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_TAB - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_U - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_UP - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_V - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_W - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_X - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_Y - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_KEY_Z - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_RAW_MOUSE_MOTION - Static variable in class net.minecraft.client.util.InputUtil
 
GLFW_RAW_MOUSE_MOTION_SUPPORTED_HANDLE - Static variable in class net.minecraft.client.util.InputUtil
 
glfwTime - Variable in class net.minecraft.client.Mouse
 
GlfwUtil - Class in net.minecraft.client.util
 
GlfwUtil() - Constructor for class net.minecraft.client.util.GlfwUtil
 
glGenBuffers(Consumer<Integer>) - Static method in class com.mojang.blaze3d.systems.RenderSystem
 
glGenFramebuffers() - Static method in class com.mojang.blaze3d.platform.GlStateManager
 
glGenRenderbuffers() - Static method in class com.mojang.blaze3d.platform.GlStateManager
 
glGenVertexArrays(Consumer<Integer>) - Static method in class com.mojang.blaze3d.systems.RenderSystem
 
glGetProgrami(int, int) - Static method in class com.mojang.blaze3d.platform.GlStateManager
 
glGetProgramInfoLog(int, int) - Static method in class com.mojang.blaze3d.platform.GlStateManager
 
glGetShaderi(int, int) - Static method in class com.mojang.blaze3d.platform.GlStateManager
 
glGetShaderInfoLog(int, int) - Static method in class com.mojang.blaze3d.platform.GlStateManager
 
glId - Variable in class net.minecraft.client.texture.AbstractTexture
 
GlImportProcessor - Class in net.minecraft.client.gl
Handles the flattening of "moj_" import strings in the loaded GLSL shader file.
GlImportProcessor() - Constructor for class net.minecraft.client.gl.GlImportProcessor
 
GlImportProcessor.Context - Class in net.minecraft.client.gl
A context for the parser to keep track of its current line and caret position in the file.
GLINT - Static variable in class net.minecraft.client.render.RenderLayer
 
GLINT_PROGRAM - Static variable in class net.minecraft.client.render.RenderPhase
 
GLINT_SPEED_TOOLTIP - Static variable in class net.minecraft.client.option.GameOptions
 
GLINT_STRENGTH_TOOLTIP - Static variable in class net.minecraft.client.option.GameOptions
 
GLINT_TEXTURING - Static variable in class net.minecraft.client.render.RenderPhase
 
GLINT_TRANSLUCENT - Static variable in class net.minecraft.client.render.RenderLayer
 
GLINT_TRANSPARENCY - Static variable in class net.minecraft.client.render.RenderPhase
 
glintAlpha - Variable in class net.minecraft.client.gl.ShaderProgram
 
glintSpeed - Variable in class net.minecraft.client.option.GameOptions
 
glintStrength - Variable in class net.minecraft.client.option.GameOptions
 
GLISTERING_MELON_SLICE - Static variable in class net.minecraft.item.Items
 
GLITTER - Enum constant in enum class net.minecraft.entity.passive.TropicalFishEntity.Variety
 
GLITTER_TEXTURE - Static variable in class net.minecraft.client.render.entity.feature.TropicalFishColorFeatureRenderer
 
glLinkProgram(int) - Static method in class com.mojang.blaze3d.platform.GlStateManager
 
glMode - Variable in enum class net.minecraft.client.render.VertexFormat.DrawMode
 
glob(String) - Static method in record class net.minecraft.util.path.AllowedSymlinkPathMatcher.Entry
 
global - Variable in class net.minecraft.network.packet.s2c.play.WorldEventS2CPacket
 
GLOBAL - Static variable in class net.minecraft.client.item.ModelPredicateProviderRegistry
 
GLOBAL_SOUND_EVENTS - Static variable in class net.minecraft.world.GameRules
 
globalDifficulty - Variable in class net.minecraft.world.LocalDifficulty
 
globalDumpConsumer - Static variable in class net.minecraft.util.profiler.DebugRecorder
 
GlobalPos - Record Class in net.minecraft.util.math
 
GlobalPos(RegistryKey<World>, BlockPos) - Constructor for record class net.minecraft.util.math.GlobalPos
Creates an instance of a GlobalPos record class.
GLOBE - Static variable in class net.minecraft.block.entity.BannerPatterns
 
GLOBE_BANNER_PATTERN - Static variable in class net.minecraft.item.Items
 
GLOBE_PATTERN_ITEM - Static variable in class net.minecraft.registry.tag.BannerPatternTags
 
GLOW - Static variable in class net.minecraft.particle.ParticleTypes
 
GLOW_BERRIES - Static variable in class net.minecraft.item.FoodComponents
 
GLOW_BERRIES - Static variable in class net.minecraft.item.Items
 
GLOW_COLOR_OVERRIDE - Static variable in class net.minecraft.entity.decoration.DisplayEntity
 
GLOW_COLOR_OVERRIDE_NBT_KEY - Static variable in class net.minecraft.entity.decoration.DisplayEntity
 
GLOW_FRAME - Static variable in class net.minecraft.client.render.entity.ItemFrameEntityRenderer
 
GLOW_FRAME_BLOCK_LIGHT - Static variable in class net.minecraft.client.render.entity.ItemFrameEntityRenderer
 
GLOW_INK_SAC - Static variable in class net.minecraft.item.Items
 
GLOW_ITEM_FRAME - Static variable in class net.minecraft.entity.EntityType
 
GLOW_ITEM_FRAME - Static variable in class net.minecraft.item.Items
 
GLOW_LICHEN - Static variable in class net.minecraft.block.Blocks
 
GLOW_LICHEN - Static variable in class net.minecraft.item.Items
 
GLOW_LICHEN - Static variable in class net.minecraft.sound.BlockSoundGroup
 
GLOW_LICHEN - Static variable in class net.minecraft.world.gen.feature.UndergroundConfiguredFeatures
 
GLOW_LICHEN - Static variable in class net.minecraft.world.gen.feature.UndergroundPlacedFeatures
 
GLOW_SQUID - Static variable in class net.minecraft.client.render.entity.model.EntityModelLayers
 
GLOW_SQUID - Static variable in class net.minecraft.entity.EntityType
 
GLOW_SQUID_INK - Static variable in class net.minecraft.particle.ParticleTypes
 
GLOW_SQUID_SPAWN_EGG - Static variable in class net.minecraft.item.Items
 
glowBerryDrops(Block) - Static method in class net.minecraft.data.server.loottable.BlockLootTableGenerator
 
glowColorOverride - Variable in record class net.minecraft.entity.decoration.DisplayEntity.RenderState
The field for the glowColorOverride record component.
glowColorOverride() - Method in record class net.minecraft.entity.decoration.DisplayEntity.RenderState
Returns the value of the glowColorOverride record component.
GlowFactory(SpriteProvider) - Constructor for class net.minecraft.client.particle.GlowParticle.GlowFactory
 
glowing - Variable in class net.minecraft.block.entity.SignText
 
glowing - Variable in class net.minecraft.entity.Entity
 
GLOWING - Static variable in class net.minecraft.entity.effect.StatusEffects
 
GLOWING_BLACK_COLOR - Static variable in class net.minecraft.client.render.block.entity.SignBlockEntityRenderer
 
GLOWING_FLAG - Static variable in class net.minecraft.entity.LivingEntity
 
GLOWING_FLAG_INDEX - Static variable in class net.minecraft.entity.Entity
 
GlowInkSacItem - Class in net.minecraft.item
 
GlowInkSacItem(Item.Settings) - Constructor for class net.minecraft.item.GlowInkSacItem
GlowItemFrameEntity - Class in net.minecraft.entity.decoration
 
GlowItemFrameEntity(EntityType<? extends ItemFrameEntity>, World) - Constructor for class net.minecraft.entity.decoration.GlowItemFrameEntity
GlowItemFrameEntity(World, BlockPos, Direction) - Constructor for class net.minecraft.entity.decoration.GlowItemFrameEntity
GlowLichenBlock - Class in net.minecraft.block
 
GlowLichenBlock(AbstractBlock.Settings) - Constructor for class net.minecraft.block.GlowLichenBlock
GlowParticle - Class in net.minecraft.client.particle
 
GlowParticle(ClientWorld, double, double, double, double, double, double, SpriteProvider) - Constructor for class net.minecraft.client.particle.GlowParticle
 
GlowParticle.ElectricSparkFactory - Class in net.minecraft.client.particle
 
GlowParticle.GlowFactory - Class in net.minecraft.client.particle
 
GlowParticle.ScrapeFactory - Class in net.minecraft.client.particle
 
GlowParticle.WaxOffFactory - Class in net.minecraft.client.particle
 
GlowParticle.WaxOnFactory - Class in net.minecraft.client.particle
 
GlowSquidEntity - Class in net.minecraft.entity.passive
 
GlowSquidEntity(EntityType<? extends GlowSquidEntity>, World) - Constructor for class net.minecraft.entity.passive.GlowSquidEntity
GlowSquidEntityRenderer - Class in net.minecraft.client.render.entity
 
GlowSquidEntityRenderer(EntityRendererFactory.Context, SquidEntityModel<GlowSquidEntity>) - Constructor for class net.minecraft.client.render.entity.GlowSquidEntityRenderer
GlowSquidInkFactory(SpriteProvider) - Constructor for class net.minecraft.client.particle.SquidInkParticle.GlowSquidInkFactory
 
GLOWSTONE - Static variable in class net.minecraft.block.Blocks
 
GLOWSTONE - Static variable in class net.minecraft.item.Items
 
GLOWSTONE - Static variable in class net.minecraft.world.gen.feature.NetherPlacedFeatures
 
GLOWSTONE_BLOB - Static variable in class net.minecraft.world.gen.feature.Feature
 
GLOWSTONE_DUST - Static variable in class net.minecraft.item.Items
 
GLOWSTONE_EXTRA - Static variable in class net.minecraft.world.gen.feature.NetherConfiguredFeatures
 
GLOWSTONE_EXTRA - Static variable in class net.minecraft.world.gen.feature.NetherPlacedFeatures
 
GlowstoneBlobFeature - Class in net.minecraft.world.gen.feature
 
GlowstoneBlobFeature(Codec<DefaultFeatureConfig>) - Constructor for class net.minecraft.world.gen.feature.GlowstoneBlobFeature
GlProgramManager - Class in net.minecraft.client.gl
 
GlProgramManager() - Constructor for class net.minecraft.client.gl.GlProgramManager
 
glRef - Variable in class net.minecraft.client.gl.JsonEffectShaderProgram
 
glRef - Variable in class net.minecraft.client.gl.ShaderProgram
 
glRef - Variable in class net.minecraft.client.gl.ShaderStage
 
glShaderSource(int, List<String>) - Static method in class com.mojang.blaze3d.platform.GlStateManager
 
GlStateManager - Class in com.mojang.blaze3d.platform
 
GlStateManager() - Constructor for class com.mojang.blaze3d.platform.GlStateManager
 
GlStateManager.BlendFuncState - Class in com.mojang.blaze3d.platform
 
GlStateManager.CapabilityTracker - Class in com.mojang.blaze3d.platform
 
GlStateManager.ColorMask - Class in com.mojang.blaze3d.platform
 
GlStateManager.CullFaceState - Class in com.mojang.blaze3d.platform
 
GlStateManager.DepthTestState - Class in com.mojang.blaze3d.platform
 
GlStateManager.DstFactor - Enum Class in com.mojang.blaze3d.platform
 
GlStateManager.LogicOp - Enum Class in com.mojang.blaze3d.platform
 
GlStateManager.LogicOpState - Class in com.mojang.blaze3d.platform
 
GlStateManager.PolygonOffsetState - Class in com.mojang.blaze3d.platform
 
GlStateManager.ScissorTestState - Class in com.mojang.blaze3d.platform
 
GlStateManager.SrcFactor - Enum Class in com.mojang.blaze3d.platform
 
GlStateManager.StencilState - Class in com.mojang.blaze3d.platform
 
GlStateManager.StencilSubState - Class in com.mojang.blaze3d.platform
 
GlStateManager.Texture2DState - Class in com.mojang.blaze3d.platform
 
GlStateManager.Viewport - Enum Class in com.mojang.blaze3d.platform
 
GlTimer - Class in net.minecraft.client.gl
 
GlTimer() - Constructor for class net.minecraft.client.gl.GlTimer
 
GlTimer.InstanceHolder - Class in net.minecraft.client.gl
 
GlTimer.Query - Class in net.minecraft.client.gl
 
glType - Variable in enum class net.minecraft.client.gl.ShaderStage.Type
 
glType - Variable in enum class net.minecraft.client.render.VertexFormat.IndexType
 
glType - Variable in enum class net.minecraft.client.render.VertexFormatElement.ComponentType
 
GlUniform - Class in net.minecraft.client.gl
Represents a uniform variable.
GlUniform(String, int, int, ShaderProgramSetupView) - Constructor for class net.minecraft.client.gl.GlUniform
 
glUniform1(int, FloatBuffer) - Static method in class com.mojang.blaze3d.systems.RenderSystem
 
glUniform1(int, IntBuffer) - Static method in class com.mojang.blaze3d.systems.RenderSystem
 
glUniform1i(int, int) - Static method in class com.mojang.blaze3d.systems.RenderSystem
 
glUniform2(int, FloatBuffer) - Static method in class com.mojang.blaze3d.systems.RenderSystem
 
glUniform2(int, IntBuffer) - Static method in class com.mojang.blaze3d.systems.RenderSystem
 
glUniform3(int, FloatBuffer) - Static method in class com.mojang.blaze3d.systems.RenderSystem
 
glUniform3(int, IntBuffer) - Static method in class com.mojang.blaze3d.systems.RenderSystem
 
glUniform4(int, FloatBuffer) - Static method in class com.mojang.blaze3d.systems.RenderSystem
 
glUniform4(int, IntBuffer) - Static method in class com.mojang.blaze3d.systems.RenderSystem
 
glUniformMatrix2(int, boolean, FloatBuffer) - Static method in class com.mojang.blaze3d.systems.RenderSystem
 
glUniformMatrix3(int, boolean, FloatBuffer) - Static method in class com.mojang.blaze3d.systems.RenderSystem
 
glUniformMatrix4(int, boolean, FloatBuffer) - Static method in class com.mojang.blaze3d.systems.RenderSystem
 
GLX - Class in com.mojang.blaze3d.platform
 
GLX() - Constructor for class com.mojang.blaze3d.platform.GLX
 
glyph - Variable in record class net.minecraft.client.font.FontStorage.GlyphPair
The field for the glyph record component.
glyph() - Method in record class net.minecraft.client.font.FontStorage.GlyphPair
Returns the value of the glyph record component.
Glyph - Interface in net.minecraft.client.font
 
Glyph.EmptyGlyph - Interface in net.minecraft.client.font
 
glyphAtlases - Variable in class net.minecraft.client.font.FontStorage
 
GlyphAtlasTexture - Class in net.minecraft.client.font
 
GlyphAtlasTexture(TextRenderLayerSet, boolean) - Constructor for class net.minecraft.client.font.GlyphAtlasTexture
 
GlyphAtlasTexture.Slot - Class in net.minecraft.client.font
 
glyphCache - Variable in class net.minecraft.client.font.FontStorage
 
GlyphContainer<T> - Class in net.minecraft.client.font
 
GlyphContainer(IntFunction<T[]>, IntFunction<T[][]>) - Constructor for class net.minecraft.client.font.GlyphContainer
 
GlyphContainer.GlyphConsumer<T> - Interface in net.minecraft.client.font
 
glyphIndex - Variable in class net.minecraft.client.font.TrueTypeFont.TtfGlyph
 
GlyphPair(Glyph, Glyph) - Constructor for record class net.minecraft.client.font.FontStorage.GlyphPair
 
GlyphRenderer - Class in net.minecraft.client.font
 
GlyphRenderer(TextRenderLayerSet, float, float, float, float, float, float, float, float) - Constructor for class net.minecraft.client.font.GlyphRenderer
 
GlyphRenderer.Rectangle - Class in net.minecraft.client.font
 
glyphRendererCache - Variable in class net.minecraft.client.font.FontStorage
 
glyphs - Variable in class net.minecraft.client.font.BitmapFont
 
glyphs - Variable in class net.minecraft.client.font.UnihexFont
 
GO_IN_BOAT_DIRECTION - Enum constant in enum class net.minecraft.entity.ai.goal.ChaseBoatState
 
GO_TO_BOAT - Enum constant in enum class net.minecraft.entity.ai.goal.ChaseBoatState
 
GO_TO_NEMESIS_MEMORY_DURATION - Static variable in class net.minecraft.entity.mob.PiglinBrain
 
GO_TO_ZOMBIFIED_MEMORY_DURATION - Static variable in class net.minecraft.entity.mob.PiglinBrain
 
goal - Variable in class net.minecraft.entity.ai.goal.PrioritizedGoal
 
Goal - Class in net.minecraft.entity.ai.goal
 
Goal() - Constructor for class net.minecraft.entity.ai.goal.Goal
 
Goal(int, boolean, String) - Constructor for record class net.minecraft.network.packet.s2c.custom.DebugGoalSelectorCustomPayload.Goal
 
Goal(PacketByteBuf) - Constructor for record class net.minecraft.network.packet.s2c.custom.DebugGoalSelectorCustomPayload.Goal
 
GOAL - Enum constant in enum class net.minecraft.advancement.AdvancementFrame
 
Goal.Control - Enum Class in net.minecraft.entity.ai.goal
 
goalFrameTexture - Variable in enum class net.minecraft.client.gui.screen.advancement.AdvancementObtainedStatus
 
goals - Variable in record class net.minecraft.client.render.debug.GoalSelectorDebugRenderer.Entity
The field for the goals record component.
goals - Variable in class net.minecraft.entity.ai.goal.GoalSelector
 
goals - Variable in record class net.minecraft.network.packet.s2c.custom.DebugBeeCustomPayload.Bee
The field for the goals record component.
goals - Variable in record class net.minecraft.network.packet.s2c.custom.DebugGoalSelectorCustomPayload
The field for the goals record component.
goals() - Method in record class net.minecraft.client.render.debug.GoalSelectorDebugRenderer.Entity
Returns the value of the goals record component.
goals() - Method in record class net.minecraft.network.packet.s2c.custom.DebugBeeCustomPayload.Bee
Returns the value of the goals record component.
goals() - Method in record class net.minecraft.network.packet.s2c.custom.DebugGoalSelectorCustomPayload
Returns the value of the goals record component.
goalsByControl - Variable in class net.minecraft.entity.ai.goal.GoalSelector
 
goalSelector - Variable in class net.minecraft.entity.mob.MobEntity
Contains actions the entity can perform.
GoalSelector - Class in net.minecraft.entity.ai.goal
Manages a set of goals, which are competing for certain controls on the mob.
GoalSelector(Supplier<Profiler>) - Constructor for class net.minecraft.entity.ai.goal.GoalSelector
 
goalSelectorDebugRenderer - Variable in class net.minecraft.client.render.debug.DebugRenderer
 
GoalSelectorDebugRenderer - Class in net.minecraft.client.render.debug
 
GoalSelectorDebugRenderer(MinecraftClient) - Constructor for class net.minecraft.client.render.debug.GoalSelectorDebugRenderer
 
GoalSelectorDebugRenderer.Entity - Record Class in net.minecraft.client.render.debug
 
goalSelectors - Variable in class net.minecraft.client.render.debug.GoalSelectorDebugRenderer
 
GOAT - Static variable in class net.minecraft.client.render.entity.model.EntityModelLayers
 
GOAT - Static variable in class net.minecraft.entity.EntityType
 
GOAT_HORN - Static variable in class net.minecraft.item.Items
 
GOAT_HORN_IDS - Static variable in class net.minecraft.datafixer.fix.GoatHornIdFix
 
GOAT_HORN_RANGE - Static variable in interface net.minecraft.item.Instruments
 
GOAT_HORN_SOUND_COUNT - Static variable in class net.minecraft.sound.SoundEvents
 
GOAT_HORN_SOUNDS - Static variable in class net.minecraft.sound.SoundEvents
 
GOAT_HORN_USE_DURATION - Static variable in interface net.minecraft.item.Instruments
 
GOAT_HORNS - Static variable in interface net.minecraft.registry.tag.InstrumentTags
 
GOAT_SPAWN_EGG - Static variable in class net.minecraft.item.Items
 
GOAT_TEMPTATIONS - Static variable in class net.minecraft.entity.ai.brain.sensor.SensorType
 
GoatBrain - Class in net.minecraft.entity.passive
 
GoatBrain() - Constructor for class net.minecraft.entity.passive.GoatBrain
 
GoatEntity - Class in net.minecraft.entity.passive
 
GoatEntity(EntityType<? extends GoatEntity>, World) - Constructor for class net.minecraft.entity.passive.GoatEntity
GoatEntityModel<T> - Class in net.minecraft.client.render.entity.model
Represents the model of a GoatEntity.
GoatEntityModel(ModelPart) - Constructor for class net.minecraft.client.render.entity.model.GoatEntityModel
 
GoatEntityRenderer - Class in net.minecraft.client.render.entity
 
GoatEntityRenderer(EntityRendererFactory.Context) - Constructor for class net.minecraft.client.render.entity.GoatEntityRenderer
GoatHornIdFix - Class in net.minecraft.datafixer.fix
 
GoatHornIdFix(Schema) - Constructor for class net.minecraft.datafixer.fix.GoatHornIdFix
 
GoatHornItem - Class in net.minecraft.item
 
GoatHornItem(Item.Settings, TagKey<Instrument>) - Constructor for class net.minecraft.item.GoatHornItem
 
GoatMissingStateFix - Class in net.minecraft.datafixer.fix
 
GoatMissingStateFix(Schema) - Constructor for class net.minecraft.datafixer.fix.GoatMissingStateFix
 
GOATS_SPAWNABLE_ON - Static variable in class net.minecraft.registry.tag.BlockTags
 
goBack - Variable in class net.minecraft.client.gui.screen.world.DataPackFailureScreen
 
GoBackToLavaGoal(StriderEntity, double) - Constructor for class net.minecraft.entity.passive.StriderEntity.GoBackToLavaGoal
 
goHome(ServerWorld, VillagerEntity, VillagerEntity) - Method in class net.minecraft.entity.ai.brain.task.VillagerBreedTask
 
GoHomeGoal(TurtleEntity, double) - Constructor for class net.minecraft.entity.passive.TurtleEntity.GoHomeGoal
 
GOLD - Enum constant in enum class net.minecraft.entity.passive.AxolotlEntity.Variant
 
GOLD - Enum constant in enum class net.minecraft.entity.passive.RabbitEntity.RabbitType
 
GOLD - Enum constant in enum class net.minecraft.item.ToolMaterials
 
GOLD - Enum constant in enum class net.minecraft.util.Formatting
 
GOLD - Static variable in record class net.minecraft.block.BlockSetType
 
GOLD - Static variable in class net.minecraft.block.MapColor
 
GOLD - Static variable in class net.minecraft.item.ArmorMaterials
 
GOLD - Static variable in class net.minecraft.item.trim.ArmorTrimMaterials
 
GOLD_BLOCK - Static variable in class net.minecraft.block.Blocks
 
GOLD_BLOCK - Static variable in class net.minecraft.item.Items
 
GOLD_INGOT - Static variable in class net.minecraft.item.Items
 
GOLD_NUGGET - Static variable in class net.minecraft.item.Items
 
GOLD_ORE - Static variable in class net.minecraft.block.Blocks
 
GOLD_ORE - Static variable in class net.minecraft.item.Items
 
GOLD_ORES - Static variable in class net.minecraft.data.server.recipe.VanillaRecipeProvider
 
GOLD_ORES - Static variable in class net.minecraft.registry.tag.BlockTags
 
GOLD_ORES - Static variable in class net.minecraft.registry.tag.ItemTags
 
GOLD_TEXTURE - Static variable in class net.minecraft.client.render.entity.RabbitEntityRenderer
 
GOLDEN_APPLE - Static variable in class net.minecraft.item.FoodComponents
 
GOLDEN_APPLE - Static variable in class net.minecraft.item.Items
 
GOLDEN_AXE - Static variable in class net.minecraft.item.Items
 
GOLDEN_BOOTS - Static variable in class net.minecraft.item.Items
 
GOLDEN_CARROT - Static variable in class net.minecraft.item.FoodComponents
 
GOLDEN_CARROT - Static variable in class net.minecraft.item.Items
 
GOLDEN_CHESTPLATE - Static variable in class net.minecraft.item.Items
 
GOLDEN_HELMET - Static variable in class net.minecraft.item.Items
 
GOLDEN_HOE - Static variable in class net.minecraft.item.Items
 
GOLDEN_HORSE_ARMOR - Static variable in class net.minecraft.item.Items
 
GOLDEN_LEGGINGS - Static variable in class net.minecraft.item.Items
 
GOLDEN_PICKAXE - Static variable in class net.minecraft.item.Items
 
GOLDEN_RATIO_64 - Static variable in class net.minecraft.util.math.random.RandomSeed
 
GOLDEN_SHOVEL - Static variable in class net.minecraft.item.Items
 
GOLDEN_SWORD - Static variable in class net.minecraft.item.Items
 
golem - Variable in class net.minecraft.entity.ai.goal.IronGolemLookGoal
 
golem - Variable in class net.minecraft.entity.ai.goal.TrackIronGolemTargetGoal
 
GOLEM_DETECTED - Static variable in class net.minecraft.entity.ai.brain.sensor.SensorType
 
GOLEM_DETECTED_RECENTLY - Static variable in class net.minecraft.entity.ai.brain.MemoryModuleType
 
GOLEM_DETECTED_WARMUP - Static variable in class net.minecraft.entity.ai.brain.sensor.GolemLastSeenSensor
 
GOLEM_KILLED - Static variable in interface net.minecraft.entity.EntityInteraction
 
GolemEntity - Class in net.minecraft.entity.passive
 
GolemEntity(EntityType<? extends GolemEntity>, World) - Constructor for class net.minecraft.entity.passive.GolemEntity
GolemLastSeenSensor - Class in net.minecraft.entity.ai.brain.sensor
 
GolemLastSeenSensor() - Constructor for class net.minecraft.entity.ai.brain.sensor.GolemLastSeenSensor
 
GolemLastSeenSensor(int) - Constructor for class net.minecraft.entity.ai.brain.sensor.GolemLastSeenSensor
gossip - Variable in class net.minecraft.entity.passive.VillagerEntity
 
gossipData - Variable in class net.minecraft.entity.mob.ZombieVillagerEntity
 
GossipEntry(UUID, VillageGossipType, int) - Constructor for record class net.minecraft.village.VillagerGossips.GossipEntry
Creates an instance of a GossipEntry record class.
gossips - Variable in record class net.minecraft.network.packet.s2c.custom.DebugBrainCustomPayload.Brain
The field for the gossips record component.
gossips() - Method in record class net.minecraft.network.packet.s2c.custom.DebugBrainCustomPayload.Brain
Returns the value of the gossips record component.
gossipStartTime - Variable in class net.minecraft.entity.passive.VillagerEntity
 
GoToBedAndSleepGoal - Class in net.minecraft.entity.ai.goal
Makes a CatEntity go to a bed and sleep.
GoToBedAndSleepGoal(CatEntity, double, int) - Constructor for class net.minecraft.entity.ai.goal.GoToBedAndSleepGoal
 
GoToIfNearbyTask - Class in net.minecraft.entity.ai.brain.task
 
GoToIfNearbyTask() - Constructor for class net.minecraft.entity.ai.brain.task.GoToIfNearbyTask
 
GoToNearbyPositionTask - Class in net.minecraft.entity.ai.brain.task
 
GoToNearbyPositionTask() - Constructor for class net.minecraft.entity.ai.brain.task.GoToNearbyPositionTask
 
goToNemesisTask() - Static method in class net.minecraft.entity.mob.PiglinBrain
 
goToNextPage() - Method in class net.minecraft.client.gui.screen.ingame.BookScreen
 
goToNextPage() - Method in class net.minecraft.client.gui.screen.ingame.LecternScreen
GoToPointOfInterestTask - Class in net.minecraft.entity.ai.brain.task
 
GoToPointOfInterestTask() - Constructor for class net.minecraft.entity.ai.brain.task.GoToPointOfInterestTask
 
goToPreviousPage() - Method in class net.minecraft.client.gui.screen.ingame.BookScreen
 
goToPreviousPage() - Method in class net.minecraft.client.gui.screen.ingame.LecternScreen
GoToRememberedPositionTask - Class in net.minecraft.entity.ai.brain.task
 
GoToRememberedPositionTask() - Constructor for class net.minecraft.entity.ai.brain.task.GoToRememberedPositionTask
 
GoToSecondaryPositionTask - Class in net.minecraft.entity.ai.brain.task
 
GoToSecondaryPositionTask() - Constructor for class net.minecraft.entity.ai.brain.task.GoToSecondaryPositionTask
 
GoToVillageGoal - Class in net.minecraft.entity.ai.goal
 
GoToVillageGoal(int, int) - Constructor for class net.minecraft.entity.passive.FoxEntity.GoToVillageGoal
 
GoToVillageGoal(PathAwareEntity, int) - Constructor for class net.minecraft.entity.ai.goal.GoToVillageGoal
 
GoToWalkTargetGoal - Class in net.minecraft.entity.ai.goal
 
GoToWalkTargetGoal(PathAwareEntity, double) - Constructor for class net.minecraft.entity.ai.goal.GoToWalkTargetGoal
 
GoTowardsLookTargetTask - Class in net.minecraft.entity.ai.brain.task
 
GoTowardsLookTargetTask() - Constructor for class net.minecraft.entity.ai.brain.task.GoTowardsLookTargetTask
 
GoToWorkTask - Class in net.minecraft.entity.ai.brain.task
 
GoToWorkTask() - Constructor for class net.minecraft.entity.ai.brain.task.GoToWorkTask
 
gourdBlock - Variable in class net.minecraft.block.AttachedStemBlock
 
gourdBlock - Variable in class net.minecraft.block.StemBlock
 
GPU - Enum constant in enum class net.minecraft.util.profiler.SampleType
 
GPU_WARNLIST_ID - Static variable in class net.minecraft.client.resource.VideoWarningManager
 
gpuUtilizationPercentage - Variable in class net.minecraft.client.MinecraftClient
 
grad(int, double, double, double) - Static method in class net.minecraft.util.math.noise.PerlinNoiseSampler
 
grad(int, double, double, double, double) - Method in class net.minecraft.util.math.noise.SimplexNoiseSampler
 
GRADIENT - Static variable in class net.minecraft.block.entity.BannerPatterns
 
GRADIENT_UP - Static variable in class net.minecraft.block.entity.BannerPatterns
 
GRADIENTS - Static variable in class net.minecraft.util.math.noise.SimplexNoiseSampler
 
GRAHAM - Static variable in class net.minecraft.entity.decoration.painting.PaintingVariants
 
GRANITE - Static variable in class net.minecraft.block.Blocks
 
GRANITE - Static variable in class net.minecraft.data.family.BlockFamilies
 
GRANITE - Static variable in class net.minecraft.item.Items
 
GRANITE_SLAB - Static variable in class net.minecraft.block.Blocks
 
GRANITE_SLAB - Static variable in class net.minecraft.item.Items
 
GRANITE_STAIRS - Static variable in class net.minecraft.block.Blocks
 
GRANITE_STAIRS - Static variable in class net.minecraft.item.Items
 
GRANITE_WALL - Static variable in class net.minecraft.block.Blocks
 
GRANITE_WALL - Static variable in class net.minecraft.item.Items
 
grant(PlayerAdvancementTracker) - Method in record class net.minecraft.advancement.criterion.Criterion.ConditionsContainer
 
GRANT - Enum constant in enum class net.minecraft.server.command.AdvancementCommand.Operation
 
grantCriterion(AdvancementEntry, String) - Method in class net.minecraft.advancement.PlayerAdvancementTracker
 
GRAPHICS_FABULOUS_TEXT - Static variable in class net.minecraft.client.gui.screen.option.VideoOptionsScreen
 
GRAPHICS_WARNING_ACCEPT_TEXT - Static variable in class net.minecraft.client.gui.screen.option.VideoOptionsScreen
 
GRAPHICS_WARNING_CANCEL_TEXT - Static variable in class net.minecraft.client.gui.screen.option.VideoOptionsScreen
 
GRAPHICS_WARNING_MESSAGE_TEXT - Static variable in class net.minecraft.client.gui.screen.option.VideoOptionsScreen
 
GRAPHICS_WARNING_TITLE_TEXT - Static variable in class net.minecraft.client.gui.screen.option.VideoOptionsScreen
 
graphicsMode - Variable in class net.minecraft.client.option.GameOptions
 
GraphicsMode - Enum Class in net.minecraft.client.option
 
GraphicsMode(int, String) - Constructor for enum class net.minecraft.client.option.GraphicsMode
 
GRASS - Static variable in class net.minecraft.sound.BlockSoundGroup
 
GRASS_BLOCK - Static variable in class net.minecraft.block.Blocks
 
GRASS_BLOCK - Static variable in class net.minecraft.item.Items
 
GRASS_BLOCK - Static variable in class net.minecraft.world.gen.surfacebuilder.VanillaSurfaceRules
 
GRASS_BONEMEAL - Static variable in class net.minecraft.world.gen.feature.VegetationPlacedFeatures
 
GRASS_COLOR - Static variable in class net.minecraft.client.color.world.BiomeColors
 
GRASS_COLORMAP_LOC - Static variable in class net.minecraft.client.resource.GrassColormapResourceSupplier
 
GRASS_UPPER - Static variable in class net.minecraft.datafixer.fix.ChunkPalettedStorageFix
 
GrassBlock - Class in net.minecraft.block
 
GrassBlock(AbstractBlock.Settings) - Constructor for class net.minecraft.block.GrassBlock
grassColor - Variable in class net.minecraft.world.biome.BiomeEffects.Builder
 
grassColor - Variable in class net.minecraft.world.biome.BiomeEffects
 
grassColor(int) - Method in class net.minecraft.world.biome.BiomeEffects.Builder
 
GrassColormapResourceSupplier - Class in net.minecraft.client.resource
 
GrassColormapResourceSupplier() - Constructor for class net.minecraft.client.resource.GrassColormapResourceSupplier
 
grassColorModifier - Variable in class net.minecraft.world.biome.BiomeEffects.Builder
 
grassColorModifier - Variable in class net.minecraft.world.biome.BiomeEffects
 
grassColorModifier(BiomeEffects.GrassColorModifier) - Method in class net.minecraft.world.biome.BiomeEffects.Builder
 
GrassColorModifier(String) - Constructor for enum class net.minecraft.world.biome.BiomeEffects.GrassColorModifier
 
GrassColors - Class in net.minecraft.client.color.world
 
GrassColors() - Constructor for class net.minecraft.client.color.world.GrassColors
 
GrateBlock - Class in net.minecraft.block
 
GrateBlock(AbstractBlock.Settings) - Constructor for class net.minecraft.block.GrateBlock
GRATES - Enum constant in enum class net.minecraft.structure.StrongholdGenerator.Piece.EntranceType
 
GRAVEL - Static variable in class net.minecraft.block.Blocks
 
GRAVEL - Static variable in class net.minecraft.item.Items
 
GRAVEL - Static variable in class net.minecraft.sound.BlockSoundGroup
 
GRAVEL - Static variable in class net.minecraft.world.gen.noise.NoiseParametersKeys
 
GRAVEL - Static variable in class net.minecraft.world.gen.surfacebuilder.VanillaSurfaceRules
 
GRAVEL_LAYER - Static variable in class net.minecraft.world.gen.noise.NoiseParametersKeys
 
GRAVITY - Static variable in class net.minecraft.entity.LivingEntity
 
GRAVITY - Static variable in interface net.minecraft.structure.processor.StructureProcessorType
 
GravityField - Class in net.minecraft.util.math
Represents a density field in an area.
GravityField() - Constructor for class net.minecraft.util.math.GravityField
 
GravityField.Point - Class in net.minecraft.util.math
 
gravityLimit - Variable in record class net.minecraft.world.biome.SpawnSettings.SpawnDensity
The field for the gravityLimit record component.
gravityLimit() - Method in record class net.minecraft.world.biome.SpawnSettings.SpawnDensity
Represents the cap of gravity as in GravityField.calculate(BlockPos, double) for entity spawning.
gravityStrength - Variable in class net.minecraft.client.particle.Particle
 
GravityStructureProcessor - Class in net.minecraft.structure.processor
 
GravityStructureProcessor(Heightmap.Type, int) - Constructor for class net.minecraft.structure.processor.GravityStructureProcessor
 
GRAY - Enum constant in enum class net.minecraft.entity.passive.HorseColor
 
GRAY - Enum constant in enum class net.minecraft.entity.passive.LlamaEntity.Variant
 
GRAY - Enum constant in enum class net.minecraft.entity.passive.ParrotEntity.Variant
 
GRAY - Enum constant in enum class net.minecraft.util.DyeColor
 
GRAY - Enum constant in enum class net.minecraft.util.Formatting
 
GRAY - Static variable in class net.fabricmc.yarn.constants.LlamaVariants
 
GRAY - Static variable in class net.fabricmc.yarn.constants.ParrotVariants
 
GRAY - Static variable in class net.minecraft.block.MapColor
 
GRAY - Static variable in class net.minecraft.client.render.debug.BeeDebugRenderer
 
GRAY - Static variable in class net.minecraft.client.render.debug.VillageDebugRenderer
 
GRAY - Static variable in class net.minecraft.util.Colors
Represents the color gray, 0xFF808080.
GRAY_BANNER - Static variable in class net.minecraft.block.Blocks
 
GRAY_BANNER - Static variable in class net.minecraft.item.Items
 
GRAY_BED - Static variable in class net.minecraft.block.Blocks
 
GRAY_BED - Static variable in class net.minecraft.item.Items
 
GRAY_CANDLE - Static variable in class net.minecraft.block.Blocks
 
GRAY_CANDLE - Static variable in class net.minecraft.item.Items
 
GRAY_CANDLE_CAKE - Static variable in class net.minecraft.block.Blocks
 
GRAY_CARPET - Static variable in class net.minecraft.block.Blocks
 
GRAY_CARPET - Static variable in class net.minecraft.item.Items
 
GRAY_COLOR - Static variable in class net.minecraft.client.gui.screen.multiplayer.SocialInteractionsPlayerListEntry
 
GRAY_CONCRETE - Static variable in class net.minecraft.block.Blocks
 
GRAY_CONCRETE - Static variable in class net.minecraft.item.Items
 
GRAY_CONCRETE_POWDER - Static variable in class net.minecraft.block.Blocks
 
GRAY_CONCRETE_POWDER - Static variable in class net.minecraft.item.Items
 
GRAY_CURSOR_TEXT - Static variable in class net.minecraft.client.gui.screen.ingame.BookEditScreen
 
GRAY_DEFAULT_SEPARATOR_TEXT - Static variable in class net.minecraft.text.Texts
 
GRAY_DYE - Static variable in class net.minecraft.item.Items
 
GRAY_GLAZED_TERRACOTTA - Static variable in class net.minecraft.block.Blocks
 
GRAY_GLAZED_TERRACOTTA - Static variable in class net.minecraft.item.Items
 
GRAY_SHEEP_ENTITY - Static variable in class net.minecraft.loot.LootTables
 
GRAY_SHULKER_BOX - Static variable in class net.minecraft.block.Blocks
 
GRAY_SHULKER_BOX - Static variable in class net.minecraft.item.Items
 
GRAY_STAINED_GLASS - Static variable in class net.minecraft.block.Blocks
 
GRAY_STAINED_GLASS - Static variable in class net.minecraft.item.Items
 
GRAY_STAINED_GLASS_PANE - Static variable in class net.minecraft.block.Blocks
 
GRAY_STAINED_GLASS_PANE - Static variable in class net.minecraft.item.Items
 
GRAY_TERRACOTTA - Static variable in class net.minecraft.block.Blocks
 
GRAY_TERRACOTTA - Static variable in class net.minecraft.item.Items
 
GRAY_TEXTURE - Static variable in class net.minecraft.client.render.entity.LlamaEntityRenderer
 
GRAY_WALL_BANNER - Static variable in class net.minecraft.block.Blocks
 
GRAY_WOOL - Static variable in class net.minecraft.block.Blocks
 
GRAY_WOOL - Static variable in class net.minecraft.item.Items
 
green - Variable in class com.mojang.blaze3d.platform.GlStateManager.ColorMask
 
green - Variable in class net.minecraft.client.font.GlyphRenderer.Rectangle
 
green - Variable in class net.minecraft.client.font.TextRenderer.Drawer
 
green - Variable in class net.minecraft.client.particle.Particle
 
green - Static variable in class net.minecraft.client.render.BackgroundRenderer
 
green - Variable in class net.minecraft.client.render.OutlineVertexConsumerProvider
 
green - Variable in record class net.minecraft.network.packet.s2c.custom.DebugWorldgenAttemptCustomPayload
The field for the green record component.
green() - Method in record class net.minecraft.network.packet.s2c.custom.DebugWorldgenAttemptCustomPayload
Returns the value of the green record component.
GREEN - Enum constant in enum class net.minecraft.entity.boss.BossBar.Color
 
GREEN - Enum constant in enum class net.minecraft.entity.passive.ParrotEntity.Variant
 
GREEN - Enum constant in enum class net.minecraft.util.DyeColor
 
GREEN - Enum constant in enum class net.minecraft.util.Formatting
 
GREEN - Static variable in class net.fabricmc.yarn.constants.ParrotVariants
 
GREEN - Static variable in class net.minecraft.block.MapColor
 
GREEN - Static variable in class net.minecraft.client.render.debug.BeeDebugRenderer
 
GREEN - Static variable in class net.minecraft.client.render.debug.BreezeDebugRenderer
 
GREEN - Static variable in class net.minecraft.client.render.debug.VillageDebugRenderer
 
GREEN_BANNER - Static variable in class net.minecraft.block.Blocks
 
GREEN_BANNER - Static variable in class net.minecraft.item.Items
 
GREEN_BED - Static variable in class net.minecraft.block.Blocks
 
GREEN_BED - Static variable in class net.minecraft.item.Items
 
GREEN_CANDLE - Static variable in class net.minecraft.block.Blocks
 
GREEN_CANDLE - Static variable in class net.minecraft.item.Items
 
GREEN_CANDLE_CAKE - Static variable in class net.minecraft.block.Blocks
 
GREEN_CARPET - Static variable in class net.minecraft.block.Blocks
 
GREEN_CARPET - Static variable in class net.minecraft.item.Items
 
GREEN_CONCRETE - Static variable in class net.minecraft.block.Blocks
 
GREEN_CONCRETE - Static variable in class net.minecraft.item.Items
 
GREEN_CONCRETE_POWDER - Static variable in class net.minecraft.block.Blocks
 
GREEN_CONCRETE_POWDER - Static variable in class net.minecraft.item.Items
 
GREEN_DYE - Static variable in class net.minecraft.item.Items
 
GREEN_GLAZED_TERRACOTTA - Static variable in class net.minecraft.block.Blocks
 
GREEN_GLAZED_TERRACOTTA - Static variable in class net.minecraft.item.Items
 
GREEN_SHEEP_ENTITY - Static variable in class net.minecraft.loot.LootTables
 
GREEN_SHULKER_BOX - Static variable in class net.minecraft.block.Blocks
 
GREEN_SHULKER_BOX - Static variable in class net.minecraft.item.Items
 
GREEN_STAINED_GLASS - Static variable in class net.minecraft.block.Blocks
 
GREEN_STAINED_GLASS - Static variable in class net.minecraft.item.Items
 
GREEN_STAINED_GLASS_PANE - Static variable in class net.minecraft.block.Blocks
 
GREEN_STAINED_GLASS_PANE - Static variable in class net.minecraft.item.Items
 
GREEN_TERRACOTTA - Static variable in class net.minecraft.block.Blocks
 
GREEN_TERRACOTTA - Static variable in class net.minecraft.item.Items
 
GREEN_TEXTURE - Static variable in class net.minecraft.client.render.entity.ParrotEntityRenderer
 
GREEN_WALL_BANNER - Static variable in class net.minecraft.block.Blocks
 
GREEN_WOOL - Static variable in class net.minecraft.block.Blocks
 
GREEN_WOOL - Static variable in class net.minecraft.item.Items
 
greenBits - Variable in class net.minecraft.client.util.VideoMode
 
greenMultiplier - Variable in class net.minecraft.client.render.entity.model.TintableAnimalModel
 
greenMultiplier - Variable in class net.minecraft.client.render.entity.model.TintableCompositeModel
 
greenOffset - Variable in enum class net.minecraft.client.texture.NativeImage.Format
 
greens - Variable in class net.minecraft.client.render.debug.WorldGenAttemptDebugRenderer
 
GREY_TEXTURE - Static variable in class net.minecraft.client.render.entity.ParrotEntityRenderer
 
grid - Variable in class net.minecraft.client.gui.screen.DisconnectedScreen
 
grid - Variable in record class net.minecraft.client.gui.screen.option.TelemetryEventWidget.Contents
The field for the grid record component.
grid - Variable in class net.minecraft.client.gui.screen.pack.ExperimentalWarningScreen
 
grid - Variable in class net.minecraft.client.gui.screen.world.SymlinkWarningScreen
 
grid - Variable in class net.minecraft.client.gui.tab.GridScreenTab
 
grid - Variable in class net.minecraft.client.gui.widget.DirectionalLayoutWidget
 
grid - Variable in class net.minecraft.client.gui.widget.TabNavigationWidget
 
grid - Variable in class net.minecraft.client.realms.gui.screen.RealmsMainScreen.VisitUrlNotification
 
grid() - Method in record class net.minecraft.client.gui.screen.option.TelemetryEventWidget.Contents
Returns the value of the grid record component.
GRID_COLUMNS - Static variable in class net.minecraft.client.gui.screen.GameMenuScreen
 
GRID_HEIGHT - Static variable in class net.minecraft.block.entity.CrafterBlockEntity
 
GRID_MARGIN - Static variable in class net.minecraft.client.gui.screen.GameMenuScreen
 
GRID_SIZE - Static variable in class net.minecraft.block.entity.CrafterBlockEntity
 
GRID_WIDTH - Static variable in class net.minecraft.block.entity.CrafterBlockEntity
 
gridChildren - Variable in class net.minecraft.client.realms.gui.screen.RealmsMainScreen.VisitUrlNotification
 
grids - Variable in class net.minecraft.client.gui.widget.GridWidget
 
GridScreenTab - Class in net.minecraft.client.gui.tab
 
GridScreenTab(Text) - Constructor for class net.minecraft.client.gui.tab.GridScreenTab
 
gridSize - Variable in class net.minecraft.world.biome.source.CheckerboardBiomeSource
 
GridWidget - Class in net.minecraft.client.gui.widget
A widget that positions its children in a 2D grid.
GridWidget() - Constructor for class net.minecraft.client.gui.widget.GridWidget
 
GridWidget(int, int) - Constructor for class net.minecraft.client.gui.widget.GridWidget
 
GridWidget.Adder - Class in net.minecraft.client.gui.widget
 
GridWidget.Element - Class in net.minecraft.client.gui.widget
 
gridWidth - Variable in class net.minecraft.client.gui.screen.option.TelemetryEventWidget.ContentsBuilder
 
grind(ItemStack, int, int) - Method in class net.minecraft.screen.GrindstoneScreenHandler
 
GRINDSTONE - Static variable in class net.minecraft.block.Blocks
 
GRINDSTONE - Static variable in class net.minecraft.item.Items
 
GRINDSTONE - Static variable in class net.minecraft.screen.ScreenHandlerType
 
GRINDSTONE_USED - Static variable in class net.minecraft.world.WorldEvents
A grindstone is used.
GrindstoneBlock - Class in net.minecraft.block
 
GrindstoneBlock(AbstractBlock.Settings) - Constructor for class net.minecraft.block.GrindstoneBlock
GrindstoneScreen - Class in net.minecraft.client.gui.screen.ingame
 
GrindstoneScreen(GrindstoneScreenHandler, PlayerInventory, Text) - Constructor for class net.minecraft.client.gui.screen.ingame.GrindstoneScreen
 
GrindstoneScreenHandler - Class in net.minecraft.screen
 
GrindstoneScreenHandler(int, PlayerInventory) - Constructor for class net.minecraft.screen.GrindstoneScreenHandler
 
GrindstoneScreenHandler(int, PlayerInventory, ScreenHandlerContext) - Constructor for class net.minecraft.screen.GrindstoneScreenHandler
 
ground - Variable in class net.minecraft.client.render.model.json.ModelTransformation
 
GROUND - Enum constant in enum class net.minecraft.client.render.model.json.ModelTransformationMode
 
groundCollision - Variable in class net.minecraft.entity.Entity
 
grounded - Variable in class net.minecraft.structure.ShipwreckGenerator.Piece
 
groundLevelDelta - Variable in class net.minecraft.structure.PoolStructurePiece
 
groundLevelDelta - Variable in record class net.minecraft.world.gen.StructureWeightSampler.Piece
The field for the groundLevelDelta record component.
groundLevelDelta() - Method in record class net.minecraft.world.gen.StructureWeightSampler.Piece
Returns the value of the groundLevelDelta record component.
groundState - Variable in class net.minecraft.world.gen.feature.VegetationPatchFeatureConfig
 
group - Variable in class net.minecraft.data.family.BlockFamily
 
group - Variable in class net.minecraft.data.server.recipe.CookingRecipeJsonBuilder
 
group - Variable in class net.minecraft.data.server.recipe.ShapedRecipeJsonBuilder
 
group - Variable in class net.minecraft.data.server.recipe.ShapelessRecipeJsonBuilder
 
group - Variable in class net.minecraft.data.server.recipe.SingleItemRecipeJsonBuilder
 
group - Variable in class net.minecraft.item.ItemGroup.EntriesImpl
 
group - Variable in class net.minecraft.recipe.AbstractCookingRecipe
 
group - Variable in class net.minecraft.recipe.CuttingRecipe
 
group - Variable in class net.minecraft.recipe.ShapedRecipe
 
group - Variable in class net.minecraft.recipe.ShapelessRecipe
 
group - Variable in class net.minecraft.util.thread.GroupAssigningThreadFactory
 
group(String) - Method in class net.minecraft.data.server.recipe.CookingRecipeJsonBuilder
 
group(String) - Method in interface net.minecraft.data.server.recipe.CraftingRecipeJsonBuilder
 
group(String) - Method in class net.minecraft.data.server.recipe.ShapedRecipeJsonBuilder
 
group(String) - Method in class net.minecraft.data.server.recipe.ShapelessRecipeJsonBuilder
 
group(String) - Method in class net.minecraft.data.server.recipe.SingleItemRecipeJsonBuilder
 
group(String) - Method in class net.minecraft.data.family.BlockFamily.Builder
 
GROUP - Static variable in class net.minecraft.loot.entry.LootPoolEntryTypes
 
GroupAssigningThreadFactory - Class in net.minecraft.util.thread
A custom thread factory that assigns each created thread to the group of the system security manager or the factory-creating thread (when the security manager does not exist).
GroupAssigningThreadFactory(String) - Constructor for class net.minecraft.util.thread.GroupAssigningThreadFactory
 
groupCounts - Variable in class net.minecraft.client.particle.ParticleManager
 
groupEntry(LootPoolEntry.Builder<?>) - Method in class net.minecraft.loot.entry.LootPoolEntry.Builder
 
groupEntry(LootPoolEntry.Builder<?>) - Method in class net.minecraft.loot.entry.SequenceEntry.Builder
GroupEntry - Class in net.minecraft.loot.entry
 
GroupEntry(List<LootPoolEntry>, List<LootCondition>) - Constructor for class net.minecraft.loot.entry.GroupEntry
GroupEntry.Builder - Class in net.minecraft.loot.entry
 
groupRevenge - Variable in class net.minecraft.entity.ai.goal.RevengeGoal
 
groupRunAwayFrom(PiglinEntity, LivingEntity) - Static method in class net.minecraft.entity.mob.PiglinBrain
 
groups - Variable in class net.minecraft.network.packet.s2c.common.SynchronizeTagsS2CPacket
 
groups - Variable in record class net.minecraft.structure.pool.alias.RandomGroupStructurePoolAliasBinding
The field for the groups record component.
groups() - Method in record class net.minecraft.structure.pool.alias.RandomGroupStructurePoolAliasBinding
Returns the value of the groups record component.
groupSize - Variable in class net.minecraft.entity.passive.SchoolingFishEntity
 
groupToCount - Variable in class net.minecraft.world.SpawnHelper.Info
 
groupToCountView - Variable in class net.minecraft.world.SpawnHelper.Info
 
GROVE - Static variable in class net.minecraft.world.biome.BiomeKeys
 
grow() - Method in class net.minecraft.client.render.BufferBuilder
 
grow(int) - Method in class com.mojang.blaze3d.systems.RenderSystem.ShapeIndexBuffer
 
grow(int) - Method in class net.minecraft.client.render.BufferBuilder
 
grow(BlockState, WorldAccess, BlockPos, boolean) - Method in class net.minecraft.block.LichenGrower
 
grow(BlockState, WorldAccess, BlockPos, Direction, boolean) - Method in class net.minecraft.block.LichenGrower
 
grow(BlockState, WorldAccess, BlockPos, Direction, Direction, boolean) - Method in class net.minecraft.block.LichenGrower
 
grow(BlockState, WorldAccess, BlockPos, Direction, Random, boolean) - Method in class net.minecraft.block.LichenGrower
 
grow(BlockState, WorldAccess, BlockPos, Random) - Method in class net.minecraft.block.LichenGrower
 
grow(LootContext, Consumer<LootChoice>) - Method in class net.minecraft.loot.entry.TagEntry
 
grow(ServerWorld, Random, BlockPos, BlockState) - Method in class net.minecraft.block.AbstractPlantBlock
grow(ServerWorld, Random, BlockPos, BlockState) - Method in class net.minecraft.block.AbstractPlantStemBlock
grow(ServerWorld, Random, BlockPos, BlockState) - Method in class net.minecraft.block.AzaleaBlock
grow(ServerWorld, Random, BlockPos, BlockState) - Method in class net.minecraft.block.BambooBlock
grow(ServerWorld, Random, BlockPos, BlockState) - Method in class net.minecraft.block.BambooShootBlock
grow(ServerWorld, Random, BlockPos, BlockState) - Method in class net.minecraft.block.BigDripleafBlock
grow(ServerWorld, Random, BlockPos, BlockState) - Method in class net.minecraft.block.BigDripleafStemBlock
grow(ServerWorld, Random, BlockPos, BlockState) - Method in class net.minecraft.block.CaveVinesBodyBlock
grow(ServerWorld, Random, BlockPos, BlockState) - Method in class net.minecraft.block.CaveVinesHeadBlock
grow(ServerWorld, Random, BlockPos, BlockState) - Method in class net.minecraft.block.CocoaBlock
grow(ServerWorld, Random, BlockPos, BlockState) - Method in class net.minecraft.block.CropBlock
grow(ServerWorld, Random, BlockPos, BlockState) - Method in interface net.minecraft.block.Fertilizable
 
grow(ServerWorld, Random, BlockPos, BlockState) - Method in class net.minecraft.block.FlowerbedBlock
grow(ServerWorld, Random, BlockPos, BlockState) - Method in class net.minecraft.block.FungusBlock
grow(ServerWorld, Random, BlockPos, BlockState) - Method in class net.minecraft.block.GlowLichenBlock
grow(ServerWorld, Random, BlockPos, BlockState) - Method in class net.minecraft.block.GrassBlock
grow(ServerWorld, Random, BlockPos, BlockState) - Method in class net.minecraft.block.MangroveLeavesBlock
grow(ServerWorld, Random, BlockPos, BlockState) - Method in class net.minecraft.block.MossBlock
grow(ServerWorld, Random, BlockPos, BlockState) - Method in class net.minecraft.block.MushroomPlantBlock
grow(ServerWorld, Random, BlockPos, BlockState) - Method in class net.minecraft.block.NetherrackBlock
grow(ServerWorld, Random, BlockPos, BlockState) - Method in class net.minecraft.block.NyliumBlock
grow(ServerWorld, Random, BlockPos, BlockState) - Method in class net.minecraft.block.PitcherCropBlock
grow(ServerWorld, Random, BlockPos, BlockState) - Method in class net.minecraft.block.PropaguleBlock
grow(ServerWorld, Random, BlockPos, BlockState) - Method in class net.minecraft.block.RootedDirtBlock
grow(ServerWorld, Random, BlockPos, BlockState) - Method in class net.minecraft.block.SaplingBlock
grow(ServerWorld, Random, BlockPos, BlockState) - Method in class net.minecraft.block.SeagrassBlock
grow(ServerWorld, Random, BlockPos, BlockState) - Method in class net.minecraft.block.SeaPickleBlock
grow(ServerWorld, Random, BlockPos, BlockState) - Method in class net.minecraft.block.ShortPlantBlock
grow(ServerWorld, Random, BlockPos, BlockState) - Method in class net.minecraft.block.SmallDripleafBlock
grow(ServerWorld, Random, BlockPos, BlockState) - Method in class net.minecraft.block.StemBlock
grow(ServerWorld, Random, BlockPos, BlockState) - Method in class net.minecraft.block.SweetBerryBushBlock
grow(ServerWorld, Random, BlockPos, BlockState) - Method in class net.minecraft.block.TallFlowerBlock
grow(WorldAccess, Random, BlockPos, Direction) - Static method in class net.minecraft.block.BigDripleafBlock
 
grow(World, BlockPos) - Method in class net.minecraft.block.BambooShootBlock
 
grow(World, BlockPos, int) - Method in class net.minecraft.block.ChorusFlowerBlock
 
GROW_CHANCE - Static variable in class net.minecraft.block.BuddingAmethystBlock
 
GROW_CHANCE - Static variable in class net.minecraft.block.CaveVinesHeadBlock
 
GROW_CHANCE - Static variable in class net.minecraft.block.FungusBlock
 
GROW_TYPES - Static variable in class net.minecraft.block.LichenGrower
 
growAndFit(TextureStitcher.Holder<T>) - Method in class net.minecraft.client.texture.TextureStitcher
 
growChecker - Variable in class net.minecraft.block.LichenGrower
 
GrowCropsGoal() - Constructor for class net.minecraft.entity.passive.BeeEntity.GrowCropsGoal
 
grower - Variable in class net.minecraft.block.GlowLichenBlock
 
GROWER - Enum constant in enum class net.minecraft.block.Fertilizable.FertilizableType
 
GROWING - Enum constant in enum class net.minecraft.world.border.WorldBorderStage
 
growMerged(BlockState, WorldAccess, BlockPos) - Static method in class net.minecraft.block.PointedDripstoneBlock
 
GROWN_LOWER_OUTLINE_SHAPE - Static variable in class net.minecraft.block.PitcherCropBlock
 
GROWN_UPPER_OUTLINE_SHAPE - Static variable in class net.minecraft.block.PitcherCropBlock
 
GrowPos(BlockPos, Direction) - Constructor for record class net.minecraft.block.LichenGrower.GrowPos
 
GROWTH_CHANCE - Static variable in class net.minecraft.block.KelpBlock
 
growthChance - Variable in class net.minecraft.block.AbstractPlantStemBlock
 
growthDirection - Variable in class net.minecraft.block.AbstractPlantPartBlock
 
growthRounds - Variable in record class net.minecraft.world.gen.feature.SculkPatchFeatureConfig
The field for the growthRounds record component.
growthRounds() - Method in record class net.minecraft.world.gen.feature.SculkPatchFeatureConfig
Returns the value of the growthRounds record component.
GrowType() - Constructor for enum class net.minecraft.block.LichenGrower.GrowType
 
growTypes - Variable in class net.minecraft.block.SculkVeinBlock.SculkVeinGrowChecker
 
growUp() - Method in class net.minecraft.entity.passive.TadpoleEntity
 
growUp(int) - Method in class net.minecraft.entity.passive.PassiveEntity
 
growUp(int, boolean) - Method in class net.minecraft.entity.passive.ArmadilloEntity
growUp(int, boolean) - Method in class net.minecraft.entity.passive.PassiveEntity
 
gson - Variable in class net.minecraft.client.render.model.json.ModelVariantMap.DeserializationContext
 
gson - Variable in class net.minecraft.resource.JsonDataLoader
 
gson - Variable in class net.minecraft.util.profiling.jfr.JfrJsonReport
 
gson - Variable in class net.minecraft.util.UserCache
 
GSON - Static variable in class net.minecraft.advancement.PlayerAdvancementTracker
 
GSON - Static variable in class net.minecraft.client.font.FontManager
 
GSON - Static variable in class net.minecraft.client.option.GameOptions
 
GSON - Static variable in class net.minecraft.client.QuickPlayLogger
 
GSON - Variable in class net.minecraft.client.realms.CheckedGson
 
GSON - Static variable in class net.minecraft.client.render.model.json.JsonUnbakedModel
 
GSON - Static variable in class net.minecraft.client.sound.SoundManager
 
GSON - Static variable in class net.minecraft.loot.LootManager
 
GSON - Static variable in class net.minecraft.network.PacketByteBuf
 
GSON - Static variable in class net.minecraft.recipe.RecipeManager
 
GSON - Static variable in class net.minecraft.server.ServerAdvancementLoader
 
GSON - Static variable in class net.minecraft.server.ServerConfigList
 
GSON - Static variable in class net.minecraft.text.Text.Serialization
 
GSON - Static variable in class net.minecraft.util.JsonHelper
 
GSON - Static variable in class net.minecraft.util.Language
 
GSON - Static variable in class net.minecraft.util.logging.LogWriter
 
guarded - Variable in class net.minecraft.world.gen.feature.EndSpikeFeature.Spike
 
GUARDED_BY_PIGLINS - Static variable in class net.minecraft.registry.tag.BlockTags
 
guardian - Variable in class net.minecraft.client.sound.GuardianAttackSoundInstance
 
guardian - Variable in class net.minecraft.entity.mob.GuardianEntity.FireBeamGoal
 
guardian - Variable in class net.minecraft.entity.mob.GuardianEntity.GuardianMoveControl
 
GUARDIAN - Static variable in class net.minecraft.client.render.entity.model.EntityModelLayers
 
GUARDIAN - Static variable in class net.minecraft.entity.EntityType
 
GUARDIAN_SPAWN_EGG - Static variable in class net.minecraft.item.Items
 
GuardianAttackSoundInstance - Class in net.minecraft.client.sound
 
GuardianAttackSoundInstance(GuardianEntity) - Constructor for class net.minecraft.client.sound.GuardianAttackSoundInstance
 
GuardianEntity - Class in net.minecraft.entity.mob
 
GuardianEntity(EntityType<? extends GuardianEntity>, World) - Constructor for class net.minecraft.entity.mob.GuardianEntity
GuardianEntity.FireBeamGoal - Class in net.minecraft.entity.mob
 
GuardianEntity.GuardianMoveControl - Class in net.minecraft.entity.mob
 
GuardianEntity.GuardianTargetPredicate - Class in net.minecraft.entity.mob
 
GuardianEntityModel - Class in net.minecraft.client.render.entity.model
 
GuardianEntityModel(ModelPart) - Constructor for class net.minecraft.client.render.entity.model.GuardianEntityModel
 
GuardianEntityRenderer - Class in net.minecraft.client.render.entity
 
GuardianEntityRenderer(EntityRendererFactory.Context) - Constructor for class net.minecraft.client.render.entity.GuardianEntityRenderer
GuardianEntityRenderer(EntityRendererFactory.Context, float, EntityModelLayer) - Constructor for class net.minecraft.client.render.entity.GuardianEntityRenderer
 
GuardianMoveControl(GuardianEntity) - Constructor for class net.minecraft.entity.mob.GuardianEntity.GuardianMoveControl
 
GuardianTargetPredicate(GuardianEntity) - Constructor for class net.minecraft.entity.mob.GuardianEntity.GuardianTargetPredicate
 
guessBest(Supplier<BlockPos>, ToDoubleFunction<BlockPos>) - Static method in class net.minecraft.entity.ai.FuzzyPositions
Returns the bottom center of a highest scoring position, as determined by scorer, out of 10 tries on positions obtained from factory.
guessBestPathTarget(PathAwareEntity, Supplier<BlockPos>) - Static method in class net.minecraft.entity.ai.FuzzyPositions
Calls FuzzyPositions.guessBest(Supplier, ToDoubleFunction) with the entity's path finding favor as the scorer.
gui - Variable in class net.minecraft.client.render.model.json.ModelTransformation
 
gui - Variable in class net.minecraft.server.dedicated.MinecraftDedicatedServer
 
GUI - Enum constant in enum class net.minecraft.client.render.model.json.ModelTransformationMode
 
GUI - Static variable in class net.minecraft.client.render.RenderLayer
 
GUI_GHOST_RECIPE_OVERLAY - Static variable in class net.minecraft.client.render.RenderLayer
 
GUI_GHOST_RECIPE_OVERLAY_PROGRAM - Static variable in class net.minecraft.client.render.RenderPhase
 
GUI_OVERLAY - Static variable in class net.minecraft.client.render.RenderLayer
 
GUI_OVERLAY_PROGRAM - Static variable in class net.minecraft.client.render.RenderPhase
 
GUI_PROGRAM - Static variable in class net.minecraft.client.render.RenderPhase
 
GUI_TEXT_HIGHLIGHT - Static variable in class net.minecraft.client.render.RenderLayer
 
GUI_TEXT_HIGHLIGHT_PROGRAM - Static variable in class net.minecraft.client.render.RenderPhase
 
guiAtlasManager - Variable in class net.minecraft.client.gui.DrawContext
 
guiAtlasManager - Variable in class net.minecraft.client.MinecraftClient
 
GuiAtlasManager - Class in net.minecraft.client.texture
 
GuiAtlasManager(TextureManager) - Constructor for class net.minecraft.client.texture.GuiAtlasManager
 
guiLight - Variable in class net.minecraft.client.render.model.json.JsonUnbakedModel
 
GuiLight(String) - Constructor for enum class net.minecraft.client.render.model.json.JsonUnbakedModel.GuiLight
 
GuiNavigation - Interface in net.minecraft.client.gui.navigation
Represents a directional navigation initiated by keyboard.
GuiNavigation.Arrow - Record Class in net.minecraft.client.gui.navigation
 
GuiNavigation.Down - Class in net.minecraft.client.gui.navigation
 
GuiNavigation.Tab - Record Class in net.minecraft.client.gui.navigation
 
GuiNavigationPath - Interface in net.minecraft.client.gui.navigation
Represents a path of currently navigating elements from the root element to the leaf.
GuiNavigationPath.IntermediaryNode - Record Class in net.minecraft.client.gui.navigation
 
GuiNavigationPath.Leaf - Record Class in net.minecraft.client.gui.navigation
 
GuiNavigationType - Enum Class in net.minecraft.client.gui.navigation
An enum representing the type of navigation input method.
GuiNavigationType() - Constructor for enum class net.minecraft.client.gui.navigation.GuiNavigationType
 
guiOpen - Variable in class net.minecraft.network.packet.c2s.play.RecipeCategoryOptionsC2SPacket
 
guiOpen - Variable in class net.minecraft.recipe.book.RecipeBookOptions.CategoryOption
 
GuiResourceMetadata - Record Class in net.minecraft.client.resource.metadata
 
GuiResourceMetadata(Scaling) - Constructor for record class net.minecraft.client.resource.metadata.GuiResourceMetadata
Creates an instance of a GuiResourceMetadata record class.
guiScale - Variable in class net.minecraft.client.option.GameOptions
 
GUITAR - Enum constant in enum class net.minecraft.block.enums.Instrument
 
GUNPOWDER - Static variable in class net.minecraft.item.Items
 
GUNPOWDER - Static variable in class net.minecraft.recipe.FireworkStarRecipe
 
GUST - Static variable in class net.minecraft.particle.ParticleTypes
 
GUST_EMITTER_LARGE - Static variable in class net.minecraft.particle.ParticleTypes
 
GUST_EMITTER_SMALL - Static variable in class net.minecraft.particle.ParticleTypes
 
GustEmitterParticle - Class in net.minecraft.client.particle
 
GustEmitterParticle(ClientWorld, double, double, double, double, int, int) - Constructor for class net.minecraft.client.particle.GustEmitterParticle
 
GustEmitterParticle.Factory - Class in net.minecraft.client.particle
 
GustParticle - Class in net.minecraft.client.particle
 
GustParticle(ClientWorld, double, double, double, SpriteProvider) - Constructor for class net.minecraft.client.particle.GustParticle
 
GustParticle.Factory - Class in net.minecraft.client.particle
 
GZ_EXTENSION - Static variable in class net.minecraft.util.logging.LogFileCompressor
 
GZIP - Static variable in class net.minecraft.world.storage.ChunkCompressionFormat
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form