Show / Hide Table of Contents

Class ItemStackFractional

Inheritance
System.Object
ItemStack
ItemStackFractional
Implements
IController
IViewController
IHasUniversalID
IStack
System.ComponentModel.INotifyPropertyChanged
System.ICloneable
Inherited Members
ItemStack.Clear()
ItemStack.ReplaceStack(Item, Int32, Boolean, User)
ItemStack.ModifyFractional(Item, Single, User)
ItemStack.ToString()
ItemStack.Sync()
ItemStack.Clone()
ItemStack.NumberToTake(Item, Int32)
ItemStack.CanFit(Int32)
ItemStack.FilledPercent()
ItemStack.Deconstruct(Item, Int32)
ItemStack.CloneStack()
ItemStack.Parent
ItemStack.Item
ItemStack.Quantity
ItemStack.TypeString
ItemStack.Weight
ItemStack.StackObject
ItemStack.ControllerID
ItemStack.PropertyChanged
Namespace: Eco.Gameplay.Items
Assembly: Eco.Gameplay.dll
Syntax
public class ItemStackFractional : ItemStack, IController, IViewController, IHasUniversalID, IStack, INotifyPropertyChanged, ICloneable

Constructors

ItemStackFractional(Item, Int32, Single)

Declaration
public ItemStackFractional(Item item, int quantity, float fractionalQuantity)
Parameters
Type Name Description
Item item
System.Int32 quantity
System.Single fractionalQuantity

Fields

FractionalQuantity

Declaration
public float FractionalQuantity
Field Value
Type Description
System.Single

Implements

IController
IViewController
IHasUniversalID
IStack
System.ComponentModel.INotifyPropertyChanged
System.ICloneable

Extension Methods

ItemStackExtensions.ModifyStack(ItemStack, User, Int32, Func<Boolean>, Action)
ItemStackExtensions.TryModifyStack(ItemStack, User, Int32, Func<Boolean>, Action)
TagUtils.TagNames(Object, Boolean)
TagUtils.TagDisplayNames(Object, Boolean)
ClientSetViewExtensions.SetClassOfProperty(Object, Player, String, String, Int32)
TypeTooltipExtensions.UILinkGeneric(Object)
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾