Class BundleWeightDataComponents

java.lang.Object
dev.thomasglasser.bundleweight.api.BundleWeightDataComponents

public class BundleWeightDataComponents extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final dev.thomasglasser.tommylib.api.registration.ExtendedHolder<net.minecraft.core.component.DataComponentType<?>, net.minecraft.core.component.DataComponentType<org.apache.commons.lang3.math.Fraction>>
    The weight of an item in a bundle.
    static final dev.thomasglasser.tommylib.api.registration.Registrar.DataComponents
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
     

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • DATA_COMPONENTS

      public static final dev.thomasglasser.tommylib.api.registration.Registrar.DataComponents DATA_COMPONENTS
    • BUNDLE_WEIGHT

      public static final dev.thomasglasser.tommylib.api.registration.ExtendedHolder<net.minecraft.core.component.DataComponentType<?>, net.minecraft.core.component.DataComponentType<org.apache.commons.lang3.math.Fraction>> BUNDLE_WEIGHT
      The weight of an item in a bundle.
  • Constructor Details

    • BundleWeightDataComponents

      public BundleWeightDataComponents()
  • Method Details

    • init

      @Internal public static void init()