Uses of Interface
net.minecraft.util.StringRepresentable
Packages that use StringRepresentable
Package
Description
-
Uses of StringRepresentable in com.mojang.math
Classes in com.mojang.math that implement StringRepresentable -
Uses of StringRepresentable in net.minecraft
Classes in net.minecraft that implement StringRepresentable -
Uses of StringRepresentable in net.minecraft.advancements
Classes in net.minecraft.advancements that implement StringRepresentable -
Uses of StringRepresentable in net.minecraft.advancements.criterion
Methods in net.minecraft.advancements.criterion with type parameters of type StringRepresentableModifier and TypeMethodDescription<T extends Comparable<T> & StringRepresentable>
StatePropertiesPredicate.BuilderStatePropertiesPredicate.Builder.hasProperty(Property<T> property, T value) static <T extends Comparable<T> & StringRepresentable>
Criterion<ItemUsedOnLocationTrigger.TriggerInstance> ItemUsedOnLocationTrigger.TriggerInstance.placedBlockWithProperties(Block block, Property<T> properties, T propertyValue) -
Uses of StringRepresentable in net.minecraft.client
Classes in net.minecraft.client that implement StringRepresentableModifier and TypeClassDescriptionenumenumenumenum -
Uses of StringRepresentable in net.minecraft.client.data.models
Methods in net.minecraft.client.data.models with type parameters of type StringRepresentableModifier and TypeMethodDescriptionstatic <T extends Enum<T> & StringRepresentable>
ConditionBuilderBlockModelGenerators.condition(EnumProperty<T> property, T term, T... additionalTerms) -
Uses of StringRepresentable in net.minecraft.client.gui.components.debug
Classes in net.minecraft.client.gui.components.debug that implement StringRepresentable -
Uses of StringRepresentable in net.minecraft.client.gui.font
Classes in net.minecraft.client.gui.font that implement StringRepresentable -
Uses of StringRepresentable in net.minecraft.client.gui.font.providers
Classes in net.minecraft.client.gui.font.providers that implement StringRepresentable -
Uses of StringRepresentable in net.minecraft.client.multiplayer.chat
Classes in net.minecraft.client.multiplayer.chat that implement StringRepresentable -
Uses of StringRepresentable in net.minecraft.client.quickplay
Classes in net.minecraft.client.quickplay that implement StringRepresentable -
Uses of StringRepresentable in net.minecraft.client.renderer
Classes in net.minecraft.client.renderer that implement StringRepresentable -
Uses of StringRepresentable in net.minecraft.client.renderer.block.model.multipart
Classes in net.minecraft.client.renderer.block.model.multipart that implement StringRepresentable -
Uses of StringRepresentable in net.minecraft.client.renderer.blockentity
Classes in net.minecraft.client.renderer.blockentity that implement StringRepresentable -
Uses of StringRepresentable in net.minecraft.client.renderer.item.properties.numeric
Classes in net.minecraft.client.renderer.item.properties.numeric that implement StringRepresentableModifier and TypeClassDescriptionstatic enumstatic enum -
Uses of StringRepresentable in net.minecraft.client.renderer.texture
Classes in net.minecraft.client.renderer.texture that implement StringRepresentable -
Uses of StringRepresentable in net.minecraft.client.resources.metadata.animation
Classes in net.minecraft.client.resources.metadata.animation that implement StringRepresentable -
Uses of StringRepresentable in net.minecraft.client.resources.metadata.gui
Classes in net.minecraft.client.resources.metadata.gui that implement StringRepresentable -
Uses of StringRepresentable in net.minecraft.client.resources.model
Classes in net.minecraft.client.resources.model that implement StringRepresentable -
Uses of StringRepresentable in net.minecraft.client.sounds
Classes in net.minecraft.client.sounds that implement StringRepresentable -
Uses of StringRepresentable in net.minecraft.client.telemetry
Classes in net.minecraft.client.telemetry that implement StringRepresentableModifier and TypeClassDescriptionstatic enumstatic enum -
Uses of StringRepresentable in net.minecraft.commands.arguments
Classes in net.minecraft.commands.arguments with type parameters of type StringRepresentableModifier and TypeClassDescriptionclassStringRepresentableArgument<T extends Enum<T> & StringRepresentable> -
Uses of StringRepresentable in net.minecraft.core
Classes in net.minecraft.core that implement StringRepresentable -
Uses of StringRepresentable in net.minecraft.data.info
Classes in net.minecraft.data.info that implement StringRepresentable -
Uses of StringRepresentable in net.minecraft.data.loot
Methods in net.minecraft.data.loot with type parameters of type StringRepresentableModifier and TypeMethodDescriptionprotected <T extends Comparable<T> & StringRepresentable>
LootTable.BuilderBlockLootSubProvider.createSinglePropConditionTable(Block drop, Property<T> property, T value) -
Uses of StringRepresentable in net.minecraft.gametest.framework
Classes in net.minecraft.gametest.framework that implement StringRepresentable -
Uses of StringRepresentable in net.minecraft.network.chat
Classes in net.minecraft.network.chat that implement StringRepresentableModifier and TypeClassDescriptionstatic enumstatic enumprivate static enumstatic enum -
Uses of StringRepresentable in net.minecraft.server.dialog
Classes in net.minecraft.server.dialog that implement StringRepresentable -
Uses of StringRepresentable in net.minecraft.server.jsonrpc.api
Methods in net.minecraft.server.jsonrpc.api with type parameters of type StringRepresentableModifier and TypeMethodDescriptionstatic <E extends Enum<E> & StringRepresentable>
Schema<E> static <E extends Enum<E> & StringRepresentable>
Schema<E> -
Uses of StringRepresentable in net.minecraft.server.packs
Classes in net.minecraft.server.packs that implement StringRepresentable -
Uses of StringRepresentable in net.minecraft.server.permissions
Classes in net.minecraft.server.permissions that implement StringRepresentable -
Uses of StringRepresentable in net.minecraft.util
Classes in net.minecraft.util with type parameters of type StringRepresentableModifier and TypeClassDescriptionstatic classStringRepresentable.EnumCodec<E extends Enum<E> & StringRepresentable>static classClasses in net.minecraft.util that implement StringRepresentableMethods in net.minecraft.util with type parameters of type StringRepresentableModifier and TypeMethodDescriptionstatic <T extends StringRepresentable>
Function<String, @Nullable T> StringRepresentable.createNameLookup(T[] valueArray) static <E extends Enum<E> & StringRepresentable>
StringRepresentable.EnumCodec<E> static <E extends Enum<E> & StringRepresentable>
StringRepresentable.EnumCodec<E> StringRepresentable.fromEnumWithMapping(Supplier<E[]> values, Function<String, String> converter) static <T extends StringRepresentable>
com.mojang.serialization.Codec<T> StringRepresentable.fromValues(Supplier<T[]> values) Methods in net.minecraft.util with parameters of type StringRepresentableModifier and TypeMethodDescriptionstatic <T extends StringRepresentable>
Function<String, @Nullable T> StringRepresentable.createNameLookup(T[] valueArray) static com.mojang.serialization.KeyableStringRepresentable.keys(StringRepresentable[] values) Constructors in net.minecraft.util with parameters of type StringRepresentableModifierConstructorDescriptionStringRepresentableCodec(S[] valueArray, Function<String, @Nullable S> nameResolver, ToIntFunction<S> idResolver) -
Uses of StringRepresentable in net.minecraft.util.worldupdate
Classes in net.minecraft.util.worldupdate that implement StringRepresentable -
Uses of StringRepresentable in net.minecraft.world
Classes in net.minecraft.world that implement StringRepresentableModifier and TypeClassDescriptionstatic enumstatic enumenum -
Uses of StringRepresentable in net.minecraft.world.attribute
Classes in net.minecraft.world.attribute that implement StringRepresentable -
Uses of StringRepresentable in net.minecraft.world.attribute.modifier
Classes in net.minecraft.world.attribute.modifier that implement StringRepresentable -
Uses of StringRepresentable in net.minecraft.world.damagesource
Classes in net.minecraft.world.damagesource that implement StringRepresentable -
Uses of StringRepresentable in net.minecraft.world.entity
Classes in net.minecraft.world.entity that implement StringRepresentableModifier and TypeClassDescriptionstatic enumstatic enumenumenumenumenumenum -
Uses of StringRepresentable in net.minecraft.world.entity.ai.attributes
Classes in net.minecraft.world.entity.ai.attributes that implement StringRepresentable -
Uses of StringRepresentable in net.minecraft.world.entity.ai.gossip
Classes in net.minecraft.world.entity.ai.gossip that implement StringRepresentable -
Uses of StringRepresentable in net.minecraft.world.entity.animal.armadillo
Classes in net.minecraft.world.entity.animal.armadillo that implement StringRepresentable -
Uses of StringRepresentable in net.minecraft.world.entity.animal.axolotl
Classes in net.minecraft.world.entity.animal.axolotl that implement StringRepresentable -
Uses of StringRepresentable in net.minecraft.world.entity.animal.chicken
Classes in net.minecraft.world.entity.animal.chicken that implement StringRepresentable -
Uses of StringRepresentable in net.minecraft.world.entity.animal.cow
Classes in net.minecraft.world.entity.animal.cow that implement StringRepresentableModifier and TypeClassDescriptionstatic enumstatic enum -
Uses of StringRepresentable in net.minecraft.world.entity.animal.equine
Classes in net.minecraft.world.entity.animal.equine that implement StringRepresentable -
Uses of StringRepresentable in net.minecraft.world.entity.animal.fish
Classes in net.minecraft.world.entity.animal.fish that implement StringRepresentable -
Uses of StringRepresentable in net.minecraft.world.entity.animal.fox
Classes in net.minecraft.world.entity.animal.fox that implement StringRepresentable -
Uses of StringRepresentable in net.minecraft.world.entity.animal.golem
Classes in net.minecraft.world.entity.animal.golem that implement StringRepresentable -
Uses of StringRepresentable in net.minecraft.world.entity.animal.nautilus
Classes in net.minecraft.world.entity.animal.nautilus that implement StringRepresentable -
Uses of StringRepresentable in net.minecraft.world.entity.animal.panda
Classes in net.minecraft.world.entity.animal.panda that implement StringRepresentable -
Uses of StringRepresentable in net.minecraft.world.entity.animal.parrot
Classes in net.minecraft.world.entity.animal.parrot that implement StringRepresentable -
Uses of StringRepresentable in net.minecraft.world.entity.animal.pig
Classes in net.minecraft.world.entity.animal.pig that implement StringRepresentable -
Uses of StringRepresentable in net.minecraft.world.entity.animal.rabbit
Classes in net.minecraft.world.entity.animal.rabbit that implement StringRepresentable -
Uses of StringRepresentable in net.minecraft.world.entity.player
Classes in net.minecraft.world.entity.player that implement StringRepresentable -
Uses of StringRepresentable in net.minecraft.world.entity.raid
Classes in net.minecraft.world.entity.raid that implement StringRepresentable -
Uses of StringRepresentable in net.minecraft.world.inventory
Subinterfaces of StringRepresentable in net.minecraft.world.inventory -
Uses of StringRepresentable in net.minecraft.world.item
Classes in net.minecraft.world.item that implement StringRepresentableModifier and TypeClassDescriptionstatic enumenumenumenumenumenum -
Uses of StringRepresentable in net.minecraft.world.item.component
Classes in net.minecraft.world.item.component that implement StringRepresentableModifier and TypeClassDescriptionstatic enumstatic enum -
Uses of StringRepresentable in net.minecraft.world.item.crafting
Classes in net.minecraft.world.item.crafting that implement StringRepresentable -
Uses of StringRepresentable in net.minecraft.world.item.enchantment
Classes in net.minecraft.world.item.enchantment that implement StringRepresentable -
Uses of StringRepresentable in net.minecraft.world.item.enchantment.effects
Classes in net.minecraft.world.item.enchantment.effects that implement StringRepresentableMethods in net.minecraft.world.item.enchantment.effects with parameters of type StringRepresentableModifier and TypeMethodDescriptionEnchantmentAttributeEffect.getModifier(int level, StringRepresentable slot) private IdentifierEnchantmentAttributeEffect.idForSlot(StringRepresentable slot) -
Uses of StringRepresentable in net.minecraft.world.item.equipment
Classes in net.minecraft.world.item.equipment that implement StringRepresentable -
Uses of StringRepresentable in net.minecraft.world.level
Classes in net.minecraft.world.level that implement StringRepresentableModifier and TypeClassDescriptionenumstatic enumenum -
Uses of StringRepresentable in net.minecraft.world.level.biome
Classes in net.minecraft.world.level.biome that implement StringRepresentableModifier and TypeClassDescriptionstatic enumstatic enumstatic enum -
Uses of StringRepresentable in net.minecraft.world.level.block
Subinterfaces of StringRepresentable in net.minecraft.world.level.blockClasses in net.minecraft.world.level.block that implement StringRepresentableModifier and TypeClassDescriptionstatic enumenumenumstatic enumstatic enum -
Uses of StringRepresentable in net.minecraft.world.level.block.entity
Classes in net.minecraft.world.level.block.entity that implement StringRepresentableModifier and TypeClassDescriptionstatic enumstatic enum -
Uses of StringRepresentable in net.minecraft.world.level.block.entity.trialspawner
Classes in net.minecraft.world.level.block.entity.trialspawner that implement StringRepresentable -
Uses of StringRepresentable in net.minecraft.world.level.block.entity.vault
Classes in net.minecraft.world.level.block.entity.vault that implement StringRepresentable -
Uses of StringRepresentable in net.minecraft.world.level.block.state.properties
Classes in net.minecraft.world.level.block.state.properties with type parameters of type StringRepresentableModifier and TypeClassDescriptionfinal classEnumProperty<T extends Enum<T> & StringRepresentable>Classes in net.minecraft.world.level.block.state.properties that implement StringRepresentableModifier and TypeClassDescriptionenumenumenumenumenumenumenumenumenumenumenumenumenumenumenumenumenumenumenumenumenumenumenumMethods in net.minecraft.world.level.block.state.properties with type parameters of type StringRepresentableModifier and TypeMethodDescriptionstatic <T extends Enum<T> & StringRepresentable>
EnumProperty<T> Create a new EnumProperty with all Enum constants of the given class.static <T extends Enum<T> & StringRepresentable>
EnumProperty<T> Create a new EnumProperty with all Enum constants of the given class that match the given Predicate.static <T extends Enum<T> & StringRepresentable>
EnumProperty<T> static <T extends Enum<T> & StringRepresentable>
EnumProperty<T> Create a new EnumProperty with the specified values -
Uses of StringRepresentable in net.minecraft.world.level.dimension
Classes in net.minecraft.world.level.dimension that implement StringRepresentableModifier and TypeClassDescriptionstatic enumstatic enum -
Uses of StringRepresentable in net.minecraft.world.level.dimension.end
Classes in net.minecraft.world.level.dimension.end that implement StringRepresentable -
Uses of StringRepresentable in net.minecraft.world.level.gamerules
Classes in net.minecraft.world.level.gamerules that implement StringRepresentable -
Uses of StringRepresentable in net.minecraft.world.level.levelgen
Classes in net.minecraft.world.level.levelgen that implement StringRepresentableModifier and TypeClassDescription(package private) static enum(package private) static enumstatic enumstatic enumstatic enumstatic enum -
Uses of StringRepresentable in net.minecraft.world.level.levelgen.placement
Classes in net.minecraft.world.level.levelgen.placement that implement StringRepresentable -
Uses of StringRepresentable in net.minecraft.world.level.levelgen.structure
Classes in net.minecraft.world.level.levelgen.structure that implement StringRepresentableModifier and TypeClassDescriptionstatic enumenum -
Uses of StringRepresentable in net.minecraft.world.level.levelgen.structure.placement
Classes in net.minecraft.world.level.levelgen.structure.placement that implement StringRepresentableModifier and TypeClassDescriptionenumstatic enum -
Uses of StringRepresentable in net.minecraft.world.level.levelgen.structure.pools
Classes in net.minecraft.world.level.levelgen.structure.pools that implement StringRepresentable -
Uses of StringRepresentable in net.minecraft.world.level.levelgen.structure.structures
Classes in net.minecraft.world.level.levelgen.structure.structures that implement StringRepresentableModifier and TypeClassDescriptionstatic enumstatic enumstatic enum -
Uses of StringRepresentable in net.minecraft.world.level.levelgen.structure.templatesystem
Classes in net.minecraft.world.level.levelgen.structure.templatesystem that implement StringRepresentable -
Uses of StringRepresentable in net.minecraft.world.level.storage.loot
Classes in net.minecraft.world.level.storage.loot that implement StringRepresentableModifier and TypeClassDescriptionstatic enumstatic enumRepresents a type of entity that can be looked up in aLootContextusing a.invalid reference
LootContextParamstatic enumMethods in net.minecraft.world.level.storage.loot with type parameters of type StringRepresentableModifier and TypeMethodDescription<T extends StringRepresentable & LootContextArg<? extends R>>
LootContextArg.ArgCodecBuilder<R> LootContextArg.ArgCodecBuilder.anyOf(T[] targets) <T extends StringRepresentable>
LootContextArg.ArgCodecBuilder<R> LootContextArg.ArgCodecBuilder.anyOf(T[] targets, Function<T, ? extends LootContextArg<R>> argFactory) Methods in net.minecraft.world.level.storage.loot with parameters of type StringRepresentableModifier and TypeMethodDescription<T extends StringRepresentable & LootContextArg<? extends R>>
LootContextArg.ArgCodecBuilder<R> LootContextArg.ArgCodecBuilder.anyOf(T[] targets) <T extends StringRepresentable>
LootContextArg.ArgCodecBuilder<R> LootContextArg.ArgCodecBuilder.anyOf(T[] targets, Function<T, ? extends LootContextArg<R>> argFactory) -
Uses of StringRepresentable in net.minecraft.world.level.storage.loot.functions
Classes in net.minecraft.world.level.storage.loot.functions that implement StringRepresentableModifier and TypeClassDescriptionstatic enumstatic enumstatic enum -
Uses of StringRepresentable in net.minecraft.world.scores
Classes in net.minecraft.world.scores that implement StringRepresentableModifier and TypeClassDescriptionenumstatic enumstatic enum -
Uses of StringRepresentable in net.minecraft.world.scores.criteria
Classes in net.minecraft.world.scores.criteria that implement StringRepresentable -
Uses of StringRepresentable in net.neoforged.neoforge.common.util
Classes in net.neoforged.neoforge.common.util that implement StringRepresentable