Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- * ******************************************************************************
- * Copyright 2011-2015 CovertJaguar
- *
- * This work (the API) is licensed under the "MIT" License, see LICENSE.md for details.
- * ***************************************************************************
- */
- package mods.railcraft.api.carts;
- import net.minecraft.item.EnumDyeColor;
- /**
- *
- * @author CovertJaguar <http://www.railcraft.info/>
- */
- public interface IPaintedCart {
- EnumDyeColor getPrimaryColor();
- EnumDyeColor getSecondaryColor();
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement