Package org.moddingx.libx.render.block
package org.moddingx.libx.render.block
-
ClassDescriptionDirectionalBlockRenderer<T extends net.minecraft.world.level.block.entity.BlockEntity>A
BlockEntityRenderer
that before calling the actual render code rotates thePoseStack
depending on the facing.RotatedBlockRenderer<T extends net.minecraft.world.level.block.entity.BlockEntity>ABlockEntityRenderer
that before calling the actual render code rotates thePoseStack
depending on the horizontal facing.TransformingBlockRenderer<T extends net.minecraft.world.level.block.entity.BlockEntity>ABlockEntityRenderer
that transforms thepose stack
in some way before the actual render code.