Uses of Interface
net.minecraft.client.TextureRegistry
Packages that use TextureRegistry
Package
Description
-
Uses of TextureRegistry in net.minecraft.block
Methods in net.minecraft.block with parameters of type TextureRegistryModifier and TypeMethodDescriptionvoidAbstractButtonBlock.registerTextures(TextureRegistry registry) voidAbstractFluidBlock.registerTextures(TextureRegistry registry) voidAbstractPressurePlateBlock.registerTextures(TextureRegistry registry) voidAbstractSignBlock.registerTextures(TextureRegistry registry) voidAnvilBlock.registerTextures(TextureRegistry registry) voidAttachedStemBlock.registerTextures(TextureRegistry registry) voidBeaconBlock.registerTextures(TextureRegistry registry) voidBedBlock.registerTextures(TextureRegistry registry) voidBigMushroomBlock.registerTextures(TextureRegistry registry) voidBlock.registerTextures(TextureRegistry registry) voidBrewingStandBlock.registerTextures(TextureRegistry registry) voidCactusBlock.registerTextures(TextureRegistry registry) voidCakeBlock.registerTextures(TextureRegistry registry) voidCarpetBlock.registerTextures(TextureRegistry registry) voidCarrotsBlock.registerTextures(TextureRegistry registry) voidCauldronBlock.registerTextures(TextureRegistry registry) voidChestBlock.registerTextures(TextureRegistry registry) voidCocoaBlock.registerTextures(TextureRegistry registry) voidCraftingTableBlock.registerTextures(TextureRegistry registry) voidCropBlock.registerTextures(TextureRegistry registry) voidDaylightDetectorBlock.registerTextures(TextureRegistry registry) voidDetectorRailBlock.registerTextures(TextureRegistry registry) voidDirtBlock.registerTextures(TextureRegistry registry) voidDispenserBlock.registerTextures(TextureRegistry registry) voidDoorBlock.registerTextures(TextureRegistry registry) voidDoublePlantBlock.registerTextures(TextureRegistry registry) voidDropperBlock.registerTextures(TextureRegistry registry) voidEnchantingTableBlock.registerTextures(TextureRegistry registry) voidEnderChestBlock.registerTextures(TextureRegistry registry) voidEndPortalBlock.registerTextures(TextureRegistry registry) voidEndPortalFrameBlock.registerTextures(TextureRegistry registry) voidFarmlandBlock.registerTextures(TextureRegistry registry) voidFenceBlock.registerTextures(TextureRegistry registry) voidFenceGateBlock.registerTextures(TextureRegistry registry) voidFireBlock.registerTextures(TextureRegistry registry) voidFlowerBlock.registerTextures(TextureRegistry registry) voidFurnaceBlock.registerTextures(TextureRegistry registry) voidGrassBlock.registerTextures(TextureRegistry registry) voidHayBlock.registerTextures(TextureRegistry registry) voidHopperBlock.registerTextures(TextureRegistry registry) voidInfestedBlock.registerTextures(TextureRegistry registry) voidJukeboxBlock.registerTextures(TextureRegistry registry) voidLeaves1Block.registerTextures(TextureRegistry registry) voidLeaves2Block.registerTextures(TextureRegistry registry) voidLog1Block.registerTextures(TextureRegistry registry) voidLog2Block.registerTextures(TextureRegistry registry) voidMelonBlock.registerTextures(TextureRegistry registry) voidMyceliumBlock.registerTextures(TextureRegistry registry) voidNetherWartBlock.registerTextures(TextureRegistry registry) voidPaneBlock.registerTextures(TextureRegistry registry) voidPistonBlock.registerTextures(TextureRegistry registry) voidPistonExtensionBlock.registerTextures(TextureRegistry registry) voidPistonHeadBlock.registerTextures(TextureRegistry registry) voidPlanksBlock.registerTextures(TextureRegistry registry) voidPotatoesBlock.registerTextures(TextureRegistry registry) voidPoweredRailBlock.registerTextures(TextureRegistry registry) voidPumpkinBlock.registerTextures(TextureRegistry registry) voidQuartzBlock.registerTextures(TextureRegistry registry) voidRailBlock.registerTextures(TextureRegistry registry) voidRedstoneWireBlock.registerTextures(TextureRegistry registry) voidSandBlock.registerTextures(TextureRegistry registry) voidSandstoneBlock.registerTextures(TextureRegistry registry) voidSaplingBlock.registerTextures(TextureRegistry registry) voidSkeletonSkullBlock.registerTextures(TextureRegistry registry) voidSnowLayerBlock.registerTextures(TextureRegistry registry) voidStainedGlassBlock.registerTextures(TextureRegistry registry) voidStainedGlassPaneBlock.registerTextures(TextureRegistry registry) voidStairsBlock.registerTextures(TextureRegistry registry) voidStoneBrickBlock.registerTextures(TextureRegistry registry) voidStoneSlabBlock.registerTextures(TextureRegistry registry) voidTallPlantBlock.registerTextures(TextureRegistry registry) voidTntBlock.registerTextures(TextureRegistry registry) voidTransparentBlock.registerTextures(TextureRegistry registry) voidWallBlock.registerTextures(TextureRegistry registry) voidWoodSlabBlock.registerTextures(TextureRegistry registry) voidWoolBlock.registerTextures(TextureRegistry registry) -
Uses of TextureRegistry in net.minecraft.client.render
Methods in net.minecraft.client.render with parameters of type TextureRegistryModifier and TypeMethodDescriptionvoidWorldRenderer.method_5136(TextureRegistry textureRegistry) -
Uses of TextureRegistry in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type TextureRegistryModifier and TypeMethodDescriptionvoidEntityRenderDispatcher.method_5175(TextureRegistry textureRegistry) voidEntityRenderer.method_5176(TextureRegistry textureRegistry) voidItemFrameEntityRenderer.method_5176(TextureRegistry textureRegistry) -
Uses of TextureRegistry in net.minecraft.client.texture
Classes in net.minecraft.client.texture that implement TextureRegistry -
Uses of TextureRegistry in net.minecraft.item
Methods in net.minecraft.item with parameters of type TextureRegistryModifier and TypeMethodDescriptionvoidArmorItem.method_5462(TextureRegistry textureRegistry) voidBlockItem.method_5462(TextureRegistry textureRegistry) voidBowItem.method_5462(TextureRegistry textureRegistry) voidCoalItem.method_5462(TextureRegistry textureRegistry) voidDyeItem.method_5462(TextureRegistry textureRegistry) voidFireworkChargeItem.method_5462(TextureRegistry textureRegistry) voidFishingRodItem.method_5462(TextureRegistry textureRegistry) voidFishItem.method_5462(TextureRegistry textureRegistry) voidGlassBottleItem.method_5462(TextureRegistry textureRegistry) voidItem.method_5462(TextureRegistry textureRegistry) voidPotionItem.method_5462(TextureRegistry textureRegistry) voidSkullItem.method_5462(TextureRegistry textureRegistry) voidSpawnEggItem.method_5462(TextureRegistry textureRegistry) -
Uses of TextureRegistry in net.minecraft.util
Methods in net.minecraft.util with parameters of type TextureRegistry