1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-07-02 10:03:32 +00:00
CC-Tweaked/src/main/java/dan200/computercraft/shared/util
SquidDev c7f5d039b2 Use IBlockState instead of Block methods
There was a crash in RedstoneUtil when redstone state was changing next
to a full block due to the incorrect state being passed. By using
IBlockState methods we ensure that this cannot happen again.

The old IBlockState methods were also deprecated, so this reduces the
warning count a little. I've also moved string translation into
StringUtils, to reduce the number of deprecation warnings from there.
2017-05-06 15:31:06 +01:00
..
Colour.java Made the black colour on monitors, terminals, block and item graphics darker 2017-05-05 00:54:24 +01:00
CreativeTabMain.java Converted tabs to spaces throughout 2017-05-01 15:48:44 +01:00
CreativeTabTreasure.java Converted tabs to spaces throughout 2017-05-01 15:48:44 +01:00
DirectionUtil.java ComputerCraft 1.80pr0 2017-05-01 14:51:26 +01:00
Holiday.java ComputerCraft 1.79 initial upload 2017-05-01 14:32:39 +01:00
HolidayUtil.java ComputerCraft 1.79 initial upload 2017-05-01 14:32:39 +01:00
IDAssigner.java Converted tabs to spaces throughout 2017-05-01 15:48:44 +01:00
IEntityDropConsumer.java Converted tabs to spaces throughout 2017-05-01 15:48:44 +01:00
ImpostorRecipe.java Converted tabs to spaces throughout 2017-05-01 15:48:44 +01:00
ImpostorShapelessRecipe.java Converted tabs to spaces throughout 2017-05-01 15:48:44 +01:00
InventoryUtil.java Converted tabs to spaces throughout 2017-05-01 15:48:44 +01:00
NBTUtil.java ComputerCraft 1.79 initial upload 2017-05-01 14:32:39 +01:00
PeripheralUtil.java ComputerCraft 1.80pr0 2017-05-01 14:51:26 +01:00
RedstoneUtil.java Use IBlockState instead of Block methods 2017-05-06 15:31:06 +01:00
ReflectionUtil.java ComputerCraft 1.79 initial upload 2017-05-01 14:32:39 +01:00
StringUtil.java Use IBlockState instead of Block methods 2017-05-06 15:31:06 +01:00
WorldUtil.java Use IBlockState instead of Block methods 2017-05-06 15:31:06 +01:00