/
Belyash5
/
Flu
Обзор
Документация
Войти
/
Belyash5
/
Flu
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/main/java/com/hbm/inventory/gui/GUITurretMaxwell.java
20 строк
586 B
Bob
microwave johnson
16 июн 2021, 00:59
16 июн 2021, 00:59
a4f469f
Код
Авторство
О чём код?
package com.hbm.inventory.gui; import com.hbm.lib.RefStrings; import com.hbm.tileentity.turret.TileEntityTurretBaseNT; import net.minecraft.entity.player.InventoryPlayer; import net.minecraft.util.ResourceLocation; public class GUITurretMaxwell extends GUITurretBase { private static ResourceLocation texture = new ResourceLocation(RefStrings.MODID + ":textures/gui/weapon/gui_turret_maxwell.png"); public GUITurretMaxwell(InventoryPlayer invPlayer, TileEntityTurretBaseNT tedf) { super(invPlayer, tedf); } protected ResourceLocation getTexture() { return texture; } }