Uses of Class
net.minecraftforge.fml.RegistryObject
-
-
Uses of RegistryObject in net.minecraftforge.common
Fields in net.minecraftforge.common declared as RegistryObject Modifier and Type Field Description static RegistryObject<Attribute>
ForgeMod. ENTITY_GRAVITY
static RegistryObject<Fluid>
ForgeMod. FLOWING_MILK
static RegistryObject<Fluid>
ForgeMod. MILK
static RegistryObject<Attribute>
ForgeMod. NAMETAG_DISTANCE
static RegistryObject<Attribute>
ForgeMod. REACH_DISTANCE
static RegistryObject<Attribute>
ForgeMod. SWIM_SPEED
-
Uses of RegistryObject in net.minecraftforge.debug
Fields in net.minecraftforge.debug declared as RegistryObject Modifier and Type Field Description private static RegistryObject<Block>
DeferredRegistryTest. BLOCK
private static RegistryObject<DeferredRegistryTest.Custom>
DeferredRegistryTest. CUSTOM
private static RegistryObject<Item>
DeferredRegistryTest. ITEM
private static RegistryObject<Block>
CustomSoundTypeTest. TEST_STEP_BLOCK
private static RegistryObject<Item>
CustomSoundTypeTest. TEST_STEP_BLOCK_ITEM
private static RegistryObject<SoundEvent>
CustomSoundTypeTest. TEST_STEP_EVENT
-
Uses of RegistryObject in net.minecraftforge.debug.block
-
Uses of RegistryObject in net.minecraftforge.debug.client
Fields in net.minecraftforge.debug.client declared as RegistryObject Modifier and Type Field Description private static RegistryObject<Item>
CustomTASTest. TEST_ITEM
-
Uses of RegistryObject in net.minecraftforge.debug.client.model
Fields in net.minecraftforge.debug.client.model declared as RegistryObject Modifier and Type Field Description static RegistryObject<Block>
CompositeModelTest. composite_block
static RegistryObject<Item>
CompositeModelTest. composite_item
static RegistryObject<Item>
NewModelLoaderTest. custom_loader
static RegistryObject<Item>
NewModelLoaderTest. custom_transforms
static RegistryObject<Item>
NewModelLoaderTest. custom_vanilla_loader
static RegistryObject<Item>
DynBucketModelTest. DRIP_BUCKET
static RegistryObject<Item>
NewModelLoaderTest. item_layers
static RegistryObject<Item>
DynBucketModelTest. LAVA_OBSIDIAN
static RegistryObject<Block>
NewModelLoaderTest. obj_block
static RegistryObject<Item>
NewModelLoaderTest. obj_item
static RegistryObject<Item>
NewModelLoaderTest. separate_perspective
private static RegistryObject<Block>
TRSRTransformerTest. TEST_BLOCK
private static RegistryObject<Item>
TRSRTransformerTest. TEST_ITEM
-
Uses of RegistryObject in net.minecraftforge.debug.entity
Fields in net.minecraftforge.debug.entity declared as RegistryObject Modifier and Type Field Description static RegistryObject<Attribute>
AddEntityAttributeTest. TEST_ATTR
-
Uses of RegistryObject in net.minecraftforge.debug.entity.player
Fields in net.minecraftforge.debug.entity.player declared as RegistryObject Modifier and Type Field Description (package private) static RegistryObject<Item>
PlayerAttackKnockbackTest. KNOCKBACK_SWORD
-
Uses of RegistryObject in net.minecraftforge.debug.fluid
Fields in net.minecraftforge.debug.fluid declared as RegistryObject Modifier and Type Field Description static RegistryObject<Block>
NewFluidTest. fluidloggable_block
static RegistryObject<Item>
NewFluidTest. fluidloggable_blockitem
static RegistryObject<FlowingFluid>
NewFluidTest. test_fluid
static RegistryObject<FlowingFluidBlock>
NewFluidTest. test_fluid_block
static RegistryObject<Item>
NewFluidTest. test_fluid_bucket
static RegistryObject<FlowingFluid>
NewFluidTest. test_fluid_flowing
-
Uses of RegistryObject in net.minecraftforge.debug.gameplay.loot
Fields in net.minecraftforge.debug.gameplay.loot declared as RegistryObject Modifier and Type Field Description private static RegistryObject<GlobalLootModifiersTest.DungeonLootEnhancerModifier.Serializer>
GlobalLootModifiersTest. DUNGEON_LOOT
private static RegistryObject<GlobalLootModifiersTest.SilkTouchTestModifier.Serializer>
GlobalLootModifiersTest. SILKTOUCH
private static RegistryObject<Enchantment>
GlobalLootModifiersTest. SMELT
private static RegistryObject<GlobalLootModifiersTest.SmeltingEnchantmentModifier.Serializer>
GlobalLootModifiersTest. SMELTING
private static RegistryObject<GlobalLootModifiersTest.WheatSeedsConverterModifier.Serializer>
GlobalLootModifiersTest. WHEATSEEDS
-
Uses of RegistryObject in net.minecraftforge.debug.item
Fields in net.minecraftforge.debug.item declared as RegistryObject Modifier and Type Field Description private static RegistryObject<ForgeSpawnEggItem>
ForgeSpawnEggItemTest. EGG
static RegistryObject<Item>
EnderMaskTest. ender_mask
private static RegistryObject<EntityType<PigEntity>>
ForgeSpawnEggItemTest. ENTITY
private static RegistryObject<Item>
RangedMobsUseModdedWeaponsTest. MODDED_BOW
private static RegistryObject<Item>
RangedMobsUseModdedWeaponsTest. MODDED_CROSSBOW
private static RegistryObject<Item>
CustomElytraTest. TEST_ELYTRA
private static RegistryObject<Item>
MusicDiscTest. TEST_MUSIC_DISC
private static RegistryObject<SoundEvent>
MusicDiscTest. TEST_SOUND_EVENT
-
Uses of RegistryObject in net.minecraftforge.debug.misc
Fields in net.minecraftforge.debug.misc declared as RegistryObject Modifier and Type Field Description private static RegistryObject<CustomTagTypesTest.Custom>
CustomTagTypesTest. CUSTOM
-
Uses of RegistryObject in net.minecraftforge.debug.world
Fields in net.minecraftforge.debug.world declared as RegistryObject Modifier and Type Field Description static RegistryObject<Biome>
WorldgenRegistryDesyncTest. biome
private static RegistryObject<Block>
ForgeChunkManagerTest. CHUNK_LOADER_BLOCK
private static RegistryObject<Item>
ForgeChunkManagerTest. CHUNK_LOADER_ITEM
static RegistryObject<Feature<NoFeatureConfig>>
WorldgenRegistryDesyncTest. dungeon
-
Uses of RegistryObject in net.minecraftforge.fml
Fields in net.minecraftforge.fml declared as RegistryObject Modifier and Type Field Description private static RegistryObject<?>
RegistryObject. EMPTY
Methods in net.minecraftforge.fml that return RegistryObject Modifier and Type Method Description private static <T extends IForgeRegistryEntry<? super T>>
RegistryObject<T>RegistryObject. empty()
RegistryObject<T>
RegistryObject. filter(java.util.function.Predicate<? super T> predicate)
If a mod object is present, and the mod object matches the given predicate, return anRegistryObject
describing the value, otherwise return an emptyRegistryObject
.static <T extends IForgeRegistryEntry<T>,U extends T>
RegistryObject<U>RegistryObject. of(ResourceLocation name, java.lang.Class<T> baseType, java.lang.String modid)
static <T extends IForgeRegistryEntry<T>,U extends T>
RegistryObject<U>RegistryObject. of(ResourceLocation name, java.util.function.Supplier<java.lang.Class<? super T>> registryType)
static <T extends IForgeRegistryEntry<T>,U extends T>
RegistryObject<U>RegistryObject. of(ResourceLocation name, IForgeRegistry<T> registry)
-
Uses of RegistryObject in net.minecraftforge.registries
Fields in net.minecraftforge.registries with type parameters of type RegistryObject Modifier and Type Field Description private java.util.Map<RegistryObject<T>,java.util.function.Supplier<? extends T>>
DeferredRegister. entries
private java.util.Set<RegistryObject<T>>
DeferredRegister. entriesView
Methods in net.minecraftforge.registries that return RegistryObject Modifier and Type Method Description <I extends T>
RegistryObject<I>DeferredRegister. register(java.lang.String name, java.util.function.Supplier<? extends I> sup)
Adds a new supplier to the list of entries to be registered, and returns a RegistryObject that will be populated with the created entry automatically.Methods in net.minecraftforge.registries that return types with arguments of type RegistryObject Modifier and Type Method Description java.util.Collection<RegistryObject<T>>
DeferredRegister. getEntries()
-