Uses of Class
net.minecraft.tileentity.TileEntityType
-
-
Uses of TileEntityType in net.minecraft.block
Fields in net.minecraft.block with type parameters of type TileEntityType Modifier and Type Field Description protected java.util.function.Supplier<TileEntityType<? extends E>>AbstractChestBlock. blockEntityTypeConstructor parameters in net.minecraft.block with type arguments of type TileEntityType Constructor Description AbstractChestBlock(AbstractBlock.Properties p_i225754_1_, java.util.function.Supplier<TileEntityType<? extends E>> p_i225754_2_)ChestBlock(AbstractBlock.Properties p_i225757_1_, java.util.function.Supplier<TileEntityType<? extends ChestTileEntity>> p_i225757_2_) -
Uses of TileEntityType in net.minecraft.client.renderer.tileentity
Fields in net.minecraft.client.renderer.tileentity with type parameters of type TileEntityType Modifier and Type Field Description private java.util.Map<TileEntityType<?>,TileEntityRenderer<?>>TileEntityRendererDispatcher. renderersMethods in net.minecraft.client.renderer.tileentity with parameters of type TileEntityType Modifier and Type Method Description private <E extends TileEntity>
voidTileEntityRendererDispatcher. register(TileEntityType<E> p_228854_1_, TileEntityRenderer<E> p_228854_2_)<T extends TileEntity>
voidTileEntityRendererDispatcher. setSpecialRendererInternal(TileEntityType<T> tileEntityType, TileEntityRenderer<? super T> specialRenderer) -
Uses of TileEntityType in net.minecraft.tileentity
Fields in net.minecraft.tileentity with type parameters of type TileEntityType Modifier and Type Field Description private ReverseTagWrapper<TileEntityType<?>>TileEntityType. reverseTagsMethods in net.minecraft.tileentity that return TileEntityType Modifier and Type Method Description TileEntityType<T>TileEntityType.Builder. build(com.mojang.datafixers.types.Type<?> p_206865_1_)TileEntityType<?>TileEntity. getType()private static <T extends TileEntity>
TileEntityType<T>TileEntityType. register(java.lang.String p_200966_0_, TileEntityType.Builder<T> p_200966_1_)Methods in net.minecraft.tileentity with parameters of type TileEntityType Modifier and Type Method Description static <S extends TileEntity>
TileEntityMerger.ICallbackWrapper<S>TileEntityMerger. combineWithNeigbour(TileEntityType<S> p_226924_0_, java.util.function.Function<BlockState,TileEntityMerger.Type> p_226924_1_, java.util.function.Function<BlockState,Direction> p_226924_2_, DirectionProperty p_226924_3_, BlockState p_226924_4_, IWorld p_226924_5_, BlockPos p_226924_6_, java.util.function.BiPredicate<IWorld,BlockPos> p_226924_7_)static ResourceLocationTileEntityType. getKey(TileEntityType<?> p_200969_0_)Method parameters in net.minecraft.tileentity with type arguments of type TileEntityType Modifier and Type Method Description booleanTileEntityType. isIn(ITag<TileEntityType<?>> tag)Constructors in net.minecraft.tileentity with parameters of type TileEntityType Constructor Description AbstractFurnaceTileEntity(TileEntityType<?> p_i49964_1_, IRecipeType<? extends AbstractCookingRecipe> p_i49964_2_)BarrelTileEntity(TileEntityType<?> p_i49963_1_)ChestTileEntity(TileEntityType<?> p_i48287_1_)ConduitTileEntity(TileEntityType<?> p_i48929_1_)DispenserTileEntity(TileEntityType<?> p_i48286_1_)EndPortalTileEntity(TileEntityType<?> p_i48283_1_)JigsawTileEntity(TileEntityType<?> p_i49960_1_)LockableLootTileEntity(TileEntityType<?> p_i48284_1_)LockableTileEntity(TileEntityType<?> p_i48285_1_)TileEntity(TileEntityType<?> p_i48289_1_) -
Uses of TileEntityType in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type TileEntityType Modifier and Type Field Description static Registry<TileEntityType<?>>Registry. BLOCK_ENTITY_TYPEDeprecated.static RegistryKey<Registry<TileEntityType<?>>>Registry. BLOCK_ENTITY_TYPE_REGISTRY -
Uses of TileEntityType in net.minecraftforge.debug.block
Fields in net.minecraftforge.debug.block with type parameters of type TileEntityType Modifier and Type Field Description private static DeferredRegister<TileEntityType<?>>FullPotsAccessorDemo. BLOCK_ENTITIESstatic RegistryObject<TileEntityType<CustomSignsTest.CustomSignTileEntity>>CustomSignsTest. CUSTOM_SIGNprivate static RegistryObject<TileEntityType<FullPotsAccessorDemo.DioriteFlowerPotTileEntity>>FullPotsAccessorDemo. DIORITE_POT_BLOCK_ENTITYprivate static DeferredRegister<TileEntityType<?>>CustomSignsTest. TILE_ENTITIESMethods in net.minecraftforge.debug.block that return TileEntityType Modifier and Type Method Description TileEntityType<CustomSignsTest.CustomSignTileEntity>CustomSignsTest.CustomSignTileEntity. getType() -
Uses of TileEntityType in net.minecraftforge.debug.misc
Fields in net.minecraftforge.debug.misc with type parameters of type TileEntityType Modifier and Type Field Description private static ITag.INamedTag<TileEntityType<?>>CustomTagTypesTest. STORAGE -
Uses of TileEntityType in net.minecraftforge.fluids.capability
Constructors in net.minecraftforge.fluids.capability with parameters of type TileEntityType Constructor Description TileFluidHandler(TileEntityType<?> tileEntityTypeIn) -
Uses of TileEntityType in net.minecraftforge.fml.client.registry
Methods in net.minecraftforge.fml.client.registry with parameters of type TileEntityType Modifier and Type Method Description static <T extends TileEntity>
voidClientRegistry. bindTileEntityRenderer(TileEntityType<T> tileEntityType, java.util.function.Function<? super TileEntityRendererDispatcher,? extends TileEntityRenderer<? super T>> rendererFactory)Registers a Tile Entity renderer. -
Uses of TileEntityType in net.minecraftforge.registries
Fields in net.minecraftforge.registries with type parameters of type TileEntityType Modifier and Type Field Description static IForgeRegistry<TileEntityType<?>>ForgeRegistries. TILE_ENTITIESstatic RegistryKey<Registry<TileEntityType<?>>>ForgeRegistries.Keys. TILE_ENTITY_TYPES
-