Class VanillaVisuals

java.lang.Object
dev.engine_room.vanillin.VanillaVisuals

public class VanillaVisuals extends Object
  • Field Details

    • CONFIGURATOR

      public static final Configurator CONFIGURATOR
    • STABLE

      public static final boolean STABLE
      See Also:
    • EXPERIMENTAL

      public static final boolean EXPERIMENTAL
  • Constructor Details

    • VanillaVisuals

      public VanillaVisuals()
  • Method Details

    • init

      public static void init()
    • commonElements

      public static <T extends net.minecraft.world.entity.Entity> void commonElements(VanillaVisuals.EntityBuilder<T> builder)
    • itemFrame

      public static <T extends net.minecraft.world.entity.decoration.ItemFrame> EntityVisualizerBuilder<T> itemFrame(net.minecraft.world.entity.EntityType<T> type)
    • minecart

      public static <T extends net.minecraft.world.entity.vehicle.AbstractMinecart> EntityVisualizerBuilder<T> minecart(net.minecraft.world.entity.EntityType<T> type, net.minecraft.client.model.geom.ModelLayerLocation variant)
    • composable

      public static <T extends net.minecraft.world.entity.Entity> VanillaVisuals.EntityBuilder<T> composable(net.minecraft.world.entity.EntityType<T> entityType)
    • element

      public static <T, C> ConfiguredElementImpl.ConfiguredElementBuilder<T,C> element(VisualElement<T,C> element)
    • builder

      public static <T extends net.minecraft.world.level.block.entity.BlockEntity> BlockEntityVisualizerBuilder<T> builder(net.minecraft.world.level.block.entity.BlockEntityType<T> type)
    • builder

      public static <T extends net.minecraft.world.entity.Entity> EntityVisualizerBuilder<T> builder(net.minecraft.world.entity.EntityType<T> type)