C# Класс ShowItemQuality.ModEntry.FarmerPatch

Показать файл Открыть проект

Открытые методы

Метод Описание
FixedHUDMessage_Hook ( string displayName, int number, bool add, Color color, Item item ) : HUDMessage

Insertable, altered HUDMessage constructor that uses a single-stack clone of the original object.

addItemToInventoryBool_Transpiler ( IEnumerable instructions ) : IEnumerable

Adds a hook that calls FixedHUDMessage_Hook inside the game's addItemToInventoryBool method.

Описание методов

FixedHUDMessage_Hook() публичный статический Метод

Insertable, altered HUDMessage constructor that uses a single-stack clone of the original object.
public static FixedHUDMessage_Hook ( string displayName, int number, bool add, Color color, Item item ) : HUDMessage
displayName string
number int
add bool
color Color
item Item
Результат HUDMessage

addItemToInventoryBool_Transpiler() публичный статический Метод

Adds a hook that calls FixedHUDMessage_Hook inside the game's addItemToInventoryBool method.
public static addItemToInventoryBool_Transpiler ( IEnumerable instructions ) : IEnumerable
instructions IEnumerable
Результат IEnumerable