Show / Hide Table of Contents

Class ReagentGrinderInterfaceState

Inheritance
System.Object
ReagentGrinderInterfaceState
Namespace: Content.Shared.Kitchen
Assembly: Content.Shared.dll
Syntax
public sealed class ReagentGrinderInterfaceState : BoundUserInterfaceState

Constructors

| Improve this Doc View Source

ReagentGrinderInterfaceState(Boolean, Boolean, Boolean, Boolean, Boolean, NetEntity[], ReagentQuantity[])

Declaration
public ReagentGrinderInterfaceState(bool isBusy, bool hasBeaker, bool powered, bool canJuice, bool canGrind, NetEntity[] chamberContents, ReagentQuantity[] heldBeakerContents)
Parameters
Type Name Description
System.Boolean isBusy
System.Boolean hasBeaker
System.Boolean powered
System.Boolean canJuice
System.Boolean canGrind
NetEntity[] chamberContents
ReagentQuantity[] heldBeakerContents

Fields

| Improve this Doc View Source

CanGrind

Declaration
public bool CanGrind
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

CanJuice

Declaration
public bool CanJuice
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

ChamberContents

Declaration
public NetEntity[] ChamberContents
Field Value
Type Description
NetEntity[]
| Improve this Doc View Source

HasBeakerIn

Declaration
public bool HasBeakerIn
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

IsBusy

Declaration
public bool IsBusy
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

Powered

Declaration
public bool Powered
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

ReagentQuantities

Declaration
public ReagentQuantity[] ReagentQuantities
Field Value
Type Description
ReagentQuantity[]
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾