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_GRAVITYstatic RegistryObject<Fluid>ForgeMod. FLOWING_MILKstatic RegistryObject<Fluid>ForgeMod. MILKstatic RegistryObject<Attribute>ForgeMod. NAMETAG_DISTANCEstatic RegistryObject<Attribute>ForgeMod. REACH_DISTANCEstatic 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. BLOCKprivate static RegistryObject<DeferredRegistryTest.Custom>DeferredRegistryTest. CUSTOMprivate static RegistryObject<Item>DeferredRegistryTest. ITEMprivate static RegistryObject<Block>CustomSoundTypeTest. TEST_STEP_BLOCKprivate static RegistryObject<Item>CustomSoundTypeTest. TEST_STEP_BLOCK_ITEMprivate 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_blockstatic RegistryObject<Item>CompositeModelTest. composite_itemstatic RegistryObject<Item>NewModelLoaderTest. custom_loaderstatic RegistryObject<Item>NewModelLoaderTest. custom_transformsstatic RegistryObject<Item>NewModelLoaderTest. custom_vanilla_loaderstatic RegistryObject<Item>DynBucketModelTest. DRIP_BUCKETstatic RegistryObject<Item>NewModelLoaderTest. item_layersstatic RegistryObject<Item>DynBucketModelTest. LAVA_OBSIDIANstatic RegistryObject<Block>NewModelLoaderTest. obj_blockstatic RegistryObject<Item>NewModelLoaderTest. obj_itemstatic RegistryObject<Item>NewModelLoaderTest. separate_perspectiveprivate static RegistryObject<Block>TRSRTransformerTest. TEST_BLOCKprivate 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_blockstatic RegistryObject<Item>NewFluidTest. fluidloggable_blockitemstatic RegistryObject<FlowingFluid>NewFluidTest. test_fluidstatic RegistryObject<FlowingFluidBlock>NewFluidTest. test_fluid_blockstatic RegistryObject<Item>NewFluidTest. test_fluid_bucketstatic 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_LOOTprivate static RegistryObject<GlobalLootModifiersTest.SilkTouchTestModifier.Serializer>GlobalLootModifiersTest. SILKTOUCHprivate static RegistryObject<Enchantment>GlobalLootModifiersTest. SMELTprivate static RegistryObject<GlobalLootModifiersTest.SmeltingEnchantmentModifier.Serializer>GlobalLootModifiersTest. SMELTINGprivate 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. EGGstatic RegistryObject<Item>EnderMaskTest. ender_maskprivate static RegistryObject<EntityType<PigEntity>>ForgeSpawnEggItemTest. ENTITYprivate static RegistryObject<Item>RangedMobsUseModdedWeaponsTest. MODDED_BOWprivate static RegistryObject<Item>RangedMobsUseModdedWeaponsTest. MODDED_CROSSBOWprivate static RegistryObject<Item>CustomElytraTest. TEST_ELYTRAprivate static RegistryObject<Item>MusicDiscTest. TEST_MUSIC_DISCprivate 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. biomeprivate static RegistryObject<Block>ForgeChunkManagerTest. CHUNK_LOADER_BLOCKprivate static RegistryObject<Item>ForgeChunkManagerTest. CHUNK_LOADER_ITEMstatic 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. EMPTYMethods 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 anRegistryObjectdescribing 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. entriesprivate java.util.Set<RegistryObject<T>>DeferredRegister. entriesViewMethods 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()
-