Class BundleContents
java.lang.Object
net.minecraft.world.item.component.BundleContents
- All Implemented Interfaces:
TooltipComponent
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final org.apache.commons.lang3.math.Fractionstatic final com.mojang.serialization.Codec<BundleContents> static final BundleContentsprivate static final intstatic final StreamCodec<RegistryFriendlyByteBuf, BundleContents> (package private) final org.apache.commons.lang3.math.Fraction -
Constructor Summary
ConstructorsConstructorDescriptionBundleContents(List<ItemStack> p_331417_) BundleContents(List<ItemStack> p_331277_, org.apache.commons.lang3.math.Fraction p_339622_) -
Method Summary
Modifier and TypeMethodDescriptionprivate static org.apache.commons.lang3.math.FractioncomputeContentWeight(List<ItemStack> p_331148_) booleangetItemUnsafe(int p_330802_) (package private) static org.apache.commons.lang3.math.FractioninthashCode()booleanisEmpty()items()intsize()toString()org.apache.commons.lang3.math.Fractionweight()
-
Field Details
-
EMPTY
-
CODEC
-
STREAM_CODEC
-
BUNDLE_IN_BUNDLE_WEIGHT
private static final org.apache.commons.lang3.math.Fraction BUNDLE_IN_BUNDLE_WEIGHT -
NO_STACK_INDEX
private static final int NO_STACK_INDEX- See Also:
-
items
-
weight
final org.apache.commons.lang3.math.Fraction weight
-
-
Constructor Details
-
BundleContents
-
BundleContents
-
-
Method Details
-
computeContentWeight
-
getWeight
-
getItemUnsafe
-
itemCopyStream
-
items
-
itemsCopy
-
size
public int size() -
weight
public org.apache.commons.lang3.math.Fraction weight() -
isEmpty
public boolean isEmpty() -
equals
-
hashCode
public int hashCode() -
toString
-